Sample Unload Scripts For Ifolder 3.X Clusters; B.7 Sample Unload Scripts For Ifolder 3.X Clusters; Linux Traditional File System; Nss File System - Novell IFOLDER 3 - ADMINISTRATION Manual

Table of Contents

Advertisement

B.7 Sample Unload Scripts for iFolder 3.x
Clusters
Section B.7.1, "Linux Traditional File System," on page 131
Section B.7.2, "NSS File System," on page 131
Section B.7.3, "Troubleshooting," on page 132
B.7.1 Linux Traditional File System
If your shared volume uses a Linux traditional file system, use the following unload script as a
guide:
##### Linux Traditional File System Sample Unload Script #####
#!/bin/bash
. /opt/novell/ncs/lib/ncsfuncs
#request service stop
ignore_error /etc/init.d/apache2 stop
#del the IP address
##xx.xx.xx.xx is your 'highly available' IP address
ignore_error del_secondary_ipaddress xx.xx.xx.xx
#umount the file system
exit_on_error umount /mnt/ifolder3
#return status
exit 0
###################################################
B.7.2 NSS File System
If your shared volume uses the NSS file system, use the following unload script as a guide:
##### NSS File System Sample Unload Script ####################
#!/bin/bash
. /opt/novell/ncs/lib/ncsfuncs
#request service stop
ignore_error /etc/init.d/apache2 stop
#del the IP address
##xx.xx.xx.xx is your 'highly available' IP address
ignore_error del_secondary_ipaddress xx.xx.xx.xx
Clustering iFolder 3.x Servers with Novell Cluster Services for Linux 131

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ifolder 3.x

Table of Contents