WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: linux diskless client aoe tip.

ahh, missed a detail. With all the diskless setups, it is best to tell the
system not to turn off eth0 during switches to run levels 0, 1, and 6 ...
e.g.

   chkconfig --level 0123456 network on

With nbd and enbd, it may also be a good thing to comment out the
"killall5 -9" in /etc/rc.d/init.d/halt ... otherwise the nbd-client and/or
enbd-client programs get killed and the shutdown stops.  Alternatively,
moving the command toward the end of the file helps.

-Tom




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: linux diskless client aoe tip., tbrown <=