Please enter search query.
Search <book_title>...
Veritas Appliance Management Guide
Last Published:
2022-01-25
Product(s):
Appliances (2.0)
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 on NetBackup appliances
- Running AMS on NetBackup Virtual Appliance
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 images command.
To completely remove the AMS container
- Run the $ docker images command and take note of the container name or ID.
- Use the following command to remove a container service:
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>.