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

Hi Subhasis,

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

qmgr -c “create node hostname”

if a site has a few hundreds of compute nodes, the above method is very tedious.
would there be any easy/quick ways to register computer nodes with pbs server like the nodes file in torque?

Thanks,

Sue