Install NetScaler BLX on an RPM-based Linux host

Before you begin

Install NetScaler BLX

  1. Untar the NetScaler BLX installation package and then change the working directory to the extracted NetScaler BLX installation directory.

    tar -xvzf blx-rpm-<release number>-<build-number>.tar.gz
    
    cd <path to the extracted NetScaler BLX installation directory>
    <!--NeedCopy-->
    

    Sample output:

    The following sample output shows that a NetScaler 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 directory blx-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-->
    
  2. For Redhat-based Linux systems, install the Extra Packages for Enterprise Linux (EPEL). For more information on how to install EPEL, see EPEL Documentation.

  3. Run the following command to install NetScaler BLX.

    yum install ./blx*.rpm
    <!--NeedCopy-->
    
  4. Check the status of NetScaler BLX by running the following command:

    systemctl status blx
    <!--NeedCopy-->
    

    By default, NetScaler BLX is in an inactive state.

To uninstall the NetScaler BLX from the Linux host:

Run the yum remove blx command on the Linux host to uninstall NetScaler BLX.

Next step

Install NetScaler BLX on an RPM-based Linux host