Virtual TapeServer 6.04.03 Operations and Administration Guide

154 |
Starting GFS
If GFS is properly installed and configured, the VTS startup process automatically starts
GFS. If GFS partitions are not visible as vaults in the VTS interface, you may need to execute
a start command from a console or Telnet prompt. This section assumes that GFS was
installed and configured by an authorized person. These steps start the cluster if all servers
are booted.
Complete the following steps to start GFS:
1. Log in to the VTS operating system.
2. Become root:
su -
3. Verify that the appropriate services are enabled and started by entering the following
commands:
chkconfig cman on && service cman restart
chkconfig clvmd on && service clvmd restart
chkconfig ricci on && service ricci restart
4. Restart GFS.
service gfs start
5. Change the owner of Vault10 to the super user on the VTS server:
chown –R bill.root /VAULT10
Shutting down GFS
If you need to remove one server from the cluster, use the following procedure.
Shutting down GFS on one server
1. Log in to the server.
2. Become root:
su -
3. Unmount GFS file systems:
umount -a -t gfs
4. Stop the ricci configuration service:
service ricci stop
5. Stop the GFS service:
service gfs stop
6. Stop the clustered LVM service:
service clvmd stop
7. Stop the cluster manager service:
service cman stop