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 |
|---|---|---|
| ccrcPrimaryGroup | group_name | Specifies a value for the CLEARCASE_PRIMARY_GROUP environment variable that will be set for users of the Rational ClearCase remote client who do not specify a primary group. If a Rational ClearCase remote client user specifies a value for CLEARCASE_PRIMARY_GROUP as a client preference, that value overrides this setting. |
| 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 of seconds between 600 (10 minutes) and 2147483647 (about 68 years). Values less than 600 are interpreted as 600. |
| 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. |
| 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 |