How to Stop and Restart the Ace Service on the RSA Service
March 13, 2010Analysis:
On the RSA Server do:
ps – ef | greg ace (lower-case) – check to see if the ace process is running if not
su –
su – ace “provide password”
To start from scratch (note the order):
/var/ace/prog/aceserver stop 1st (stops the ACE Server)
/var/ace/prog/sdconnect stop 2nd (stops the database daemon)
/var/ace/prog/sdconnect start 1st
/var/ace/prog/aceserver start 2nd
To start from scratch:
/var/ace/prog/sdconnect start 1st
/var/ace/prog/aceserver start 2nd
To restart the Ace Server:
/var/ace/prog/aceserver stop
/var/ace/prog/sdconnect stop
/var/ace/prog/sdconnect start
/var/ace/prog/aceserver start
If the Ace Server is not running:
/var/ace/prog/sdconnect start
/var/ace/prog/aceserver start
Note:
Ace starts from: /etc/rc3.d/S99ace (links to /etc/init.d/ace)