Search the web
Sign In
New User? Sign Up
lucknow-lug · Uttar Pradesh Linux Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
problem with nfs   Message List  
Reply | Forward Message #219 of 247 |
Re: problem with nfs

--- In lucknow-lug@yahoogroups.com, "pcy1988" <pcy1988@...> wrote:
>
> i configured nfs and dhcp server to install the red hat in another
> computer via nfs installation
It is not necessary to configure a dhcp for network installation of linux.
> when i tried to mount the directory from another computer it
> says "directory could not be mounted"
> one more curious thing is happening is that
> after configuring the nfs server on my computer when i restart the
> portmap and nfs service on graphical interface it start perfactly
> but when i tried to do same thing on virtual console it shows error
> "RPC: failed to connect portmap (error -5)".

1)service portmap start
2)service nfs start


> in my configuration step i did these steps
> 1- in /etc/exports
> /var/ftp/pub 192.168.0.0/24(rw,sync)
if you want to allow root to perform rw on nfs then use
(no_root_squash,rw,sync)
> after that i start the service
> and did this exportfs -av
> rpcinfo -p was also showing all ports where the daemons were running
> ----------------
> one more thing is that
> when i shut down my pc
> it shows the same error
> "RPC: failed to connect portmap (error -5)".
>
> -------------
> what the problem may be
>
1). are you able to ping nfs server (to-from)?
2). check /etc/hosts file.
3). check firewall
4). check SELinux.

if that didn't worked, send.
a) your hosts file
b) logs of the duration when you restart your nfs service from
terminal. (/var/log/messages)
c) logs when you try to mount nfs share on client. (/var/log/messages)

Anuj Singh.





Sun Aug 17, 2008 1:13 pm

anujsingh_1
Offline Offline

Forward
Message #219 of 247 |
Expand Messages Author Sort by Date

i configured nfs and dhcp server to install the red hat in another computer via nfs installation when i tried to mount the directory from another computer it ...
pcy1988
Offline Send Email
Aug 11, 2008
12:57 pm

... It is not necessary to configure a dhcp for network installation of linux. ... 1)service portmap start 2)service nfs start ... if you want to allow root to...
anujsingh_1
Offline
Aug 17, 2008
1:14 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help