File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Documentation/filesystems Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,16 @@ Orangefs features include:
21
21
* Stateless
22
22
23
23
24
- MAILING LIST
25
- ============
24
+ MAILING LIST ARCHIVES
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
+
28
34
29
35
30
36
DOCUMENTATION
@@ -123,16 +129,17 @@ Start the server.
123
129
124
130
/opt/osf/sbin/pvfs2-server /etc/pvfs2.conf
125
131
126
- Now the server is running. At this point you might like to
127
- prove things are working with .
132
+ Now the server should be running. Pvfs2-ls is a simple
133
+ test to verify that the server is running .
128
134
129
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
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
144
mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt
138
145
You can’t perform that action at this time.
0 commit comments