Hi, I have a fileserver running SXCE sNV_b103, and exporting several filesystems, some ZFS, most loopback mounted ISOs. Recently I've tried mounting these filesystems on 2 linux machines (1 RHEL 4u4, another RHEL5u2) and while the mount succeeds, any access (ls, cat, etc.) hangs the window the access was done from.
The only thing I've changed on the Server side is that I've limited the max NFS version the server should support to NFS version 3, so that my jumpstart/kickstart clients will be able to mount the short path names they need, and mount will follow the soft links on the server to the real exported filesystem (Don't ask. :) ) On the linux client, I've also specifieid '-o nfsvers=3' (along with 'hard,intr') but that hasn't made any difference (well the 'intr' allows me to hit Ctrl-C when it hangs, but it still hangs.) I've tried watching this with snoop, but I don't think I'm capturing the right info. Anyone got any other ideas? Anyone seen this before? -Kyle