Hi ppl,
I am building Linux Cluster in D.J.Sanghvi CoE, Mumbai. For that I am using a book , 'Building Linux Cluster' by David Spector and cdrom which accompanies that book. This book is by O'Reily.
For master node installation there is one script 'Install.sh ' in tht cdrom.
I have Red Hat 8.0 installed fr clustering .
when I run tht script I got following error messages:
Initializing basic NIS config files and services....
warning: /var/yp/Makefile saved as /var/yp/Makefile.rpmsave
gmake[1] Entering directory '/var/yp/(none)'
updating hosts.byname.....
failed to send clear to local ypserv: RPC: program not registeredUpdating host.byaddr....
failed to send clear to local ypserv: RPC: program not registeredUpdating
netid.byname
gmake[1] Leaving directory '/var/yp/(none)'
While activating changes to network,DNS, DHCP and NFS following daemon activities failed.
shutting down dhcpd [FAILED]
stopping ypserver services [FAILED]
stopping yppasswd services [FAILED]
Rest all [OK]
What I should do about this ? Please help me out.