No, "VShpereServer" is missing in components.xml
Please see the components.xml </adapters> <adapters key="com.cloud.resource.Discoverer"> <adapter name="XCP Agent" class="com.cloud.hypervisor.xen.discoverer.XcpServerDiscoverer"/> <adapter name="SecondaryStorage" class="com.cloud.storage.secondary.SecondaryStorageDiscoverer"/> <adapter name="KVM Agent" class="com.cloud.hypervisor.kvm.discoverer.KvmServerDiscoverer"/> <adapter name="Bare Metal Agent" class="com.cloud.baremetal.BareMetalDiscoverer"/> <adapter name="SCVMMServer" class="com.cloud.hypervisor.hyperv.HypervServerDiscoverer"/> <adapter name="Ovm Discover" class="com.cloud.ovm.hypervisor.OvmDiscoverer" /> </adapters> Regards, Rayees -----Original Message----- From: Min Chen [mailto:min.c...@citrix.com] Sent: Wednesday, January 23, 2013 2:55 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Unable to add vmwre cluster in non-oss build Can you check your components.xml to see if it includes VmwareServerDiscoverer as one of its Discoverer adapters? Thanks -min On 1/23/13 2:17 PM, "Rayees Namathponnan" <rayees.namathpon...@citrix.com> wrote: >Hi all, > >I am using nono-oss build from "master" branch, and tying to add vmware >cluster; but unable to add cluster and getting error in UI "Could not >find corresponding resource manager for VMware" > > >I cannot see any other error in MS log or API log, apart from below > >2013-01-23 10:51:01,772 INFO [cloud.api.ApiServer] >(catalina-exec-10:null) (userId=2 accountId=2 >sessionId=6D784E414A2A40005EB7E65F5BD13AA2) 10.216.133.42 -- GET >command=listConfigurations&response=json&sessionkey=NMs5tJDbcf5j%2B6cH3 >KEu >QVL8e2c%3D&name=vmware.use.nexus.vswitch&_=1358967096110 200 { >"listconfigurationsresponse" : { "count":1 ,"configuration" : [ >{"category":"Network","name":"vmware.use.nexus.vswitch","value":"false" >,"d escription":"Enable/Disable Cisco Nexus 1000v vSwitch in VMware >environment"} ] } } >2013-01-23 10:51:01,917 INFO [cloud.api.ApiServer] >(catalina-exec-9:null) (userId=2 accountId=2 >sessionId=6D784E414A2A40005EB7E65F5BD13AA2) 10.216.133.42 -- GET >command=listPods&zoneid=fa7c6c32-b677-4033-baeb-59cb328014ae&response=j >son >&sessionkey=NMs5tJDbcf5j%2B6cH3KEuQVL8e2c%3D&_=1358967096256 200 { >"listpodsresponse" : { "count":1 ,"pod" : [ >{"id":"142122a6-ac73-4059-935a-fef88e5eb4bf","name":"POD01","zoneid":"f >a7c >6c32-b677-4033-baeb-59cb328014ae","zonename":"Adv-VMware-Zone1","gateway": >"10.223.250.129","netmask":"255.255.255.192","startip":"10.223.250.132" >,"e ndip":"10.223.250.189","allocationstate":"Enabled"} ] } } >2013-01-23 10:51:31,923 INFO [cloud.api.ApiServer] >(catalina-exec-3:null) (userId=2 accountId=2 >sessionId=6D784E414A2A40005EB7E65F5BD13AA2) 10.216.133.42 -- GET >command=addCluster&zoneId=fa7c6c32-b677-4033-baeb-59cb328014ae&hypervis >or= >VMware&clustertype=ExternalManaged&podId=142122a6-ac73-4059-935a-fef88e >5eb >4bf&username=#Admin#&password=#password#&url=http%3A%2F%2F#VCenterIP#%2 >FSC >-CLOUD-QA03%2Fesxcluster&clustername=###%2F#########%2Fesxcluster&respo >nse >=json&sessionkey=NMs5tJDbcf5j%2B6cH3KEuQVL8e2c%3D&_=1358967126269 431 >Could not find corresponding resource manager for VMware > >Any idea ? > > >Regards, >Rayees > > > >