To run multiple XPGClientService
on single machine, set
Host=Hostname
Service-name=Servicename1:portnumber1,servicename2:portnumber2
For example:
Host=batchserver_machine1
Service-name= XPGClientService1:1055,XPGClientService 2:1056
To run multiple XPGClientService
on different machines, set
Host=Hostname1,Hostname2
Service-name=Hostname1:Servicename1:portnumber1,
Hostname1:servicename2:portnumber2,
Hostname2:Servicename3:portnumber3,
Hostname3:servicename4:portnumber4
For example:
Host=batchserver_machine1,batchserver_machine2
Service-name=batchserver_machine1:XPGClientService1:1055,
batchserver_machine1:XPGClientService2:1056,
batchserver_machine2:XPGClientService3:1098,
batchserver_machine2:XPGClientService4:1099