updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / orangefs / orangefs.install
blob851474a0a0ae015474f2d4c4103de8fe90474905
1 post_install() {
2   echo "NOTE:"
3   echo "orangefs will not work without an fs.conf file."
4   echo "To build one use 'pvfs2-genconfig /etc/fs.conf'"
5   echo "and follow the instructions."
6   echo "" 
7   echo "The first time you launch orangefs, do not forget"
8   echo "to initialize your storage space first. To do this"
9   echo "call 'pvfs2-server /etc/fs.conf -f'"
10   echo ""
11   echo "To start a orangefs server on boot add orangefs-server to"
12   echo "the DAEMONS array in /etc/rc.conf"
13   echo ""
14   echo "To mount an orangefs with fuse, use the tool 'pvfs2fuse'"
15   echo ""
16   echo "For detailed instructions check http://www.orangefs.org"