- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: NFS mount : reason given by server: 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
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
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-12-2009 03:25 AM
тАО05-12-2009 03:25 AM
NFS mount : reason given by server: Permission denied
I facing the problem when I am trying to mount the shared directory from server 1 to server 2. But I am able to successfully mount the shared directories from server 2 to server 1. please help me in this one
Below are the out put of /etc/exports of server 1
/test *(rw,sync,no_root_squash)
Below is the out put of showmount -e localhost
/test *
The nfs, nfslock, portmap services are working fine, and there are no entries in the host.allow and host.deny on both the servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 03:34 AM
тАО05-12-2009 03:34 AM
Re: NFS mount : reason given by server: Permission denied
/test -root=server2
and then run
exportfs -av
let me know what will be outcome, thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 03:43 AM
тАО05-12-2009 03:43 AM
Re: NFS mount : reason given by server: Permission denied
# exportfs -av
exporting -root=10.14.26.133/255.255.255.192:/test
-Prabhu H
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 05:33 AM
тАО05-12-2009 05:33 AM
Re: NFS mount : reason given by server: Permission denied
now it is exporting u can mount from cleint side am i right or wrong, please tell us status once u have done based on above posting.
thanks and regards
sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 07:13 PM
тАО05-12-2009 07:13 PM
Re: NFS mount : reason given by server: Permission denied
Just Reminding you to check your firewall(iptables) in both systems. also selinux if enforced.
Good Luck...!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 08:19 PM
тАО05-12-2009 08:19 PM
Re: NFS mount : reason given by server: Permission denied
when I am trying to mount to client it's giving error reason given by server:permission denied.
below is the out put of iptables
#iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
out put is same for the both the servers
the selinux is disabled on both the servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2009 07:30 AM
тАО05-13-2009 07:30 AM
Re: NFS mount : reason given by server: Permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2009 09:04 PM
тАО05-13-2009 09:04 PM
Re: NFS mount : reason given by server: Permission denied
Even I have tried that one, but it's not working..... still getting same error...
-Prabhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2009 09:11 PM
тАО05-13-2009 09:11 PM
Re: NFS mount : reason given by server: Permission denied
# exportfs -av
exporting -root=10.14.26.133/255.255.255.192:/test
what is ip for server1 and server2
are you able to do telnet or ssh from server1 to server2?
are you doing this task with root user?
how about use other moutpoint insted of /test may be just create a directory call xyz and try to export what will happen.
let us know.
it will be good if you can assign some points to all who had replied you. thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2009 09:40 PM
тАО05-13-2009 09:40 PM
Re: NFS mount : reason given by server: Permission denied
The server1 ip is 10.14.26.131 and server2 ip is 10.14.26.133.
Yes I am able to do ssh between the servers. I am doing this task with root user only.
I have tried with other mount points, but still the same error.
But as I told earlier, I am able to export successfully from server2 to server1. But it is not happening from server1 to server2 ?
-Prabhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2009 07:46 PM
тАО05-14-2009 07:46 PM
Re: NFS mount : reason given by server: Permission denied
Ok Buddy dont get panic,
If nothing is working we will look your problem form basics.
NFS to work you need following services to be runing
1)NFS
2)portmap
start these services if not started with
#service xxxxx start
Check
#netstat -nltup
see if NFS and portmap is working properly
looking at ur given out put you have done exporting Ok. but just export it in (ro) mode first.
if every thing done with exporting
check if you can mount this locally as NFS to another folder
with
#mount -t nfs source dest
if this works fine your almost done.
let me know once its success...
Good Luck....!