Dear Linux using buddies:
I could use your help. I'm running a cluster with Rocks! Mostly, this is familiar. Rocks is a set of wrapper scripts
and programs around CentOS. The only puzzle for me right now is NFS. I've not administered NFS before. I've gotten
some advice on the rocks list that I can't parse. Rather than make a fool of myself to that group yet again, I'm making
a fool of myself in front of you, my closest friends. :)
In case you have fiddled with NFS, you may know the answer easily. Here's the deal.
On the cluster head node, the Rocks install proceeds fine and it makes a partition /state/partition1 that is
symbolically linked to /export and that's where it keeps NFS storage. I don't know why they call the partition
/state/partition1 and then link from it to /export, but they do. The user accounts are created under /export/home on
the head node, and then when the compute nodes start and users access them, the user homes are on the NFS mounted part.
There's some autofs magic that makes the user see home as /home/username, but it is actually on the NFS share.
On this system, there is also a very large external storage, a dell md3000 with 15TB. The dell device is not available
when Rocks Cluster is installed for the first, it requires some drivers to mount, but it is available once the system is
running. I want the user home storage to be on that md3000.
So I face the challenge of getting that external storage, which eventually appears as /dev/sdd1 (all 15 tb in one giant
partition! debated back and forth between xfs and ext3 or ext4. blah) on the system.
The fellow in the Rocks list says I need to export the external device in the NFS config and then mount it in place of
/export/home.
I don't understand why I need to export it at all. If I just run
# mount /dev/sdd1 /mnt/dellmd3000
# ln -sf /mnt/dellmd3000 /export/home
won't that make "all that extra space" transparently available under /export/home for the client compute nodes?
The NFS config file exports already lists /export as available.
--
Paul E. Johnson email:
paul...@ku.edu
Professor, Political Science
http://pj.freefaculty.org
1541 Lilac Lane, Rm 504
University of Kansas Office:
(785) 864-9086
Lawrence, Kansas 66044-3177 FAX:
(785) 864-5700