- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nfs mount of a directory fails with Permission...
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
09-27-2002 08:06 AM
09-27-2002 08:06 AM
I am trying to nfs mount a directory from a remote server using SAM and I get Permission denied error.
Do I need to export the directory from the remote server ? I cannot see the option anywhere ?
Systems: HP L1000 class with HPUX 11.00
I even tried using the mount command as follows:
# mount richhp3:/usr1 /usr1
Permission denied
#
Cheers
Zul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 08:09 AM
09-27-2002 08:09 AM
SolutionNFS Troubleshooting
http://docs.hp.com/hpux/onlinedocs/B1031-90048/00/00/42-con.html
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 08:13 AM
09-27-2002 08:13 AM
Re: nfs mount of a directory fails with Permission denied
You need to export the directory from the remote server.
Edit /etc/exports adding in the directory you wish to export and the options it is to exported with, then run exportfs to export them.
Hope this helps,
Vikki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 08:16 AM
09-27-2002 08:16 AM
Re: nfs mount of a directory fails with Permission denied
1. do you have the /etc/exports file configured?
2. have you run exportfs -a to export the file systems marked in /etc/exports?
3. run showmount -e on this server to see the exported file systems.
Man pages for exports (this will show you how to set up permissions) and exportfs can give you the details on these.
Sounds like the /etc/exports file permissions should be checked first.... and you will have to ensure that the file system is exported in order to mount it from your other machine.
And I would not use SAM for the mount....
man page of fstab shows how to edit the /etc/fstab for an nfs mount:
server:/mnt /mnt nfs rw,hard 0 0 #mount from server
Ted
try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 09:11 AM
09-27-2002 09:11 AM
Re: nfs mount of a directory fails with Permission denied
The default permission on the exported file system is read-write, however, you can specify other options like read-only depending on your needs. The man pages for 'exportfs' give details plus some nice examples.
Best of luck,
Brian