我有一个由两个节点组成的故障转移群集:VS1和VS2。 每个节点都运行Windows Server 2008 Datacenter R2 SP1。 他们有不同的处理器(E5335和E5420),所以我在处理器兼容模式下运行我的testing虚拟机。 虚拟机迁移testing向导确认这是必要的。
我无法成功进行实时迁移。 以下是失败的集群日志。
00000b6c.00001494::2011/08/29-21:14:39.895 INFO [RES] Virtual Machine <Virtual Machine IT2>: State change 'Online' -> 'MigrationSourceSetup' 00001158.000014e8::2011/08/29-21:14:39.926 WARN [RCM] ResourceControl(UNKNOWN (0x160000c) obj: .MU. flags:2097164 code:0 access:<<insert {4} refers an argument that is not supplied. Only 4 argument(s) provided>>) to Virtual Machine IT2 returned 1168. 00000b6c.00001494::2011/08/29-21:14:39.926 ERR [RES] Virtual Machine <Virtual Machine IT2>: 'Virtual Machine IT2' live migration did not succeed at the source. 00000b6c.00001494::2011/08/29-21:14:39.957 INFO [RES] Virtual Machine <Virtual Machine IT2>: State change 'MigrationSourceSetup' -> 'MigrationSourceCanceled' 00000b6c.00001760::2011/08/29-21:14:39.973 INFO [RES] Virtual Machine <Virtual Machine IT2>: Current state 'MigrationSourceCanceled', event 'MigrationSourceOfflineResult', result 0x80004005 00000b6c.00001760::2011/08/29-21:14:39.973 INFO [RES] Virtual Machine <Virtual Machine IT2>: State change 'MigrationSourceCanceled' -> 'Online'
我唯一需要提供的其他信息是系统事件日志中的以下错误。
Log Name: System Source: Microsoft-Windows-Hyper-V-High-Availability Date: 8/29/2011 4:37:33 PM Event ID: 21502 Task Category: None Level: Error Keywords: User: SYSTEM Computer: VS1.domain.local Description: 'Virtual Machine IT2' live migration did not succeed at the destination. Configuration setup for live migration failed on the destination node. Make sure that name of the virtual network is the same on the source and destination nodes, and try the live migration again. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-Hyper-V-High-Availability" Guid="{64E92ABC-910C-4770-BD9C-C3C54699B8F9}" /> <EventID>21502</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x2000000000000000</Keywords> <TimeCreated SystemTime="2011-08-29T21:37:33.981393600Z" /> <EventRecordID>2987</EventRecordID> <Correlation /> <Execution ProcessID="5276" ThreadID="5480" /> <Channel>System</Channel> <Computer>VS1.domain.local</Computer> <Security UserID="S-1-5-18" /> </System> <EventData> <Data Name="ResourceName">Virtual Machine IT2</Data> <Data Name="ResourceGroup">'Virtual Machine IT2' live migration did not succeed at the destination. Configuration setup for live migration failed on the destination node. Make sure that name of the virtual network is the same on the source and destination nodes, and try the live migration again.</Data> </EventData> </Event>
我唯一能find的其他人就是在这里发布这个问题。 他从来没有提到使用兼容模式,所以我不愿意接受这个答案。 正如您从第一个链接发布在网站上的图像中可以看到的,可以在一些相当不同的处理器之间进行实时迁移。

看起来我的原始评论是正确的。
你有没有validationnetworking名称是一样的。 根据错误消息:“请确保源节点和目标节点上的虚拟networking名称相同,然后再次尝试实时迁移