IBM Tivoli Software IBM Tivoli Software

[ Bottom of Page | Previous Page | Next Page | Contents | Index ]


setver

Purpose

Sets the major and minor versions of the resource model workspace or output workspace.

Format

wrmbcli <resmodworkspace> -setver <major> <minor>
[<outputworkspace>]

where:

<resmodworkspace> is the name of the resource model workspace.

<major> is the major version of the resource model workspace or output workspace.

<minor> is the minor version of the resource model workspace or output workspace.

<outputworkspace> specifies the output workspace.

Examples

wrmbcli CIM_Data.jrm -setver 2 5 CIM_Data_mod.jrm

Usage

This command produces two results depending on number of arguments. If the output workspace is not provided, the given workspace is updated to use the given version numbers. If the output workspace is given, the first workspace is left intact and the output is a copy of it that uses the given version numbers.

Comments

None


[ Top of Page | Previous Page | Next Page | Contents | Index ]