Starting TORQUE in large environments
If running TORQUE in a large environment, use these tips to help TORQUE start up faster.
Fastest possible start up
- Create a MOM hierarchy, even if your environment has a one-level MOM hierarchy (meaning all MOMs report directly to pbs_server), and copy the file to the mom_priv directory on the MOMs.
- Start pbs_server with the -n option. This specifies that pbs_server won't send the hierarchy to the MOMs unless a MOM requests it.
- Start the MOMs normally.
If no daemons are running
- Start pbs_server with the -c option.
- Start the MOMs without the -w option.
If MOMs are running and just restarting pbs_server
- Start pbs_server without the -c option.
If restarting a MOM or all MOMs
- Start pbs_server without the -w option. Starting it with -w causes the MOMs to appear to be down.
Related topics