Please enter search query.
Search <book_title>...
Veritas NetBackup™ CloudPoint Install and Upgrade Guide
Last Published:
2020-07-29
Product(s):
NetBackup (8.3.0.1, 8.3)
Platform: Linux,UNIX,Windows
- Section I. CloudPoint installation and configuration
- Preparing for CloudPoint installation
- Deploying CloudPoint using the Docker image
- CloudPoint cloud plug-ins
- 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
- CloudPoint application agents and plug-ins
- Oracle plug-in configuration notes
- About snapshot restore
- Additional steps required after a SQL Server snapshot restore
- Protecting assets with CloudPoint's agentless feature
- Preparing for CloudPoint installation
- Section II. CloudPoint maintenance
Additional steps required after a MongoDB snapshot restore
The following steps are required after you restore a MongoDB snapshot. Even though the restore operation itself is successful, these steps are required for the application database to be available for normal use again.
Note:
These manual steps are not required in case of a disk-level restore to the same location.
Perform the following steps
- Ensure that the snapshot restore operation has completed successfully and a new disk is created and attached to the application host (in case of a disk-level restore) or the application host is up and running (in case of a host-level restore).
- Connect to the application host.
- Mount the attached disk on the application host using the following command:
# sudo mount /dev/<diskname> /<mountdir>
Here, <diskname> is the name of the new disk that was created after restore, and <mountdir> is the path where you want to mount the disk.
- Edit the MongoDB config file
/etc/mongod.conf
and set the dbPath parameter value to the<mountdir>
path that you specified in the earlier step. - Start the MongoDB service on the application host and verify that the service is running.
Use the following commands:
# sudo systemctl start mongod.service
# sudo systemctl status mongod.service
Note:
In case of a disk-level restore to a new host, ensure that
mongo
is installed on that host. - Log on to the MongoDB server using the MongoDB client and verify that the database is running.