chflevel

Raises the feature level of a VOB

APPLICABILITY


Product

Command Type

ClearCase


cleartool subcommand


ClearCase LT


cleartool subcommand


Platform

UNIX


Windows

SYNOPSIS

chflevel [-f·orce] -auto
chflevel -rep·lica feature-level replica-selector
chflevel [-f·orce] [-ove·rride] -fam·ily feature-level vob-selector

DESCRIPTION

The chflevel command raises the feature level of a VOB. A feature level is an integer that is incremented at each ClearCase and ClearCase LT release that introduces features that affect VOBs created in an earlier ClearCase or ClearCase LT release. The purpose of raising feature levels is to make all features in a release available to users of the VOB that was created in the earlier release.

Every ClearCase and ClearCase LT release is associated with a feature level. Read the Release Notes for your product for information on which releases correspond to which feature levels.

Raising the Feature Levels of VOBs

To raise the feature level of a VOB, use the chflevel command with the -auto option at the host running the VOB server.

In some circumstances-for example, when you describe a VOB-you will notice MultiSite terms such as VOB family. This kind of information is of interest only to MultiSite users.

Raising the Feature Levels of MultiSite VOBs

Raising the feature level of a MultiSite VOB prevents features from being used at one replica that are not meaningful to other replicas that are at a lower feature level.Thus, feature level control makes it unnecessary to upgrade all replicas in a VOB family to a new ClearCase release simultaneously.

Every VOB replica has a feature level, and every VOB family has a feature level:

You must raise the replica feature levels before raising the VOB family feature level. After raising the feature level of replicas in the VOB family, raise the VOB family feature level to the lowest feature level of any replica in the family.

For more information, see the Administrator's Guide for Rational ClearCase MultiSite.

RESTRICTIONS

Identities: You must have one of the following identities:

Locks: An error occurs if one or more of these objects are locked: VOB, VOB replica.

Mastership: (Replicated VOBs only) A replica whose feature level is to be raised must master its own replica object. The family feature level can be raised only through the replica that masters the VOB object.

Other: (Replicated VOBs only) If the current family feature level is less than or equal to 1, the first replica whose feature level is raised must be the replica that masters the VOB object.

OPTIONS AND ARGUMENTS

-aut·o

Lists each VOB on the local host, annotated with its replication state, family feature level, and replica feature level. For unreplicated VOBs only, this option offers to raise the feature levels. You must raise the feature levels of replicated VOBs using the command synopses for MultiSite.
-f·orce

When specified with the -auto option, this option raises the feature levels of unreplicated VOBs without prompting for confirmation.
When specified with the -family option, this option forces MultiSite replicas on the local host to the feature level specified by -family without prompting. This option may fail to force the family feature level unless you also specify -override.
-rep·lica feature-level replica-selector

Raises the feature level of the specified MultiSite replica.
-ove·rride

Overrides the check that ensures that the feature level specified by -family is less than or equal to the lowest feature level found among replicas in the family. When specified with the -force option, forcibly raises the VOB family feature level without prompting. When specified without -force, -override lists replicas that are below the specified family feature level.
NOTE: Do not use the -force and -override options together unless you are certain that all replicas are at the feature level specified by -family.
-fam·ily feature-level vob-selector

Raises the feature level of the specified MultiSite VOB family.

EXAMPLES

SEE ALSO

chmaster, describe, Release Notes for your product