- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs mount - permission denied!
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
05-20-2009 08:18 AM
05-20-2009 08:18 AM
I have an rp7410, with a 500GB lv that I have exported to 2 rp8420's. All servers are running 11.23. The first 8420 sees the mount point no problem, but the 2nd one gives the permission denied error. /etc/fstab is identical on both 8420's.
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 08:39 AM
05-20-2009 08:39 AM
Re: nfs mount - permission denied!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 08:46 AM
05-20-2009 08:46 AM
Re: nfs mount - permission denied!
dr8420 root /.root # ll -d /backup
drwxrwxrwx 2 root root 96 May 20 09:45 /backup/
How's that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 08:47 AM
05-20-2009 08:47 AM
Re: nfs mount - permission denied!
Sometimes UNIX makes me cry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 08:53 AM
05-20-2009 08:53 AM
Re: nfs mount - permission denied!
And need to run /usr/sbin/exportfs -a after the file modification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 09:00 AM
05-20-2009 09:00 AM
Re: nfs mount - permission denied!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 10:07 AM
05-20-2009 10:07 AM
Re: nfs mount - permission denied!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 10:34 AM
05-20-2009 10:34 AM
Re: nfs mount - permission denied!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 10:47 AM
05-20-2009 10:47 AM
Re: nfs mount - permission denied!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 11:57 AM
05-20-2009 11:57 AM
Re: nfs mount - permission denied!
On the dr side, I created a dir called /ron.
I exported it to the 7410, and touched a bunch of files both ways. It works.
Soooooooooooooo:
dr -> rp7410 =nfs-happy
rp7410 -> dr =not so much
I am clearly missing something, besides the brain cells that have mysteriously gone absent.
Any ideas, oh wise gurus??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 12:09 PM
05-20-2009 12:09 PM
Re: nfs mount - permission denied!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 02:30 AM
05-21-2009 02:30 AM
Re: nfs mount - permission denied!
I've seen earlier that some times nfs requests go out from a different lan than you think it would and errs out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 03:08 AM
05-21-2009 03:08 AM
Re: nfs mount - permission denied!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 03:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 04:07 AM
05-21-2009 04:07 AM
Re: nfs mount - permission denied!
Now...how do I make it so it mounts every time? What's the syntax for the /etc/exports?
Thank you again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 04:20 AM
05-21-2009 04:20 AM
Re: nfs mount - permission denied!
usr/games cocoa fudge # export to only these machines
/usr -access=clients # export to my clients
/usr/local # export to the world
/usr2 -access=bison:deer:pup # export to only these machines
/var/adm -root=bison:deer # give root access only to these
/usr/new -anon=0 # give all machines root access
/usr/temp -rw=ram:alligator # export read-write only to these
/usr/bin -ro # export read-only to everyone
/usr/stuff -access=bear,anon=-2,ro # several options on one line
/usr/subnet -access=@mysubnet #use mysubent in /etc/networks
/usr/subnet1 -access=@192.5 #clients must be in the 192.5.0.0 subnet
/usr/domain -access=.myd.myc.com #clients must be in .myd.myc.com
/usr/restrict -access=-host1.myd.myc.com:sales # disallow -host1 in the sales netgroup.
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 04:53 AM
05-21-2009 04:53 AM
Re: nfs mount - permission denied!
/backup -anon=65534,access=rp8420:dr8420
It was the dr8420 that was having the problem. Would anyone know the proper line to put in that would automate that, so the chest pains will go away, and I can stop crying? ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 05:37 AM
05-21-2009 05:37 AM
Re: nfs mount - permission denied!
/backup -anon=65534,access=rp8420:dr8420
/backup -anon=65534,access=dr8420
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 05:38 PM
05-21-2009 05:38 PM
Re: nfs mount - permission denied!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 11:25 PM
05-21-2009 11:25 PM
Re: nfs mount - permission denied!
create a file which contain following lines..
exportfs -i -o root=
exportfs -i -o root=
then run this using sh.
then forget about the /etc/exports.
whenever U want to export the filesystem use this script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2009 06:22 AM
05-22-2009 06:22 AM
Re: nfs mount - permission denied!
I imagine that there should be a sequence of reboot too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2009 06:28 AM
05-22-2009 06:28 AM
Re: nfs mount - permission denied!
Hope this will help.
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2009 07:08 AM
05-22-2009 07:08 AM
Re: nfs mount - permission denied!
The entry in the /etc/fstab doesn't seem to help on the DR system. It's identical to the one on the production side, and it works there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2009 07:13 AM
05-22-2009 07:13 AM
Re: nfs mount - permission denied!
exportfs -i -o root=
So whenever you login the filesystem will be exported
Regards
Sunny