NAME
stgmgrinfodisp - displays the status of execution of the stgmgrinfobkup
SYNOPSIS
/opt/FJSVswstf/bin/stgmgrinfodisp [-n server-name]
DESCRIPTION
This command displays the status of execution of stgmgrinfobkup (Management information package backup command).
The types of information listed below are output.
If no backups are created when the management information package backup command is executed or if the management information package backup command ends in error, then no data is output.
Item | Description |
---|---|
Server | Server name |
RegiData | Date and time at which the management information package backup command created a backup of a registry (ie, the date and time that the management information package backup command was executed) In yy/mm/dd hh:mm:ss format |
DBData | Date and time at which the management information package backup command created a backup of the database (ie, the date and time that the management information package backup command was executed) yy/mm/dd hh:mm:ss |
AuthData | Date and time at which the management information package backup command created a backup of the authentication management list (ie, the date and time that the management information package backup command was executed) yy/mm/dd hh:mm:ss |
BkupData | Date and time at which the management information package backup command created a backup of the backup management (ie, the date and time that the management information package backup command was executed) yy/mm/dd hh:mm:ss |
ReplData | Date and time at which the management information package backup command created a backup of replication management (ie, the date and time that the management information package backup command was executed) yy/mm/dd hh:mm:ss |
MgrInfoData | Date and time at which the management information package backup command created a backup of the policy file for management information package backup (ie, the date and time that the management information package backup command was executed) yy/mm/dd hh:mm:ss |
TapeData | Date when a backup of backup management to tape was made by package backup using the management information command ie, with package backup of the management information command executed) yy/mm/dd hh:mm:ss |
OPTIONS
Specifies the name of the server where the backup status is to be output.
If this option is not specified, the status of backups on the Storage Server for which the management information package backup command was executed is displayed.
EXIT STATUS
=0:Completed successfully
>0:Terminated abnormally
EXAMPLES
Output the information about all the Storage Server:
# /opt/FJSVswstf/bin/stgmgrinfodisp Server: acm01 DBData: 04/08/02 16:11:26 AuthData: 04/08/02 16:32:00 RegiData: 04/08/01 09:00:00 ReplData: 04/08/02 16:32:22 Server: acm02 RegiData: 04/08/01 09:00:00 BkupData: 04/08/03 16:00:00 Server: tape RegiData: 05/08/01 09:00:00 TapeData: 05/08/03 16:00:00 #
Output the information about Storage Server acm01:
# /opt/FJSVswstf/bin/stgmgrinfodisp -n acm01 Server: acm01 DBData: 04/08/02 16:11:26 AuthData: 04/08/02 16:32:00 RegiData: 04/08/01 09:00:00 ReplData: 04/08/02 16:32:22 #
NOTES
This command can be executed only by root users.
This command can be executed only on the management information package backup execution server.
When the management information package backup execution server is in a cluster system, set the name of the logical node in the SWSTGNODE environment variable.