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]
[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.
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
Deleting the "SNAP20120101" configuration baseline
[Windows]
snapdelete.exe -q name=SNAP20120101 |
[Linux]
snapdelete.sh -q name=SNAP20120101 |