Install NetScaler BLX on an RPM-based Linux host
Before you begin
-
Ensure that the NetScaler BLX package is available on the Linux host. For information on how to download BLX, see Download the BLX package on the Linux host.
-
Ensure that the Linux host has internet access to install the necessary dependencies. For more information about auto-installed dependencies, see Auto-installed dependencies for BLX.
-
Ensure that you have root or sudo privileges to install BLX on the Linux host.
Install NetScaler BLX
-
Untar the BLX installation package and then change the working directory to the extracted BLX installation directory.
tar -xvzf blx-rpm-<release number>-<build-number>.tar.gz cd <path to the extracted BLX installation directory> <!--NeedCopy-->
Sample output:
The following sample output shows that a BLX installation package
blx-rpm-13.1-51.15.tar.gz
, which is already downloaded to the/var/blxinstall
directory of the Linux host, is untared. Then, the working directory is changed to the extracted directoryblx-rpm-13.1-51.15
.# cd /var/blxinstall # tar -xvzf blx-rpm-13.1-51.15.tar.gz # cd blx-rpm-13.1-51.15 # pwd /var/blxinstall/blx-rpm-13.1-51.15 <!--NeedCopy-->
-
For Redhat-based Linux systems, install the Extra Packages for Enterprise Linux (EPEL). For more information on how to install EPEL, see EPEL Documentation.
-
Run the following command to install BLX.
yum install ./blx*.rpm <!--NeedCopy-->
-
Check the status of BLX by running the following command:
systemctl status blx <!--NeedCopy-->
By default, BLX is in an inactive state.
To uninstall the BLX from the Linux host:
Run the yum remove blx
command on the Linux host to uninstall BLX.