Search code examples
clearcase

Removing ClearCase vobs


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?


Solution

  • 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/
    

    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.