LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Define number of nodes used for a cron job

    Employee
    Posted 06-10-2010 12:57

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ryanmacdonald

    Hi Everyone,

    Does anyone know how to set the number of server nodes to be used for a cron job? I have a couple that are currently running daily using 1 node, but I would like to increase it to 2, just not sure how.....anyone know?

    Thanks


  • 2.  RE: Define number of nodes used for a cron job

    Employee
    Posted 06-10-2010 14:05

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: timonk

    Ryan,

    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.