Start NetScaler BLX
NetScaler BLX is an application that runs on the Linux host. After you install and configure NetScaler BLX, you must start NetScaler BLX by running the following command in the Linux host CLI:
systemctl start blx
<!--NeedCopy-->
Note:
- NetScaler BLX might take up to 45 seconds to start.
NetScaler BLX version 14.1 build 12.35 or earlier, deployed on CentOS version 8.x or Oracle Linux version 8.x might not start or function properly if the
SELinuxpolicy is enabled on the Linux host.Workaround: Disable
SELinuxon the Linux host:
Open the
SELinuxconfiguration file on the Linux host using the commandnano /etc/selinux/config.- Set
SELINUX=disabledand save the file.- Restart NetScaler BLX using the command
systemctl restart blx.
Verify the status of NetScaler BLX
-
You can check the status of NetScaler BLX by running the following command in the Linux host CLI:
systemctl status blx <!--NeedCopy-->The status of NetScaler BLX must be
active (exited).
-
To check the NetScaler® processes running on the Linux host, run the following command in the Linux host CLI:
ps aux | grep ns <!--NeedCopy-->Note:
Ensure that the
nsppeprocess is running on the Linux host.Example:
root 68332 2.7 5.5 485264 442084 ? Ss 16:25 0:02 /usr/sbin/nsppe 1
Stop NetScaler BLX
To stop NetScaler BLX and associated processes, run the following command in the Linux host CLI:
systemctl stop blx
<!--NeedCopy-->
Note:
When you restart the Linux host, NetScaler BLX starts automatically after the Linux host restarts even if you have stopped it before the restart. You must run the
systemctl disable blxcommand to stop NetScaler BLX from starting automatically after a restart of the Linux host.