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
- About configuring an AMS
- Configuring NetBackup appliances as AMS
- Configuring AMS on NetBackup Virtual Appliance
- Configuring AMS as a container
- Unconfiguring AMS on NetBackup appliances
- Unconfiguring AMS as a container
- About the AMS user role on NetBackup appliances
- Granting the AMS role to a user or a user group on NetBackup appliances
- Adding a user or user group to an AMS container
- About collecting AMS logs
- Using the Appliance Management Console
- Managing appliances
- Viewing the appliance details
- Rebooting an appliance
- Viewing performance charts for appliance
- Exporting the appliance performance data
- Viewing the capacity utilization of an appliance
- Viewing the capacity utilization of multiple appliances
- Adding appliances to the Appliance Management Console
- Removing one or more agents from the Appliance Management Console
- About managing appliance software upgrades
- Updating firmware on NetBackup appliances
- Running hardware tests on NetBackup appliances
- Managing EEBs and other add-ons
- About staging packages
- About managing services on NetBackup appliances
- Installing maintenance release and security patch packages on NetBackup appliances
- Monitoring activities and events
- Managing the repository
- Applying management updates
- Index
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>.