Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: finished the example

...

Option 4:
Update qmgr to allow the default scheduler's sched_host value to be set.
In this way the multisched scheduler's sched_host and the default scheduler's sched_host would be set in the same way.
The PBS admin will have to call qmgr to set the sched_host for the default scheduler when they want the server to use a different hostname to connect to the scheduler.
Example of the syntax: 
qmgr -c "set sched default sched_host=<<scheduler host name>"

There will be no change to the default behavior of sched_host for the default scheduler.
There will also be no change to the behavior of sched_port, sched_priv, sched_logs, etc as defined by the multisched feature (PP-337: Multiple schedulers servicing the PBS cluster)

...