Top
ETERNUS SF AdvancedCopy Manager V15.3 Operation Guide
ETERNUS

12.7.3 swsrprestore_symfoware(Symfoware recovery execution command)

NAME

swsrprestore_symfoware(Symfoware recovery execution command)


SYNOPSIS

<program-directory>\bin\swsrprestore_symfoware [-a | -e EndPoint] [-l ArchiveLogFileList-FileName] [-w Work-Directory] [-Xnolog Work-RecCtrlFile-Directory] -Xgroup Group-Name [-Xdev Device-Name | -Xdevlist DeviceListFile] Log-Group-Name[/RDB-Name]

DESCRIPTION

This command performs database space recovery cooperating with Symfoware.

This command is run on the Symfoware server.

During recovery of database spaces, access to the relevant database spaces must not be permitted. In order to prohibit access, execute the "rdbinh" command provided by Symfoware. For details on these commands, refer to the Symfoware Server RDB Operations Guide.

If recovery of a database space fails due to insufficient space in the working directory, you can use the -w option to retry recoverytemporarily specifying a different directory.


OPTIONS

-a

Specify so that the entire database resource managed by the recovery control file is recovered to the point in time when backup was collected.
This option cannot be specified at the same time with the -e option.

-e EndPoint

Specify so that the entire database resource managed by the recovery control file is recovered to a specific point in time specified for end point.
For recovery end point, refer to the Symfoware Server manual.
This option cannot be specified at the same time with the -a option.
This option cannot be specified at the same time with the -Xnolog option, either.

-l ArchiveLogFileList-FileName

Specify with the absolute path a file in which archive log backup destination names required for Symforware recovery are listed.
The file in which archive log backup names are listed and the archive backup destinations written on the file should be stored in the Managed Server in which a transaction volume performing revocrey exists.
This option cannot be specified at the same time with the -Xnolog option.

-w Work-Directory

Specify a temporary working directory with the absolute path.
The directory name should be on the Managed Server in which a transactiom volume performing recovery exists.
When running the command on the Management Server, the directory should be on the Managed Server in which the transaction volume performing recovery exists.

-Xnolog Work-RecCtrlFile-Directory

An archive log is not applied at Symfoware recovery time.
Specify the directory that outputs the recovery control file required to apply the log and specify this directory when applying the log by the Symfoware command (rdbmrrcv).
If this option is specified to do recovery, database cannot be used till the log is applied by the Symfoware command (rdbmrrcv).

-Xdev DeviceName

Specify a device name corresponding to the database space to be recovered.
Specify this option in either of the following cases:

  • Recover the database space contained in a log group.

  • Recover the database space that is not defined in a log group.
    In this case, specify "system" for Log-Group-Name.

-Xdevlist DeviceListFile

Specify a device list file in which device names corresponding to database space to be recovered at one time are listed.
The device list file is allocated on the Symfoware server.
For the device list file description method, refer to "How to describe device list file".


OPERANDS

Log-Group-Name

Specify log group name.
Specify "system" for the database space that is not defined in a log group.

RDB-Name

Specify RDB system name after log group name with slash "/" as a separator character.
If there is no RDB system name, it is omitted.


EXIT STATUS

=0 : Completed successfully
>0 : Terminated abnormally


EXAMPLES

NOTES