Description
This command deletes a configuration baseline.
Synopsis
[Windows]
snapdelete.exe -q name=<Configuration baseline name> |
[Linux]
snapdelete.sh -q name=<Configuration baseline name> |
Options
Specify the name of the configuration baseline to be deleted.
Return Value
Return value | Meaning |
---|---|
0 | The command has terminated normally. |
Other than 0 | The command has terminated abnormally. |
Command Location
Admin server
[Windows]
[%SWCMDB_INSTALL_PATH% *]\FJSVcmdbm\bin *: The installation directory for the CMDB included with Systemwalker Software Configuration Manager is set to the "%SWCMDB_INSTALL_PATH%" environment variable. |
[Linux]
/opt/FJSVcmdbm/bin |
Privilege Required/Execution Environment
[Windows]
Administrator privileges are required. When using Windows Server 2008 or Windows Server 2012, run as an administrator.
This command can be executed on the admin server.
[Linux]
System administrator (superuser) privileges are required.
This command can be executed on the admin server.
Example
Deleting the "SNAP20120101" configuration baseline
[Windows]
snapdelete.exe -q name=SNAP20120101 |
[Linux]
snapdelete.sh -q name=SNAP20120101 |