diff options
author | Amar Tumballi <amar@gluster.com> | 2010-10-08 06:58:51 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-08 06:05:03 -0700 |
commit | 2e43696eb90dc835d0aa8000e19b6f207760309c (patch) | |
tree | 6569d70e1be498c0ba9ecc157dd94cb25b4d64ce /doc/user-guide | |
parent | 98e1ea0f178bdb8d26037edda9aae7bc2339bac4 (diff) |
migrate from port 69* to 24007
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1870 (Change the port from 69* to some other ports.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1870
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/user-guide.info | 12 | ||||
-rw-r--r-- | doc/user-guide/user-guide.texi | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/doc/user-guide/user-guide.info b/doc/user-guide/user-guide.info index 94a24c01dac..6ba883ea0dd 100644 --- a/doc/user-guide/user-guide.info +++ b/doc/user-guide/user-guide.info @@ -906,7 +906,7 @@ and the client. `non-blocking-connect [no|off|on|yes] (on)' Whether to make the connection attempt asynchronous. -`remote-port <n> (6996)' +`remote-port <n> (24007)' Server port to connect to. `remote-host <hostname> *' @@ -920,7 +920,7 @@ and the client. The local interface on which the server should listen to requests. Default is to listen on all interfaces. -`listen-port <n> (6996)' +`listen-port <n> (24007)' The local port to listen on. 4.2.1.2 IB-SDP @@ -951,7 +951,7 @@ always best to use `ib-verbs'. Use `ib-sdp' only if you cannot get `non-blocking-connect [no|off|on|yes] (on)' Whether to make the connection attempt asynchronous. -`remote-port <n> (6996)' +`remote-port <n> (24007)' Server port to connect to. `remote-host <hostname> *' @@ -965,7 +965,7 @@ always best to use `ib-verbs'. Use `ib-sdp' only if you cannot get The local interface on which the server should listen to requests. Default is to listen on all interfaces. -`listen-port <n> (6996)' +`listen-port <n> (24007)' The local port to listen on. The following options are common to both the client and server @@ -2037,11 +2037,11 @@ it means the GlusterFS mount did not succeed. Try running GlusterFS in connections and firewall settings. To check if the server is reachable, try: - telnet IP-ADDRESS 6996 + telnet IP-ADDRESS 24007 If the server is accessible, your `telnet' command should connect and block. If not you will see an error message such as `telnet: Unable to -connect to remote host: Connection refused'. 6996 is the default +connect to remote host: Connection refused'. 24007 is the default GlusterFS port. If you have changed it, then use the corresponding port instead. diff --git a/doc/user-guide/user-guide.texi b/doc/user-guide/user-guide.texi index 9dce15be413..025a92d89fe 100644 --- a/doc/user-guide/user-guide.texi +++ b/doc/user-guide/user-guide.texi @@ -924,7 +924,7 @@ The @acronym{TCP} client module accepts the following options: @table @code @item non-blocking-connect [no|off|on|yes] (on) Whether to make the connection attempt asynchronous. -@item remote-port <n> (6996) +@item remote-port <n> (24007) Server port to connect to. @cindex DNS round robin @item remote-host <hostname> * @@ -941,7 +941,7 @@ The @acronym{TCP} server module accepts the following options: @item bind-address <address> (0.0.0.0) The local interface on which the server should listen to requests. Default is to listen on all interfaces. -@item listen-port <n> (6996) +@item listen-port <n> (24007) The local port to listen on. @end table @end cartouche @@ -978,7 +978,7 @@ The @command{ib-verbs} client module accepts the following options: @table @code @item non-blocking-connect [no|off|on|yes] (on) Whether to make the connection attempt asynchronous. -@item remote-port <n> (6996) +@item remote-port <n> (24007) Server port to connect to. @cindex DNS round robin @item remote-host <hostname> * @@ -995,7 +995,7 @@ The @command{ib-verbs} server module accepts the following options: @item bind-address <address> (0.0.0.0) The local interface on which the server should listen to requests. Default is to listen on all interfaces. -@item listen-port <n> (6996) +@item listen-port <n> (24007) The local port to listen on. @end table @end cartouche @@ -2102,12 +2102,12 @@ connections and firewall settings. To check if the server is reachable, try: @example -telnet IP-ADDRESS 6996 +telnet IP-ADDRESS 24007 @end example If the server is accessible, your `telnet' command should connect and block. If not you will see an error message such as @command{telnet: Unable to -connect to remote host: Connection refused}. 6996 is the default +connect to remote host: Connection refused}. 24007 is the default GlusterFS port. If you have changed it, then use the corresponding port instead. |