Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for MongoDB Administrator's Guide
  3. Configuring NetBackup for MongoDB
  4. Adding MongoDB credentials in NetBackup
NetBackup™ for MongoDB Administrator's Guide

Adding MongoDB credentials in NetBackup

Note:

If you use the MongoDB configuration tool, these manual steps are not required.

To establish a seamless communication between MongoDB clusters and NetBackup for successful backup and restore operations, you must add and update MongoDB credentials to the NetBackup primary server.

About the authentication types for MongoDB that NetBackup supports

NetBackup supports the following authentication types for protecting the MongoDB data:

  • No authentication

  • Simple - Salted Challenge Response Authentication Mechanism (SCRAM)

  • Certificate-based - x.509

Different options are required for each of the authentication types when you add the credentials using the tpconfig command.

The following table describes the options that are required for each authentication type:

Table: Required options for authentication types

Options

Option description

No authentication

Simple authentication

Certificate-based authentication

AppUserId

Specifies the username that is required to log into the application server.

✖

✔

✖

AppUserPassword

Specifies the user password that is required to log into the application server.

✖

✔

✖

HostUser

Specify the host's user ID for SSH implementation.

See Host user requirements.

✔

✔

✔

HostPassword

Specify the host's user password for SSH implementation.

✔

✔

✔

HostRSAKey

RSA key is required to perform password-less remote operations.

✔

✔

✔

ServerPemPath

Path to the PEM certificate file on the MongoDB node.

✖

✖

✔

CAPemPath

Path to the CA PEM certificate file on the MongoDB node.

✖

✖

✔

Passkey

Password of CA certificate.

✖

✖

✔

CADir

Path to the CA certificate.

✖

✖

✔

CARole

User role that is defined in the CA.

✖

✖

✔

CertificateUser

Specifies the details for the certificate user.

✖

✖

✔

application_server_conf

Specifies a path to the credential configuration file that contains the authentication type, user details, and the directory paths for the CA security certificates.

See About the credential configuration file.

✔

✔

✔

Feedback

Was this page helpful?
Previous

Obtaining the RSA key of the MongoDB nodes

Next

About the credential configuration file

Feedback

Was this page helpful?