Removing ClearCase vobs

2019-06-06 12:46发布

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?

标签: clearcase
1条回答
贪生不怕死
2楼-- · 2019-06-06 13:34

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.

查看更多
登录 后发表回答