Orangefs: documentation updates

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
Mike Marshall 2018-04-04 14:05:48 -04:00
parent dd0980226f
commit 8e9ba5c48e

View File

@ -21,10 +21,16 @@ Orangefs features include:
* Stateless * Stateless
MAILING LIST MAILING LIST ARCHIVES
============ =====================
http://beowulf-underground.org/mailman/listinfo/pvfs2-users http://lists.orangefs.org/pipermail/devel_lists.orangefs.org/
MAILING LIST SUBMISSIONS
========================
devel@lists.orangefs.org
DOCUMENTATION DOCUMENTATION
@ -123,16 +129,17 @@ Start the server.
/opt/osf/sbin/pvfs2-server /etc/pvfs2.conf /opt/osf/sbin/pvfs2-server /etc/pvfs2.conf
Now the server is running. At this point you might like to Now the server should be running. Pvfs2-ls is a simple
prove things are working with. test to verify that the server is running.
/opt/ofs/bin/pvfs2-ls /pvfsmnt /opt/ofs/bin/pvfs2-ls /pvfsmnt
If stuff seems to be working, turn on the client core. If stuff seems to be working, load the kernel module and
turn on the client core.
/opt/ofs/sbin/pvfs2-client -p /opt/osf/sbin/pvfs2-client-core /opt/ofs/sbin/pvfs2-client -p /opt/osf/sbin/pvfs2-client-core
Mount your filesystem (load the kernel module first if necessary). Mount your filesystem.
mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt