Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-13-2001, 10:49 AM
|
#1
|
LQ Newbie
Registered: Mar 2001
Location: Atlanta
Posts: 7
Rep:
|
I am a new linux user. I have looked thru documentation, but could not find any answer. Need your help.
I am trying to setup file sharing between multiple linux 6.2 machines using NFS. I have exported files on one machine and when I try to mount the file on another machine I get the following error message: "mount clntudp - create : RPC : Program not registered". I get the same error message when I try showmount command.
Thanks in advance for your response.
|
|
|
03-13-2001, 07:26 PM
|
#2
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,617
|
Are portmapper and other NFS daemons running? What is in you hosts.allow and hosts.deny files? Output from your syslog would also be helpful.
|
|
|
03-13-2001, 09:30 PM
|
#3
|
LQ Newbie
Registered: Mar 2001
Location: Sweden
Posts: 1
Rep:
|
A good tool in RH 6.2 <
Two good tools in RH6.2 and above. The first one is "chkconfig --list" this will list all services and runlevels the second one is "service xxx {start|stop|restart|status}"
in your case "service nfs start" for example. chkconfig is good for turning services on|off in diffrent runlevels.
These tools them self will not make it work, but they sure makes things easyer.
Good luck!
|
|
|
03-20-2001, 04:15 PM
|
#4
|
LQ Newbie
Registered: Mar 2001
Location: Atlanta
Posts: 7
Original Poster
Rep:
|
Thanks for your reply. Following are the answers to questions asked in the reply.
- There is only one line in /etc/exports as shown below
/exports (ro)
- All lines in /etc/host.allow are comment lines
- All lines in /etc/host.deny are comment lines
- I did Server type installation in Linux 6.2
- Output for command: rpm -qa | grep nfs
nfs-utils-0.1.6-2
- Output for command: rpm -qa | grep portmap
portmap-4.0-19
- Output for prcinfo -p is:
.... tcp portmapper
.... udp portmapper
.... tcp nlockmgr
.... tcp nlockmgr
.... upd nlockmgr
.... udp nlockmgr
.... tcp status
.... udp status
The nfsd and mountd are missing. I have rebooted the machine after making change in /etc/expots file. I have also tried /usr/sbin/exportfs command.
Thanks.
|
|
|
All times are GMT -5. The time now is 02:28 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|