How to do the following tasks ?
1 . graceful shutdown Authentication Manager and Operation Manager
2. verify all the service once power on ?
Thanks
How to do the following tasks ?
1 . graceful shutdown Authentication Manager and Operation Manager
2. verify all the service once power on ?
Thanks
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.
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.