Is it possible to add more than one IP-Address in a List member?
Release: XCOM for z/OS
Component:
Yes, you can specify several IP-destinations in one LIST-Member. If you want to transfer to two IP-addresses, you specify LIST=name where name is the name of this member:
TYPE=LIST
IPNAME=192.0.2.1
IPNAME=192.0.2.2
This member will cause the transfer started to the two given destinations. When you want to specify a port other than the default specified in the XCOM Server then specify the port BEFORE the parameter IPADDR. This example…
TYPE=LIST
IPPORT=9002
IPNAME=192.0.2.1
IPPORT=10001
IPNAME=192.0.2.2
…let XCOM starts two transfers to 192.0.2.1 at port 9002 and to 192.0.2.2 at port 10001.
You also may specify the IPNAMEs in a list, separated by comma:
TYPE=LIST
IPNAME=192.0.2.1,192.0.2.2,192.0.2.3
Additional Information:
When you make a change in the LIST-member you need to activate that change by disable and then enable the member using these modify-commands for the XCOM-Server:
/F xcomserver,DISABLE,membername
/F xcomserver,ENABLE,membername