如何知道什么是 Clearcase 服务器视图?
How to know what is the Clearcase server view?
我认为 Clearcase 服务器也用于托管视图服务器,但我如何确定?
#cleartool hostinfo -long
Client: abcd123
Product: ClearCase 8.0.1.4
Operating system: AIX 1 7
Hardware type: 00C7D6164C00
Registry host: abcd123
Registry region: ggg
License host: abcd123.kalzam.razel.steria.ch
如“Rational ClearCase server processes”中所述,view_server
是在特定视图中管理 activity 的长期进程。
因此,如果您在给定主机上看到任何 view_server 进程,则该主机是一个视图服务器。
但这并不意味着它是唯一的,任何 ClearCase 客户端也可以承载自己的视图(如果 ClearCase 安装时带有视图服务器作为其功能的一部分)
另请参阅 cleartool lsstgloc
以列出有关视图、VOB 或两者的服务器存储位置的注册表信息。
cleartool lsstgloc -view -host anHostname
如果那个 returns 东西,那么 'aHostname' 是一个视图服务器。
如果您有视图标签,请对其进行描述以获取其视图存储路径:
cleartool lsview -l -full -pro aViewTag
从该全局路径,您可以通过以下方式获取视图服务器主机名:
cleartool lsstgloc -view -long -storage a/global/path
Type: View
Region: atria_r_d_unix
Storage Location uuid: 3988ccaa.412d11d4.a313.00:01:80:7c:c6:73
Global path: /net/peroxide/export/home/bert/stgloc_view1
Server host: peroxide
Server host path: /export/home/bert/stgloc_view1
我认为 Clearcase 服务器也用于托管视图服务器,但我如何确定?
#cleartool hostinfo -long
Client: abcd123
Product: ClearCase 8.0.1.4
Operating system: AIX 1 7
Hardware type: 00C7D6164C00
Registry host: abcd123
Registry region: ggg
License host: abcd123.kalzam.razel.steria.ch
如“Rational ClearCase server processes”中所述,view_server
是在特定视图中管理 activity 的长期进程。
因此,如果您在给定主机上看到任何 view_server 进程,则该主机是一个视图服务器。
但这并不意味着它是唯一的,任何 ClearCase 客户端也可以承载自己的视图(如果 ClearCase 安装时带有视图服务器作为其功能的一部分)
另请参阅 cleartool lsstgloc
以列出有关视图、VOB 或两者的服务器存储位置的注册表信息。
cleartool lsstgloc -view -host anHostname
如果那个 returns 东西,那么 'aHostname' 是一个视图服务器。
如果您有视图标签,请对其进行描述以获取其视图存储路径:
cleartool lsview -l -full -pro aViewTag
从该全局路径,您可以通过以下方式获取视图服务器主机名:
cleartool lsstgloc -view -long -storage a/global/path
Type: View
Region: atria_r_d_unix
Storage Location uuid: 3988ccaa.412d11d4.a313.00:01:80:7c:c6:73
Global path: /net/peroxide/export/home/bert/stgloc_view1
Server host: peroxide
Server host path: /export/home/bert/stgloc_view1