diff options
-rw-r--r-- | Documentation/filesystems/orangefs.txt | 21 |
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 | ||
24 | MAILING LIST | 24 | MAILING LIST ARCHIVES |
25 | ============ | 25 | ===================== |
26 | 26 | ||
27 | http://beowulf-underground.org/mailman/listinfo/pvfs2-users | 27 | http://lists.orangefs.org/pipermail/devel_lists.orangefs.org/ |
28 | |||
29 | |||
30 | MAILING LIST SUBMISSIONS | ||
31 | ======================== | ||
32 | |||
33 | devel@lists.orangefs.org | ||
28 | 34 | ||
29 | 35 | ||
30 | DOCUMENTATION | 36 | DOCUMENTATION |
@@ -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 | ||
126 | Now the server is running. At this point you might like to | 132 | Now the server should be running. Pvfs2-ls is a simple |
127 | prove things are working with. | 133 | test 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 | ||
131 | If stuff seems to be working, turn on the client core. | 137 | If stuff seems to be working, load the kernel module and |
138 | turn 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 | ||
135 | Mount your filesystem (load the kernel module first if necessary). | 142 | Mount your filesystem. |
136 | 143 | ||
137 | mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt | 144 | mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt |
138 | 145 | ||