The site config registry contains site-wide properties for ClearCase. ClearCase uses the value for a site-wide property when you perform an operation that uses that property without specifying the property's value. For example, when you create a view and do not specify one of the shareable DOs options, ClearCase uses the site-wide value.
If you do not set a site-wide property in the registry or if you unset a property, the property's default value is used. To list the properties that you can set and their default values, use the lssite –inquire command.
You can set the following properties in the registry:
The UNIX system and Linux examples in this section are written for use in csh. If you use another shell, you may need to use different quoting and escaping conventions.
The Windows examples that include wildcards or quoting are written for use in cleartool interactive mode. If you use cleartool single-command mode, you may need to change the wildcards and quoting to make your command interpreter process the command appropriately.
In cleartool single-command mode, cmd-context represents the UNIX system and Linux shells or Windows command interpreter prompt, followed by the cleartool command. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt.
cmd-context setsite –password p5d82xy9 view_cache_size=2m
Set site-wide default view_cache_size=2m.
cmd-context setsite view_cache_size=4m view_shareable_dos=FALSE
Registry password: p5d82xy9
Set site-wide default view_cache_size=4m.
Set site-wide default view_shareable_dos=FALSE.
cmd-context setsite –password 9yx28d5p view_shareable_dos=
Unset site-wide default view_shareable_dos (was 'FALSE')