open-source, high-performance,
  document-oriented database
http://www.mongodb.org/display/DOCS/Admin+Zone
Supported Platforms

• OS X
• Linux
• Solaris
• Windows
• FreeBSD
The Basics

• mongod: database server
• mongo: shell
• mongos: sharding router
• start the server ; connect with shell
Is it working?

• logs
• netstat
• try out the shell
Starting for Real

• distro packages
• --fork
• --logpath
• --quiet?
viewing/killing ops
Backups


• mongodump
• fsync + lock
Replication

• please use it
• oplog size
• delayed replication
Tools
mongostat
iostat -x 2
web console

• “top” for collections
• total locked time
• all running operations
db.serverStatus
Monitoring

• munin
• ganglia
• nagios
• cacti
Download MongoDB
   http://www.mongodb.org




and let us know what you think
 @eliothorowitz @mongodb

Administration (Eliot Horowitz)

Editor's Notes