130
Novell iFolder 3.x Administration Guide
no
vd
ocx (
E
NU)
01
F
ebr
ua
ry
200
6
##### Linux Traditional File System Sample Load Script #####
#!/bin/bash
. /opt/novell/ncs/lib/ncsfuncs
#mount the file system
exit_on_error mnt /dev/sda1 /mnt/ifolder3
#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 start
#return status
exit 0
#!/bin/bash
. /opt/novell/ncs/lib/ncsfuncs
##################################################
B.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 start
#return status
exit 0
###################################################
Summary of Contents for IFOLDER 3 - ADMINISTRATION
Page 4: ...novdocx ENU 01 February 2006...
Page 10: ...10 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Page 30: ...30 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Page 40: ...40 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Page 44: ...44 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Page 50: ...50 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Page 66: ...66 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Page 80: ...80 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Page 102: ...102 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Page 108: ...108 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Page 124: ...124 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...
Page 140: ...140 Novell iFolder 3 x Administration Guide novdocx ENU 01 February 2006...