Transfers mastership of an object
chmaster [ –c·omment comment | –cfi·le comment-file-pname | –cq·uery
| –cqe·ach | –nc·omment ]
{ master-replica-selector object-selector ...
| [ –pname ] master-replica-selector branch-or-element-pname ...
| –str·eam [ –ove·rride ] master-replica-selector stream-selector ...
| –def·ault [ –pname ] branch-pname ...
| –def·ault brtype-selector ...
| –all [ –obsolete_replica old-replica-selector ]
[ –l·ong ] [ –vie·w view-tag ] master-replica-selector
}
This command transfers the mastership of one or more objects from one replica to another. Only the current replica is affected immediately; other replicas are notified of the mastership transfers through the normal exchange of update packets.
To limit use of this command to a certain set of users, you can create triggers. For more information, see Managing Software Projects.
The chmaster command requires a view context. If you are not in a set view or working directory view on UNIX or in a view drive on Windows, you can specify a view on the command line, as shown in the following table. If you specify a dynamic view, it must be active on your host.
Note: A view you specify in the chmaster command takes precedence over your current set view, working directory view, or view drive.
Identities: For all UCM objects except baselines, no special identity is required. For baselines and all non-UCM objects, you must have one of the following identities:
Locks: Restrictions depend on the kind of object:
Mastership: Your current replica must master the object. Using both –all and –obsolete_replica overrides this restriction, but you must not use the –obsolete_replica option except in special circumstances. (See the description of the –all option.)
Other: You cannot transfer mastership of a branch if either of these conditions exist:
Default
Creates one or more event records, with commenting controlled by the standard ClearCase user profile (default: –nc). See Event Records and Comments in the multitool reference page. To edit a comment, use cleartool chevent.
–c·omment comment | –cfi·le comment-file-pname | –cq·uery | –cqe·ach | –nc·omment
Overrides the default with the specified comment option.
Default
None.
master-replica-selector object-selector ...
Transfers mastership of objects specified with object-selector to the replica specified with master-replica-selector. Specify master-replica-selector in the form [replica:]replica-name[@vob-selector]
Specify object-selector in one of the following forms:
[ –pname ] master-replica-selector branch-or-element-pname ...
Transfers mastership of the specified branches or elements to the replica specified with master-replica-selector. A branch pathname takes the form element-name@@/branch..., for example, cmdsyn.c@@/main/bugfix, and an element pathname takes the form element-name@@, for example, cmdsyn.c@@. If branch-or-element-pname has the form of an object selector, you must include the –pname option to indicate that pname is a pathname.
–str·eam [ –ove·rride ] master-replica-selector stream-selector ...
Transfers mastership of the specified streams and their associated objects to the replica specified with master-replica-selector. Specify stream-selector in the following form:
Use the –override option only if the chmaster –stream command fails. With –override, chmaster attempts to transfer mastership of objects whose mastership was not transferred during the original invocation of the command. For more information, see Transferring Mastership of a Stream.
–a·ll [ –obsolete_replica old-replica-selector ] [ –l·ong ] [ –vie·w view-tag ] master-replica-selector
Caution: Incorrect use of the –obsolete_replica form of the command can lead to divergence among the replicas in a family.
Transfers to master-replica-selector mastership of all objects that are located in and mastered by the current replica. (The chmaster command determines the current replica by using the vob-selector you specify as part of master-replica-selector. If you do not include a vob-selector, chmaster uses the replica containing the current working directory.) If errors occur, the command continues, but after finishing, it reports that not all mastership changes succeeded.
With –long, chmaster lists the objects whose mastership is changing.
With –view, chmaster uses the specified view as the view context.
With –obsolete_replica, chmaster transfers mastership of all objects in the replica specified with old-replica-selector. Also, chmaster associates nonmastered checkouts with the new replica. Use this form of chmaster only when replica old-replica-selector is no longer available (for example, was deleted accidentally). Before entering this command, you must make sure that old-replica-selector masters itself or is mastered by the replica that it last updated. Then, enter the chmaster command at the last-updated replica. You must also send update packets from the last-updated replica to all other remaining replicas in the family. For more information, see the rmreplica reference page.
Default
None.
–def·ault [ –pname ] branch-pname ...
Transfers mastership of branch-pname to the replica that masters the branch type. If branch-pname has the form of an object selector, you must include the –pname option to indicate that branch-pname is a pathname.
–def·ault brtype-selector ...
Removes explicit mastership of branches that are mastered explicitly by the current replica and are instances of the type specified by brtype-selector.
Note: You can use this command only at the replica that masters the branch type.
multitool chmaster sanfran_hub lbtype:V1.0_BUGFIX Changed mastership of "V1.0_BUGFIX" to "sanfran_hub"
multitool chmaster sydney list.c@@ Changed mastership of "list.c" to "sydney"
multitool chmaster –stream boston_hub@/vobs/dev stream:v2.1.bl5@/vobs/dev
multitool chmaster sanfran_hub replica:sanfran_hub Changed mastership of "sanfran_hub" to "sanfran_hub"
multitool chmaster boston_hub cache.c@@/main/v3_dev Changed mastership of branch "/vobs/dev/cache.c@@/main/v3_dev" to "boston_hub"
multitool chmaster –all sanfran_hub Changed mastership of all objects
multitool chmaster –all –long sanfran_hub@/view/jtg/vobs/dev Changed mastership of branch type sydney_main Changed mastership of label type SYDNEY_V2.0 Changed mastership of replica sydney Changed mastership of all objects
At the replica that masters the branch:
multitool describe –fmt "%[master]p\n" brtype:v3_bugfix boston_hub@\dev
multitool chmaster boston_hub@\dev \dev\acc.c@@\main\v3_bugfix Changed mastership of branch "\dev\acc.c@@\main\v3_bugfix" to "boston_hub@\dev"
multitool syncreplica –export –fship boston_hub@\dev Generating synchronization packet c:\Program Files\Rational\ClearCase\var \shipping\ms_ship\outgoing\sync_bangalore_19-Aug-02.09.33.02_3447_1 ...
At the replica that masters the branch type:
multitool syncreplica –import –receive Applied sync. packet /var/adm/rational/clearcase/shipping/ms_ship/incoming/sync_bangalor e_19-Aug-02.09.33.02_3447_1 to VOB /net/minuteman/vobstg/dev.vbs
multitool chmaster –default brtype:v3_bugfix Changed mastership of branch type "v3_bugfix" to "default"
reqmaster, syncreplica
Managing Mastership