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

10.1.1 Before uninstallation

The following preparation work must be done before starting the uninstallation of Storage Cruiser's agent.


10.1.1.1 Stopping services/daemons

Perform the tasks described below to stop the service/daemon of the Storage Cruiser's agent to be uninstalled.

For Windows environment
  1. Open the [Services] screen.

    • For Windows Server 2012

      Click [Control Panel] > [System and Security] > [Administrative Tools] > [Services].

    • For Windows environment other than above

      Click [Control Panel] > [Administrative Tools] > [Services].

  2. Select "ETERNUS SF Storage Cruiser Agent" and click the [Stop] button.

For Solaris, Linux, HP-UX, VMware, or AIX environment
  1. Execute the following command to stop the daemon:

    # /opt/FJSVssage/bin/pstorageagt
  2. Execute the following command to confirm that the daemon has stopped:

    • For Solaris, HP-UX, or AIX environments:

      # /usr/bin/ps -ef | grep FJSVssage
    • For Linux or VMware environments:

      # /bin/ps -ef | grep FJSVssage
  3. If the daemon has not stopped, execute the following command to stop the daemon forcibly:

    # /usr/bin/kill -9 <Process ID of daemon>