7.1 ClearCase LT Server Configuration Guidelines

The ClearCase LT server must be appropriately configured for the number and size of VOBs it supports. Server configuration is critical to obtaining satisfactory performance.

NOTE: ClearCase has special requirements for the Windows domain membership of the ClearCase LT server and ClearCase LT users. See Chapter 4, ClearCase and Windows Domains.

The computer chosen as the ClearCase LT server must satisfy these requirements:

See also Chapter 19, Improving VOB Host Performance.

VOB Feature Levels

A feature level is an integer that defines the set of features that a VOB supports. Whenever a ClearCase LT release introduces features that require support in the VOB database, you must raise the feature level of a VOB before clients can take advantage of the new features when accessing data in that VOB.Every ClearCase release is associated with a feature level. See the Release Notes for ClearCase LT for information on which feature levels a release supports.

Displaying the Feature Level

To display the feature level of a VOB, use the Windows explorer or ClearCase Administration Console to display the properties of the VOB. The feature level is listed on the Custom tab. You can also use the cleartool command line.

cleartool describe vob:\dev
versioned object base "\dev"
created 15-Aug-00.14:19:03 by Susan Goechs (susan.user@minuteman)
VOB family feature level: 2
...

Changing the Feature Level

The chflevel command changes the feature level of a VOB. To raise the feature level of a VOB:

  1. Log on to the ClearCase LT server.

  2. Issue the chflevel command with the -auto option. The command lists each VOB served by the host. It then offers to raise the feature level of each VOB that is not already at the feature level corresponding to the release of ClearCase LT that is installed on the server.

VOB Schema Versions

Every VOB has a database schema version that denotes the format of the VOB database, and determines the types of data the VOB can accommodate. There are two schema versions:

All VOBs on a VOB server host must be formatted with the same schema version. When you install ClearCase server software on a host, you are prompted to select a schema version to be used by VOBs created on that host.

To change the schema version of an existing VOB to a higher-numbered schema version, use the reformatvob command. You cannot reformat a VOB to a lower-numbered schema version.