The following preparation is necessary before starting the Storage Cruiser's agent uninstallation.
Perform the tasks described below to stop the service/daemon of the Storage Cruiser's agent to be uninstalled.
For Windows environments
Click Control Panel > System and Security > Administrative Tools > Services to open the Services screen.
Select "ETERNUS SF Storage Cruiser Agent" and then click Stop.
For Solaris, Linux, HP-UX, or AIX environments
Execute the following command to stop the daemon.
# /opt/FJSVssage/bin/pstorageagt
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 environments
# /bin/ps -ef | grep FJSVssage
If the daemon has not stopped, execute the following command to stop the daemon forcibly.
# /usr/bin/kill -9 <Process ID of daemon>