Please enter search query.
Search <book_title>...
Veritas NetBackup™ CloudPoint Install and Upgrade Guide
Last Published:
2021-01-01
Product(s):
NetBackup (9.0)
Platform: Linux
- Section I. CloudPoint installation and configuration
- Preparing for CloudPoint installation
- About the deployment approach
- Deciding where to run CloudPoint
- About deploying CloudPoint in the cloud
- Meeting system requirements
- CloudPoint host sizing recommendations
- Creating an instance or preparing the physical host to install CloudPoint
- Installing Docker
- Creating and mounting a volume to store CloudPoint data
- Verifying that specific ports are open on the instance or physical host
- Deploying CloudPoint using the Docker image
- CloudPoint cloud plug-ins
- CloudPoint storage array plug-ins
- How to configure the CloudPoint storage array plug-ins?
- NetApp plug-in configuration notes
- Nutanix Files plug-in configuration notes
- Dell EMC Unity array plug-in configuration parameters
- Pure Storage FlashArray plug-in configuration notes
- HPE RMC plug-in configuration notes
- Hitachi plug-in configuration notes
- InfiniBox plug-in configuration notes
- Dell EMC PowerScale (Isilon) plug-in configuration notes
- Qumulo plug-in configuration notes
- CloudPoint application agents and plug-ins
- Microsoft SQL plug-in configuration notes
- Oracle plug-in configuration notes
- MongoDB plug-in configuration notes
- About the installation and configuration process
- Preparing to install the Linux-based agent
- Preparing to install the Windows-based agent
- Downloading and installing the CloudPoint agent
- Registering the Linux-based agent
- Registering the Windows-based agent
- Configuring the CloudPoint application plug-in
- Configuring VSS to store shadow copies on the originating drive
- Creating a NetBackup protection plan for cloud assets
- Subscribing cloud assets to a NetBackup protection plan
- About snapshot restore
- Restore requirements and limitations for Microsoft SQL Server
- Restore requirements and limitations for Oracle
- Restore requirements and limitations for MongoDB
- Steps required before restoring SQL AG databases
- Recovering a SQL database to the same location
- Recovering a SQL database to an alternate location
- Additional steps required after a SQL Server snapshot restore
- Additional steps required after restoring SQL AG databases
- SQL snapshot or restore and granular restore operations fail if the Windows instance loses connectivity with the CloudPoint host
- Disk-level snapshot restore fails if the original disk is detached from the instance
- Additional steps required after a MongoDB snapshot restore
- Additional steps required after an Oracle snapshot restore
- Additional steps required after restoring an AWS RDS database instance
- Protecting assets with CloudPoint's agentless feature
- Volume Encryption in NetBackup
- Preparing for CloudPoint installation
- Section II. CloudPoint maintenance
- CloudPoint logging
- Troubleshooting CloudPoint
- Restarting CloudPoint
- Troubleshooting CloudPoint logging
- CloudPoint agent fails to connect to the CloudPoint server if the agent host is restarted abruptly
- CloudPoint agent registration on Windows hosts may time out or fail
- Disaster recovery when DR package is lost or passphrase is lost
- Agentless log file name changed
- Upgrading CloudPoint
- Uninstalling CloudPoint
Verifying that CloudPoint installed successfully
Verify that CloudPoint installed successfully by doing one of the following on the physical machine or instance command line:
Verify that the success message is displayed at the command prompt.
Configuration complete at time Fri Mar 13 06:15:43 UTC 2020!
Run the following command and verify that the CloudPoint services are running and the status is displayed as UP:
# sudo docker ps -a
The command output resembles the following:
CONTAINER ID IMAGE CREATED STATUS f4c70b6accff veritas/flexsnap-agent:8.3.0.8549 6 hours ago Up 6 hours 1cfe9f79f260 veritas/flexsnap-nginx:8.3.0.8549 6 hours ago Up 6 hours 331c81a09ba2 veritas/flexsnap-idm:8.3.0.8549 6 hours ago Up 6 hours 4a2337b0af95 veritas/veritas/flexsnap-notification:8.3.0.8549 6 hours ago Up 6 hours b4096679da38 veritas/flexsnap-policy:8.3.0.8549 6 hours ago Up 6 hours 27cd6a38d120 veritas/flexsnap-scheduler:8.3.0.8549 6 hours ago Up 6 hours 524dde7a1060 veritas/flexsnap-onhostagent:8.3.0.8549 6 hours ago Up 6 hours 8bf5d31d948f veritas/flexsnap-agent:8.3.0.8549 6 hours ago Up 6 hours a1566d261f70 veritas/flexsnap-coordinator:8.3.0.8549 6 hours ago Up 6 hours e8a4bd103b1f veritas/flexsnap-api-gateway:8.3.0.8549 6 hours ago Up 6 hours 52f26268ed26 veritas/flexsnap-certauth:8.3.0.8549 6 hours ago Up 6 hours da76eadf3c25 veritas/flexsnap-rabbitmq:8.3.0.8549 6 hours ago Up 6 hours 4206a48a4d6b veritas/flexsnap-mongodb:8.3.0.8549 6 hours ago Up 6 hours b54d1a6201e4 veritas/flexsnap-fluentd:8.3.0.8549 6 hours ago Up 6 hours
Note:
The number (
8.3.0.8549) displayed in the image name column represents the CloudPoint version. The version may vary depending on the actual product version being installed.The command output displayed here is truncated to fit the view. The actual output may include additional details such as container names and ports used.