/var/VRTScps/log/cpserver_A.log:
CPS ERROR V-97-1400-966 Non-root users cannot have read, write or execute permissions on file /etc/vxcps_ssl.properties.
CPS ERROR V-97-1400-7 Error in reading configuration file. Exiting.
CPS ERROR V-97-1400-966 Non-root users cannot have read, write or execute permissions on file /etc/vxcps.conf.
CPS ERROR V-97-1400-7 Error in reading configuration file. Exiting.
CPS has built in protection to not start if the configuration files have non-root user access. This is to prevent a malicious user from changing the configuration.
# ls -l /etc/vxcps*
-rw----rwx. 1 root root 190 May 18 2022 /etc/vxcps.conf
-rw----rwx. 1 root root 844 May 25 2022 /etc/vxcps_ssl.properties
# chmod 600 /etc/vxcps.conf
# chmod 600 /etc/vxcps_ssl.properties
# ls -l /etc/vxcps*.*
-rw-------. 1 root root 190 May 18 2022 /etc/vxcps.conf
-rw-------. 1 root root 844 May 25 2022 /etc/vxcps_ssl.properties
# hagrp -clear CPSSG
# hagrp -online CPSSG -any