Geek_of_HeathMount Posted December 17, 2013 Posted December 17, 2013 All I have an interesting problem that I thought I had solved, but after a couple of test runs, it turns out I haven't. So here is my problem any ideas on a solution would greatly be received. - I have a 3 node MS cluster, supporting 15 vm's - 1 APC UPS supporting the 3 node MS cluster and APC's Network Shutdown software In the event of a shutdown event I would like to shutdown the vm's before the hosts. I have tried writing a script that gets fired when the host system log records a 1074 ID (Shutdown Request from "shutdown.exe -f -s -t 00"). However, this script gets ignored or gets bypassed as the server performs an automated shutdown. This then leads to the vm's within the cluster either being in a failed or critical state. As I said any ideas on how to get the vm's to close first would be greatly appreciated.
Marshall_IT Posted December 17, 2013 Posted December 17, 2013 Have you got the latest version of the network shutdown software? It has an option for hyper-v installations and then after than you can choose to shutdown or migrate the VMs.
HPlum78 Posted December 18, 2013 Posted December 18, 2013 (edited) Once the shutdown.exe has started with the -f and a -t of 0 you will find it a little hard to strike up a task to shutdown the hosted VMs as the OS is killing the PIDs! change the way the shutdown command is run and give your host sometime to shutdown the VMs gracfully with a script or with the hyper v tools. Edited December 18, 2013 by HPlum78
xenonive Posted December 18, 2013 Posted December 18, 2013 Is it connected to USB port ? Can you add USB controller to each guest and load the software on each guest like you would do if it wasn't virtual ?
Marshall_IT Posted December 18, 2013 Posted December 18, 2013 You can use these settings can't you? Or instead of getting the APC to shutdown get it to run a script first.
HPlum78 Posted December 18, 2013 Posted December 18, 2013 (edited) now I have had my first coffee of the day and give this a little more thought why are you not using the APC stuff? *Edit* Just like what Marshall has posted above! Edited December 18, 2013 by HPlum78
Geek_of_HeathMount Posted December 18, 2013 Author Posted December 18, 2013 Ok, thanks guys looks like I needed to update my APC software. Servers are all configured now. Thanks again
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now