Nss File System; Sample Unload Scripts For Ifolder 3.7 Clusters; C.7 Sample Unload Scripts For Ifolder 3.7 Clusters - Novell IFOLDER 3.7 - ADMINISTRATION Administration Manual

Hide thumbs Also See for IFOLDER 3.7 - ADMINISTRATION:
Table of Contents

Advertisement

exit_on_error activate_evms_container $container_name $MOUNT_DEV $NCS_TIMEOUT
#mount the file system
exit_on_error mount_fs $MOUNT_DEV $MOUNT_POINT $MOUNT_FS
#add the IP address
exit_on_error add_secondary_ipaddress $RESOURCE_IP
#start iFolder
exit_on_error /etc/init.d/apache2 graceful
#return status
exit 0
##################################################
C.6.2 NSS File System
If your shared volume uses the NSS file system, use the following load script as a guide:
##### NSS File System Sample Load Script #########
#mount the file system
##MYPOOL is the name of your NSS pool
##MYVOL is the name of your NSS volume
nss /poolactivate=MYPOOL
exit_on_error nssmount -n MYVOL
#add the IP address
##xx.xx.xx.xx is your 'highly available' IP address
exit_on_error add_secondary_ipaddress xx.xx.xx.xx
# start the service
exit_on_error /etc/init.d/apache2 graceful
#return status
exit 0
###################################################
C.7 Sample Unload Scripts for iFolder 3.7
Clusters
Section C.7.1, "Linux POSIX File System," on page 178
Section C.7.2, "NSS File System," on page 178
Section C.7.3, "Troubleshooting," on page 179
Clustering iFolder 3.7 Servers with Novell Cluster Services for Linux 177

Advertisement

Table of Contents
loading

Table of Contents