- After installing the new version of ClearCase on a server host, determine which replica masters the VOB object:
cleartool describe vob:vob-tag
If the replica whose feature level you want to raise first does not master the VOB object, you must transfer mastership of the VOB object:
- Change mastership of the VOB object:
multitool chmaster replica-name vob:vob-tag
|
- Export an update packet to the replica whose feature level you want to raise:
multitool syncreplica –export –fship replica-name@vob-tag
|
- At the receiving replica, import the packet:
multitool syncreplica –import –receive
|
- Determine whether the replica is self-mastering:
cleartool describe replica:replica-name@vob-tag
- Raise the feature level of the replica. Enter this command on the replica host:
cleartool chflevel –replica feature-level replica:replica-name@vob-tag
- Export update packets to all other replicas in the VOB family to inform them about the feature level change.
- (optional) Change mastership of the replica back to the original master replica.