########## RTEHSS_config.txt ################################################## # # CSmode: Copy Server Services # Choose FC if only one storage system is used, flash copy only the data volumes # Choose PPRC if copy is on two storage systems. Additional support by IBM required. # Contact IBM STG LAB services Europe for details. # CSmode FC #CSmode PPRC # # Ibmclidir: directory of the storage command line interface # DS8xxx: path to the DScli # SVC: path to the storage connector interface # #Ibmclidir /opt/ibm/DScli #Ibmclidir /opt/ibm/ibmsap/connectors/HSS2145 # # Ibmsapapodir: the install directory of the storage dependent runtime library # Ibmsapapodir /opt/ibm/ibmsap # # MlCLogVdiskID: ID of Log volume on Master # DS8xxx: ID of volume (four digit hex, e.g. MlCLogVdiskID 1400) # SVC: vdisk_id or vdisk_name # MlCLogVdiskID # # MlCDataVdiskID: ID of Data volume on Master liveCache Server # DS8xxx: ID of volume, for multiple volumes use a comma separated string # (four digit hex, e.g. MlCDataVdiskID 1401, 1403) # SVC: vdisk_id or vdisk_name, for multiple volumes use a comma separated string # MlCDataVdiskID # # SlCLogVdiskID: on 1st Standby liveCache Server, ID of Log volume # DS8xxx: ID of volume (four digit hex, e.g. SlCLogVdiskID 1400) # SVC: vdisk_id or vdisk_name # SlCLogVdiskID # # SlCDataVdiskID: on 1st Standby liveCache Server, ID of Data volume # DS8xxx: ID of volume, for multiple volumes use a comma separated string # (four digit hex, e.g. SlCDataVdiskID 1401, 1403) # SVC: vdisk_id or vdisk_name, for multiple volumes use a comma separated string # SlCDataVdiskID # # SSlCLogVdiskID: on 2nd Standby liveCache ServerID, ID of Log volume # DS8xxx: ID of volume (four digit hex, e.g. SlCLogVdiskID 1400) # SVC: vdisk_id or vdisk_name # SSlCLogVdiskID # # SlCDataVdiskID: on 2nd Standby liveCache Server, ID of Data volume # DS8xxx: ID of volume, for multiple volumes use a comma separated string # (four digit hex, e.g. SlCDataVdiskID 1401, 1403) # SVC: vdisk_id or vdisk_name, for multiple volumes use a comma separated string # SSlCDataVdiskID # # CSaIP: Copy Server IP address # DS8xxx: IP address of SSPC # SVC < 6.x: IP address of SSPC # SVC >= 6.x: IP adress of SVC # CSaIP # # CSaUID: Copy Server User ID (admin) # DS8xxx: user ID (perform copy service task) # SVC: ID name for SSH connection to SVC # CSaUID TIC-TEAM # # CSapwd: Copy server password # DS8xxx: password of user ID # SVC: leave this field blank # CSapwd # # CSbIP: IP address of backup master console (SVC2) / hmc2. # User ID and password must be the same for both servers. # CSbIP # # DSdevID: ID of DS8xxx storage dev # SVC: leave this field blank # DSdevID # # HSS_NODE_00x: lists all Hot Standby nodes available in this section # (with x from 1 to 3, max 3 nodes). # Retrieve the node name by calling 'uname -n' # HSS_NODE_001 HSS_NODE_002 HSS_NODE_003 # # EstDataCST_00x_00y: Defines the copy server tasks, in case where one storage # system uses flash copy to copy the Data volumes from HSS_NODE_00x to HSS_NODE_00y # DS8xxx: specify the sequence number which will be used to copy data volume from # current MASTER (HS_NODE_00x) to requesting STANDBY (HS_NODE_00y). # The sequence number is a four digit hex number (0000 - FFFF). The tasks will # be built up dynamically. # e.g. EstDataCST_001_002 1020 # # SVC: specify unique name which will be used to name the dynamicly created FC # relation to copy data volume from current MASTER (HS_NODE_00x) to # requesting STANDBY (HS_NODE_00y) (the name shouldn't begin with a digit). # The flashCopy relation will be built up dynamically, do not create it! # e.g. EstDataCST_001_002 FC_1_2 # EstDataCST_001_002 1020 EstDataCST_001_003 EstDataCST_002_001 2010 EstDataCST_002_003 EstDataCST_003_001 EstDataCST_003_002 # # TermDataCST_00x_00y: Define the task names to terminate the flashCopy relation # between volumes of HS_NODE_00x to HS_NODE_00y # DS8xxx: set the same sequence numbers than the one specified to establish the flashCopy # relation (see EstDataCST_00x_00y). # SVC: set the same names than the one specified to establish the flashCopy relation # (see EstDataCST_00x_00y). # TermDataCST_001_002 1020 TermDataCST_001_003 TermDataCST_002_001 2010 TermDataCST_002_003 TermDataCST_003_001 TermDataCST_003_002