How to move ClearCase view to a new domain?

牧云@^-^@ 提交于 2019-12-05 19:29:07

For snapshot or dynamic views, the fix_prot utility is used like this:

fix-prot -force -rec -chown newUserName -chgrp newGroupe -chmod 775 /path/to/view/storage.vws
fix-prot -force -root -chown newUserName -chgrp newGroupe /path/to/view/storage.vws

I never use -root -rec: always -rec on one side, -root on the other.

Note the two warnings:

It is recommended that ClearCase services on Windows be shut down prior to running the fix_prot utility.
This will ensure that no files are held open by ClearCase processes which otherwise could be skipped during the execution of the utility.

Note: When you run fix_prot, if there are any Additional Groups that were part of the VOBs group list, running this command will remove those groups.
As a result you will need to run the protectvob command to add these additional groups back to the VOB.

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