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.
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
swsrpmake (Replication creation command) is executed in this command. Please confirm notes of swsrpmake (Replication creation command) beforehand.
In the following cases, the backup cannot be executed. Please deal according to "System administrator response" 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.