Clustering iFolder 3.x Servers with Novell Cluster Services for Linux
131
no
vd
ocx (
E
NU)
01
F
ebr
ua
ry
200
6
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
Содержание IFOLDER 3 - ADMINISTRATION
Страница 4: ...novdocx ENU 01 February 2006...
Страница 10: ...10 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 30: ...30 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 40: ...40 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 44: ...44 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 50: ...50 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 66: ...66 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 80: ...80 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 102: ...102 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 108: ...108 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 124: ...124 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Страница 140: ...140 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...