How to install pbs on compute node and configure the server and compute node?

Hi @Joey,

Unlike torque, pbspro uses a real relational database underneath to store information about nodes, queues, jobs etc. Thus creating a nodes file is not supported under pbspro.

To add a node to pbs cluster, use the qmgr command as follows:

qmgr -c “create node hostname”

HTH
regards,
Subhasis