fildien
01-22-2009, 09:10 AM
Ok I am stumped. I have set up countless NFS mounts and never had any issues. Today I'm trying to set up an NFS mount to a server that needs rwx and it just is not working right.
I have tried multiple configs in my /etc/exports and can't get it working. I can mount up the NFS mount on my remote node with no issues. I can even create files from the remote node (write). But whenever I try to run a script I get:
ksh: ./blah.ksh: not found
What the hell am I doing wrong?
/etc/exports I have tried these things:
/stage/10g -root=mynode
/stage/10g
/stage/10g -sec=sys:none, rw, access=mynode
Nothing allows me to execute files in that mount point remotely.
I have tried multiple configs in my /etc/exports and can't get it working. I can mount up the NFS mount on my remote node with no issues. I can even create files from the remote node (write). But whenever I try to run a script I get:
ksh: ./blah.ksh: not found
What the hell am I doing wrong?
/etc/exports I have tried these things:
/stage/10g -root=mynode
/stage/10g
/stage/10g -sec=sys:none, rw, access=mynode
Nothing allows me to execute files in that mount point remotely.