- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS problem
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
02-22-2005 08:30 AM
02-22-2005 08:30 AM
Server B has a directory /UVR/TMP and I have mapped succesfully and NFS from Server A.
I have executed the following command in server A (to server B):
mount ServerB:/UVR/TMP /localdir
I have tryed the same from server A (to server C):
mount ServerC:/UVR/TMO /localdir
Permission denied.
Both servers B and C, have identical directory /UVR/TMP which same privs, owning, etc.
Any idea about my problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 08:37 AM
02-22-2005 08:37 AM
SolutionCheck the /etc/exports files, its probably excluding access by hostname or ip address.
If you are unsure post the files.
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
02-22-2005 08:38 AM
02-22-2005 08:38 AM
Re: NFS problem
Also from server A, if you do showmount -e serverC, does it shouw the exported dirs from server C?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 08:40 AM
02-22-2005 08:40 AM
Re: NFS problem
uid=0(root)
I have no idea what you mean with /etc/exports. I have not found any file or directory with than name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 08:42 AM
02-22-2005 08:42 AM
Re: NFS problem
I have unmounted the before NFS. I have no NFS mounted in /localdir right now.
# showmount -e ServerC
no exported file systems for ServerC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 08:46 AM
02-22-2005 08:46 AM
Re: NFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 08:57 AM
02-22-2005 08:57 AM
Re: NFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 12:37 PM
02-22-2005 12:37 PM
Re: NFS problem
Is ServerC already configured to export the /UVR/TMP direcotory?
try running the command "exportfs" on ServerC to check if /UVR/TMP can be exported.
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 01:46 PM
02-22-2005 01:46 PM
Re: NFS problem
THANKS!