Virtual TapeServer 6.04.04 for NonStop Servers Operations and Administration Guide
128 |
To rename a vault
1. Stop the TapeServer process, click Supervisor Functions on the navigation pane and
then click Stop TapeServer (under Processes).
2. Find the device using the existing vault mount point (/VAULT03 in this example) by
running the df command.
3. Unmount the file system:
umount /VAULT03
4. Copy the /etc/fstab file to a backup file:
cp /etc/fstab /etc/fstab.backup
5. Relabel the device, using the device name from step 2:
e2label /device_name /VAULT05
6. Edit /etc/fstab and replace the old vault name with the new vault name.
7. Rename the mount point:
mv /VAULT03 /VAULT05
8. Mount the file system:
mount /VAULT05
9. Verify that it mounted correctly by running the df command again.
10. Restart the TapeServer process.