- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot execute error for NFS mount to linux from h...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2009 09:01 AM
01-15-2009 09:01 AM
Cannot execute error for NFS mount to linux from hpux 11i.v3
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2009 09:28 AM
01-15-2009 09:28 AM
Re: Cannot execute error for NFS mount to linux from hpux 11i.v3
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2009 09:57 AM
01-15-2009 09:57 AM
Re: Cannot execute error for NFS mount to linux from hpux 11i.v3
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2009 03:03 PM
01-15-2009 03:03 PM
Re: Cannot execute error for NFS mount to linux from hpux 11i.v3
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2009 03:07 PM
01-15-2009 03:07 PM