Top
ETERNUS SF Express V16.9 / Storage Cruiser V16.9 / AdvancedCopy Manager V16.9 Installation and Setup Guide
FUJITSU Storage

6.1.5 Auto Stop Setting (for AIX)

In order to let the agents stop automatically when the system is stopped, modify the "/etc/rc.shutdown" file.
Add the contents that are shown in below example of file modification.

If there is no "/etc/rc.shutdown" file, create it as a new file and add the contents from the example of file modification.

Refer to your AIX documentation for information on the "/etc/rc.shutdown" file.

Example of File Modification
if [ -x /opt/FJSVssage/bin/pstorageagt ]
then
    /bin/sh -c "/opt/FJSVssage/bin/pstorageagt;exit 0"
fi