[Linux-cluster] Problem rebooting cluster node - CMANsendmsg failed: -101

Jason Lanclos jason at selu.edu
Wed Jul 6 18:10:42 UTC 2005


On Wednesday 06 July 2005 11:04 am, Adam Manthei wrote:
> On Wed, Jul 06, 2005 at 01:29:53PM +0200, Birger Wathne wrote:
> > Patrick Caulfield wrote:
> > 
> > >I have seen this a small number of times - though only on test machines 
> > >that
> > >don't invoke the cman shutdown script.
> > >
> > 
> > I have installed from source using the FC4 branch. It seems like a make 
> > install installs startup and shutdown links for clvmd_init and ccsd. for 
> > cman, rgmanager and fenced it only installs links for startup.
>
> > I'll fix my installation. Thanks for the tip. Is this a bug in the Makefile?
> 
> This is not a bug.  The Makefiles are responsible for installing the init
> scripts and binaries onto your system.  They are not responsible for
> configuring your system to start and stop services; that is the
> responsibility of the rpm.
> 

I've run into this also.. For some reason any scripts that don't have the word "daemon" in them,
don't run when shutting the system down. And sometimes the install didn't setup the correct links in rc6.d.
To resolve this I just used the following script to put the word daemon in each script, and remove, and recreate the rc links.
  
  for i in ccsd cman fenced gfs rgmanager
	do
	   echo "# daemon" >> /etc/init.d/$i
	   chkconfig --del $i
	   chkconfig --add $i
   done



--
Jason Lanclos                                        
Systems Administrator                                 
Red Hat Certified Engineer        
Southeastern Louisiana University		     




More information about the Linux-cluster mailing list