How to change Vob owner and vob group?

夙愿已清 提交于 2019-12-23 03:05:28

问题


I tried to change vob owner and vob group.
It throws an error like:

Error:No "ClearCase" group found
Error:unknown protection styles

回答1:


You can check out the technote "About changing the ownership of a VOB and its objects on Windows"

  • Run the fix_prot utility as follows:
    fix_prot -r -root -chown <new_owner> -chgrp <new_primary_group> <path to VOB storage directory>

fix_prot will remove all additional groups from the VOBs group list.
If there were additional groups in the VOBs group list, add those groups back by running protectvob.

  • Restart the ClearCase services from the ClearCase applet in the control panel.
  • Add the additional groups back to the VOBs group list by running protectvob:
    cleartool protectvob -add_group <groupname, groupname2, ...> <vob-storage-pname>

You have other tools to manage the vob, listed in "Summary of protection commands and utilities used with ClearCase", like project_vob (used above).



来源:https://stackoverflow.com/questions/29919499/how-to-change-vob-owner-and-vob-group

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!