NAME
swsrpbackup_symfoware - backup of Symfoware database space
SYNOPSIS
<program-directory>\bin\swsrpbackup_symfoware [-m] [-t] [-T] [-k] -Xgroup groupName [-Xdev deviceName] logGroupName[/rdbName]
DESCRIPTION
This command performs online backup of database space cooperating with Symfoware.
Execute this command on the Symfoware server.
When using WSFC for cluster operation in a Windows environment, 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 "15.1.8.1 When Using 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 reference 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 a 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 the log group "LOG1/RDB1" by the 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 the database space "DB1.DBS1(g1d1p1)" contained in the log group "LOG1/RDB1" by the 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. Confirm notes of the swsrpmake command beforehand.
In the following cases, the backup cannot be executed. 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 terminates abnormally if it cannot turn the maintenance mode of the physical disk resource ON.