Copy current SCI
Component: | IMON-GPN |
Functional area: | System control and optimization |
Domain: | MULTI-CATALOG-AND-PUBSET-MGMT |
Privileges: | SUBSYSTEM-MANAGEMENT |
Function
The SAVE-SOFTWARE-INVENTORY command is used to back up the current SCI. When this is done, consistent backup copies are created for the two physical files (IMON-SCI and IMON-GPN-SCI).
The name of the backup copy can be specified explicitly. The corresponding IMON-GPN-SCI is backed up under the same file name but with the suffix .GPN. If the length of the SCI name including the catalog ID and the user ID exceeds 50 characters then the command is aborted with an error message.
The command is not executed if the IMON subsystem is not loaded.
Backup copies of the SCI are also automatically created on system start and on software installation (see the “IMON” User Guide [19]).
The RESTORE-SOFTWARE-INVENTORY command can be used to restore the current SCI from a backup copy.
Format
SAVE-SOFTWARE-INVENTORY |
TO-SCI = *STD / <filename 1..50> |
Operands
TO-SCI =
Name of the target file (backup copy).
TO-SCI = *STD
The file name of the currently open SCI is used together with the timestamp (date and time) in the form <yyyymmddhhmmss> as the suffix.
TO-SCI = <filename 1..50>
Explicit specification of the target file name.
Return codes
(SC2) | SC1 | Maincode | Meaning |
---|---|---|---|
0 | CMD0001 | Command successfully executed | |
32 | IMO9101 | Command terminated abnormally (system error in external call; internal error in IMON-GPN) | |
64 | CMD0216 | Privileges error | |
64 | IMO9100 | IMON subsystem started, DMS error |