Top
ETERNUS SF AdvancedCopy Manager V16.8 Operation Guide
FUJITSU Storage

10.1.3 Maintenance Commands

This section describes the backup management maintenance commands.

10.1.3.1 swstsrsemtch (Resource Match Command)

NAME

swstsrsemtch - recovers resource information

SYNOPSIS

To Execute on Managed Server
/opt/FJSVswsts/bin/swstsrsemtch [-x]
To Execute on Management Server
/opt/FJSVswsts/bin/swstsrsemtch [-x] [-h serverName]

DESCRIPTION

This command recovers resource information if a system failure, etc. has made the resource information inconsistent.

OPTIONS

-h serverName

When executing on the Management Server, specify the name of the target Managed Server.
When executing on the target Managed server, it is not necessary to specify this option.
For the server name, accurately specify the same letters, including upper and lower case, as the server name displayed with the stgxfwcmdispsrv command.

-x

If a recovery operation of the resource information in the Management Server cannot be performed for some reason, specify this option.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

EXAMPLES

NOTES

10.1.3.2 swstresback (Resource Backup Command)

NAME

swstresback - backup of backup management list and recovery control file

SYNOPSIS

/opt/FJSVswsts/bin/swstresback backupDir [-lg logGroupName[/rdbName]]

DESCRIPTION

A backup management list and a recovery control file are backed up to the specified directory.

The information backed up by this command can be restored by the swstresrst command.

The following two methods are available to back up files.

The restoration must be performed with the same method as when the files are backed up (for example, if the -lg option is specified for this command, specify the -lg option for the swstresrst command). Note which method to use for the restoration when performing a backup.

OPTIONS

-lg logGroupName[/rdbName]

Back up only the backup management list and the recovery control file related to the specified log group to the specified directory.

logGroupName

Specify log group name.

rdbName

Specify the RDB system name after the log group name, delimited by a slash (/).
If there is no RDB system name, you can omit it.

OPERANDS

backupDir

Specifies the name of a directory to which the backup management list and the recovery control file are saved.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

EXAMPLES

NOTES

10.1.3.3 swstresrst (Resource Restore Command)

NAME

swstresrst - restore of backup management list and recovery control file

SYNOPSIS

/opt/FJSVswsts/bin/swstresrst backupDir [-lg logGroupName[/rdbName] [-clean]]

DESCRIPTION

A backup management list and a recovery control file are restored from the specified directory.

A restoration is available when the target method is the same as the one used to back up with the swstresback command.

OPTIONS

-lg logGroupName[/rdbName]

Restore only the backup management list and the recovery control file related to the specified log group.

logGroupName

Specify log group name.

rdbName

Specify the RDB system name after the log group name, delimited by a slash (/).
If there is no RDB system name, you can omit it.

-clean

Delete all the existing backup management lists and recovery control files, and then restore the backup management list and recovery control file for the specified log group.
Specify this option if the existing backup management lists and recovery control files cannot be used due to reasons such as file corruption.

OPERANDS

backupDir

The backup location directory name directed by the swstresback command is specified.

EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally

EXAMPLES

NOTES