|
Popular Articles
Latest Articles
![]()
Main Menu
|
ClearCase Support: How to Synchronize 2 VOBsI am often asked to "fix" the synchronization or updates between VOB replicas when a change in one VOB is not replicated to other sites fast enough. This is a simple two-step task. First, the ClearCase administrator at the site that has the needed data must create and export a synchronization packet to the site that needs that data. Here is an example of the command that does this action. Keep in mind that this command must be run on the VOB server that hosts the VOB, as the VOB owner, and the destination VOB replica must be known.
This command will create a synchronization packet file in the outgoing shipping bay; by default, this directory is located here: /usr/atria/shipping/ms_ship/outgoing/. Then this synchronization packet will be shipped to the remote replica's VOB server, and then the packet file will be deleted.
Alternatively, you can import all the available synchronization packets for a single VOB with this command:
Or, you can import all the synchronization packets for every VOB with this command:
That's it! You have just synchronized one VOB replica with other VOB replica.
by Phil B.
|