| replSetFreeze |
Prevents the current member from seeking election as primary for a period of time. |
| replSetGetStatus |
Returns a document that reports on the status of the replica set. |
| replSetInitiate |
Initializes a new replica set. |
| replSetMaintenance |
Enables or disables a maintenance mode, which puts a secondary node in a RECOVERING state. |
| replSetReconfig |
Applies a new configuration to an existing replica set. |
| replSetStepDown |
Forces the current primary to step down and become a secondary, forcing an election. |
| replSetSyncFrom |
Explicitly override the default logic for selecting a member to replicate from. |
| resync |
Forces a mongod to re-synchronize from the master. For master-slave replication only. |
| applyOps |
Internal command that applies oplog entries to the current data set. |
| isMaster |
Displays information about this member’s role in the replica set, including whether it is the master. |
| replSetGetConfig |
Returns the replica set’s configuration object. |