Top
ETERNUS SF Express V15.2/ Storage Cruiser V15.2/ AdvancedCopy Manager V15.2 Installation and Setup Guide
ETERNUS

10.1.7 Uninstallation procedure of Storage Cruiser's agent (for AIX)

The uninstallation procedure of Storage Cruiser's agent (for AIX) is performed as follows:

  1. Log in as "root (super user)" on the server on which to uninstall the Storage Cruiser's agent.

  2. Run the following command in order to delete the "FJSVssage" record from the /etc/inittab file:

    # /usr/sbin/rmitab FJSVssage
  3. Delete the contents you added to /etc/rc.shutdown file as specified in "Auto stop setting (AIX environment only)".

  4. Delete all of the following directories if they exist:

    • /opt/FJSVssage

    • /etc/opt/FJSVssage

    • /var/opt/FJSVssage

    Example of deletion

    # /usr/bin/rm -rf /opt/FJSVssage /etc/opt/FJSVssage /var/opt/FJSVssage
  5. Run the following command in order to delete the line "sscruisera" from the /etc/services file.
    In the following example, the port number to be used is set to "4917". If you specified a different port number during installation, specify the same port number here.

    # /usr/sbin/chservices -d -v sscruisera -p tcp -n 4917

    Point

    You can execute the following command to check the specified port number:

    # /usr/bin/grep -e "^sscruisera" /etc/services

    The currently set value will be displayed. In this example, the setting is "4917".

    sscruisera              4917/tcp
  6. Reboot the system.

    # /usr/sbin/shutdown -r now

The uninstallation of Storage Cruiser's agent (for AIX) is completed.