Skip to main content

cleartool protectvob executes only one parameter


Technote (troubleshooting)


Problem(Abstract)

In IBM Rational ClearCase, when you run cleartool protectvob with more than one option, -srfm, -atomic_checkin and -evil_twin, it only execute one and silently ignore the others.

Cause

The cleartool protectvob options -srfm, -atomic_checkin and -evil_twin are mutually exclusives. The cleartool protectvob code currently loops over a list of VOBs and not over the list of commands. The utility checks for protectvob actions in the order below and runs the first action that matches the list.


  1. mod_master

  2. remote_admin

  3. atomic_checkin

  4. srfm

  5. evil_twin

  6. group_p

  7. User_p

Resolving the problem

Run the protectvob command separately for each option.

EXAMPLE

Do not run the following command.

cleartool protectvob -srfm -atomic -evil <vob>


Run the following three commands sequentially instead.

cleartool protectvob -srfm <vob>

cleartool protectvob -atomic <vob>

cleartool protectvob -evil <vob>

For more information on the protectvob command, refers to the reference manual : cleartool protectvob


Related information

cleartool protectvob in the reference manual

Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

Rational ClearCase

Cleartool


Software version:
7.1, 7.1.1, 7.1.2, 8.0


Operating system(s):
AIX, HP-UX, Linux, Solaris, Windows


Reference #:
1615032


Modified date:
2012-11-12

Translate my page

Content navigation