ADIC SNMS 2.3 Frozen Dessert Maker User Manual


 
SNMS
Installing StorNext FS on UNIX 3-15
Step 3 Enable the StorNext File System to start automatically on reboot.
chkconfig cvfs on
chkconfig verbose on
Step 4 Make sure the /<usr>/cvfs/config/fsnameservers file contains the name of your
server machine.
Step 5 Create the mount points for the file systems.
mkdir -p <mount point>
chmod 777 <mount point>
Step 6 Add the following line to the /etc/fstab file to enable automount after reboot.
<file system name> <mount point> cvfs verbose=yes 0 0
The file system name is the name that you created when you configured the StorNext FS
software using the ICW’s Add File System wizard. (Refer to the
Adding File Systems
section of this document for more information.)
Step 7 Reboot the client to rebuild the UNIX kernel.
NOTE
To mount a file system manually, type the following at the command prompt.
mount -t cvfs <file system name> <mount point>