Please enter search query.
Search <book_title>...
NetBackup™ for MongoDB Administrator's Guide
Last Published:
2023-10-26
Product(s):
NetBackup (10.3.0.1, 10.3)
- Overview of protecting MongoDB using NetBackup
- Verify the pre-requisites for the MongoDB plug-in for NetBackup
- Configuring NetBackup for MongoDB
- About the MongoDB configuration tool
- Prerequisites for manually creating the mongodb.conf file
- Configuring backup options for MongoDB using the mongodb.conf file
- Obtaining the RSA key of the MongoDB nodes
- Adding MongoDB credentials in NetBackup
- Using a non-root user as a host user
- Managing backup hosts
- Backing up MongoDB using NetBackup
- Restoring or recovering MongoDB data using NetBackup
- Restoring MongoDB data
- Prerequisites for MongoDB restore and recovery
- Using NetBackup web UI to restore the MongoDB data on the same cluster
- Using NetBackup web UI to restore the MongoDB data on an alternate cluster
- About restoring MongoDB data in a high availability setup on an alternate client
- Manual steps after the recovery process
- Troubleshooting
- Appendix A. Additional information
- Index
Obtaining the RSA key of the MongoDB nodes
Use the following command on the MongoDB hosts to get the SHA256 based RSA of every MongoDB node from the MongoDB cluster:
cat /etc/ssh/ssh_host_rsa_key.pub |awk '{print $2}' |base64 -d |sha256sum |awk '{print $1}' |
The output of the commands is the RSA key.
For example:
cat /etc/ssh/ssh_host_rsa_key.pub |awk '{print $2}' |base64 -d |sha256sum |awk '{print $1}' |
Command output:
b2352722053ac9f40bc1XXXXXXXXXXXXXXXXXXXXXXXXX419fa241ba9431fd6b9
Copy the RSA fingerprint. You need to provide this fingerprint when you add the MongoDB credentials.