Announcements

SecurID® Discussions

Browse the SecurID discussion board to get product help and collaborate with other SecurID users.
ghafoorkc
Beginner
Beginner

graceful shutdown Authentication Manager and Operation Manager

Jump to solution

How to do the following tasks ? 

 

1 . graceful shutdown Authentication Manager and  Operation Manager 

2. verify all the service once power on ? 

 

Thanks

Labels (1)
0 Likes
1 Solution

Accepted Solutions
EdwardDavis
Employee
Employee

On command line:

 

shutdown -h now

 

will stop the RSA services before OS shutdown.

 

Or,

 

/opt/rsa/am/server/rsaserv stop all  

will stop the RSA services and leave the OS running

 

/opt/rsa/am/server/rsaserv status

checks which services are running

 

/opt/rsa/am/server/rsaserv restart all

 

will stop and start all RSA services

 

System can be rebooted from the Operations Console but this is a reboot, not a shutdown and halt.

View solution in original post

4 Replies
EdwardDavis
Employee
Employee

On command line:

 

shutdown -h now

 

will stop the RSA services before OS shutdown.

 

Or,

 

/opt/rsa/am/server/rsaserv stop all  

will stop the RSA services and leave the OS running

 

/opt/rsa/am/server/rsaserv status

checks which services are running

 

/opt/rsa/am/server/rsaserv restart all

 

will stop and start all RSA services

 

System can be rebooted from the Operations Console but this is a reboot, not a shutdown and halt.

shutdown -h now

rsaadmin did not have permissions for this.  Which ID do you need to use.  Do you need to elevate privileges?

I tried halt as well.  No privileges there either.

0 Likes

Hi Alfred, 

 

You will need to switch users to root to be able to run the shutdown -h now command. 

Type: sudo su - (enter the rsaadmin password when prompted) 
Run the shutdown -h now command

Regards

Ivan

0 Likes

Once Shutdown the RSA server using command shutdown -h now,

How to power on the server again, which command need to use for switch on the server

0 Likes