Application Delivery Management

NetScaler Pooled capacity on NetScaler instances in cluster mode

Important:

File-based licensing system (also referred to as manually managed entitlements), traditionally used for activating various on-premises components, will be End of Life (EOL) on April 15, 2026. License Activation Service (LAS) is the next generation technology for product activations across the suite of Citrix products. LAS will be the only way to activate and license NetScaler instances after April 15, 2026, supporting NetScaler Flexed licenses (CPL/UHMC), legacy NetScaler Pooled licenses, and NetScaler Fixed term Bandwidth licenses. To remain supported, your NetScaler and NetScaler Console deployments must be on a LAS compatible version.

The minimum required NetScaler versions that are LAS compatible are:

  • NetScaler ADCs: 14.1-51.x, 13.1-60.x, 13.1-37.x (FIPS)

  • NetScaler SVM: 14.1-51.x, 13.1-60.x

  • NetScaler Console Service: Supported from early September.

All the other forms of legacy NetScaler licenses such as Pooled vCPU, CICO, perpetual will not be supported with LAS. NetScaler instances leveraging perpetual licenses without an active maintenance will become unlicensed upon upgrade to the above mentioned software versions.

LAS-based licenses may not be available to customers where prohibited by law or regulations.

If you have questions or concerns, contact Customer Care. Citrix may limit or suspend your Citrix Maintenance for non-compliance with these requirements without liability in addition to any other remedies Citrix may have at law or equity. These requirements don’t apply where prohibited by law or regulation.

You can configure NetScaler Pooled capacity on the NetScaler instances configured as a cluster. The following are the prerequisites for configuring Pooled capacity on NetScaler instances in cluster mode:

  • Instances are individually running in a Pooled capacity license mode to form the cluster.
  • All the instances must be running with the same bandwidth.
  • All the instances checked out the Pooled capacity from the same NetScaler Console.
  • New instances cannot be added to an existing NetScaler cluster unless their capacity and NetScaler Console configurations are the same as those of the existing instances in the cluster.

Any capacity check-out from the NetScaler cluster assigns the same capacity to all the cluster nodes and the checkout Bandwidth = Bandwidth provided * number of nodes.

For example, if you check-out 50 Mbps of bandwidth from the NetScaler cluster, and the cluster includes 12 instances, each instance automatically receives 50 Mbps. And, 600 Mbps is checked out from the pool.

Note

If one or more instances in the cluster become unresponsive, the cluster continues to process the traffic with the remaining instances’ capacity.

Allocate NetScaler Pooled capacity to a NetScaler cluster

Allocate licenses to each cluster node separately. Because the commands to propagate and synchronize licenses across the cluster nodes are disabled.

Repeat the following procedure on each cluster node:

  1. In a web browser, type the NetScaler IP address (NSIP). For example, http://192.168.100.1.

  2. In the User Name and Password fields, enter the administrator credentials.

  3. On the Configuration tab, navigate to System > Licenses > Manage Licenses. Click Add New License, and select Use Pooled Licensing.

  4. Enter the name or address of the license server in the Server Name/IP Address field.

  5. If you want to manage your instance’s pool licenses through NetScaler Console, select the Register with NetScaler Console for manageability checkbox and enter the NetScaler Console credentials.

  6. Select the license edition and the required bandwidth, and click Get Licenses.

    Allocate licenses

  7. You can change or release the license allocation by selecting Change allocation or Release allocation.

    Change or release license allocation

  8. If you click Change allocation, a pop-up window shows the licenses available on the license server.

    Note

    Bandwidth allocation must be an integral multiple of the minimum bandwidth unit of the corresponding form factor.

    Change allocation

  9. You can allocate bandwidth or instances to the NetScaler instance from the Allocate drop-down list. Then click Get Licenses.

  10. You can choose the license edition and the bandwidth required from the drop-down lists in the pop-up window.

    Note

    A restart is not required if you change the bandwidth allocation, but a warm restart is required if you change the license edition.

Allocate NetScaler Pooled capacity to a NetScaler cluster using the CLI

Allocate licenses to each cluster node separately. Because the commands to propagate and synchronize licenses across the cluster nodes are disabled.

Repeat the following procedure on each cluster node:

  1. In an SSH client, enter the NetScaler IP address (NSIP), and log in by using administrator credentials.

  2. To add a licensing server, enter the following command:

    add ns licenseserver (<licenseServerIP> | <serverName>) [-port <port number >]
    <!--NeedCopy-->
    

    add-license-server-cli-1

  3. To show the available licenses on the licensing server, enter the following command:

    sh licenseserverpool
    <!--NeedCopy-->
    

    add-license-server-cli-2

  4. To assign a license to the NetScaler VPX appliance, enter the following command:

    set capacity –platform V\[S/E/P\]\[Bandwidth\]
    <!--NeedCopy-->
    

    add-license-server-cli-3

NetScaler Pooled capacity on NetScaler instances in cluster mode