If you have a look at xensource.log Value for virtual-size=MiB, it expects an integer. This is a problem with vhd-util not present in /opt/xensource/bin
Where did you place vhd-util ? Thanks, ~Talluri 1. Jul 10 17:54:33 cirrus xapi: [ info|cirrus|59579 UNIX /var/xapi/xapi||cli] xe vdi-create password=null sr-uuid=dcfdd1b5-36d8-deaa-dfb4-188e093fa57c virtual-size=MiB type=user name-label=cloud-3155bd82-ba6f-49fc-9adf-190515536b91 username=root . . . . 10. Jul 10 17:54:33 cirrus xapi: [debug|cirrus|59579 UNIX /var/xapi/xapi||cli] Xapi_cli.exception_handler: Got exception INTERNAL_ERROR: [ Record_util.Record_failure("Failed to parse field 'virtual-size': expecting an integer (possibly with suffix)") ] 11. Jul 10 17:54:33 cirrus xapi: [debug|cirrus|59579 UNIX /var/xapi/xapi||cli] Raised at string.ml:150.25-34 On 11/07/13 3:41 AM, "SuichII, Christopher" <chris.su...@netapp.com> wrote: >I'm working on setting up a CS installation with a single XenServer host. >However, once I add the primary and secondary storage, the system vms >fail to start up. > >For readability, I've put several logs and traces here: > >http://pastebin.com/eb51JDHF <--- CS Mgmt Log 1 >http://pastebin.com/mbfRCei3 <--- XenServer Log from the same time as CS >Mgmt Log 1 > >http://pastebin.com/Sm56N5ZX <--- Another CS Mgmt log that is likely >related. This one clearly states that the host is placed on the avoid >list and therefore no suitable hosts were found, but I can't figure out >why the host is on the avoid list. > >http://pastebin.com/21R9auwb <--- Another CS Mgmt log indicating it was >'Unable to acquire lock on VMTemplateStoragePool' > > > >Those 4 groups of logs just repeat over and over. > >I know that is a lot to read through, but can anyone provide any insight >here? I've been stuck on this for quite a while today. I'm building CS >from the latest code as of this morning with the following commands: > >mvn -e -Dmaven.test.skip=true -P systemvm,developer clean install >mvn -e -Dmaven.test.skip=true -P developer -pl developer,tools/devcloud >-Ddeploydb >mvn -e -pl :cloud-client-ui jetty:run > >and I have downloaded and placed the vhd-util accordingly. Is there some >obvious step I'm missing? > >Thanks! >Chris