Unable to start PBS service - SELINUX enforcing

I was troubleshooting an issue on one of my compute nodes and disabled SELINUX. I then changed SELINUX back to enforcing and now the PBS service won’t start. I tried removing the software and reinstalling it, still same problem. Do you know if there is something I need to do to allow PBS to start after enabling SELINUX. I have rebooted the server several times. I’m running CentOS 7.2.

Note: If I disable SELINUX the PBS service starts without issue.

SELinux permissive should allow the services to be started.
Otherwise, you would need configure the policy so that mom services and ports that it need to communicate are allowed.

Okay thanks… I will try that out