I am new in using PBS system. I followed the steps to compile from the source code and started the PBS without seemingly any problem from this link.
I want to install the PBSPro in only one node (one single desktop computer), i.e. compute node, execute node and head node become in one node. Is that possible?
OS: OpenSUSE 42.3
sudo /etc/init.d/pbs start
/opt/pbs/sbin/pbs_comm ready (pid=5292), Proxy Name:hostname:17001, Threads:4
PBS comm
PBS mom
Creating usage database for fairshare.
PBS sched
Connecting to PBS dataservice…connected to PBS dataservice@hostname
Licenses valid for 10000000 Floating hosts
PBS server
but there is some problem
pbsnodes -a
pbsnodes: Server has no node list
qmgr -c “create node hostname”
qmgr obj=hostname svr=default: Unauthorized Request
qmgr: Error (15007) returned from server
sudo qmgr -c “create node hostname”
sudo: qmgr: command not found
qsub scriptfile.sh
qsub: No default queue specified
Please run these commands: #source /etc/profile.d/pbs.sh #qmgr -c "create node "
< Hostname of the Compute Node > is actually the output of the hostname command on the compute node
hostname - - should be replaced with output of the hostname command on that compute node
Please share the contents of the scriptfile.sh and output of this below command qstat -Bf and qmgr -c ‘p s’
The PATH variable to the /opt/pbs/bin is not set , hence the issue. Please set it or use as below
#source /etc/profile.d/pbs.sh
#qmgr
or
use /opt/pbs/bin/qmgr
similarly, use /opt/pbs/bin/qstat
qmgr -c 'p s'
#
# Set server attributes.
#
set server scheduling = True
set server default_chunk.ncpus = 1
set server scheduler_iteration = 600
set server resv_enable = True
set server node_fail_requeue = 310
set server max_array_size = 10000
set server pbs_license_min = 0
set server pbs_license_max = 2147483647
set server pbs_license_linger_time = 31536000
set server eligible_time_enable = False
set server max_concurrent_provision = 5