Reputation: 2133
We have a ClearCase server installed on Solaris box and there are several vobs replicated in a multi-site environment. Now as this Clearcase server is becoming old we have setup an new Server on Windows and able to bring that new server into multi-site with all the required vobs. Now we would like to remove/decommission the vobs from old solaris box and want to free up the space occupied by those vobs.
Can any one suggest the best procedure to do this and also point us to the links for that procedure?
Upvotes: 1
Views: 1077
Reputation: 1323583
You can:
multitool mkreplica -export -workdir c:\\ [-maxsize 100m] -fship : @
Import:
multitool mkreplica -import -workdir /var/tmp/doesntexist/ -tag /your/new/vobtag/ -stgloc -auto -npreserve -public /var/adm/atria/ shipping/ms_ship/incoming/
rmtag
and unregister
the vob on the solaris box, in order to remove it completely from the central registry server.The alternative, to delete that vob, and to follow "Deleting a replica"
Then you can simply delete the vob and get back that disk space.
Upvotes: 1