LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-10-2009, 09:16 AM   #1
Mr.P
LQ Newbie
 
Registered: Jun 2009
Posts: 12

Rep: Reputation: 0
nfs server configuration fails


nfs server configuration on RedHat 5.3 Server fails

I have configured nfs complete

but when the client fails to mount the following:

[root@vn ~]# mount -t nfs 192.168.1.201:/share /mnt/nfs
mount: mount to NFS server '192.168.1.201' failed: RPC Error: Program not registered.
[root@vn ~]#

Help me with

thank you very much

Last edited by Mr.P; 06-10-2009 at 09:18 AM.
 
Old 06-10-2009, 09:46 AM   #2
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
Code:
/etc/init.d/nfs-common start
or
Code:
/etc/init.d/nfs-kernel-server start
 
Old 06-10-2009, 10:09 AM   #3
Mr.P
LQ Newbie
 
Registered: Jun 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jamescondron View Post
Code:
/etc/init.d/nfs-common start
or
Code:
/etc/init.d/nfs-kernel-server start
What I have to edit the file so

I learn new linux up misunderstandings

please help me

many thanks
 
Old 06-10-2009, 10:16 AM   #4
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
Run those commands... If I wanted you to edit a file, I'd tell you.
 
Old 06-10-2009, 10:27 AM   #5
Mr.P
LQ Newbie
 
Registered: Jun 2009
Posts: 12

Original Poster
Rep: Reputation: 0
run it was not informed:

[root@localhost ~]# /etc/init.d/nfs-kernel-server start
-bash: /etc/init.d/nfs-kernel-server: No such file or directory
[root@localhost ~]#



I find it not find file

configuration is not too sad

thank you very much
 
Old 06-10-2009, 10:31 AM   #6
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
But the first one ran okay? Try mounting again, same problem?
 
Old 06-10-2009, 10:40 AM   #7
Mr.P
LQ Newbie
 
Registered: Jun 2009
Posts: 12

Original Poster
Rep: Reputation: 0
I have done it again but still not

I use RedHat 5.3 server enter

do not know how it

many thanks
 
Old 06-10-2009, 10:49 AM   #8
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
I'm going to go out on a limb here and suggest your last reboot/shutdown wasn't a clean one. Try a reboot, though restarting the services like I told you should do the same.

Incidentally, do you mean Red Hat Enterprise Linux? Or are you using a really, really old version of Red Hat Linux?
 
Old 06-10-2009, 11:07 AM   #9
Mr.P
LQ Newbie
 
Registered: Jun 2009
Posts: 12

Original Poster
Rep: Reputation: 0
I have done as you say, but not

I use a RedHat 5.3 server

many thanks
 
Old 06-10-2009, 11:09 AM   #10
jamescondron
Member
 
Registered: Jul 2007
Location: Scunthorpe, UK
Distribution: Ubuntu 8.10; Gentoo; Debian Lenny
Posts: 961

Rep: Reputation: 70
That would make your server software about 11 years old, though I believe it only went up to 5.2 in that series. I'd reccommend going to Red Hat, you're paying for their support afterall.
 
Old 06-10-2009, 11:19 AM   #11
Mr.P
LQ Newbie
 
Registered: Jun 2009
Posts: 12

Original Poster
Rep: Reputation: 0
ok
thank you very much
 
Old 06-10-2009, 08:21 PM   #12
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,356

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Old Redhat: http://en.wikipedia.org/wiki/Red_Hat_Linux . Only up to 5.2. He may well be using RHEL 5.3 (current latest).
uname -a
would help.
 
Old 06-10-2009, 08:37 PM   #13
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Is the kernel server installed at all? Has it been started?
 
Old 06-10-2009, 08:42 PM   #14
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
On the server, try "service nfs start" and "chkconfig nfs on"
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
crond and sh looping if nfs fails on remote server WojtekO Linux - Software 2 04-30-2009 09:10 PM
Debian Fails to Remount NFS Share on Server Reboot userlander Debian 3 02-13-2009 12:56 PM
NFS server configuration on SuSE 10 sunilvadranapu Linux - Server 2 01-29-2008 10:36 AM
NFS V4 mount fails - Server side says idmapping failing sixerjman Linux - Software 0 07-24-2007 10:05 PM
rhel4 2.6.9-5.0.5.ELsmp nfs mount fails, server is down timvand Linux - Enterprise 1 04-24-2005 07:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration