- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to nfs mount from Linux to HP-UX
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
08-12-2010 11:09 AM
08-12-2010 11:09 AM
How to nfs mount from Linux to HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 11:37 AM
08-12-2010 11:37 AM
Re: How to nfs mount from Linux to HP-UX
let us know the redhat and Hp-ux version.
can u please sent the output of /etc/exports?
Make sure to Check exportfs -a and check the nfs services on Redhat.
On HP-UX.... try whether you are able to see all nfs shares like.
showmount -e
also make sure that port mapping services should be running on HP-UX.
Check and let us know.
Check and let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 09:03 PM
08-12-2010 09:03 PM
Re: How to nfs mount from Linux to HP-UX
mkdir /mnt/temporary_used
mount localhost:/path_to_exported_directory /mnt/temporary_used
Best regards,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 10:14 PM
08-12-2010 10:14 PM
Re: How to nfs mount from Linux to HP-UX
What you need to do is:
- mount the iso file on the Linux box
- export that on the Linux box to the HP box
- nfs-mount it on the HP box.
Of course, for this you need to make sure the NFS server processes are running on the linux environment.
Simple way to check is running "# /usr/sbin/showmount -e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 12:52 PM
08-16-2010 12:52 PM
Re: How to nfs mount from Linux to HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 10:05 PM
08-16-2010 10:05 PM
Re: How to nfs mount from Linux to HP-UX
This is not an easy task to do on HP-UX. If you have a linux system near by, you could mount the file like this:
mkdir /mnt/test
mount -o loop -t iso9660 file.iso /mnt/test
Then you could export the test directory to your HP-UX system.
Best regards,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 10:25 PM
08-16-2010 10:25 PM
Re: How to nfs mount from Linux to HP-UX
a) Loopback device support - as a loadable module.
b) ISO 9660 CDROM file system support
(A rebuild of the kernel can be performed in order to add those facilities in the current kernel)
Of course, for kernel rebuild you would need the development package and the kernel source...
Best regards,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 11:40 PM
08-16-2010 11:40 PM
Re: How to nfs mount from Linux to HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 04:13 AM
08-17-2010 04:13 AM
Re: How to nfs mount from Linux to HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 09:49 PM
08-17-2010 09:49 PM
Re: How to nfs mount from Linux to HP-UX
You are mounting the directory that contain the ISO file on HP-UX under /mnt or you are mounting the ISO file with "mount ..." on linux to some local directory and that directory you export to HP-UX and NFS mount it under /mnt on the HP-UX server?
The last situation explained above should work.
About executables being inaccessible : Some executables can not run "off the shelf". Can depend on some libraries which must be installed correctly on the system where the executable is intended to run.
Best regards,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 09:55 PM
08-17-2010 09:55 PM
Re: How to nfs mount from Linux to HP-UX
Then you should get a specific message about not finding a shlib.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 10:25 PM
08-17-2010 10:25 PM
Re: How to nfs mount from Linux to HP-UX
Yes, of course. My point is that the only information that Frederick gave to us is:
" the executables, <... on the file> I cant access."
I have seen end users saying "I can not access this file" but in fact the file was not chmod +x or the executable stated clearly the problem (in plain text) but the information was ignored/not retained ("yes it says something there...") by end user.
Best regards,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 11:26 PM
08-17-2010 11:26 PM
Re: How to nfs mount from Linux to HP-UX
you put an ISO on Lİnux and via nfs mount you want to execute on HP-UX, I believe you know software is compatible for HP-UX first ?
And when it comes to permission are you able to see you have permission nfs mounted files to execute on HP-UX ?