Command Sequence Examples

The following command sets the license for version V703 of the VTSManager product, with a
warning period of 45 days before
expiration:

LICENSE  PRODUCT = VTSMGR  VERSION=V703  WARNING = 45 ;

The following command sets the default version to
V703.

SET  VERSION = V703 ;
The following command initially assigns an alias name PROD to a VTS named VTSDEV:

SWITCH  ALIAS = PROD  TOVTS = VTSDEV ;
The following command switches an alias named PROD from a VTS named VTSDEV to a VTS named VTSQA:

SWITCH  ALIAS = PROD  FROMVTS = VTSDEV  TOVTS = VTSQA ;
The following command resets the alias named CURMONTH to its original VTS, regardless of the VTS with which it is now associated:

RESET  ALIAS = CURMONTH ;

The following command displays the status of the VTSManager product:

SHOW  PRODUCT = VTSMGR  VERSION = V703 ;
The following command displays the status of the VTSManager product and the status of all VTSes defined to VTSManager for Version V703:

SHOW  PRODUCT = VTSMGR  VERSION = V611  DETAILS = YES ;