Application Delivery Management

Citrix ADC pooled capacity on Citrix ADC instances in cluster mode

You can configure Citrix ADC pooled capacity on the Citrix ADC instances configured as a cluster. The following are the prerequisites for configuring pooled capacity on Citrix ADC 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 same bandwidth.
  • All the instances checked out the pooled capacity from the same Citrix Application Delivery Management (ADM).
  • New instances cannot be added to an existing Citrix ADC cluster unless their capacity and Citrix ADM configurations are same as those of the existing instances in the cluster.

Any capacity check-out from the Citrix ADC cluster assigns 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 Citrix ADC 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 ADC Pooled capacity to an ADC 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 Citrix ADC 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 Citrix ADM, select the Register with Citrix ADM for manageability check box and enter the ADM 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 Citrix ADC 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 ADC Pooled capacity to an ADC cluster using 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 Citrix ADC 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 Citrix ADC VPX appliance, enter the following command:

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

    add-license-server-cli-3

Citrix ADC pooled capacity on Citrix ADC instances in cluster mode