Creating the automount.plist File
Appendix B StorNext Administration Tasks
Connecting to a StorNext Network Using Xsan 1.4.2
sudo mount
In order to mount the StorNext file system whenever the Macintosh client is rebooted, configure the automount.plist file. Xsan 1.4.2 uses the automount.plist file to mount SAN volumes.
1Use the command vi /Library/Filesystems/Xsan/config/automount.plist to create the automount.plist file.
2Copy and paste the text from the automount.plist template below into the file you just created.
3Change Volume_name to the name of your mounted file system.
The automount.plist Template
Copy and paste the text from the following template into the automount.plist file as described in step 2 above.
<?xml version=”1.0”
<!DOCTYPE plist PUBLIC
<plist version=”1.0?> <dict> <key>Volume_name</key> <dict> <key>AutoMount</key> <string>rw</string> <key>MountOptions</key> <dict/>
</dict>
<key>Another_volume_name</key> <dict> <key>AutoMount</key> <string>rw</string> <key>MountOptions</key> <dict/>
</dict>
</dict>
</plist>
StorNext 3.1.3 Installation Guide | 118 |