From 3b0a2b212f6003b4aaa9d8e1c0d8cb841cd2496f Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Fri, 28 Feb 2014 11:16:26 -0500 Subject: SERVER-11045 Update man pages from the MongoDB Manual This is a direct copy of generated man page content from the MongoDB Manual. --- debian/mongos.1 | 898 +++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 636 insertions(+), 262 deletions(-) (limited to 'debian/mongos.1') diff --git a/debian/mongos.1 b/debian/mongos.1 index a3c5e978aed..3b35f05f021 100644 --- a/debian/mongos.1 +++ b/debian/mongos.1 @@ -1,8 +1,8 @@ .\" Man page generated from reStructuredText. . -.TH "MONGOS" "1" "October 03, 2013" "2.4" "mongodb-manual" +.TH "MONGOS" "1" "March 18, 2014" "2.6" "mongodb-manual" .SH NAME -mongos \- MongoDB Shard Utility +mongos \- MongoDB Sharded Cluster Query Router . .nr rst2man-indent-level 0 . @@ -39,32 +39,8 @@ application layer, and determines the location of this data in the From the perspective of the application, a \fBmongos\fP instance behaves identically to any other MongoDB instance. -.sp -\fBNOTE:\fP -.INDENT 0.0 -.INDENT 3.5 -Changed in version 2.1. - -.sp -Some aggregation operations using the \fBaggregate\fP will -cause \fBmongos\fP instances to require more CPU resources -than in previous versions. This modified performance profile may -dictate alternate architecture decisions if you use the -\fIaggregation framework\fP extensively in a sharded environment. -.UNINDENT -.UNINDENT -.sp -\fBSEE ALSO:\fP -.INDENT 0.0 -.INDENT 3.5 -http://docs.mongodb.org/manual/sharding and http://docs.mongodb.org/manual/core/sharding\-introduction\&. -.UNINDENT -.UNINDENT .SH OPTIONS -.INDENT 0.0 -.TP -.B mongos -.UNINDENT +.SS Core Options .INDENT 0.0 .TP .B mongos @@ -72,119 +48,181 @@ http://docs.mongodb.org/manual/sharding and http://docs.mongodb.org/manual/core/ .INDENT 0.0 .TP .B \-\-help, \-h -Returns a basic help and usage text. +Returns information on \fBmongos\fP options and usage. .UNINDENT .INDENT 0.0 .TP .B \-\-version -Returns the version of the \fBmongod\fP daemon. +Returns the \fBmongos\fP release number. .UNINDENT .INDENT 0.0 .TP -.B \-\-config , \-f -Specifies a configuration file, that you can use to specify -runtime\-configurations. While the options are equivalent and -accessible via the other command line arguments, the configuration -file is the preferred method for runtime configuration of -mongod. See the http://docs.mongodb.org/manual/reference/configuration\-options document -for more information about these options. -.sp -Not all configuration options for \fBmongod\fP make sense in -the context of \fBmongos\fP\&. +.B \-\-config , \-f +Specifies a configuration file for runtime configuration options. The +configuration file is the preferred method for runtime configuration of +\fBmongos\fP\&. The options are equivalent to the command\-line +configuration options. See http://docs.mongodb.org/manual/reference/configuration\-options for +more information. .sp -\fBNOTE:\fP -.INDENT 7.0 -.INDENT 3.5 -Ensure the configuration file uses ASCII -encoding. \fBmongod\fP does not support configuration files -with non\-ASCII encoding, including UTF\-8. -.UNINDENT -.UNINDENT +Ensure the configuration file uses ASCII encoding. \fBmongos\fP does not +support configuration files with non\-ASCII encoding, including UTF\-8. .UNINDENT .INDENT 0.0 .TP .B \-\-verbose, \-v -Increases the amount of internal reporting returned on standard -output or in the log file specified by \fI\%--logpath\fP\&. Use the -\fB\-v\fP form to control the level of verbosity by including the -option multiple times, (e.g. \fB\-vvvvv\fP\&.) +Increases the amount of internal reporting returned on standard output +or in log files. Increase the verbosity with the \fB\-v\fP form by +including the option multiple times, (e.g. \fB\-vvvvv\fP\&.) .UNINDENT .INDENT 0.0 .TP .B \-\-quiet -Runs the \fBmongos\fP instance in a quiet mode that attempts to limit -the amount of output. +Runs \fBmongos\fP in a quiet mode that attempts to limit the amount of +output. This option suppresses: +.INDENT 7.0 +.IP \(bu 2 +output from \fIdatabase commands\fP +.IP \(bu 2 +replication activity +.IP \(bu 2 +connection accepted events +.IP \(bu 2 +connection closed events +.UNINDENT .UNINDENT .INDENT 0.0 .TP .B \-\-port -Specifies a TCP port for the \fBmongos\fP to listen for client -connections. By default \fBmongos\fP listens for connections on -port 27017. -.sp -UNIX\-like systems require root access to access ports with numbers -lower than 1024. +Specifies the port number when the MongoDB instance is not running on the +standard port of \fB27017\fP\&. You may also specify the port number +using the \fB\-\-host\fP option. .UNINDENT .INDENT 0.0 .TP .B \-\-bind_ip -The IP address that the \fBmongos\fP process will bind to and -listen for connections. By default \fBmongos\fP listens for -connections all interfaces. You may attach \fBmongos\fP to any -interface; however, when attaching \fBmongos\fP to a publicly -accessible interface ensure that you have implemented proper -authentication and/or firewall restrictions to protect the -integrity of your database. +Specifies the IP address that the \fBmongos\fP process binds to and +listens for connections on. By default \fBmongos\fP listens for +connections for all interfaces. You may attach \fBmongos\fP to any +interface. When attaching \fBmongos\fP to a publicly accessible +interface, ensure that you have implemented proper authentication and +firewall restrictions to protect the integrity of your database. .UNINDENT .INDENT 0.0 .TP .B \-\-maxConns Specifies the maximum number of simultaneous connections that -\fBmongos\fP will accept. This setting will have no effect if -the value of this setting is higher than your operating system\(aqs -configured maximum connection tracking threshold. -.sp -This is particularly useful for \fBmongos\fP if you have a -client that creates a number of collections but allows them to -timeout rather than close the collections. When you set -\fBmaxConns\fP, ensure the value is slightly higher than the -size of the connection pool or the total number of connections to -prevent erroneous connection spikes from propagating to the members -of a \fIsharded cluster\fP\&. -.sp -\fBNOTE:\fP -.INDENT 7.0 -.INDENT 3.5 -You cannot set \fBmaxConns\fP to a value higher -than \fI20000\fP\&. -.UNINDENT +\fBmongos\fP will accept. This setting will have no effect if the +value of this setting is higher than your operating system\(aqs configured +maximum connection tracking threshold. +.sp +This setting is particularly useful for \fBmongos\fP if you have a +client that creates a number of collections but allows them to timeout +rather than close the collections. When you set \fBmaxConns\fP, +ensure the value is slightly higher than the size of the connection pool +or the total number of connections to prevent erroneous connection +spikes from propagating to the members of a \fIsharded cluster\fP\&. +.sp +Changed in version 2.6: MongoDB removed the upward limit on the \fBmaxConns\fP setting. + .UNINDENT +.INDENT 0.0 +.TP +.B \-\-syslog +Sends all logging output to the host\(aqs \fIsyslog\fP system rather +than to standard output or a log file as with \fI\%\-\-logpath\fP\&. +.sp +\fI\%\-\-syslog\fP is not supported on Windows. .UNINDENT .INDENT 0.0 .TP -.B \-\-objcheck -Forces the \fBmongos\fP to validate all requests from clients -upon receipt to ensure that invalid objects are never inserted into -the database. This option has a performance impact, and is not -enabled by default. +.B \-\-syslogFacility +Specifies the facility level used when logging messages to syslog. The +default is \fBuser\fP\&. The value you specify must be supported by your +operating system\(aqs implementation of syslog. To use this option, you +must enable the \fI\%\-\-syslog\fP option. .UNINDENT .INDENT 0.0 .TP .B \-\-logpath -Specify a path for the log file that will hold all diagnostic +Specifies the path for the log file that holds all diagnostic logging information. .sp Unless specified, \fBmongos\fP will output all log information to the standard output. Additionally, unless you also specify -\fI\%--logappend\fP, the logfile will be overwritten when the +\fI\%\-\-logappend\fP, the logfile will be overwritten when the process restarts. +.sp +\fBNOTE:\fP +.INDENT 7.0 +.INDENT 3.5 +The behavior of the logging system may change in the near +future in response to the \fI\%SERVER\-4499\fP case. +.UNINDENT +.UNINDENT .UNINDENT .INDENT 0.0 .TP .B \-\-logappend -Specify to ensure that \fBmongos\fP appends additional logging -data to the end of the logfile rather than overwriting the content -of the log when the process restarts. +Appends new entries to the end of the logfile when the \fBmongos\fP restarts +instead of overwriting the content of the log. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-timeStampFormat +Specifies the time format for timestamps in log messages. Specify one of +the following values: +.TS +center; +|l|l|. +_ +T{ +Value +T} T{ +Description +T} +_ +T{ +\fBctime\fP +T} T{ +Displays timestamps as \fBWed Dec 31 +18:17:54.811\fP\&. +T} +_ +T{ +\fBiso8601\-utc\fP +T} T{ +Displays timestamps in Coordinated Universal Time (UTC) in the +ISO\-8601 format. For example, for New York at the start of the +Epoch: \fB1970\-01\-01T00:00:00.000Z\fP +T} +_ +T{ +\fBiso8601\-local\fP +T} T{ +Default value. Displays timestamps in local time in the ISO\-8601 +format. For example, for New York at the start of the Epoch: +\fB1969\-12\-31T19:00:00.000+0500\fP +T} +_ +.TE +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-pidfilepath +Specifies a file location to hold the "\fIPID\fP" or process ID of the +\fBmongos\fP process. Useful for tracking the \fBmongos\fP process in +combination with the \fI\%\-\-fork\fP option. +.sp +Without a specified \fI\%\-\-pidfilepath\fP option, \fBmongos\fP +creates no PID file. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-keyFile +Specifies the path to a key file to store authentication +information. This option is used for interprocess authentication among +the \fBmongos\fP and \fBmongod\fP instances of a +\fIsharded cluster\fP or \fIreplica set\fP\&. .UNINDENT .INDENT 0.0 .TP @@ -192,12 +230,12 @@ of the log when the process restarts. New in version 2.4. .sp -Specifies an option to configure on startup. Specify multiple -options with multiple \fI\%--setParameter\fP options. See -http://docs.mongodb.org/manual/reference/parameters for full documentation of these -parameters. The \fBsetParameter\fP database command provides -access to many of these parameters. \fI\%--setParameter\fP supports the -following options: +Specifies an option to configure on startup. Specify multiple options +with multiple \fI\%\-\-setParameter\fP options. See +http://docs.mongodb.org/manual/reference/parameters for full documentation of these parameters. +The \fBsetParameter\fP database command provides access to many +of these parameters. \fI\%\-\-setParameter\fP supports the following +options: .INDENT 7.0 .IP \(bu 2 \fBenableLocalhostAuthBypass\fP @@ -217,276 +255,612 @@ following options: \fBsyncdelay\fP .IP \(bu 2 \fBtextSearchEnabled\fP +.IP \(bu 2 +\fBuserCacheInvalidationIntervalSecs\fP .UNINDENT .UNINDENT .INDENT 0.0 .TP -.B \-\-syslog -New in version 2.1.0. +.B \-\-httpinterface +New in version 2.6. .sp -Sends all logging output to the host\(aqs \fIsyslog\fP system rather -than to standard output or a log file as with \fI\%--logpath\fP\&. +Enables the HTTP interface. Enabling the interface can increase +network exposure. +.sp +Leave the HTTP interface \fIdisabled\fP for production deployments. If you +\fIdo\fP enable this interface, you should only allow trusted clients to +access this port. See \fIsecurity\-firewalls\fP\&. .sp -\fBIMPORTANT:\fP +\fBNOTE:\fP .INDENT 7.0 .INDENT 3.5 -You cannot use \fI\%--syslog\fP with \fI\%--logpath\fP\&. +In MongoDB Enterprise, the HTTP Console does not support Kerberos +Authentication. .UNINDENT .UNINDENT .UNINDENT .INDENT 0.0 .TP -.B \-\-pidfilepath -Specify a file location to hold the \fIPID\fP or process ID of the -\fBmongos\fP process. Useful for tracking the \fBmongos\fP process in -combination with the \fImongos \-\-fork\fP option. +.B \-\-clusterAuthMode