1.8 Install and Uninstall on HP-UX

To install Reflection for Secure IT on HP-UX

  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 uncompress to unpack the package.

    uncompress package_name.depot.Z

    For example:

    uncompress rsit-client-8.0.2.999-ia64-hpux-11.23.depot.Z
  4. Use swinstall to install the unpacked package.

    swinstall -s full_path_and_package_name.depot RSIT

    For example:

    swinstall -s /rsit/rsit-server-8.0.2.999-ia64-hpux-11.23.depot RSIT

To uninstall

  1. Log in as root.

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

    /sbin/init.d/sshd2 stop
  3. Use swremove to uninstall the package.

    swremove RSIT

NOTE:Installing to non-standard locations is not supported on HP-UX.