How to relocate vob in clearcase
Posted on May 23, 2008
1,lock vob use “cleartool lock vob:vobtag”
2,umount vob & kill the vob_server process
3,su to root
4,tar -cf – <vob storage directory> | (cd <new location>;tar -xBpf -)
5,ct register -vob -replace <with new location>
6,ct mktag -vob -replace -tag … <with new location>
7.”cleartool unlock vob:vobtag”
8,remount the vob from all clients
Popularity: 2% [?]
Related Posts:
» Filed Under Clearcase
Comments
Leave a Reply