Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

1.4.18 snapview (Configuration Baseline Display Command)

Description

This command displays information about configuration baselines that have been created. Information can be displayed in list form or detailed form.

Synopsis

[Windows]

snapview.exe -q name=<Configuration baseline name>

snapview.exe -q num={<Number of generations> | all}

snapview.exe -q starttime=<Start date> endtime=<End date>

[Linux]

snapview.sh -q name=<Configuration baseline name>

snapview.sh -q num={<Number of generations> | all}

snapview.sh -q starttime=<Start date> endtime=<End date>

Options

-q name=<Configuration baseline name>

Specify the name of a configuration baseline to display information about that configuration baseline.

-q num={<Number Of generations> | all}

Specify either "all" or the number of generations (up to 99) of the configuration baseline to be displayed. Information about the configuration baseline will be displayed, starting with the immediately preceding generation and going back to the specified number of generations. If "all" is specified, information will be displayed for all generations of the configuration baseline.

-q starttime=<Start date> endtime=<End date>

This option displays configuration baselines that were collected during the specified period. Specify dates in YYYYMMDD format.

Return value

Return value

Meaning

0

The command has terminated normally.

Other than 0

The command has terminated abnormally.

Command location

Admin server

[Windows]

[Systemwalker Software Configuration Manager installation directory]\CMDB\FJSVcmdbm

[Linux]

/opt/FJSVcfmgm/CMDB/FJSVcmdbm/bin

Privilege required/execution environment

[Windows]

[Linux]

Notes

This command cannot be executed at the same time as other commands. An exclusive control error will occur if a command is executed while another command is executing.

Example