Job Management Partner 1/Software Distribution Administrator's Guide Volume 1

[Contents][Glossary][Index][Back][Next]

11.10.1 Outputting a backup collection status list (dmpbklst command)

Function
Produces a list of saved backup files in a backup status list file (file name DMPBKLST). The backup status list file contains the package ID (a resource name in UNIX JP1/Software Distribution) for the saved backup files, and the total number of backup files in text format.

Format
dmpbklst /backup-status-list-file-output-directory

Argument
  • /backup-status-list-file-output-directory
    Specify the path for a backup status list file (file name DMPBKLST).

Output format
NUMBER_OF_ENTRY  =  3         (1)
RESOURCE_NAME  =  UAP1        (2)
RESOURCE_NAME  =  UAP2
RESOURCE_NAME  =  USERDATA
END_OF_FILE                   (3)
(1) NUMBER_OF_ENTRY = number-of-backup-files
Indicates the total number of saved backup files (1-127).
(2) RESOURCE_NAME = package-ID
Indicates the package ID (resource name in UNIX JP1/Software Distribution) in which the backup files are saved, as up to 44 characters. If the package ID is fewer than 44 characters, trailing blanks are used.
(3) END_OF_FILE
Indicates the end of the backup status list file.

Exit codes
0
Normal termination
1
No backup file was found.

Example
This example outputs a backup collection status list to C:\Program Files\Hitachi\NETMDMP. The output file name is fixed to DMPBKLST.
dmpbklst.exe /"C:\Program Files\Hitachi\NETMDMP"