各位好! 请教一下用过XenServer作为hypervisor host的朋友。有没有遇到过下面这样的问题。 为什么会有这样的问题? 我的环境: hypervisor host: XenServer 6.0.0 cloudstack: 4.0.1 iso:windows xp sp3 (在cloudStack 中iso注册成功)
通过ISO创建Windows xp sp3 虚机实例失败。 日志如下: 2013-04-22 11:21:21,681 DEBUG [agent.manager.DirectAgentAttache] (DirectAgent-51:null) Seq 1-594411553: Executing request 2013-04-22 11:21:21,774 DEBUG [xen.resource.CitrixResourceBase] (DirectAgent-51:null) 1. The VM i-2-3-VM is in Starting state. 2013-04-22 11:21:21,782 WARN [xen.resource.CitrixHelper] (DirectAgent-51:null) XenServer 6.0 DOES NOT support Guest OS type Windows XP (32-bit) 2013-04-22 11:21:21,788 WARN [xen.resource.CitrixResourceBase] (DirectAgent-51:null) Catch Exception: class java.util.NoSuchElementException due to java.util.NoSuchElementException java.util.NoSuchElementException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:392) at java.util.LinkedHashMap$KeyIterator.next(LinkedHashMap.java:401) at com.cloud.hypervisor.xen.resource.XenServer56FP1Resource.createVmFromTemplate(XenServer56FP1Resource.java:129) at com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:1278) at com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:497) at com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73) at com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:191) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:679) 2013-04-22 11:21:21,790 WARN [xen.resource.CitrixResourceBase] (DirectAgent-51:null) Unable to start i-2-3-VM due to java.util.NoSuchElementException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:392) at java.util.LinkedHashMap$KeyIterator.next(LinkedHashMap.java:401) at com.cloud.hypervisor.xen.resource.XenServer56FP1Resource.createVmFromTemplate(XenServer56FP1Resource.java:129) at com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:1278) at com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:497) at com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73) at com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:191) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:679) 2013-04-22 11:21:21,791 DEBUG [xen.resource.CitrixResourceBase] (DirectAgent-51:null) The VM is in stopped state, detected problem during startup : i-2-3-VM XenServer 6.0 DOES NOT support Guest OS type Windows XP (32-bit) 之前使用XenCenter是可以安装Windows XP的,不知道为什么用CS就不能创建了呢? XenServer的官方文档支持的guest虚机列表中也有winxp,实在是搞不清楚原因,求教各位了
