Starting and Stopping SNFS
2Make sure you are the root user by typing the following: cd /
3Unmount the system by typing the following: umount <mount_point>
where the <mount_point> is where you have mounted the SNFS. For example: umount /stornext/snfs1
4Stop the system by typing the following:
/usr/cvfs/bin/cvadmin
snadmin> stop <file_system_name>
where the <file_system_name> is the name of the file system to be stopped.
5Make the file system by typing the following:
/usr/cvfs/bin/cvmkfs <file_system_name>
6Start the system by typing the following:
/usr/cvfs/bin/cvadmin
snadmin> start <file_system_name>
7Mount the system by typing the following: mount
Starting and Stopping SNFS
To start SNFS using the CLI, type the following:
/usr/cvfs/bin/cvadmin snadmin> select
snadmin> start <file_system_name> snadmin> activate <file_system_name>
where snadmin is the prompt shown after invoking the cvadmin command.
To stop SNFS using the CLI, type the following:
StorNext User’s Guide | 327 |