The wiki below is much more elaborate on cloudstack setup using virtual box, and good for anyone wishing to be a cloudstack developer. http://www.shapeblue.com/virtualbox-test-env/
On 17/11/15, 2:17 PM, "Илья Толстихин" <[email protected]> wrote: >I copied vhd-util from /usr/bin/ on devcloud to >scripts/vm/hypervisor/xenserver of cloudstack. >Nothing changed. > >Also I tried to setup with manuals >https://github.com/apache/cloudstack/blob/master/tools/devcloud4/README.md >https://github.com/apache/cloudstack/blob/master/tools/devcloud4/advanced/README.md > >That gives the same error. >Do you have any other ideas, what could be the reason? > >2015-11-16 17:14 GMT+06:00 Илья Толстихин <[email protected]>: > >> Thanks. >> >> 2015-11-16 10:28 GMT+06:00 Rajani Karuturi <[email protected]>: >> >>> I find it easier to use devcloud4[1]. It the easiest way for xen6.2 >>> devcloud setup. >>> The documentation is also good. Just install the required tools/IP configs >>> mentioned in README [2]. Then, go to the advanced and follow the readme[3] >>> there for a advanced zone setup. >>> >>> [1] https://github.com/apache/cloudstack/tree/master/tools/devcloud4 >>> [2] >>> https://github.com/apache/cloudstack/blob/master/tools/devcloud4/README.md >>> [3] >>> >>> https://github.com/apache/cloudstack/blob/master/tools/devcloud4/advanced/README.md >>> >>> ~Rajani >>> >>> On Fri, Nov 13, 2015 at 12:52 PM, Daan Hoogland <[email protected]> >>> wrote: >>> >>> > From your log it seems the host can be reached but doesn't respond s >>> > expected. First guess :wrong version of vhd-utils? >>> > >>> > Sorry for the late reaction. Stuck in traffic >>> > >>> > Biligual auto correct use. Read at your own risico >>> > Op 12-nov.-2015 10:28 schreef "Илья Толстихин" <[email protected]>: >>> > >>> > > This is fragment of vmops.log file of MS. >>> > > >>> > > 2015-11-12 0:49 GMT+06:00 Daan Hoogland <[email protected]>: >>> > > >>> > >> Ilya, Can you share the log of your management server? There must be >>> > some >>> > >> more info in there. And maybe you can check SRLog on the host To see >>> if >>> > >> anything happened there at all. >>> > >> >>> > >> On Wed, Nov 11, 2015 at 6:43 PM, Илья Толстихин <[email protected]> >>> > >> wrote: >>> > >> >>> > >> > Yes, this is Xen. >>> > >> > >>> > >> > 2015-11-11 22:00 GMT+06:00 Daan Hoogland <[email protected] >>> >: >>> > >> > >>> > >> > > this is a xen host, right? >>> > >> > > >>> > >> > > On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин < >>> [email protected] >>> > > >>> > >> > > wrote: >>> > >> > > >>> > >> > > > On host ssh is up with 22 port only. >>> > >> > > > >>> > >> > > > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <[email protected] >>> >: >>> > >> > > > >>> > >> > > > > Cloudstack 4.6.0 >>> > >> > > > > Yes, I can ssh to host >>> > >> > > > > >>> > >> > > > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland < >>> > [email protected] >>> > >> >: >>> > >> > > > > >>> > >> > > > >> what version of ACS? >>> > >> > > > >> It sounds like a network issue between ms and host? can you >>> ssh >>> > >> from >>> > >> > > ms >>> > >> > > > to >>> > >> > > > >> host on the right port? (i think it was 3922, might be 3022) >>> > >> > > > >> >>> > >> > > > >> On Wed, Nov 11, 2015 at 1:42 PM, Илья Толстихин < >>> > >> [email protected] >>> > >> > > >>> > >> > > > >> wrote: >>> > >> > > > >> >>> > >> > > > >> > Hi all, >>> > >> > > > >> > Could you please help with the DevCloud deployment. >>> > >> > > > >> > >>> > >> > > > >> > I imported devcloud into virtualbox, in settings *enabled >>> > PAE* >>> > >> and >>> > >> > > > >> > created *host-only >>> > >> > > > >> > network 192.168.56.1/24 <http://192.168.56.1/24>* >>> > >> > > > >> > Devcloud is pinged now. >>> > >> > > > >> > >>> > >> > > > >> > I built and run cloudstack on my local machine with >>> commands >>> > >> > > > >> > *mvn -Pdeveloper,systemvm clean install* >>> > >> > > > >> > *mvn -Pdeveloper -pl developer,tools/devcloud -Ddeploydb* >>> > >> > > > >> > *mvn -pl :cloud-client-ui jetty:run* >>> > >> > > > >> > >>> > >> > > > >> > >>> > >> > > > >> > Then I installed marvin and tried to deploy datacenter >>> with >>> > >> > command >>> > >> > > > >> > *mvn -P developer -pl tools/devcloud -Ddeploysvr* >>> > >> > > > >> > and got exception >>> > >> > > > >> > >>> > >> > > > >> > *==== Deploy DC Started ====* >>> > >> > > > >> > *Exception Occurred :['Traceback (most recent call >>> > last):\n', ' >>> > >> > > File >>> > >> > > > >> > "../marvin/marvin/deployDataCenter.py", line 136, in >>> > addHosts\n >>> > >> > > > ret = >>> > >> > > > >> > self.__apiClient.addHost(hostcmd)\n', ' File >>> > >> > > > >> > >>> > >> > > > >> > >>> > >> > > > >> >>> > >> > > > >>> > >> > > >>> > >> > >>> > >> >>> > >>> "/usr/local/lib/python2.7/dist-packages/Marvin-4.6.0_SNAPSHOT-py2.7.egg/marvin/cloudstackAPI/cloudstackAPIClient.py", >>> > >> > > > >> > line 1572, in addHost\n response = >>> > >> > > > >> > self.connection.marvinRequest(command, >>> > response_type=response, >>> > >> > > > >> > method=method)\n', ' File >>> > >> > > > >> > >>> > >> > > > >> > >>> > >> > > > >> >>> > >> > > > >>> > >> > > >>> > >> > >>> > >> >>> > >>> "/usr/local/lib/python2.7/dist-packages/Marvin-4.6.0_SNAPSHOT-py2.7.egg/marvin/cloudstackConnection.py", >>> > >> > > > >> > line 379, in marvinRequest\n raise e\n', >>> > >> > 'CloudstackAPIException: >>> > >> > > > >> > Execute cmd: addhost failed, due to: errorCode: 530, >>> > >> > > errorText:Cannot >>> > >> > > > >> > transit agent status with event AgentDisconnected for >>> host 1, >>> > >> > > > mangement >>> > >> > > > >> > server id is 18413734744879,Unable to transition to a new >>> > state >>> > >> > from >>> > >> > > > >> > Creating via AgentDisconnected\n']* >>> > >> > > > >> > >>> > >> > > > >> > *===deploy dc failed, so cleaning the created entries===* >>> > >> > > > >> > >>> > >> > > > >> > *====DeployDC: CleanUp Started====* >>> > >> > > > >> > >>> > >> > > > >> > *====Clean Up Entries=== {'Network': >>> > >> > > > >> > [u'5720be8d-f8eb-4dee-af4f-9551409c8722'], 'Zone': >>> > >> > > > >> > [u'd05cb102-2766-4d59-a94b-0998842b3717'], >>> 'PhysicalNetwork': >>> > >> > > > >> > [u'd641f7e3-0996-4064-a6ce-54620c0524e2'], 'Cluster': >>> > >> > > > >> > [u'eb213a95-4b5b-4a7d-9b4d-be1754a3b932'], 'Pod': >>> > >> > > > >> > [u'659bc864-4d10-48c9-83ef-30ee40f1ce8d'], 'order': >>> > ['Cluster', >>> > >> > > 'Pod', >>> > >> > > > >> > 'Network', 'PhysicalNetwork', 'Zone']}* >>> > >> > > > >> > >>> > >> > > > >> > *===Removing DataCenter Failed===* >>> > >> > > > >> > >>> > >> > > > >> > As a result in cloudstack were created zone, cluster, pod, >>> > and >>> > >> a >>> > >> > > host >>> > >> > > > >> with >>> > >> > > > >> > state "Alert". >>> > >> > > > >> > >>> > >> > > > >> > Also I run >>> > >> > > > >> > *python tools/marvin/marvin/deployDataCenter.py -i >>> > >> > > > >> > tools/devcloud/devcloud.cfg* >>> > >> > > > >> > that gave same result. >>> > >> > > > >> > >>> > >> > > > >> > What am I doing wrong? >>> > >> > > > >> > >>> > >> > > > >> >>> > >> > > > >> >>> > >> > > > >> >>> > >> > > > >> -- >>> > >> > > > >> Daan >>> > >> > > > >> >>> > >> > > > > >>> > >> > > > > >>> > >> > > > >>> > >> > > >>> > >> > > >>> > >> > > >>> > >> > > -- >>> > >> > > Daan >>> > >> > > >>> > >> > >>> > >> >>> > >> >>> > >> >>> > >> -- >>> > >> Daan >>> > >> >>> > > >>> > > >>> > >>> >> >> Find out more about ShapeBlue and our range of CloudStack related services IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/> CloudStack Software Engineering<http://shapeblue.com/cloudstack-software-engineering/> CloudStack Infrastructure Support<http://shapeblue.com/cloudstack-infrastructure-support/> CloudStack Bootcamp Training Courses<http://shapeblue.com/cloudstack-training/> This email and any attachments to it may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of Shape Blue Ltd or related companies. If you are not the intended recipient of this email, you must neither take any action based upon its contents, nor copy or show it to anyone. Please contact the sender if you believe you have received this email in error. Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue Services India LLP is a company incorporated in India and is operated under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of South Africa and is traded under license from Shape Blue Ltd. ShapeBlue is a registered trademark.
