- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mount
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
10-16-2000 09:30 AM
10-16-2000 09:30 AM
NFS mount
When i try to do a NFS mount a directory i get the error
RPC: program not registered
I am using
mount -F nfs -o ro host:/DIRECTORY /DIRECTORY
I made an entry in /etc/exports file in host and run exportfs -a.
I checked the /etc/rc.config.d/Rpcd file on my machine
START_RPCD=1 entry is present.
what could be the problem
thanks and Regards
Praveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 10:00 AM
10-16-2000 10:00 AM
Re: NFS mount
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 11:30 AM
10-16-2000 11:30 AM
Re: NFS mount
Set to start at boot with the file /etc/rc.config.d/nfsconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 02:28 PM
10-16-2000 02:28 PM
Re: NFS mount
check the remote directory you are trying to mounted is exported by doing showmount -e "remote server name " it should give you all exported dir on remote server , then only you can mount it on your ocal server.
Raju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 02:45 PM
10-16-2000 02:45 PM
Re: NFS mount
showmount ?e systemA
rpcinfo -u systemA
rpc.mountd systemA
If all the above give you the same error message then run rpc.mountd on systemA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 11:51 PM
10-16-2000 11:51 PM
Re: NFS mount
When i do showmount -e NFSSERVER I get the correct output but when I do NFS mount from my machine I get
'permission denied' even though the IP of my machine is there in /etc/exports file on NFS server
thanks and Regards
Praveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2000 12:37 AM
10-17-2000 12:37 AM
Re: NFS mount
On the nfs server machine if you do the command; exportfs
what does it show ? it should display back the entry for your nfs client and the filesystem exported - ie. the one you are allowed to nfs mount on the client. If not then run; exportfs -a and recheck using the exportfs command, or else you may need to edit the /etc/exports file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2000 01:07 AM
10-17-2000 01:07 AM
Re: NFS mount
exportfs displays the entry in /etc/exports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2000 01:36 AM
10-17-2000 01:36 AM
Re: NFS mount
exportfs displays your entry, thats good. The other things which can give you a permission denied error are;
1. On your nfs server are you logged in as root when attempting to mount it ?
2. Are you mounting the nfs filesystem to an empty directory with correct permissions ?
3. Are you mounting the nfs filesystem with the correct options - is it exported as read-only or read-write, if read-write the permissions on the filesystem on the nfs server need to be 777 before you can mount on the client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2000 02:05 AM
10-17-2000 02:05 AM
Re: NFS mount
I am logged in as root , the directory on which I am trying to mount is empty, the permissions are OK and I am trying to RO mount only.
One more thing, in my inetd.conf file lines having RPCD are commented. does it matter.
Thanks and Regards
Praveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2000 02:35 AM
10-17-2000 02:35 AM
Re: NFS mount
Can you send a copy of the exportfs file from the nfs server and the command your using to mount it on the client ?
having the rpc stuff commented out from inetd.conf is normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2000 02:40 AM
10-17-2000 02:40 AM
Re: NFS mount
This is the only line in here
the command i use is
mount -F nfs -o ro ipaddress2:/dist /dist
ipaddress1 = my machine
ipaddress2 = nfs_server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2000 02:53 AM
10-17-2000 02:53 AM
Re: NFS mount
Permission Denied!
Some sort of DNS type problem. Replace your IP's with your servers DNS names and that should fix it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2000 03:43 AM
10-17-2000 03:43 AM
Re: NFS mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2000 08:28 PM
10-17-2000 08:28 PM
Re: NFS mount
I changed exports file as following.
--------exports-----
/DIR -access=HOST,ro,root=HOST
--------------------
and command exportfs -a some times.
Then suddenly I could mount. But I don't know the reason, frankly.
With regards,
Watanabe