CM server的CCWEB目录权限应该怎么设?

以下部分主要解决在CCRC中创建视图失败的问题。

建议使用"domain users" 和"clearcase"这两个组给所有用户赋权限,因为这只是给视图的权限,所以没必要控制太严。

重点:因为ACL支持(lives supports acls)必须是通过继承才生效,所以要在ccweb的父目录的安全选项中设置完全控制权限,这样ccweb就能继承了。

ccweb不需要共享,只是安全属性自动继承父目录即可。

http://www.samecs.com/how_do_i/ClearCase_VOBs/ClearCase%20VOBs%20how%20do%20I.htm

Note: On Windows, this may include the permissions set at the root of the partition as the ACLs are inherited.

 修改ccweb的物理位置

 https://publib.boulder.ibm.com/infocenter/cchelp/v7r1m0/topic/com.ibm.rational.clearcase.cc_admin.doc/topics/cm_server/admin_console.htm?resultof=%22%73%65%74%61%74%74%72%69%62%75%74%65%22%20

 

// On Windows:
cd "C:\Program Files\IBM\RationalSDLC\common\CM\scripts"
set WAS_BIN="C:\Program Files\IBM\RationalSDLC\common\eWAS\bin"
%WAS_BIN%\wsadmin -profileName cmprofile
wsadmin> source teamAdminUtils.jacl
wsadmin> set t [getTeamServer]
wsadmin> set cc [$AdminControl getAttribute $t ccServerFactory]
wsadmin> $AdminControl getAttributes $cc
wsadmin> $AdminControl setAttribute $cc ccrcViewStorage d:\views\ccweb

 

posted @ 2010-02-10 14:42  ColorSea  阅读(320)  评论(0编辑  收藏  举报