- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs 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
12-08-2003 06:07 AM
12-08-2003 06:07 AM
nfs permission denied
I got "Permission denied" message.
In client, nfsd and rpc daemons are running.
I check nfs server with showmount -e and check /etc/xtab file but I can not find any problem with nfs server.
seauxcp1 => nfs server
seauxcp2 => nfs client
seauxcp1:/etc#cat xtab
/export/usr/sap/trans -root=seauxcp1:seauxcd1:crm_dbprd:CRM_DBPRD:seacrmap:seauxcp2,access=seauxcp1:
seauxcd1:crm_dbprd:CRM_DBPRD:seacrmap:seauxcp2
/sapmnt/NCP -root=seacrmap:seauxcp2,access=seacrmap:seauxcp2
/interface -root=seacrmap:seauxcp2,access=seacrmap:seauxcp2
seauxcp1:/etc#showmount -e
export list for seauxcp1:
/export/usr/sap/trans seauxcp1,seauxcd1,crm_dbprd,CRM_DBPRD,seacrmap,seauxcp2
/sapmnt/NCP seacrmap,seauxcp2
/interface seacrmap,seauxcp2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 06:13 AM
12-08-2003 06:13 AM
Re: nfs permission denied
are you mounting the file system as root.
By default root is teeated as unknown user.
If you want to mount with root, you have to have root=server_name option in /etc/exports file on server side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 06:14 AM
12-08-2003 06:14 AM
Re: nfs permission denied
For context, this servers hostname is tzfat, there are three others, jufprod, hebron and moriah.
See attachment as a working reference.
The /images directory is exported for Ignite recoveries.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 06:32 AM
12-08-2003 06:32 AM
Re: nfs permission denied
Also, I had a situation where the hostname was different that the nslookup name... the hostname was merely an alias of the real name b/c there was an "hostnamea" and "hostnameb" b/c we had to cards for splitting data from the OS traffic...
make sure the hostname is the same as the nslookup says.
Also,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 06:55 AM
12-08-2003 06:55 AM
Re: nfs permission denied
This document will be helpful too (TKB #TFKBRC00004818):
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062921651
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 09:04 AM
12-08-2003 09:04 AM
Re: nfs permission denied
exports file is like the following.
/export/usr/sap/trans -root=seauxcp1:seauxcd1:crm_dbprd:CRM_DBPRD:seacrmap:seauxcp2,access=seauxcp1:
\
seauxcd1:crm_dbprd:CRM_DBPRD:seacrmap:seauxcp2
/sapmnt/NCP -root=seacrmap:seauxcp2,access=seacrmap:seauxcp2
/interface -root=seacrmap:seauxcp2,access=seacrmap:seauxcp2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 01:29 AM
12-09-2003 01:29 AM
Re: nfs permission denied
Running out of ideas here, I would stop and restart the procs on the client as stated above.
Also, I would check the mountpoint again. Does it have the right permissions?
Additionally, Can you please post what rpc processes are running on the client along with nfs procs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 01:40 AM
12-09-2003 01:40 AM
Re: nfs permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 05:52 AM
12-09-2003 05:52 AM
Re: nfs permission denied
kill -SIGUSR2
This is a toggle, so issue the same command to turn it off.
log file is /var/adm/mountd.log