Overview
You would like to know the procedure to restart AAA Services and also provide a detailed MOP that can perform these operations.
Solution
- The attached MOP provides the procedure for the Shutdown of AAA Services. The MOP executes the shutdown command from AAA CLI.
- To start the server exit CLI and execute sh eliteaaa.sh script from the bin directory as listed in the MOP final step
- Some of the deployments may have the product on Docker Containers. In such a case, you can use the following to get into the Container Instance Shell
- docker ps to list the containers
- docker exec -it <Container ID> sh to get to the Container Shell. Example:
- An alternative will be to run the sh restart.sh script but the shutdown and start is a safer and recommended procedure.
Priyanka Bhotika
Comments