Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: timonkRyan,
I believe you can do this by passing a property to the server when executing.
There is a Server configuration property: "ls.brain.controller.farm", which allows you to specify the FQDN, TCP Port, and number of drones.
By default the value for this should be:
ls.brain.controller.farm=( "localhost:${ls.brain.server.port}:1" )
(in your /<installdir>/conf/ls_brain.prop file)
However if you pass this property to brainController.py at the point in the script it is called using the -P option, you can set this to (for example):
brainController.py -P ls.brain.controller.farm="123.45.678:7721:2" -u=<user> -p=<password>....foo.brx
Regards
Timon Koufopoulos
MDA Support.