Synchronize two vobs on two different hosts

一曲冷凌霜 提交于 2019-12-08 04:53:08

问题


Hi every one am new the clear case I need to keep synchronized the already replicated vobs how do I do that can any one help me in steps wise I appreciate your time and help Thanks


回答1:


If the Vob is already replicated (meaning with ClearCase multisite), then it mostly is a matter of running multitool syncreplica:

host1:
multitool syncreplica -export -fship replica:<replica_tag>@\aPVob

host2:
cd /opt/rational/clearcase/shipping/ms_ship/incoming
sudo -u vobadm /opt/rational/clearcase/bin/multitool syncreplica -import /opt/rational/clearcase/shipping/ms_ship/incoming/sync_*_2015-07-16T07*


来源:https://stackoverflow.com/questions/31442160/synchronize-two-vobs-on-two-different-hosts

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!