1.9 Install and Uninstall on IBM AIX

To install Reflection for Secure IT on IBM AIX

  1. Log in as root.

  2. Copy the installation package file to your computer and navigate to the directory that contains this file.

  3. Use the uncompress command to unpack the package.

    uncompress package_name.bff.Z

    For example:

    uncompress rsit-server-8.0.2.999-powerpc-aix6.1.bff.Z
  4. Use the installp command to install the package.

    installp -d. RSIT.ssh

To uninstall

  1. Log in as root.

  2. (Server only) Use the server script to stop the sshd service.

    /etc/rc.d/init.d/sshd stop
  3. Use the installp command to uninstall the package.

    installp -u RSIT.ssh
  4. Remove the hidden .toc file in the directory from which you ran installp in step 3.

NOTE:Installing to non-standard locations is not supported on IBM AIX.