IBM has a technical document on just this scenario.
For example, we are a Mimix shop. If you have a system called GDIHQ and
it's Mimix partner called GDIHQ2 you have to do some fun and games with
RDB to be able to have SQL Server and what not successfully connect.
http://www-01.ibm.com/support/docview.wss?uid=nas8N1014936
The real fun begins with you want this high availability yet still want to
address each machine individually. For example, sometimes I may want to
get to GDIHQ1. Sometimes to GDIHQ2. Other times just whomever is GDIHQ
at the moment. Frankly targeting a specific machine is limited to someone
like me for getting stuff like current disk space used and whatnot.
Here's from our developement pair (GDISYS).
Primary:
GDISYS *LOCAL
GDISYS1 GDISYS1
GDISYS2 GDISYS2
Relational database . . . . . . : GDISYS
Remote location:
Remote location . . . . . . . : *LOCAL
Type . . . . . . . . . . . . : *IP
Port number or service name . : *DRDA
Remote authentication method:
Preferred method . . . . . . : *USRENCPWD
Allow lower authentication . : *ALWLOWER
Secure connection . . . . . . : *NONE
Encryption algorithm . . . . . : *DES
Text . . . . . . . . . . . . . . :
Relational database type . . . . : *LOCAL
Relational database . . . . . . : GDISYS
Relational database alias . . : GDISYS1
Remote location:
Remote location . . . . . . . : GDISYS1
Type . . . . . . . . . . . . : *IP
Port number or service name . : *DRDA
Remote authentication method:
Preferred method . . . . . . : *USRENCPWD
Allow lower authentication . : *ALWLOWER
Secure connection . . . . . . : *NONE
Encryption algorithm . . . . . : *DES
Text . . . . . . . . . . . . . . :
Relational database type . . . . : *REMOTE
Relational database . . . . . . : GDISYS2
Remote location:
Remote location . . . . . . . : GDISYS2
Type . . . . . . . . . . . . : *IP
Port number or service name . : *DRDA
Remote authentication method:
Preferred method . . . . . . : *USRENCPWD
Allow lower authentication . : *ALWLOWER
Secure connection . . . . . . : *NONE
Encryption algorithm . . . . . : *DES
Text . . . . . . . . . . . . . . :
Relational database type . . . . : *REMOTE
Backup machine:
GDISYS *LOCAL
GDISYS1 gdisys1
GDISYS2 GDISYS2
Relational database . . . . . . : GDISYS
Remote location:
Remote location . . . . . . . : *LOCAL
Type . . . . . . . . . . . . : *IP
Port number or service name . : *DRDA
Remote authentication method:
Preferred method . . . . . . : *USRENCPWD
Allow lower authentication . : *ALWLOWER
Secure connection . . . . . . : *NONE
Encryption algorithm . . . . . : *DES
Text . . . . . . . . . . . . . . :
Relational database type . . . . : *LOCAL
Relational database . . . . . . : GDISYS1
Remote location:
Remote location . . . . . . . : gdisys1
Type . . . . . . . . . . . . : *IP
Port number or service name . : *DRDA
Remote authentication method:
Preferred method . . . . . . : *USRENCPWD
Allow lower authentication . : *ALWLOWER
Secure connection . . . . . . : *NONE
Encryption algorithm . . . . . : *DES
Text . . . . . . . . . . . . . . :
Relational database type . . . . : *REMOTE
Relational database . . . . . . : GDISYS
Relational database alias . . : GDISYS2
Remote location:
Remote location . . . . . . . : GDISYS2
Type . . . . . . . . . . . . : *IP
Port number or service name . : *DRDA
Remote authentication method:
Preferred method . . . . . . : *USRENCPWD
Allow lower authentication . : *ALWLOWER
Secure connection . . . . . . : *NONE
Encryption algorithm . . . . . : *DES
Text . . . . . . . . . . . . . . :
Relational database type . . . . : *REMOTE
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.