Installation Manual
HP StorageWorks File System Extender Software installation guide for Linux 51
Example 1
Example 2
The pre-stop script
The pre-stop script is executed by the fse --stop command before all locally mounted HSM file systems
are unmounted and before all FSE processes that are running locally are shut down. The script runs the
specified commands directly before this particular component of the FSE implementation is pulled out of its
fully operational state.
The pre-stop script must be named pre_stop.sh. It must be located on the local system in the
/opt/fse/sbin directory. The script must have execute permissions.
The following are examples of the pre-stop script.
Example 1
Example 2
/etc/init.d/nfsserver start
rcsmb start
/usr/sbin/exportfs -a
/etc/init.d/nfsserver stop
rcsmb stop
/usr/sbin/exportfs -a -u