-
-
-
Minimum and maximum capacity for Flexed and Pooled licensing
-
Scenarios for Flexed or Pooled license expiry and connectivity issues behavior
-
Configure NetScaler Console on-prem as the Flexed or Pooled license server
-
NetScaler VPX check-in and check-out licensing
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Check in and check out NetScaler VPX and NetScaler BLX licenses
You can allocate NetScaler VPX and NetScaler BLX licenses to NetScaler instances on demand from NetScaler Console. The NetScaler Console software stores and manages the licenses, which have a licensing framework that provides scalable and automated license provisioning. An instance can check out the license from NetScaler Console when it is provisioned. When an instance is removed or destroyed, the instance checks back in its license to the NetScaler Console software.
Prerequisites
Make sure that the following prerequisites are met:
- You are using a NetScaler VPX image running software version 12.0.
For example: NSVPX-ESX-12.0-xx.xx_nc.zip - You have installed NetScaler Console running version 12.0.
For example: MAS-ESX-12.0-xx.xx.zip
Note
To manage existing NetScaler VPX licenses by NetScaler Console, you need to rehost the licenses to NetScaler Console.
Installing licenses in NetScaler Console
Note
Before installing licenses, restart the NetScaler Console virtual appliance if you have changed the software edition or bandwidth.
To install license files on NetScaler Console:
-
In a web browser, type the IP address of NetScaler Console (for example, http://192.168.100.1).
-
In User Name and Password, enter the administrator credentials.
-
Navigate to Infrastructure > Pooled Licensing.
-
In the License Files section, select one of the following options:
-
Upload license files from a local computer - If a license file is already present on your local computer, you can upload it to NetScaler Console.
To add license files, click Browse and select the license file (.lic) that you want to add. Then click Finish. -
Use license access code - Citrix emails the license access code for the licenses that you purchase.
To add license files, enter the license access code in the text box and then click Get Licenses.
Note
Make sure you are connected to the internet before using the license access code for installing the licenses.
At any time, you can add more licenses to NetScaler Console from the License Settings page.
-
Verification
You can view the available and allocated licenses in the NetScaler Console GUI.
To display the licenses:
-
In a web browser, type the IP address of NetScaler Console (for example, http://192.168.100.1).
-
In User Name and Password, enter the administrator credentials.
-
On the Configuration tab, navigate to Infrastructure > Pooled Licensing > VPX Licenses.
-
You can view the allocated licenses in the table under the available licenses section.
Allocate NetScaler VPX and NetScaler BLX Licenses to an NetScaler instance by using the NetScaler GUI
-
In a web browser, type the IP address of the NetScaler instance (for example, http://192.168.100.1).
-
In the User Name and Password fields, enter the administrator credentials.
-
On the Configuration tab, navigate to Settings > Licenses > Manage Licenses, click Add New License, and select Use Remote Licensing > CICO Licensing.
-
Enter the details of the license server in the Server Name/IP Address field.
-
In Username and Password, enter NetScaler Console credentials and click Continue.
-
Select the license edition with the required bandwidth, click Get Licenses.
-
Click Reboot, your NetScaler instance reboots.
-
You can change or release the license allocation by navigating to System > Licenses > Manage Licenses, and selecting Change allocation or Release allocation.
-
If you click Change allocation, a pop-up window shows the licenses available on the license server. Select the required license, click Get Licenses.
Allocate NetScaler VPX and NetScaler BLX Licenses to an NetScaler instance by using the NetScaler CLI
-
In an SSH client, enter the IP address of the NetScaler instance, and log on by using administrator credentials.
-
To add a licensing server, enter the following command:
add ns licenseserver (<licenseServerIP> | <serverName>) [-port <port number >] <!--NeedCopy-->
-
To show the available licenses on the licensing server, enter the following command:
sh licenseserverpool <!--NeedCopy-->
-
To assign a license to NetScaler, enter the following command:
set capacity –platform V\[S/E/P\]\[Bandwidth\] <!--NeedCopy-->
Allocate NetScaler VPX and NetScaler BLX Licenses to an NetScaler instance by using the API
In a web browser or an API client, log on to the NetScaler instance by using the administrator credentials.
To add a licensing server:
-
Set the request type to Post.
-
Set the path to /nitro/v1/config/nslicensingserver.
-
Set the payload as follows:
content-type: application/x-www-form-urlencoded\\r\\n \\r\\n object= {“params”;{warning”:”yes”},”nslicensing server”;{servername”:”\<NetScaler Console IP\>”, “port”:”27000”}}\\r\\n <!--NeedCopy-->
NetScaler Console responds to the request. The following sample response shows success.
To view the available licenses on the licensing server:
-
Set the request type to Get.
-
Set the path to /nitro/v1/config/nslicenseserverpool
NetScaler Console responds to the request. The following sample response shows success, and the list of available licenses on the license server.
To assign a license to NetScaler:
-
Set the request type to Post.
-
Set the path to /nitro/v1/config/nscapacity.
-
Set the payload as follows:
content-type: application/x-www-form-urlencoded\\r\\n \\r\\n {“nscapacity:{“platform”:”VE8000”}}\\r\\n <!--NeedCopy-->
NetScaler Console responds to the request. The following sample response shows success.
Update a licensing server IP address
You can update the licensing server IP address in NetScaler VPX and NetScaler BLX instances, without any impact on the allocated license bandwidth on the instance and data loss.
Update using the CLI: To update the licensing server IP address using the CLI, type the following command on the instance:
add licenseserver <licensing server IP address> -forceUpdateIP
This command connects to the new server and releases the resources associated with the previous licensing server.
Update using the GUI: To update the licensing server IP address using the GUI, navigate to System > Licenses > Manage Licenses, click Add New License For more information, see Allocate NetScaler VPX and NetScaler BLX Licenses to an NetScaler instance by using the NetScaler GUI.
Configure Expiry Checks for NetScaler VPX and NetScaler BLX Check-In and Check-Out Licenses
You can now configure the license expiry threshold for NetScaler VPX and NetScaler BLX licenses. By setting thresholds, NetScaler Console sends notifications via email or SMS when a license is due to expire. An SNMP trap and a notification are also sent when the license has expired on NetScaler Console.
An event is generated when a license expiry notification is sent and this event can be viewed on NetScaler Console.
To configure license expiry checks:
-
Navigate to Infrastructure > Pooled Licensing.
-
In the License Settings page, under the License Expiry Information section, you can find the details of the licenses that are going to expire:
-
Feature: Type of license that is going to expire.
-
Count: Number of virtual servers or instances that are affected.
-
Days to expiry: Number of days before license expiry.
-
-
In the Notification Settings section, click the Edit icon and specify the alert threshold. You can set a percentage of Pooled license capacity to be used to notify administrators.
-
Choose the type of notification that you want to send by selecting the appropriate checkbox. The notification types are as follows:
-
Email Profile: Specify a mail server and profile details. An email is triggered when your licenses are about to expire.
-
SMS Profile: Specify a Short Message Service (SMS) server and profile details. An SMS message is triggered when your licenses are about to expire.
-
-
Then, specify when you want to send the notification in terms of the number of days before license expiry.
-
Click Save.
Share
Share
In this article
- Prerequisites
- Installing licenses in NetScaler Console
- Verification
- Allocate NetScaler VPX and NetScaler BLX Licenses to an NetScaler instance by using the NetScaler GUI
- Allocate NetScaler VPX and NetScaler BLX Licenses to an NetScaler instance by using the NetScaler CLI
- Allocate NetScaler VPX and NetScaler BLX Licenses to an NetScaler instance by using the API
- Update a licensing server IP address
- Configure Expiry Checks for NetScaler VPX and NetScaler BLX Check-In and Check-Out Licenses
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.