我停下来并启动了一个视图,其中挂起了各种文件访问操作(在杀死我使用该视图的所有终端会话之后),现在得到:
cleartool: Error: Operation "view_ws_is_ws_view" failed: view storage directory or control files unavailable --
additional information may be present in the view server host's view log.
两个问题:
1)是否有一个clearcase子系统可以重新启动以解决这个问题(最好不影响其他用户)?
2)非常无用的错误消息是指视图日志,但不能说明它在哪里。可以在何处找到此日志(SUSE Linux Enterprise Server 11 SP3(x86_64))?
答案 0 :(得分:2)
clearcase子系统,可以重新启动以解决此问题
您可以从结束与此视图关联的view_server.exe
开始(cleartool endview
):
cleartool endview -server <view_tag>
然后:
cleartool startview <view_tag>
可以在哪里找到此日志
这将使用cleartool getlog
命令,用于本地日志,也可用于ClearCase视图服务器的日志(可从客户端工作站访问)
cleartool getlog -tag <view_tag>
显示view
日志的最后10行(任何视图的日志):
cleartool getlog -host <server_name> view
在凌晨4点20分钟内显示查看日志条目6月19日:
cleartool getlog -host <server_name> -around 19-Jun.14:00 20 view
另请参阅(除上述建议外)IBM technote swg21131145或technote swg21131682。
如果上述情况不够,我希望fix_prot
the view以避免任何正确的访问问题。
如果你的观点是在Unix上,例如:
alias sfp sudo /usr/atria/etc/utils/fix_prot
sfp -force -rec -chown <user> -chgrp <group> -chmod 775 /path/to/views/storage/<view_tag>.vws
sfp -force -root -chown <user> -chgrp <group> /path/to/views/storage/<view_tag>.vws