NAME
swsrpbackup_symfoware(Symfoware backup command execution command)
SYNOPSIS
<program-directory>\bin\swsrpbackup_symfoware [-m] [-t] [-T] [-k] -Xgroup Group-Name [-Xdev Device-Name] Log-Group-Name[/RDB-Name]
DESCRIPTION
This command performs online backup of database space cooperating with Symfoware.
This command is run on the Symfoware server.
In the case of MSCS or WSFC operation, this command performs automatic configuration of the maintenance mode of the physical disk resources to which the volume belongs with pre- and post-processing. For more information, refer to "14.1.7.1 When Using MSCS or WSFC for Cluster Operation".
OPTIONS
n backup server operation (inter-server replication), specify not performing communication processing with a backup server (inactive server). If this option is specified, no volume status check and pre- and post-processing are not performed with respect to the backup volume.
This option is valid only for backup server operation.
Specify not performing pre- and post-processing to a backup volume (copy destination volume).
AdvancedCopy Manager does not perform pre- and post-processings on the copy destination volume. Use this option only if unique pre- and post-processings are embedded before and after AdvancedCopy Manager commands.
Perform backup by referecnce dump.
If this option is omitted, bakup is performed by normal dump.
In backup by reference dump, it is required to use the Symfoware "rdbrtr" command and set "Inhibit Update" (data unwritable status) to all DSI (expressing the storage structure of an actual table) within a transaction volume to be backed up.
Specify performing differential snapshot high speed backups.
In snapshot high-speed backup for which this option is not specified, the existing snapshot processing (existing OPC) is started.
Specify group name of replication management function.
Specify a device name corresponding to database space to be backed up.
Specify this option in either of the following cases:
Back up database space contained in a log group individually.
Back up the database space that is not defined in a log group.
In this case, specify "system" for Log-Group-Name.
OPERANDS
Specify log group name
Specify "system" for the database space that is not defined in a log group.
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
Back up log group (LOG1/RDB1) by group (grp1) of replication management function.
C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpbackup_symfoware -Xgroup grp1 LOG1/RDB1 LOG1/RDB1 swsrpbackup_symfoware completed C:\>
Back up database space (DB1.DBS1(g1d1p1)) contained in log group (LOG1/RDB1) by group (grp1) of replication management function.
C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpbackup_symfoware -Xgroup grp1 -Xdev g1d1p1 LOG1/RDB1 LOG1/RDB1 swsrpbackup_symfoware completed C:\>
NOTES
The swsrpmake command is executed in this command. Please confirm notes of the swsrpmake command beforehand.
In the following cases, the backup cannot be executed. Please deal according to "System Administrator Corrective Action" of the output message.
An error was detected during backup of Symfoware database spaces.
When during backup of transaction volumes with Symfoware's reference dump specified, multi-database spaces are being used.
This command cannot be executed in cases when it was not possible to turn the maintenance mode of the physical disk resource ON.