Why is my working directory view empty?How to set the working directory view

妖精的绣舞 提交于 2019-12-23 01:57:10

问题


Why is my working directory view empty?
How to set the working directory view

Working directory view: ** NONE **

How to set it?

[shibanis@linuxserver206 C-T3-P-fad-viewstore7]$ ct pwv
Working directory view: ** NONE **
Set view: hdbu_iop_shibanis_vu

And:

View details:[shibanis@linuxserver206 C-T3-P-fad-viewstore7]$ ct lsview -long hdbu_iop_shibanis_vu
Tag: hdbu_iop_shibanis_vu "san to nas storage"
  Global path: /net/in0oianas002/in0oianas002_SAS_U1/C-T3-P-fad-viewstore7/hdbu_iop_shibanis_vu.vws
  Server host: andd011
  Region: AND_DSLAM
  Active: YES
  View tag uuid:8e18a9d4.b2c511e5.8058.78:ac:c0:bb:69:2c
View on host: andd011
View server access path: /net/in0oianas002/in0oianas002_SAS_U1/C-T3-P-fad-viewstore7/hdbu_iop_shibanis_vu.vws
View uuid: 8e18a9d4.b2c511e5.8058.78:ac:c0:bb:69:2c
View owner: adcc/shibanis

Command used to create view:(sample)

/usr/atria/bin/cleartool mkview -tag iop5_shibanis -host andd011 -hpath /net/in0oianas002/in0oianas002_SAS_U1/C-T3-P-fad-viewstore7/iop5_shibanis.vws -gpath 

回答1:


Once a dynamic view has been set with cleartool setview (and it is set, since your pwn shows your view has set), it uses a view context '/'.
That means your path within that view becomes: /vobs/aVob/path/to/a/file.

But that also means you need to make sure:

  • a vob is mounted: cleartool mount /vobs/avob
  • your config spec does select that vob: look at cleartool catcs output to check the selection rules.


来源:https://stackoverflow.com/questions/43579880/why-is-my-working-directory-view-emptyhow-to-set-the-working-directory-view

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