NetScaler CPX 12.0
• -e NS_HTTPS_PORT=
• -e NS_SSH_PORT=
• -e NS_SNMP_PORT=
Note
If you are running NetScaler CPX in bridge or none network, ignore this environment variable.
The -e CPX_CORES is an optional NetScaler CPX specific environment variable. You can use it to
improve the performance of the NetScaler CPX instance by defining the number of processing engines
that you want the NetScaler CPX container to start.
Note
For every additional processing engine you add, make sure that the Docker host contains the
equivalent number of vCPUs and amount of memory in GB. For example, if you want to add 4
processing engines, then the Docker host must contain 4 vCPUs and 4 GB of memory.
The -e EULA =yes is a mandatory NetScaler CPX specific environment variable, which is required
to verify that you have read and understand the End User License Agreement (EULA) available at: https:
//www.citrix.com/products/netscaler-adc/cpx-express.html.
The -e PLATFORM=CP1000 parameter specifies the NetScaler CPX license type.
If you are running Docker in host network, you can assign dedicated network interfaces to the
NetScaler CPX container using the -e CPX_NW_DEV environment variable. You need to define the
network interfaces separated by a whitespace. The network interfaces that you define are held by
the NetScaler CPX container until you uninstall the NetScaler CPX container. When the NetScaler CPX
container is provisioned all the assigned network interfaces are added to the NetScaler networking
namespace.
Note
If you are running NetScaler CPX in bridge or none network and if you change the Docker or con-
tainer network, such as, configure another network connection to the container or remove an ex-
isting network, then make sure that you restart the NetScaler CPX container to use the updated
network.
1docker run -dt --privileged=true --net=host -e NS_NETMODE=”HOST” -e
EULA=yes -e CPX_NW_DEV='eth1 eth2' -e CPX_CORES=5 -e PLATFORM=CP1000
--name cpx_host cpx:12.0-53.x
The -e CPX_CONFIG is a NetScaler CPX specific environment variable that enables you to control
the throughput performance of the NetScaler CPX container. When the NetScaler CPX does not re-
ceive any incoming traic to process, it yields the CPU during this idle time, hence resulting in low
© 1999-2021 Citrix Systems, Inc. All rights reserved. 19