Information
The /var/ct/RMstart.log is the logfile used by RMC and can contain sensitive data that must be secured.
RMC provides a single monitoring and management infrastructure for both RSCT peer domains and management domains. Its generalized framework is used by cluster management tools to monitor, query, modify, and control cluster resources, /var/ct/RMstart.log is the logfile used by RMC and can contain sensitive data that must be secured.
Solution
Set ownership and permissions on /var/ct/RMstart.log :
# /usr/bin/chown root:system /var/ct/RMstart.log
# /usr/bin/chmod u-x,g-wx,o-rwx /var/ct/RMstart.log