(Click to open topic with navigation)
You can optionally configure the various ports that TORQUE uses for communication. Most ports can be configured multiple ways. The ports you can configure are:
If you are running pbspro on the same system, be aware that it uses the same environment variables and /etc/services entries.
Configuring the pbs_server listening port
To configure the port the pbs_server listens on, follow any of these steps:
$ pbs_server -p port_num
$ pbs_server -H server_name:port_num
Configuring the pbs_mom listening port
To configure the port the pbs_mom listens on, follow any of these steps:
$ pbs_mom -M port_num
Configuring the port pbs_server uses to communicate with pbs_mom
To configure the port the pbs_server uses to communicate with pbs_mom, follow any of these steps:
$ pbs_server -M port_num
Configuring the port pbs_mom uses to communicate with pbs_server
To configure the port the pbs_mom uses to communicate with pbs_server, follow any of these steps:
$ pbs_mom -p port_num
Configuring the port client commands use to communicate with pbs_server
To configure the port client commands use to communicate with pbs_server, follow any of these steps:
Configuring the port trqauthd uses to communicate with pbs_server
To configure the port trqauthd uses to communicate with pbs_server, follow any of these steps:
Related topics