Hi,

I've found a solution on my own althought I don't know why this is. It has to do with 
how the HPUX machines mount the Linux NFS server volume.

o What did not work:
        /etc/fstab entry: "hbwpe:/home /prod_hbwpe nfs rw,suid,vers=2 0 0"
        Command line: "mount /prod_hbwpe"
 
o What did work:
        Command line: "mount -o vers=2 hbwpe:/home /prod_hbwpe"

This looks to have fixed all 3 problems. Why it would work from the command line and 
not via /etc/fstab, who knows. Maybe there are some defaults in either case that make 
a difference?


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to