gs-agent.bat not creating all GSCs
I'm testing a script that was working in 9.6.2 with XAP 11.0.0 and getting weird behavior. Here are the important lines:
set XAP_HOME=%JSHOMEDIR%
set SPACE_NAME=MySpaceName
set ZONE_NAME=MyZone
set XAP_NIC_ADDRESS=127.0.0.1
@call %JSHOMEDIR%\bin\setenv.bat
set XAP_GSC_OPTIONS=-Dcom.gs.zones=%ZONE_NAME%
start /b %JSHOMEDIR%\bin\gs-agent.bat gsa.gsc 4 gsa.lus 1 gsa.gsm 1
When I run this, only one GSC is deployed, not four. Any idea why this happens?