- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS Problems on HP-UX v3
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
02-07-2008 05:27 AM
02-07-2008 05:27 AM
I have problems sharing Filesystems on server running hp-ux 11.31.
NFS Server seems to be running but when i give rw access to special hosts, they cannot mount the filesystem. When i give access to everyone - it works.
Here is my entrie in dfstab:
/usr/sbin/share -F nfs -o rw=eds-clus1-n2 /export/ora
When i change entrie to: share -F nfs /export/ora
i am able to mount /export/ora on n2.
Do you have any idea?
Thanks Wolfgang
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 06:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 06:54 AM
02-07-2008 06:54 AM
Re: NFS Problems on HP-UX v3
unfortunately we have a strange hostname eds-clus1-n2, so:
/usr/sbin/share -F nfs -o rw=eds-clus1-n2 /export/ora should only give host eds-clus1-n2 access to /export/ora.
br
wolfgang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 07:15 AM
02-07-2008 07:15 AM
Re: NFS Problems on HP-UX v3
> eds-clus1-n2, [...]
Ah. I see. You said, "on n2" to confuse
things. It worked.
When you specify your funny name, what does
"showmount -e" say?
Can you try the same things with a system
which has simpler name? Do you need to add
"root=eds-clus1-n2" to your "share" command?
If the "-" characters are causing the
problem, you might need to add some simpler
alias names (DNS or /etc/hosts). Or, perhaps
you could/should define a netgroup with a
simple name. ("man share_nfs".)
> Do you have any idea?
Asking for _good_ ideas might be wiser.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 11:39 AM
02-07-2008 11:39 AM
Re: NFS Problems on HP-UX v3
so
/usr/sbin/share -F nfs -o root=eds-clus1-n2 rw=eds-clus1-n2 /export/ora
my 10 cents pls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 11:45 AM
02-07-2008 11:45 AM
Re: NFS Problems on HP-UX v3
export it as below.
/usr/sbin/share -F nfs -o root=eds-clus1-n2 rw=eds-clus1-n2 /export/ora
my 10 cents pls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 05:37 PM
02-07-2008 05:37 PM
Re: NFS Problems on HP-UX v3
Are you using DNS for your hostname resolution? If so, you need to use the fully-qualified domain name for the hosts in the rw= list. Let me know if that works. If it doesn't I'll help you troubleshoot the problem.
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 12:12 AM
02-08-2008 12:12 AM
Re: NFS Problems on HP-UX v3
My 2 cents,
Armin
PS: Assign points if you find answers useful!