Setting available MBean attributes explains how to use JACL scripting to set MBean attributes on the CM Server.
| Attribute name | Attribute value | About the attribute value |
|---|---|---|
| ccrcLoginSessionTimeout | seconds | The lifetime (in seconds) of a Rational ClearCase remote client login session; after a session has been idle for this period, the user is required to re-authenticate with the server. The default value is 14400 seconds (four hours). seconds is an integer number between 600 (10 minutes) and 2147483647 (about 68 years). Values less than 600 are interpreted as 600. |
| ccrcPrimaryGroup | group_name | Specifies a value for the CLEARCASE_PRIMARY_GROUP environment variable that will be set for CCRC users who do not specify a primary group. If a CCRC user specifies a value for CLEARCASE_PRIMARY_GROUP as a client preference, that value overrides this setting. |
| ccrcTempDir | pathname | Specifies a directory where temporary files are stored. pathname must be a directory on the CM server host in which all users of the Rational ClearCase remote client have permission to create and delete files. By default, temporary files are stored in the pathname specified in the value of the TMP or TEMP environment variables, if they exist. |
| ccrcUploadLimit | bytes | Specifies a maximum acceptable size in bytes for files added to source control or checked in from the Rational ClearCase remote client. Attempts to add to source control or check in files larger than this size will fail, and the client will display an error message. |
| ccrcUseViewHostPathForGlobalPath | {true | false} | Directs the CCRC server to use the host path
as the global path when creating views. This supports load balancing
by allowing view accessibility from a different host than the one
on which it was created. Default value is false. When set to true, the default view-creation behavior is changed such that the global path of the view is set to the same value as the view-server access path (that is, the host path). You must ensure that the host path is globally accessible so that the view can be accessed from a different host than the one on which it was created. This supports certain load balancing and NAS configurations. If ccrcUseViewHostPathForGlobalPath is set to true, then ccrcViewStorage should also be set to a globally accessible path name within the load-balance cluster. |
| ccrcViewStorage | pathname | pathname specifies
an alternate storage directory for Web views. Web view storage directories for the Rational ClearCase remote client are used for temporary storage of files that are checked out or ready to be created as elements, so they must be on a disk volume that has enough space for the number of Web views to be supported. Allocating 0.5 MB to 1 MB of disk space for each Web view is usually adequate. By default, Web view storage directories are created in ccase-home-dir/var/ccweb. |
| ccrcVobLineTerminator | { LF | CR-LF } | For more information, see Setting a default view text mode. |
| ccrcUserRegionMapfile | pathname | pathname specifies the absolute pathname to a region mapping file. For more information, see Creating a user region map |