- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
09-28-2004 02:47 AM
09-28-2004 02:47 AM
NFS Problem
I made export to one folder on HP-UX host "A" to be available on the network by using sam and configuring only host "B" in the access list of the export folder.
and when trying to mount this folder from another HP-UX host "B" on the network I got a message "permission denied".
on the other hand when I make the export on host "B" and try to mount the folder on host "A" it works well without any problem.
thanks in advance for your reply.
my e-mail : wadel@alfaisaliah.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 02:53 AM
09-28-2004 02:53 AM
Re: NFS Problem
1) I recommend against posting your emaiil address to the forum. People misuse it. Not itrc people but this forum is indexed in google.
2) I'd like to see the /etc/exports file on both systems. I'm reasonlably certain that permissions are wrong on Host "B"
3) exportfs -av Lets see if there are configuration errors on Host B. I think that likely.
You may be able to compare the /etc/exports files and figure out the issue with the diagnostic steps I've posed.
Good Luck,
More Information=faster resolution.
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
09-28-2004 03:01 AM
09-28-2004 03:01 AM
Re: NFS Problem
If not, crosscheck your entries in /etc/exports file.
directory - option[, option
this shall be your syntax while doing exports.
Do you have any erros on exportfs -av, if so, tell in the forum what are they.
Last and not least, how about your NFS daemons, are they all started.
Hope it helps
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 03:12 AM
09-28-2004 03:12 AM
Re: NFS Problem
"mount A:/ora/stage/arch /ora/stage/arch"
(where A: is the first host name"
it gives me permission denied
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 03:14 AM
09-28-2004 03:14 AM
Re: NFS Problem
There are literally dozens of possible causes including the permissions on the exported directories.
Check the permissions on the folders listed in /etc/exports. Post the configuration files /etc/exports.
Please.
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
09-28-2004 03:19 AM
09-28-2004 03:19 AM
Re: NFS Problem
Let's us go with command line on as,
HOST A:
1> export a directory as,
exportfs -iv
exportfs -iv /tmp/test -o root=hostB
2> check the export directory availabilty as,
exportfs -v
HOST B:
mkdir /tmp/testmnt
mount hostA:/tmp/test /tmp/testmnt
mount -v
it will give mounting informations there.
or bdf or df there.
Put this entry on /etc/fstab so that it will be mounted when ever your system get rebooted there.
Note: Don't give mail ID's on forums. You will get replies at once here.
You can verify nfs informations with nfsstat command there. see man nfsstat
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 03:29 AM
09-28-2004 03:29 AM
Re: NFS Problem
"mount A:/ora/stage/arch /ora/stage/arch"
(where A: is the first host name"
it gives me permission denied
says you are not having permission on HOSTB to mount HOST A's directory via NFS
Check this,
on host A:
1> exportfs -v
2> nslookup hostA / nslookup hostB
on host B:
1> nslookup hostA
and post to forums.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 04:19 AM
09-28-2004 04:19 AM
Re: NFS Problem
what output does 'ps -ef|grep nfs' gives at host A and host B?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 04:23 AM
09-28-2004 04:23 AM