- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
graceful shutdown Authentication Manager and Operation Manager
How to do the following tasks ?
1 . graceful shutdown Authentication Manager and Operation Manager
2. verify all the service once power on ?
Thanks
- Tags:
- AM
- Auth Manager
- Authentication Manager
- Community Thread
- Discussion
- Forum Thread
- RSA Authentication Manager
- RSA SecurID
- RSA SecurID Access
- SecurID
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
