Virtual TapeServer 6.04.01 Operations and Administration Guide
 | 197
q. Ensure that all of the GFS file systems are consistent. For each GFS file system, run 
gfs_fsck, replacing gfs_pool_dir and pool_gfs with the locations and names of the GFS 
pools:
gfs_fsck -y /dev/gfs_pool_dir/pool_gfs
Note
This command may take a long time to complete.
Here is an example of the command and its output:
gfs gfs_fsck -y /dev/pool_gfs/pool_gfs
Initializing fsck 
Clearing journals (this may take a while).. 
Journals cleared. 
Starting pass1 
Pass1 complete 
Starting pass1b 
Pass1b complete 
Starting pass1c 
Pass1c complete 
Starting pass2 
Pass2 complete 
Starting pass3 
Pass3 complete 
Starting pass4 
Pass4 complete 
Starting pass5 
Pass5 complete 
Writing changes to disk
r. Stop the clustering services by entering these commands:
service clvmd stop
service lock_gulmd stop
service ccsd stop
s. Copy the converted cluster.conf file:
cp /etc/cluster/cluster.conf-new /etc/cluster/cluster.conf
Enter y when prompted to confirm whether to overwrite /etc/cluster/cluster.conf.
t. Remove the gulm lines from cluster.conf and add the fully qualified domain names. 
Edit /etc/cluster/cluster.conf and remove <gulm>, </gulm> and everything in 
between. Here is an example:
<gulm> 
<lockserver name="systemA"/> 
<lockserver name="systemB"/> 
<lockserver name="systemC"/> 
</gulm>
Then, if necessary, replace every clusternode name with its fully qualified domain 
name. Here is an example after the name is replaced:
<clusternode name="systemA.yourhost.yourdomain" votes="1">










