- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs export on hp-ux 11.31 (itanium)
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
04-24-2007 01:08 AM
04-24-2007 01:08 AM
nfs export on hp-ux 11.31 (itanium)
I have been working on this problem since yesterday...
server 1 is HP-UX 11.31 (itanium)
server 2 is HP-UX 11.11 (9000/800)
export from 11.11 to 11.31 goes fine
export from 11.31 to 11.11 simply does not work.
get
root@hsapt7 [/root]# bdf /homologation
Filesystem kbytes used avail %used Mounted on
auto_direct 0 0 0 0% /homologation
ipfilter is disabled on 11.31
/etc/exports on 11.31 is
/homologation -access=hsapt7,root=hsapt7
/etc/auto_direct on 11.11 is
/homologation -soft,nosuid,proto=udp hsapt9:/homologation
/homologation filesystem has been created as version 4 (to match 11.11). fsadm -F vxfs -o largefiles,bsize=8192,version=4 ...
Is there anything I am missing ?
Yhanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 06:43 AM
04-24-2007 06:43 AM
Re: nfs export on hp-ux 11.31 (itanium)
11iv4 has the NFS version 4, make sure that you are running same versions in both sides to avoid errors, that could be the error.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 02:20 PM
04-24-2007 02:20 PM
Re: nfs export on hp-ux 11.31 (itanium)
server2# mount server1:/homologation /test
If you are able to mount it then look for the automounter side. See if nfs client is running or restart it. Submit what error you are getting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 03:43 PM
04-24-2007 03:43 PM
Re: nfs export on hp-ux 11.31 (itanium)
I have attached a text file, that I refer to check the NFS issues. Hope it helps.
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 04:51 PM
04-24-2007 04:51 PM
Re: nfs export on hp-ux 11.31 (itanium)
1) 11.31 uses the /etc/dfs/dfstab file instead of the /etc/exports file
2) 11.31 requires you to fully qualify the hostnames in your shared filesystems in the dfstab file.
3) As suggested earlier - before you start trying to debug an AutoFS problem, make sure you can successfully manually mount a filesystem. Can your 11.11 system manually mount the shared 11.31 filesystem - after you've fully qualified the entry and moved it to the /etc/dfs/dfstab file and issued the "shareall" command?
4) The NFS v4 stuff is a red herring. NFS will always try to negotiate to the highest commonlly supported version of NFS on both client and server, so even if your 11.31 system supports NFSv4 it can still support NFS v2/v3 unless you've specifically configured it not to.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
