CDPLEX.REDIRECT.EXCEPTION = ((Mgr-IP, Ext_Svr-IP, Ext_Svr-port, Exception-IP, Exception-port),...)
This parameter specifies exception redirection IP addresses and ports in addition to those specified in the CDPLEX.REDIRECT parameter and will be used based on how the remote server contacts the IBM® Connect:Direct®/Plex Manager. If the remote IBM Connect:Direct server contacts the IBM Connect:Direct/Plex Manager on the Mgr-IP listen address and the IBM Connect:Direct/Plex Workload manager selects a IBM Connect:Direct/Plex server whose CDPLEX.REDIRECT IP and Port matches the Ext_Svr-IP and Ext_Svr-port, the Exception-IP and Exception-port will be used instead of the IBM Connect:Direct/Plex Server's CDPLEX.REDIRECT IP address and port.
This parameter is only valid for the IBM Connect:Direct/Plex Manager.
You can use TCP/IP IPv4 and TCP/IP IPv6 addresses in the CDPLEX.REDIRECT.EXCEPTION parameter but all of the IP addresses in any given CDPLEX.REDIRECT.EXCEPTION string must be of the same type (IPv4 or IPv6). In addition, the IBM Connect:Direct/Plex Manager must listen on specific IP addresses and not listen on ANYADDR (0.0.0.0) or ANYADDR6, for example:
|
Value | Description |
---|---|
Mgr-IP | IBM Connect:Direct/Plex Manager's Listen IP address |
Ext_Svr-IP, Ext_Svr-port | IBM Connect:Direct/Plex Server's CDPLEX.REDIRECT EXTernal IP address and port for the IBM Connect:Direct/Plex server selected by Workload Manager for this Process |
Exception-IP, Exception-port | Exception IP address and port. |
The following shows an example of the syntax for the CDPLEX.REDIRECT.EXCEPTION parameter where:
- If the remote node contacts the IBM Connect:Direct/Plex Manager on 10.20.129.165 and the selected IBM Connect:Direct/Plex Server redirects to 10.20.201.3 port 3811, then 10.20.129.162 port 3811 will be used instead.
- If the remote node contacts the IBM Connect:Direct/Plex Manager on FD00:0:0:22CE::3802 and the IBM Connect:Direct/Plex Server redirects to FD00:0:0:22CE::3803 port 4812, then FD00:0:0:22CE::3805 port 3811 will be used instead.
- Otherwise, the address and port specified in the CDPLEX.REDIRECT parameter will be used.
CDPLEX.REDIRECT.EXCEPTION=( - ( 10.20.129.165, 10.20.201.3, 3811, 10.20.129.162, 3811) - ( FD00:0:0:22CE::3802, FD00:0:0:22CE::3803, 4812, - FD00:0:0:22CE::3805, 3811) )
Modifiable through MODIFY INITPARMS command: NO