On UNIX only, only the Sentinel Administrative User (esecadm) is able to run the Sentinel Control Center

  • 3515705
  • 17-Aug-2007
  • 26-Apr-2012

Environment


Sentinel 6.0.xx Sentinel Control Center
Solaris 9
Solaris 10

Situation

On UNIX only, only the Sentinel Administrative User (esecadm) is able to run the Sentinel Control Center.

Resolution

To enable other users to run the Sentinel Control Center, do the following:

1) Create a user and make it a member of the esec group.
2) Run the following commands:
a. chmod -R 660 $ESEC_HOME/log/control_center0.0.log*
b. chmod 660 $ESEC_HOME/data/.uuid*
c. rm -rf $ESEC_HOME/data/control_center.cache
d. chmod -R 770 $ESEC_HOME/data/collector_workspace
e. chmod -R 660 $ESEC_HOME/config/.proxyClientKeystore

SCC can now be used with the new user instead of esecadm.