The OBM environment on Linux RHEL 8.9 uses a non-root user
On nodes configured as couchbase servers, ovc start fails with "(ctrl-7) Error in the target component"
When I look in /var/log/OV/System.txt, I see the error:
ovbbccb (bbc-99) Opening the server port or the lookup for the bind address failed....
ovbbccb (bbc-261) The OV Communication Broker process failed due to a socket bind exception
ovbbccb (bbc-262) Please ensure the OV Communication Broker is started by the user 'root' or ensure the suid flag is set and the port is currently not in use by another application
I verified that port 383 is not in use
netstat -tulp | grep 383
This only occurs on four of over 200 nodes. Those four happen to be running a couchbase-server process. However, it doesn't appear to be using port 383
When I install the agent, it first installs with a "root" user runs fine. Then when I run the /opt/OV/bin/ovswitchuser script to change the OBM user to a non-root user, it will not start.
Any ideas?