Operating System - HP-UX
1828405 Members
3399 Online
109977 Solutions
New Discussion

Cannot execute error for NFS mount to linux from hpux 11i.v3

 
wvsa
Regular Advisor

Cannot execute error for NFS mount to linux from hpux 11i.v3

Good morning fellow admins;

Have a opportunity that I need some wisdom. Have a nfs mount from a rx6600 running to a blade server running redhat AS 4.6. When I try to run a program from the rx6600 located on the nfs mount I get the following error message: ksh: FNDLOAD: cannot execute

Now I can read and write to the directory, was able to create and delete a file in the directory, so the permissions seem to be ok.

Here is how I have mounted the linux box from the rx6600

cyrus03:/appsprod /appsprod nfs intr,rw,bg,hard 0 0

Here is the export file on the linux box

/appsprod romans01.wvus.org(rw,sync)
/appsprod romans02.wvus.org(rw,sync)
/appsprod cyrus01.wvus.org(rw,sync)
/appsprod cyrus05.wvus.org(rw,sync)
/appsprod cyrus06.wvus.org(rw,sync)
/appsprod cyrus10.wvus.org(rw,sync)
/tmp/pfolder romans01.wvus.org(rw,sync)
/tmp/pfolder romans02.wvus.org(rw,sync)
/oracle cyrus01.wvus.org(rw,sync)
/oracle cyrus05.wvus.org(rw,sync)
/oracle cyrus06.wvus.org(rw,sync)
/oracle cyrus10.wvus.org(rw,sync)
/oracle romans01.wvus.org(rw,sync)
/oracle romans02.wvus.org(rw,sync)

Any assistance would be greatly appreciated.

Have a productive day

Norm
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Cannot execute error for NFS mount to linux from hpux 11i.v3

Shalom,

On Linux:
tail -f /var/log/messages

on HP-UX
tail -f /var/adm/syslog/syslog.log

try the mount

Post the message.

What method are you using to provide consistent user id on both systems, NIS, LDAP, see that the oracle user has the same numeric id on both systems.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
wvsa
Regular Advisor

Re: Cannot execute error for NFS mount to linux from hpux 11i.v3

Hello Steven;

Thank you for the response, no messages in syslog or /var/log/messages. Were not that sophisicated, we have manually reconciled uid and gid, both are the same on the hpux and linux servers.
wvsa
Regular Advisor

Re: Cannot execute error for NFS mount to linux from hpux 11i.v3

Greetings all;

Figured out the problem - one of those well duh moments. Never going to execute a oracle exe created on Redhat linux to run on hpux 11iv3 via nfs. For all who may care, did find the correct options for exports file on linux:

/appsprod romans01.wvus.org(rw,sync,no_wdelay,insecure_locks,no_root_squash)
/appsprod romans02.wvus.org(rw,sync,no_wdelay,insecure_locks,no_root_squash)
/appsprod cyrus01.wvus.org(rw,sync,no_wdelay,insecure_locks,no_root_squash)
/appsprod cyrus05.wvus.org(rw,sync,no_wdelay,insecure_locks,no_root_squash)

The hpux 11iv3 nfs entry inf /etc/fstab

cyrus03:/appsprod /appsprod nfs intr,rw,bg,hard 0 0

These options will allow you to do everything you need except for the previous mentioned fupa.

Norm

wvsa
Regular Advisor

Re: Cannot execute error for NFS mount to linux from hpux 11i.v3

note previous comment