Dear All,
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
ps -ef | grep pbs
root 5292 1 0 12:27 ? 00:00:00 /opt/pbs/sbin/pbs_comm
root 5322 1 0 12:27 ? 00:00:00 /opt/pbs/sbin/pbs_mom
root 5334 1 0 12:27 ? 00:00:00 /opt/pbs/sbin/pbs_sched
root 5555 1 0 12:27 ? 00:00:00 /opt/pbs/sbin/pbs_ds_monitor monitor
postgres 5592 1 0 12:27 ? 00:00:00 /usr/lib/postgresql96/bin/postgres -D /var/spool/pbs/datastore -p 15007
postgres 5609 5592 0 12:27 ? 00:00:00 postgres: postgres pbs_datastore 10.6.24.10(57422) idle
root 5610 1 0 12:27 ? 00:00:00 /opt/pbs/sbin/pbs_server.bin
aulia 5703 2592 0 12:31 pts/0 00:00:00 grep --color=auto pbs
the hostname is pingable and the firewall has been turned off
/etc/pbs.conf
PBS_SERVER=hostname
PBS_START_SERVER=1
PBS_START_SCHED=1
PBS_START_COMM=1
PBS_START_MOM=1
PBS_EXEC=/opt/pbs
PBS_HOME=/var/spool/pbs
PBS_CORE_LIMIT=unlimited
PBS_SCP=/usr/bin/scp
Please let me know whether I have wrong configuration file or I have some mistakes or I skip some installation steps. I greatly appreciate anyone help