- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs mount
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
10-05-2000 05:39 PM
10-05-2000 05:39 PM
nfs mount
On the HP machine I added the filesystem to:
/etc/fstab
/etc/exportfs
On the Sun machine I added the filesystem to:
/etc/dfs/dfstab
I issue this command:
mount -F nfs saipc2a:/home/wwright /home/wwright/test
And get this error:
saipc2a:/home/wwright: access denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 05:44 PM
10-05-2000 05:44 PM
Re: nfs mount
the best way to start would be is to export it to globally and when it works ,add restrictions to it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2000 12:06 AM
10-06-2000 12:06 AM
Re: nfs mount
when you edit the /etc/exportfs on HP-UX than you have to reexport this file with:
exportfs -a
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2000 12:07 AM
10-06-2000 12:07 AM
Re: nfs mount
the file for nfs exported directories on HP-UX is /etc/exports (not /etc/exportfs)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2000 05:32 AM
10-06-2000 05:32 AM
Re: nfs mount
#showmount -e
to ensure the server is exporting that directory.
From the server, also make sure your client is listed in the hosts database
#nslookup
#nslookup
And check the permissions of your mount point.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2000 09:24 AM
10-06-2000 09:24 AM
Re: nfs mount
The problem was in the /etc/dfs/dfstab file on the Sun machine.
I need to have the system name and domain name.
Error: /home/wwright sarena01
Fix: /home/wwright sarena01.oal.wdcs.com
Thanks once again