CLEARCASE_PRIMARY_GROUP vs CLEARCASE_GROUPS
Posted on May 27, 2008 - Filed Under Clearcase | Leave a Comment
Below is the discription from IBM:
CLEARCASE_PRIMARY_GROUP
Specifies which of the user’s groups ClearCase should consider
the primary group.Overrides the Windows primary group
assignment for ClearCase operations.This environment variable
must be a per-user variable (not a system variable) and must
be set to a group that already appears in the user’s group list.
CLEARCASE_GROUPS
Specifies a list of up to 32 groups [...]
Open rsh for root on linux AS4
Posted on May 23, 2008 - Filed Under Linux | Leave a Comment
By default the root can not use the rsh to access the linux server or workstation.If you want to open rsh for root,you need to do on the server or workstation follow up below steps.
1.Make sure that you have install the rsh packages
[root@sv1 ~]# rpm -qa |grep rsh
rsh-server-0.17-25.4
rsh-0.17-25.4
2.startup the rsh service
# chkconfig rsh on
3.create the [...]
How to relocate vob in clearcase
Posted on May 23, 2008 - Filed Under Clearcase | Leave a Comment
1,lock vob use “cleartool lock vob:vobtag”
2,umount vob & kill the vob_server process
3,su to root
4,tar -cf – <vob storage directory> | (cd <new location>;tar -xBpf -)
5,ct register -vob -replace <with new location>
6,ct mktag -vob -replace -tag … <with new location>
7.”cleartool unlock vob:vobtag”
8,remount the vob from all clients
Often used link for clearcase admin
Posted on May 22, 2008 - Filed Under Clearcase | Leave a Comment
1.Clearcase online manual
http://publib.boulder.ibm.com/infocenter/cchelp/v7r0m1/index.jsp?topic=/com.ibm.rational.clearcase.doc/topics/c_ctclnt.htm
2.Clearcase patchs download link for all release
http://www-1.ibm.com/support/docview.wss?rs=984&uid=swg24009632
or
ftp://ftp.software.ibm.com/software/rational/clearcase/
3.clearcase 7.0 download link
https://www14.software.ibm.com/webapp/iwm/web/reg/pick.do?lang=en_US&source=RATL-RATIONAL
4.clearcase forum address
IBM Rational ClearCase Forum is the first by size and reach by ideas source focused on ClearCase and ClearCase Multisite topics.
www-128.ibm.com/developerworks/forums/dw_forum.jsp?forum=333&cat=24
5.The ten best triggers for clearcase
http://www.ibm.com/developerworks/rational/library/4311.html
5.differences between CCRC, CCWeb and Native ClearCase
http://www-1.ibm.com/support/docview.wss?uid=swg21233090
Checked out version, but could not copy data to “file” in view: File exists
Posted on May 22, 2008 - Filed Under Clearcase | 1 Comment
Error message:
% ct co -nc file
cleartool: Warning: Unable to rename “file” to “file.keep”: Read-only file system.
cleartool: Error: Checked out version, but could not copy data to “file” in view: File exists.
Correct the condition, then uncheckout and re-checkout the element.
cleartool: Warning: Copied checked-out version data to “file”.
cleartool: Warning: Checked-out version is not selected by view.
Checked out [...]
Fix “Importing oplog(s) from a deleted replica is not allowed” in clearcase
Posted on May 13, 2008 - Filed Under Other | 1 Comment
While importing the sync packages in clearcase ,I met the following error:
multitool: Error: Importing oplog(s) from a deleted replica
“replica-name” is not allowed.
Solution:
use the -allow_imp_from_deleted_rep option in multitool
e.g:
% multitool syncreplica -import -allow_imp_from_deleted_rep -invob <vob tag> <packet_name>
Error: Replica incarnation for “replica-name” is old for clearcase
Posted on May 13, 2008 - Filed Under Clearcase | Leave a Comment
Error message after importing sync packages:
multitool: Error: multitool: Error: Replica incarnation for “replica-name” is old: 12-Nov-03.14:11:46UTC, should be 17-Mar-04.21:08:41UTC
Solution:
use the -nincarnation option to import update packages.e.g:
mutitool syncreplica -import –nincarnation package-name
rgy_getuuid_by_uuid failed errors in clearcase
Posted on May 9, 2008 - Filed Under Other | Leave a Comment
Problem
This technote discusses the symptoms of and solutions for the error rgy_getuuid_by_uuid as it relates to IBM® Rational® ClearCase® VOBs and views.
Cause
At times the following entries may be seen in the ClearCase logs:10/18/99 11:55:37 view_server(13967): Error: Operation “rgy_getuuid_by_uuid” failed
(“23dd562d.8ebf11d6.a7d9.00:01:80:f0:f4:92″): ClearCase object not found.
10/18/99 15:22:48 view_server(13967): Error: Operation “rgy_getuuid_by_uuid” failed
(“23dd562d.8ebf11d6.a7d9.00:01:80:f0:f4:92″): ClearCase object not found.
The rgy_getuuid_by_uuid [...]
Error on checkin non-shareable DO from GUI while no problem from command line
Posted on May 9, 2008 - Filed Under Other | Leave a Comment
Error description
If I try to check in a non-shareble DO from the GUI, I get the
following error message:
Error checking in <…>.
Unable to advertise non-shareable derived object (or some
sibling of): <…>: error detected by ClearCase subsystem.
Non-shareable derived objects cannot be shopped for or
winked in by other views.
Unable to check in <…>
When I check in the same [...]
Read More..>>Compatibility across releases for clearcase
Posted on May 8, 2008 - Filed Under Clearcase | Leave a Comment
Even the simplest Rational ClearCase operation invokes a communications chain that can involve several components. For example, the act of checking out a file element involves a client program (running on the developer’s workstation), which executes in a particular view (located on that workstation or elsewhere) and uses a particular VOB (typically located on a [...]
Read More..>>