After disabling the SELinux did you reboot the system ?
Please also run these command
systemctl stop firewalld
systemctl mask firewalld
Please check these ports are accessible
15001-15009 and 17001
you can install the strace on the system and run strace qmgr # this might give lot of information and finally might tell you where it got stuck
Please open two terminals
Terminal1 as root user, run the : qmgr command
Terminal2 as root user : source /etc/pbs.conf ; tail -f $PBS_HOME/server_logs/YYYYDDMM
You can capture the error that is captured and find out the reason
Please share the output of
cat /etc/pbs.conf
cat /etc/hosts
I read your previous posts and followed the instructions. It really helped me to resolve this problem.
After disabling the SELinux did you reboot the system ?
Yes. But it didn’t work.
Please also run these command
systemctl stop firewalld
Done.
systemctl mask firewalld
Done.
Please check these ports are accessible
15001-15009 and 17001
How can I open those ports without using the firewalld, since the firewalld is disabled already?
How can I get to know if the port is accessible or not? (I am using nc or netstat for checking but is it correct way to check?)
you can install the strace on the system and run strace qmgr # this might give lot of information and finally might tell you where it got stuck
I ran the strace qmgr but I cannot catch the reason of the problem.
========
I found something was wrong with my postgresql thing so I installed the postgresql-server again. So the error regarding pg_ctl thing has been resolved but still has some problem.
Once the firewalld services are stopped and disabled , then the ports should be opened.
You can try to check if port are open or not using telnet command
telnet hostname
example for open connection:
root@pbspro:~# telnet pbspro 6200
Trying 204.235.30.17...
Connected to pbspro.
Escape character is '^]'.
<ctrl + ] > to quit
example of closed port:
root@pbspro:~# telnet pbspro 6201
Trying 192.168.30.17...
telnet: connect to address 92.168.30.17: Connection refused
The logs shared does not tell us about any issues. If there is an issue, please try to un-install PBS Pro and install it again .