aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/filesystems/orangefs.txt21
1 files changed, 14 insertions, 7 deletions
diff --git a/Documentation/filesystems/orangefs.txt b/Documentation/filesystems/orangefs.txt
index 9f8e7902d31d..f4ba94950e3f 100644
--- a/Documentation/filesystems/orangefs.txt
+++ b/Documentation/filesystems/orangefs.txt
@@ -21,10 +21,16 @@ Orangefs features include:
21 * Stateless 21 * Stateless
22 22
23 23
24MAILING LIST 24MAILING LIST ARCHIVES
25============ 25=====================
26 26
27http://beowulf-underground.org/mailman/listinfo/pvfs2-users 27http://lists.orangefs.org/pipermail/devel_lists.orangefs.org/
28
29
30MAILING LIST SUBMISSIONS
31========================
32
33devel@lists.orangefs.org
28 34
29 35
30DOCUMENTATION 36DOCUMENTATION
@@ -123,16 +129,17 @@ Start the server.
123 129
124/opt/osf/sbin/pvfs2-server /etc/pvfs2.conf 130/opt/osf/sbin/pvfs2-server /etc/pvfs2.conf
125 131
126Now the server is running. At this point you might like to 132Now the server should be running. Pvfs2-ls is a simple
127prove things are working with. 133test to verify that the server is running.
128 134
129/opt/ofs/bin/pvfs2-ls /pvfsmnt 135/opt/ofs/bin/pvfs2-ls /pvfsmnt
130 136
131If stuff seems to be working, turn on the client core. 137If stuff seems to be working, load the kernel module and
138turn on the client core.
132 139
133/opt/ofs/sbin/pvfs2-client -p /opt/osf/sbin/pvfs2-client-core 140/opt/ofs/sbin/pvfs2-client -p /opt/osf/sbin/pvfs2-client-core
134 141
135Mount your filesystem (load the kernel module first if necessary). 142Mount your filesystem.
136 143
137mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt 144mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt
138 145