In answer to the various points/questions posted
I have 2 (very big ( although not Crays
dd@home )) servers
File1
/home/
user1
user2
File2
/home/
user3
user4
Each server has about 600 home directories ( these are the ex Windows 2003 servers that serviced the same number of
users ( I added a better raid controller and 12Gb of ram ) and I just export /home on both. /home *(rw,async,no_subtree_check)
Question :- in this scenario should I have no_subtree_check ? I have heard some people say sub tree checking is more trouble
than it’s worth
The automaps are in ldap
auto.master points to auto.home on the same ldap server and has entries like ( set up via yast )
user1 (defaults that you get when you use yast autofs),noatime.rsize=32768,wsize=32768 file1.blah.com:/home/user1
user2 (defaults that you get when you use yast autofs),noatime.rsize=32768,wsize=32768 file1.blah.com:/home/user2
user3 (defaults that you get when you use yast autofs),noatime.rsize=32768,wsize=32768 file2.blah.com:/home/user3
user4 (defaults that you get when you use yast autofs),noatime.rsize=32768,wsize=32768 file2.blah.com:/home/user4
I’m at home and I can’t remember exactly what the defaults say in yast autofs
The r and w size came around after experimenting - if you let it default to the max dolphin can freeze the machine
while it’s copying big files.
Although we have 400 student machines it is unlikely that there are ever more than about 300 in use
at any one time spread over the two servers.
I changed to NFS3 today and the automounts now timeout correctly. I logged on half a dozen users in quick
succession then went for a coffee and when I logged in as root and looked at mount they had all timed out properly ( good !)
We have also changed /etc/sysconfig/autofs so that autofs doesn’t try and browse. We discovered that if you
don’t and a user opens dolphin and goes to /home it shows all of the other directories in /home and kills
the machine. ( you can’t go into the directories BTW )
The main problems are
When you try and log in it freezes for several seconds after you have entered your username and you tab to
the password box so you can’t enter the password
Firefox freezes a lot ( version 13 )
General freezes for a few seconds
Since neither the servers or the network or the workstations seem to be under excessive load
what the heck are the client waiting for !!! All the servers are in our DNS server but the clients
are not. The clients are DHCP but we don’t do dynamic dns - should we - do we need reverse lookups ?
Sorry … that’s it … my brain has melted
Mal