Please enter search query.
Search <book_title>...
Veritas Appliance Management Guide
Last Published:
2023-01-20
Product(s):
Appliances (2.1)
Platform: Appliance Management Server
- Introduction
- Managing an AMS
- Using the Appliance Management Console
- Managing appliances
- About managing appliance software upgrades
- Managing EEBs and other add-ons
- About staging packages
- About managing services on NetBackup appliances
- Monitoring activities and events
- Managing the repository
- Applying management updates
Unconfiguring AMS as a container
To unconfigure AMS as a container
- Log on to the AMS container through the Linux server.
- Run the following command to stop the container:
docker stop <container name or ID>
You can find the container name or ID under the docker ps -a command.
To completely remove the AMS container
- Run the docker ps -a command and take note of the container name or ID.
- Use the following command to remove a container:
docker rm <container name or ID>
- Use the following command to remove a docker image:
docker rmi <image name>:<imagetag>
- Use the following command to remove the data directory created for AMS:
rm -r <datadirectory>.