132
Novell iFolder 3.x Administration Guide
no
vd
ocx (
E
NU)
01
F
ebr
ua
ry
200
6
#umount the file system
##MYPOOL is the name of your NSS pool
##MYVOL is the name of your NSS volume
umount /media/nss/MYVOL
nss /pooldeactivate=MYVOL
#return status
exit 0
###################################################
B.7.3 Troubleshooting
Linux does not allow you to umount a volume if any file is currently open. If your system is going
comatose when you try to unload the cluster, it is probably because you have open user connections
and files on the volume. You need to allow enough time for the connections to be closed before the
umount is executed.
Add the following lines between the request to stop service and deleting the IP address:
#stop service otherwise
sleep 10
ignore_error fuser -k
/$MOUNT-POINT
sleep 5
Replace
/$MOUNT-POINT
with the actual path of the mount point of your iFolder data store. For
example, if the mount point is
/var/opt/novell/ifolder3/data
, add:
#stop service otherwise
sleep 10
ignore_error fuser -k /var/opt/novell/ifolder3/data
sleep 5
Tune the script until the cluster no longer goes comatose under an operational load when the unload
script is called. If the system goes comatose under a full load, increase the sleept time until the
cluster is able to successfully execute the unload instead of going comatose.
Содержание 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...