MongoDB Administration¶
The administration documentation addresses the ongoing operation and maintenance of MongoDB instances and deployments. This documentation includes both high level overviews of these concerns as well as tutorials that cover specific procedures and processes for operating MongoDB.
- Administration Concepts
- Administration Tutorials
- Configuration, Maintenance, and Analysis
- Disable Transparent Huge Pages (THP)
- Use Database Commands
- Manage mongod Processes
- Terminate Running Operations
- Analyze Performance of Database Operations
- Rotate Log Files
- Manage Journaling
- Store a JavaScript Function on the Server
- Upgrade to the Latest Revision of MongoDB
- Monitor MongoDB With SNMP on Linux
- Monitor MongoDB Windows with SNMP
- Troubleshoot SNMP
- Disable Transparent Huge Pages (THP)
- Backup and Recovery
- MongoDB Tutorials
- Configuration, Maintenance, and Analysis
- Administration Reference
- Production Checklist
Appendix¶
- Replica Set Tutorials
- Replica Set Deployment Tutorials
- Member Configuration Tutorials
- Replica Set Maintenance Tutorials
- Change the Size of the Oplog
- Perform Maintenance on Replica Set Members
- Force a Member to Become Primary
- Resync a Member of a Replica Set
- Configure Replica Set Tag Sets
- Reconfigure a Replica Set with Unavailable Members
- Manage Chained Replication
- Change Hostnames in a Replica Set
- Configure a Secondary’s Sync Target
- Change the Size of the Oplog
- Troubleshoot Replica Sets
- Sharded Cluster Tutorials
- Sharded Cluster Deployment Tutorials
- Deploy a Sharded Cluster
- Considerations for Selecting Shard Keys
- Shard a Collection Using a Hashed Shard Key
- Add Shards to a Cluster
- Convert a Replica Set to a Sharded Cluster
- Upgrade Config Servers to Replica Set
- Upgrade Config Servers to Replica Set (Downtime)
- Convert Sharded Cluster to Replica Set
- Deploy a Sharded Cluster
- Sharded Cluster Maintenance Tutorials
- View Cluster Configuration
- Replace a Config Server
- Migrate Config Servers with the Same Hostname
- Migrate Config Servers with Different Hostnames
- Migrate a Sharded Cluster to Different Hardware
- Backup Cluster Metadata
- Configure Behavior of Balancer Process in Sharded Clusters
- Manage Sharded Cluster Balancer
- Remove Shards from an Existing Sharded Cluster
- View Cluster Configuration
- Sharded Cluster Data Management
- Troubleshoot Sharded Clusters
- Sharded Cluster Deployment Tutorials