MongoDB Ops Manager configuration file settings
You can create a configuration file in NetBackup at the specified location on the NetBackup primary server. These settings will be applicable to all the MongoDB Ops Manager backups/restores.
The naming and availability of MongoDB Ops Manager backup types differ across NetBackup releases.
In NetBackup 11.1 and earlier, MongoDB Ops Manager supported oplog backups, which were labeled as Differential Incremental backups.
Incremental backups were not available.
In NetBackup 11.2 and later, incremental backups are available and are labeled as Differential Incremental backups.
Oplog backups are labeled as Transaction Log (TLOG) backups.
When reviewing policies, backups, or restore points created across different NetBackup versions, be aware of these naming differences.
File name: mongodbopsmanager.conf
File location:
Windows:
Install_Dir\NetBackup\var\global\Unix:
/Install_Dir/var/global/
Table: Configurable parameters in mongodbopsmanager.conf file
Configurable parameter | Description | Note |
|---|---|---|
NO_OF_BACKUP_STREAMS_PER_NODE | Number of backup streams per node. Maximum 32 streams per node can be triggered. Default value: 1, which is single stream per node. | A new stream will be created for meta data backup which will be an additional stream despite this value. |
SNAPSHOT_STATE_CHECK_TIMEOUT_IN_SEC | The timeout value during snapshot state check operations in seconds. Default value: 120 seconds. | |
SNAPSHOT_TIMEOUT_IN_MINUTES | The timeout value during which complete snapshot backup will be performed in minutes. Default value: 360 minutes. | |
RESTORE_TIMEOUT_IN_MINUTES | The timeout value during which complete restore and recovery will be performed in minutes. Default value: 720 minutes. The value can be re-configure to accumulate larger data set to restore and recover. |
NO_OF_BACKUP_STREAMS_PER_NODE=3 SNAPSHOT_TIMEOUT_IN_MINUTES=120 SNAPSHOT_STATE_CHECK_TIMEOUT_IN_SEC=300 RESTORE_TIMEOUT_IN_MINUTES=300