|
| |||||||||
| Tags: clustering, host, script, virtual |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Virtual server host clustering script problem
- I'm trying to initialize a host clustering environment. I have followed the instructions but when I want to put the script (havm.vbs) online it says the following error: The Cluster Resource could not be brought online by the resource monitor. Error ID: 5018 (0000139a). I have added the resource specific command line as well. (cluster res "Guest1Script" /priv VirtualMachineName=Guest1) On the cluter log there are a following lines about the error: 00001014.00001084::2007/09/17-09:45:39.556 INFO Generic Script <Virt_Script>: Loaded script engine 'VBScript' successfully. 00001014.00001084::2007/09/17-09:45:39.556 INFO Generic Script <Virt_Script>: Loaded script 'C:\WINDOWS\Cluster\Havm.vbs' successfully. 00001014.00001084::2007/09/17-09:45:39.556 INFO Generic Script <Virt_Script>: Entering Open() for Virtual Server Host Clustering Generic Script Version 1.0 00001014.00001084::2007/09/17-09:45:39.588 INFO Generic Script <Virt_Script>: Entering Online() for VIRT 00001014.00001084::2007/09/17-09:45:39.588 INFO Generic Script <Virt_Script>: Startup() for virtual machine VIRT failed with error 424 00001014.00001084::2007/09/17-09:45:39.588 INFO Generic Script <Virt_Script>: 'Open' script entry point did not return a value.' 00001014.00001084::2007/09/17-09:45:39.588 ERR Generic Script <Virt_Script>: 'Online' script entry point returned '424'. 00001014.00001084::2007/09/17-09:45:39.588 ERR Generic Script <Virt_Script>: Return value of 'Online' script entry point caused HRESULT to be set to 0x800701a8. 00001014.0000059c::2007/09/17-09:45:39.588 ERR [RM] OnlineResource failed, resource Virt_Script, status = 424. The host clustering worked before I insallad the Virtual Server 2005 SP1. I have tried to add the complete resource group from the beginning but It doesn' t help. The Virtual Server working itself. Any idea? Thanks in advance -ma- |
|
#2
| |||
| |||
| Re: Virtual server host clustering script problem
the error is in the "Online()" function within your script. For some reason it returns the value 424 (instead of 0 for sucses) see: 00001014.00001084::2007/09/17-09:45:39.588 ERR Generic Script <Virt_Script>: 'Online' script entry point returned '424'. This means that the resource monitor can not bring your script online, wich will produce the 5018 so, I would start debugging your script ! rgds, edwin "mohrandras" <mohrandras@discussions.microsoft.com> wrote in message news:0C0042FA-0E27-438E-8CA4-F4A58621CD42@microsoft.com... > - I'm trying to initialize a host clustering environment. I have followed the > instructions but when I want to put the script (havm.vbs) online it says the > following error: > The Cluster Resource could not be brought online by the resource monitor. > Error ID: 5018 (0000139a). > > I have added the resource specific command line as well. > (cluster res "Guest1Script" /priv VirtualMachineName=Guest1) > > On the cluter log there are a following lines about the error: > > 00001014.00001084::2007/09/17-09:45:39.556 INFO Generic Script > <Virt_Script>: Loaded script engine 'VBScript' successfully. > 00001014.00001084::2007/09/17-09:45:39.556 INFO Generic Script > <Virt_Script>: Loaded script 'C:\WINDOWS\Cluster\Havm.vbs' successfully. > 00001014.00001084::2007/09/17-09:45:39.556 INFO Generic Script > <Virt_Script>: Entering Open() for Virtual Server Host Clustering Generic > Script Version 1.0 > 00001014.00001084::2007/09/17-09:45:39.588 INFO Generic Script > <Virt_Script>: Entering Online() for VIRT > 00001014.00001084::2007/09/17-09:45:39.588 INFO Generic Script <Virt_Script>: > Startup() for virtual machine VIRT failed with error 424 > 00001014.00001084::2007/09/17-09:45:39.588 INFO Generic Script > <Virt_Script>: 'Open' script entry point did not return a value.' > 00001014.00001084::2007/09/17-09:45:39.588 ERR Generic Script > <Virt_Script>: 'Online' script entry point returned '424'. > 00001014.00001084::2007/09/17-09:45:39.588 ERR Generic Script > <Virt_Script>: Return value of 'Online' script entry point caused HRESULT to > be set to 0x800701a8. > 00001014.0000059c::2007/09/17-09:45:39.588 ERR [RM] OnlineResource failed, > resource Virt_Script, status = 424. > > The host clustering worked before I insallad the Virtual Server 2005 SP1. > I have tried to add the complete resource group from the beginning but It > doesn' t help. The Virtual Server working itself. > > Any idea? > Thanks in advance > -ma- > > |
|
#3
| |||
| |||
| Re: Virtual server host clustering script problem
Thanks for the answer, This script is provided by the Microsoft and I didn't take any modification in it at all. This script was worked before at its current state. -ma- "Edwin vMierlo [MVP]" wrote: > the error is in the "Online()" function within your script. > For some reason it returns the value 424 (instead of 0 for sucses) > > see: > 00001014.00001084::2007/09/17-09:45:39.588 ERR Generic Script > <Virt_Script>: 'Online' script entry point returned '424'. > > This means that the resource monitor can not bring your script online, wich > will produce the 5018 > > so, I would start debugging your script ! > > rgds, > edwin > > > > "mohrandras" <mohrandras@discussions.microsoft.com> wrote in message > news:0C0042FA-0E27-438E-8CA4-F4A58621CD42@microsoft.com... > > - I'm trying to initialize a host clustering environment. I have followed > the > > instructions but when I want to put the script (havm.vbs) online it says > the > > following error: > > The Cluster Resource could not be brought online by the resource monitor. > > Error ID: 5018 (0000139a). > > > > I have added the resource specific command line as well. > > (cluster res "Guest1Script" /priv VirtualMachineName=Guest1) > > > > On the cluter log there are a following lines about the error: > > > > 00001014.00001084::2007/09/17-09:45:39.556 INFO Generic Script > > <Virt_Script>: Loaded script engine 'VBScript' successfully. > > 00001014.00001084::2007/09/17-09:45:39.556 INFO Generic Script > > <Virt_Script>: Loaded script 'C:\WINDOWS\Cluster\Havm.vbs' successfully. > > 00001014.00001084::2007/09/17-09:45:39.556 INFO Generic Script > > <Virt_Script>: Entering Open() for Virtual Server Host Clustering Generic > > Script Version 1.0 > > 00001014.00001084::2007/09/17-09:45:39.588 INFO Generic Script > > <Virt_Script>: Entering Online() for VIRT > > 00001014.00001084::2007/09/17-09:45:39.588 INFO Generic Script > <Virt_Script>: > > Startup() for virtual machine VIRT failed with error 424 > > 00001014.00001084::2007/09/17-09:45:39.588 INFO Generic Script > > <Virt_Script>: 'Open' script entry point did not return a value.' > > 00001014.00001084::2007/09/17-09:45:39.588 ERR Generic Script > > <Virt_Script>: 'Online' script entry point returned '424'. > > 00001014.00001084::2007/09/17-09:45:39.588 ERR Generic Script > > <Virt_Script>: Return value of 'Online' script entry point caused HRESULT > to > > be set to 0x800701a8. > > 00001014.0000059c::2007/09/17-09:45:39.588 ERR [RM] OnlineResource > failed, > > resource Virt_Script, status = 424. > > > > The host clustering worked before I insallad the Virtual Server 2005 SP1. > > I have tried to add the complete resource group from the beginning but It > > doesn' t help. The Virtual Server working itself. > > > > Any idea? > > Thanks in advance > > -ma- > > > > > > > |
|
#4
| |||
| |||
| Re: Virtual server host clustering script problem "mohrandras" <mohrandras@discussions.microsoft.com> wrote in message news:526CB4ED-7816-4961-A05A-AFC15B2BE8FE@microsoft.com... > Thanks for the answer, > This script is provided by the Microsoft and I didn't take any modification > in it at all. This script was worked before at its current state. > Still if it is producing a returncode of 424 you still want to find out why.... Rgds, Edwin. |
|
#5
| |||
| |||
| Re: Virtual server host clustering script problem
O.K. I would like to debug it, but how? I don't think This script is runnable outside the clustered environment. "Edwin vMierlo [MVP]" wrote: > > "mohrandras" <mohrandras@discussions.microsoft.com> wrote in message > news:526CB4ED-7816-4961-A05A-AFC15B2BE8FE@microsoft.com... > > Thanks for the answer, > > This script is provided by the Microsoft and I didn't take any > modification > > in it at all. This script was worked before at its current state. > > > > Still if it is producing a returncode of 424 you still want to find out > why.... > Rgds, > Edwin. > > > |
|
#6
| |||
| |||
| Re: Virtual server host clustering script problem
> O.K. I would like to debug it, but how? > I don't think This script is runnable outside the clustered environment. > but you can look at the code and see under what condition it sets a 424 return-code alternatively, as this is a Microsoft script, invoke you support contract to get experienced help rgds, Edwin. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Virtual server host clustering script problem" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VMware Server 2.0 can not create virtual host | Daniela007 | Operating Systems | 5 | 27-03-2010 05:26 AM |
| Problem with host script engine | p.o | Vista Help | 10 | 23-11-2009 09:35 PM |
| Windows Server 2008 with SQL Server 2005 - failover clustering with one node | Carlos Felipe França da Fonseca | Windows Server Help | 1 | 19-09-2008 02:48 PM |
| migrate Hyper-V virtual machine to virtual server/virtual PC 2007 | Larry Scott | Windows Server Help | 1 | 18-03-2008 04:32 AM |
| Problem with Virtual Server on SBS 2K3 R2 & client server | SD | Small Business Server | 4 | 02-05-2007 02:43 PM |