Description
This command creates a configuration baseline.
Synopsis
[Windows]
snapcreate.exe -q [<Configuration baseline name>] |
[Linux]
snapcreate.sh -q [<Configuration baseline name>] |
Options
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]
Administrator privileges are required. Execute as an administrator.
This command can be executed on the admin server.
[Linux]
This command can only be executed by the system administrator (superuser).
This command can be executed on the admin server.
Cautions
There is no upper limit to the number of generations of configuration baselines that can be created. The infrastructure administrator should delete generations of configuration baselines that are no longer required. Refer to "1.4.19 snapdelete (Configuration Baseline Deletion Command)" for information on how to delete configuration baselines.
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
Creating a configuration baseline with the name "SNAP20120101"
[Windows]
snapcreate.exe -q SNAP20120101 |
[Linux]
snapcreate.sh -q SNAP20120101 |