【发布时间】:2019-11-21 04:15:45
【问题描述】:
Clearcase Server Version - 8.0.1.19
OS – Centos - 7.6.1810 (Core)
问题:创建了新的VOB,挂载了VOB,然后在服务器上成功创建了动态视图。从 VOB 根目录 ls 命令显示以下错误。
ls: reading directory .: Permission denied
total 0
我已经执行了以下保护命令。
cleartool protectvob -f -chown ccadmin -chgrp testvob-grp /vobstg/testvob.vbs
cleartool protect -chown ccadmin -chgrp testvob-grp -chmod 775 -r .
[root@VOB-Server /]# cleartool desc -l vob:/vobstg/testvob
versioned object base "/vobstg/testvob"
created 2019-11-21T09:01:57+05:30 by ccadmin.testvob-grp@VOB-Server
"This is test VOB."
protected by rolemap: "DefaultRolemap"
effective access for user "root": rmelem,Read
VOB family feature level: 8
VOB storage host:pathname "VOB-Server:/vobstg/testvob.vbs"
VOB storage global pathname "/net/VOB-Server/vobstg/testvob.vbs"
database schema version: 80
modification by remote privileged user: allowed
atomic checkin: disabled
srfm: disabled
evil twin detection: disabled
VOB ownership:
owner ccadmin
group testvob-grp
minimum client feature level: 8
ACLs feature level: 8
Attributes:
FeatureLevel = 8
View owner has rwx (all) 权限。那么在较新版本的 Clearcase 中,我是否需要为 root id 和 VOB-owner ID 启用配置?
我正在使用默认配置规范
element * CHECKEDOUT
element * /main/LATEST
使用 root 帐户创建的动态视图。在描述 VOB 标签时,它显示以下错误。
[root@VOB-Server]# cleartool desc -l /vobstg/testvob
cleartool: Error: No permission to resolve: "/vobstg/testvob".
cleartool: Error: Unable to access "/vobstg/testvob" because either it is unreadable or its containing VOB is not accessible to the current user.
而使用 VOB 所有者的帐户/ID (ccadmin),我可以描述 VOB。
【问题讨论】: