Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

1.4.17 snapcreate (Configuration Baseline Creation Command)

Description

This command creates a configuration baseline.

Synopsis

[Windows]

snapcreate.exe -q [<Configuration baseline name>]

[Linux]

snapcreate.sh -q [<Configuration baseline name>]

Options

-q <Configuration baseline name>

Specify a name to be assigned to the configuration baseline that is created. If the configuration baseline name is omitted, a name will be assigned automatically using the following naming rules, based on the date and time when the command was executed.

  • "snap" + <YYYYMMDDHHMMSS>

    Example: snap20120101120000

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]

Cautions

Example

Creating a configuration baseline with the name "SNAP20120101"

[Windows]

snapcreate.exe -q SNAP20120101

[Linux]

snapcreate.sh -q SNAP20120101