orangefs.rst (4353dd3b70783ebbc83fcf12d9c0af3fbab0223b) orangefs.rst (920af1ce1b6e713d187f178b3fe37d3e3b12381a)
1.. SPDX-License-Identifier: GPL-2.0
2
3========
4ORANGEFS
5========
6
7OrangeFS is an LGPL userspace scale-out parallel storage system. It is ideal
8for large storage problems faced by HPC, BigData, Streaming Video,

--- 105 unchanged lines hidden (view full) ---

114Create an orangefs config file by running pvfs2-genconfig and
115specifying a target config file. Pvfs2-genconfig will prompt you
116through. Generally it works fine to take the defaults, but you
117should use your server's hostname, rather than "localhost" when
118it comes to that question::
119
120 /opt/ofs/bin/pvfs2-genconfig /etc/pvfs2.conf
121
1.. SPDX-License-Identifier: GPL-2.0
2
3========
4ORANGEFS
5========
6
7OrangeFS is an LGPL userspace scale-out parallel storage system. It is ideal
8for large storage problems faced by HPC, BigData, Streaming Video,

--- 105 unchanged lines hidden (view full) ---

114Create an orangefs config file by running pvfs2-genconfig and
115specifying a target config file. Pvfs2-genconfig will prompt you
116through. Generally it works fine to take the defaults, but you
117should use your server's hostname, rather than "localhost" when
118it comes to that question::
119
120 /opt/ofs/bin/pvfs2-genconfig /etc/pvfs2.conf
121
122Create an /etc/pvfs2tab file::
122Create an /etc/pvfs2tab file (localhost is fine)::
123
123
124Localhost is fine for your pvfs2tab file:
125
126 echo tcp://localhost:3334/orangefs /pvfsmnt pvfs2 defaults,noauto 0 0 > \
127 /etc/pvfs2tab
128
129Create the mount point you specified in the tab file if needed::
130
131 mkdir /pvfsmnt
132
133Bootstrap the server::

--- 425 unchanged lines hidden ---
124 echo tcp://localhost:3334/orangefs /pvfsmnt pvfs2 defaults,noauto 0 0 > \
125 /etc/pvfs2tab
126
127Create the mount point you specified in the tab file if needed::
128
129 mkdir /pvfsmnt
130
131Bootstrap the server::

--- 425 unchanged lines hidden ---