Have a working version of OpenPBS on a test box. After a reboot it will start all daemons but the server. Error below from server logs.
[root@service0 server_logs]# ps -ef | grep pbs
root 56326 1 0 09:28 ? 00:00:00 /opt/pbs/sbin/pbs_comm
root 56341 1 0 09:28 ? 00:00:00 /opt/pbs/sbin/pbs_sched
root 56454 1 0 09:28 ? 00:00:13 /opt/pbs/sbin/pbs_ds_monitor monitor
postgres 56512 1 0 09:28 ? 00:00:00 /usr/bin/postgres -D /p/home/pbs/server/datastore -p 15007
[root@service0 server_logs]# more 20220326
03/26/2022 09:28:55;0002;Server@service0;Svr;Log;Log opened
03/26/2022 09:28:55;0002;Server@service0;Svr;Server@service0;pbs_version=20.0.0
03/26/2022 09:28:55;0002;Server@service0;Svr;Server@service0;pbs_build=mach=N/A:security=N/A:configure_args=N/A
03/26/2022 09:28:55;0002;Server@service0;Svr;Server@service0;hostname=service0.ib0.ice-tds.erdc.hpc.mil;pbs_leaf_name=N/A;pbs_mom_node_name=N/A
03/26/2022 09:28:55;0002;Server@service0;Svr;Server@service0;ipv4 interface lo: localhost4.localdomain4
03/26/2022 09:28:55;0002;Server@service0;Svr;Server@service0;ipv4 interface ib0: service0.ib0.ice-tds.erdc.hpc.mil
03/26/2022 09:28:55;0002;Server@service0;Svr;Server@service0;ipv4 interface bond0: service0.head.ice-tds.erdc.hpc.mil
03/26/2022 09:28:55;0002;Server@service0;Svr;Server@service0;ipv6 interface lo: localhost6.localdomain6
03/26/2022 09:28:55;0002;Server@service0;Svr;Server@service0;ipv6 interface ib0: service0
03/26/2022 09:28:55;0002;Server@service0;Svr;Server@service0;ipv6 interface bond0: service0
03/26/2022 09:28:55;0006;Server@service0;Fil;Server@service0;Version 20.0.0, started, initialization type = 1
03/26/2022 09:28:56;0002;Server@service0;Svr;Server@service0;pbs_status_db exit code 1
03/26/2022 09:28:56;0002;Server@service0;Svr;Server@service0;Starting PBS dataservice
03/26/2022 09:29:00;0002;Server@service0;Svr;Server@service0;connected to PBS dataservice@service0.ib0.ice-tds.erdc.hpc.mil
03/26/2022 09:29:00;0086;Server@service0;Svr;pbs_python_ext_quick_start_interpreter;–> Python Interpreter quick started, compiled with version:'3.6.8 (default, Nov 16 2020, 16:55:22)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]’ ←
03/26/2022 09:29:00;0086;Server@service0;Svr;pbs_python_ext_quick_start_interpreter;–> Inserted Altair PBS Python modules dir ‘/opt/pbs/lib/python/altair’ ‘/opt/pbs/lib/python/altair
/pbs/v1’<–
03/26/2022 09:29:00;0086;Server@service0;Svr;pbs_python_ext_quick_shutdown_interpreter;–> Stopping Python interpreter ←
03/26/2022 09:29:00;0d80;Server@service0;TPP;Server@service0(Main Thread);TPP authentication method = resvport
03/26/2022 09:29:00;0c06;Server@service0;TPP;Server@service0(Main Thread);TPP leaf node names = 10.148.0.41:15001,127.0.0.1:15001,10.148.0.41:15001,172.23.0.22:15001
03/26/2022 09:29:00;0d80;Server@service0;TPP;Server@service0(Main Thread);Initializing TPP transport Layer
03/26/2022 09:29:00;0d80;Server@service0;TPP;Server@service0(Main Thread);Max files allowed = 16384
03/26/2022 09:29:00;0d80;Server@service0;TPP;Server@service0(Main Thread);TPP initialization done
03/26/2022 09:29:00;0d80;Server@service0;TPP;Server@service0(Main Thread);Connecting to pbs_comm service0:17001
03/26/2022 09:29:00;0c06;Server@service0;TPP;Server@service0(Thread 0);Thread ready
03/26/2022 09:29:00;0c06;Server@service0;TPP;Server@service0(Thread 0);Registering address 10.148.0.41:15001 to pbs_comm service0:17001
03/26/2022 09:29:00;0c06;Server@service0;TPP;Server@service0(Thread 0);Registering address 172.23.0.22:15001 to pbs_comm service0:17001
03/26/2022 09:29:00;0c06;Server@service0;TPP;Server@service0(Thread 0);Connected to pbs_comm service0:17001
03/26/2022 09:29:00;0002;Server@service0;n/a;setup_env;read environment from /p/home/pbs/server/pbs_environment
03/26/2022 09:29:00;0000;Server@service0;Svr;Server@service0;Supported authentication method: resvport
03/26/2022 09:29:00;0004;Server@service0;Svr;Server@service0;node_fail_requeue value changed to 0
03/26/2022 09:29:00;0001;Server@service0;Svr;Server@service0;PBS server internal error (15011) in decode_attr_db, Action function failed for job_sort_formula attr, errn 15011
Thanks, Chris