178
OES 2 SP1: Novell iFolder 3.7 Administration Guide
no
vd
ocx
(e
n)
13
Ma
y 20
09
C.7.1 Linux POSIX File System
If your shared volume uses a Linux POSIX file system, use the following unload script as a guide:
##### Linux Traditional File System Sample Unload Script #####
#!/bin/bash
. /opt/novell/ncs/lib/ncsfuncs
#define the IP address
RESOURCE_IP=a.b.c.d
#define the file system type
MOUNT_FS=reiserfs
#define the container name
container_name=name
#define the device
MOUNT_DEV=/dev/evms/$container_name/ifolder
#define the mount point
MOUNT_POINT=/mnt/ifolder
#stop iFolder
ignore_error mod-mono-server --filename /tmp/mod_mono_server_simias10 --
terminate
ignore_error mod-mono-server --filename /tmp/mod_mono_server_admin --terminate
ignore_error mod-mono-server --filename /tmp/mod_mono_server_ifolder --
terminate
#del the IP address
ignore_error del_secondary_ipaddress $RESOURCE_IP
#umount the file system
sleep 10 # if not using SMS for backup, please comment out this line
exit_on_error umount_fs $MOUNT_DEV $MOUNT_POINT $MOUNT_FS
#deactivate the container
exit_on_error deactivate_evms_container $container_name $NCS_TIMEOUT
#return status
exit 0
###################################################
C.7.2 NSS File System
If your shared volume uses the NSS file system, use the following unload script as a guide:
Содержание IFOLDER 3.7 - SECURITY ADMINISTRATION
Страница 12: ...12 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 24: ...24 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 38: ...38 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 98: ...98 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 100: ...100 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 102: ...102 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 162: ...162 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 168: ...168 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 172: ...172 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 182: ...182 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 184: ...184 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 196: ...196 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 202: ...202 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 216: ...216 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...