Whamcloud - gitweb
Change TCP acceptor port number to be 2432, an unused Coda port. You need
authoradilger <adilger>
Fri, 5 Jul 2002 23:21:40 +0000 (23:21 +0000)
committeradilger <adilger>
Fri, 5 Jul 2002 23:21:40 +0000 (23:21 +0000)
to update all of your <myname>.cfg files (or XML if you use it) to use the
new port number if you want to use tcpdump, and to maintain consistency
across scripts.

lustre/tests/llxmlsetup.sh
lustre/tests/lustre.cfg
lustre/tests/mdcreq.sh
lustre/tests/net-client.cfg
lustre/tests/net-local.cfg
lustre/tests/net-local.xml
lustre/tests/net-server.cfg
lustre/tests/ostreq.sh

index d0915cd..6296806 100755 (executable)
@@ -11,7 +11,7 @@ SRCDIR="`dirname $0`/"
 NETWORK=tcp
 LOCALHOST=localhost
 SERVER=localhost
-PORT=1234
+PORT=2432
 
 setup_portals || exit $?
 setup_lustre || exit $?
index 889088f..b09f157 100644 (file)
@@ -3,7 +3,7 @@
 NETWORK=tcp
 LOCALHOST=localhost
 SERVER=localhost
-PORT=1234
+PORT=2432
 
 # Config file for setting up a metadata server
 MDSFS=extN
index b627f12..a6f169a 100644 (file)
@@ -6,7 +6,7 @@ SRCDIR="`dirname $0`"
 NETWORK=tcp
 LOCALHOST=localhost
 SERVER=localhost
-PORT=1234
+PORT=2432
 
 setup_portals
 setup_lustre
index 64986ca..1554feb 100644 (file)
@@ -3,4 +3,4 @@
 NETWORK=tcp
 LOCALHOST=dev5
 SERVER=dev4
-PORT=1234
+PORT=2432
index 6120f39..0670b7e 100644 (file)
@@ -3,4 +3,4 @@
 NETWORK=tcp
 LOCALHOST=localhost
 SERVER=localhost
-PORT=1234
+PORT=2432
index d49c3a5..43f4730 100644 (file)
@@ -5,7 +5,7 @@
   <node name="local" uuid="local-UUID">
     <network type='tcp' name='net-local' uuid="net-local-UUID" >
       <server>localhost</server>
-      <port>1234</port>
+      <port>2432</port>
     </network>
     <profile_id num="1" name="local-profile" uuid="local-profile-UUID"/>
   </node>
index 225999a..f173f21 100644 (file)
@@ -3,4 +3,4 @@
 NETWORK=tcp
 LOCALHOST=dev4
 SERVER=dev4
-PORT=1234
+PORT=2432
index 24867c4..6371692 100644 (file)
@@ -4,7 +4,7 @@ SRCDIR="`dirname $0`/"
 . $SRCDIR/common.sh
 
 SERVER=localhost
-PORT=1234
+PORT=2432
 
 $ACCEPTOR $PORT