Example of SERVER statement with parallel servers

This example assumes the following configuration:
  • Two IBM Storage Protect™ servers (each with two tape drives) with connections through two network paths:
    • server_a uses TCP/IP address xxx.xxx.xxx.xxx
    • server_b uses TCP/IP address yyy.yyy.yyy.yyy
  • An SAP® database server that is connected to two networks.
  • Daily backups are run on both systems.
The following is an example of the Data Protection for SAP profile that is used in this parallel configuration:
 
MAX_SESSIONS     4        # 4 tape drives
.
.
SERVER     server_a      # via network path 1
  ADSMNODE          C21
  SESSIONS          2
  PASSWORDREQUIRED  YES
  BRBACKUPMGTCLASS  MDB
  BRARCHIVEMGTCLASS MLOG1 MLOG2 MLOG3 MLOG4
# USE_AT            1 2 3 4 5 6 7
 
 
SERVER     server_b      # via network path 2  ADSMNODE          C21
  SESSIONS          2
  PASSWORDREQUIRED  YES
  BRBACKUPMGTCLASS  MDB
  BRARCHIVEMGTCLASS MLOG1 MLOG2 MLOG3 MLOG4
# USE_AT            1 2 3 4 5 6 7