- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Nfs Permission Pbm.
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-27-2006 12:23 AM
05-27-2006 12:23 AM
Nfs Permission Pbm.
I want to export a directory from hostA server :
on hostA
# cat /etc/exports
/test access=hostB,ro
When trying to mount on hostB permission denied is displayed. however on hostA when I put in /etc/exports this line :
/test ro
then on hostB, I can mount it without problems !
Can u advise please ?
Sofiane.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 12:27 AM
05-27-2006 12:27 AM
Re: Nfs Permission Pbm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 01:04 AM
05-27-2006 01:04 AM
Re: Nfs Permission Pbm.
esportfs -av (* re-export *)
exportfs -v (* list exported *0
exportfs -uav (* unexport *)
##############################
verify you DNS with nslookup and /etc/hosts. Use fully Qualified domain name in /etc/hosts.
If you substitute the IP address for the host name then you're not resolving the host name.
check nsswitch.conf for correct hostname resolution.
##########################
check your nfs
rpcinfo -p ( master/client ) (* verify rpcbind, status, nfs, mountd, nlockmgr, llockmgr *)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 01:19 AM
05-27-2006 01:19 AM
Re: Nfs Permission Pbm.
/test access=hostB,ro
Is that a typo? Should be;
/test -access=hostB,ro
access is an option switch, but you show no - in front of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 01:44 AM
05-27-2006 01:44 AM
Re: Nfs Permission Pbm.
I check all the configuration files and all daemons and it's ok. I also change the hostname by it's Ip @ and still not working !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 02:04 AM
05-28-2006 02:04 AM
Re: Nfs Permission Pbm.
With no hostname specified in the exports file, its a blanket allowance for any host to mount it.
Not to be insulting, but I assume hostA and hostB can ping each other fine using those names?
There are no alias issues in /etc/hosts?
Does /etc/xtab show /test as being exported properly i.e. /etc/xtab resolves symbolic link? (if /test is one).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 03:33 AM
05-28-2006 03:33 AM
Re: Nfs Permission Pbm.
thx,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 06:35 PM
05-28-2006 06:35 PM
Re: Nfs Permission Pbm.
try to just write /test on /etc/exports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 09:14 PM
05-28-2006 09:14 PM
Re: Nfs Permission Pbm.
When I just write /test on /etc/exports it can be mounted , my problem is the option -access ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 09:41 PM
05-28-2006 09:41 PM
Re: Nfs Permission Pbm.
/test -ro=hostB
And execute exportfs -a to refresh.
Hope this helps,
Glen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 09:58 PM
05-28-2006 09:58 PM
Re: Nfs Permission Pbm.
exportfs error: unknown option: ro=hostB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 10:45 PM
05-28-2006 10:45 PM
Re: Nfs Permission Pbm.
/test -access=hostB,ro
Works fine for me on 11i v1
Are the following processes running?
biod
nfsd
rpcbind
rpcd
lockd
statd
mountd
What command are you using to try to mount the remote directory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 10:03 AM
05-30-2006 10:03 AM
Re: Nfs Permission Pbm.
11.00 Cumulative STREAMS Patch (PHNE_28525)
11.00 NFS nfsd deadlock,NFS SIGINT bad text region (PHKL_25237)
11.00 ONC/NFS General Release/Performance Patch (PHNE_31096)
11.00 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch (PHKL_18543)
11.00 Probe,IDDS,PM,VM,PA-8700,AIO,T600,FS,PDC,CLK (PHKL_34341)
11.00 VxFS 3.3 Fix DMAPI memory leak & NFS hang (PHKL_24082)
HP-UX 11.04
11.04 (VVOS) Cumulative STREAMS Patch (PHNE_29525)
11.04 (VVOS) ONC/NFS General Release/Perf Patch (PHNE_30808)
11.04 (VVOS) PM,PA-8700,AIO,T600,FS,PDC,CLK (PHKL_29760)
11.04 (VVOS) PM/VM/UFS/async/scsi/io/JFS/perf (PHKL_19142)
HP-UX 11.11
11.11 cumulative ARPA Transport patch (PHNE_34135)
11.11 Cumulative STREAMS Patch (PHNE_33729)
11.11 NFS nfsd deadlock (PHKL_25238)
11.11 ONC/NFS General Release/Performance Patch (PHNE_34293)
11.11 Tunable;vxportal;vx_maxlink;DMAPI NFS hang (PHKL_28185)
HP-UX 11.23
11.23 Kernel RPC cumulative patch (PHNE_33981)
11.23 Sept04 base patch (PHKL_31500)