(Click to open topic with navigation)
After configuring the serverdb and the server_priv/nodes files, and after ensuring minimal MOM configuration, restart the pbs_server on the server node and the pbs_mom on the compute nodes.
Red Hat 6-based or SUSE 11-based sysytems
> service pbs_mom start
Red Hat 7-based or SUSE 12-based systems
> systemctl start pbs_mom.service
Server Node:
Red Hat 6-based or SUSE 11-based sysytems
> service pbs_server restart
Red Hat 7-based or SUSE 12-based systems
> systemctl restart pbs_server.service
After waiting several seconds, the pbsnodes -a command should list all nodes in state free.
Related Topics