Linux Posix File System; Nss File System - Novell IFOLDER 3.7 - ADMINISTRATION Administration Manual

Hide thumbs Also See for IFOLDER 3.7 - ADMINISTRATION:
Table of Contents

Advertisement

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:
178 OES 2 SP1: Novell iFolder 3.7 Administration Guide

Advertisement

Table of Contents
loading

Table of Contents