Installing Adax rpms on vSTP-MP

Perform the following steps on vSTP-MP. These steps are applicable to VMs to be enabled for TDM support:

Note:

The IP/Sigtran only vSTP-MP must not execute these steps.
  1. Login to vSTP-MP

    Switch the user to root and enter command:

    sudo su
  2. Set off the vSTP process.
  3. Install Adax rpms

    Execute the following commands to install Adax rpms:

    rpm –ivh Adax-LiS-2.21.8-1-RedHat-6.10-x86-64bit.rpm
    rpm –ivh Adax-hdc-1.79-1-RedHat-6.10-x86-64bit-LiS2.21.8-MAJ234.rpm
    rpm –ivh Adax-qcx-1.25-1-Linux-x86-64bit.rpm

    Note: The Adax driver rpms compatible for Oracle Linux 6.10 must be available at path: /root/ folder.

  4. Verify the Adax driver installation on the vSTP-MP.

    Verify the Adax driver installation on vSTP-MP from S05hdc.log file. The log file must not report any error.

    Execute the following command:

    vim /tmp/S05hdc.log

    Note:The Failed to open /usr/net/Adax/hdc/hdc_instances.conf, errno 2 error occurs during verification. This error can be ignored.

  5. Turn off cloud-init services.

    Execute the following command to turn off the services:

    sudo chkconfig cloud-init off
    sudo chkconfig cloud-init-local off
  6. Verify that all cloud-init services are off for each level. Execute the following command to verify:
    sudo chkconfig cloud-init --list
    Example Output:
    cloud-init 0:off   1:off   2:off   3:off   4:off   5:off   6:off
    chkconfig cloud-init-local --list
    cloud-init-local 0:off   1:off   2:off   3:off   4:off   5:off   6:off