MONGOS
MONGOS
Section: Mongo Database (1) Updated: June 2009 Local index
Up
NAME
mongos - the Mongo sharding server
SYNOPSIS
mongos [OPTIONS]
DESCRIPTION
mongos
is used to setup, configure, and get information about sharded databases.
EXAMPLES
./mongod --port 9999 --dbpath /data/db/a # first server
./mongod --port 9998 --dbpath /data/db/b # second server
./mongos --configdb localhost:9999 # mongos
starts three servers to set up sharding
OPTIONS
- --help
-
show usage information
- --port N
-
port on which to listen
- --configdb DATABASE+
-
one or more databases to use as the configuration databases
- -v+
-
verbosity
COPYRIGHT
Copyright 2007-2009 10gen
SEE ALSO
For more information, please refer to the MongoDB wiki, available at http://www.mongodb.org.
AUTHOR
Kristina Chodorow
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- EXAMPLES
-
- OPTIONS
-
- COPYRIGHT
-
- SEE ALSO
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 21:24:01 GMT, April 16, 2011