Was doing upgrades and noticed that when I rebooted the xen dom0 one domu would not shutdown. All of the linux pv domus shutdown properly. The one that did not was windows server 2003. I ended up logging into it and shutting down. In the config have: on_xend_stop = ''shutdown'' In in the config. Any ideas? John
On Mon, May 7, 2012 at 4:39 PM, John McMonagle <johnm@advocap.org> wrote:> Was doing upgrades and noticed that when I rebooted the xen dom0 one domu > would not shutdown. > > All of the linux pv domus shutdown properly. > The one that did not was windows server 2003. > I ended up logging into it and shutting down. > > In the config have: > > on_xend_stop = ''shutdown'' > In in the config. > > Any ideas? > >Does the Windows 2003 instance have the GPL-PV drivers & tools installed, to enable Shutdown monitoring support?> John > >--Andy _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Monday 07 May 2012 04:43:43 pm Andrew Finkenstadt wrote:> On Mon, May 7, 2012 at 4:39 PM, John McMonagle <johnm@advocap.org> wrote: > > Was doing upgrades and noticed that when I rebooted the xen dom0 one > > domu would not shutdown. > > > > All of the linux pv domus shutdown properly. > > The one that did not was windows server 2003. > > I ended up logging into it and shutting down. > > > > In the config have: > > > > on_xend_stop = ''shutdown'' > > In in the config. > > > > Any ideas? > > Does the Windows 2003 instance have the GPL-PV drivers & tools installed, > to enable Shutdown monitoring support? > > --AndyAndy Thanks for the quick reply. I''m not really certain. Have gpl pv driver 0.11.0.288 4/22/2011 installed. I do not see it listed in add/remove programs. John
John McMonagle wrote:> On Monday 07 May 2012 04:43:43 pm Andrew Finkenstadt wrote: >> On Mon, May 7, 2012 at 4:39 PM, John McMonagle <johnm@advocap.org> wrote: >> > Was doing upgrades and noticed that when I rebooted the xen dom0 one >> > domu would not shutdown. >> > >> > All of the linux pv domus shutdown properly. >> > The one that did not was windows server 2003. >> > I ended up logging into it and shutting down. >> > >> > In the config have: >> > >> > on_xend_stop = ''shutdown'' >> > In in the config. >> > >> > Any ideas? >> >> Does the Windows 2003 instance have the GPL-PV drivers & tools installed, >> to enable Shutdown monitoring support? >> >> --Andy > Andy > > Thanks for the quick reply. > > I''m not really certain. > Have gpl pv driver 0.11.0.288 4/22/2011 installed. > I do not see it listed in add/remove programs. > > JohnYou should have the xen shutdown monitor service started in your 2003 guest. If not in find your Xen PV Divers/bin directory you have shutdownmon.exe which set this service for you (start from command line to see any needed flag I can''t remember)
On Tuesday, May 08, 2012 02:19:16 am Alexis wrote:> John McMonagle wrote: > > On Monday 07 May 2012 04:43:43 pm Andrew Finkenstadt wrote: > >> On Mon, May 7, 2012 at 4:39 PM, John McMonagle <johnm@advocap.org> wrote: > >> > Was doing upgrades and noticed that when I rebooted the xen dom0 one > >> > domu would not shutdown. > >> > > >> > All of the linux pv domus shutdown properly. > >> > The one that did not was windows server 2003. > >> > I ended up logging into it and shutting down. > >> > > >> > In the config have: > >> > > >> > on_xend_stop = ''shutdown'' > >> > In in the config. > >> > > >> > Any ideas? > >> > >> Does the Windows 2003 instance have the GPL-PV drivers & tools > >> installed, to enable Shutdown monitoring support? > >> > >> --Andy > > > > Andy > > > > Thanks for the quick reply. > > > > I''m not really certain. > > Have gpl pv driver 0.11.0.288 4/22/2011 installed. > > I do not see it listed in add/remove programs. > > > > John > > You should have the xen shutdown monitor service started in your 2003 > guest. If not in find your Xen PV Divers/bin directory you have > shutdownmon.exe which set this service for you (start from command line to > see any needed flag I can''t remember) > > >It is installed and was running. Anything else?