You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Илья Толстихин <in...@gmail.com> on 2015/11/11 13:42:52 UTC

DevCloud deployment

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?

Re: DevCloud deployment

Posted by Илья Толстихин <in...@gmail.com>.
Hi all,

I found exception message in xcp-xapi.log

[20151124T09:22:36.680Z|debug|devcloud|460 INET 127.0.0.1:80|host.call_plugin
R:0bff3a505aba|dispatcher] Server_helpers.exec exception_handler: Got
exception XENAPI_PLUGIN_FAILURE: [ non-zero exit; ; Traceback (most recent
call last):
  File "/usr/lib/xcp/plugins/vmops", line 39, in <module>
    import cloudstack_pluginlib as lib
  File "/etc/xapi.d/plugins/cloudstack_pluginlib.py", line 24, in <module>
    import simplejson as json
ImportError: No module named simplejson
 ]


I added sys.path.append("/etc/xapi.d/plugins/") into
/usr/lib/xcp/plugins/vmops and installed simplejson.
Exception disappeared, but there was an error of another kind.

This is fragment of xcp-xapi.log

Do you have idea, what could be wrong?

2015-11-18 9:39 GMT+06:00 Abhinandan Prateek <
abhinandan.prateek@shapeblue.com>:

>
> 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, "Илья Толстихин" <in...@gmail.com> 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 Илья Толстихин <in...@gmail.com>:
> >
> >> Thanks.
> >>
> >> 2015-11-16 10:28 GMT+06:00 Rajani Karuturi <ra...@apache.org>:
> >>
> >>> 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 <
> daan.hoogland@gmail.com>
> >>> 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 "Илья Толстихин" <in...@gmail.com>:
> >>> >
> >>> > > This is fragment of vmops.log file of MS.
> >>> > >
> >>> > > 2015-11-12 0:49 GMT+06:00 Daan Hoogland <da...@gmail.com>:
> >>> > >
> >>> > >> 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, Илья Толстихин <
> inosinum@gmail.com>
> >>> > >> wrote:
> >>> > >>
> >>> > >> > Yes, this is Xen.
> >>> > >> >
> >>> > >> > 2015-11-11 22:00 GMT+06:00 Daan Hoogland <
> daan.hoogland@gmail.com
> >>> >:
> >>> > >> >
> >>> > >> > > this is a xen host, right?
> >>> > >> > >
> >>> > >> > > On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <
> >>> inosinum@gmail.com
> >>> > >
> >>> > >> > > wrote:
> >>> > >> > >
> >>> > >> > > > On host ssh is up with 22 port only.
> >>> > >> > > >
> >>> > >> > > > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <
> inosinum@gmail.com
> >>> >:
> >>> > >> > > >
> >>> > >> > > > > Cloudstack 4.6.0
> >>> > >> > > > > Yes, I can ssh to host
> >>> > >> > > > >
> >>> > >> > > > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <
> >>> > daan.hoogland@gmail.com
> >>> > >> >:
> >>> > >> > > > >
> >>> > >> > > > >> 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, Илья Толстихин <
> >>> > >> inosinum@gmail.com
> >>> > >> > >
> >>> > >> > > > >> 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.
>

Re: DevCloud deployment

Posted by Abhinandan Prateek <ab...@shapeblue.com>.
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, "Илья Толстихин" <in...@gmail.com> 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 Илья Толстихин <in...@gmail.com>:
>
>> Thanks.
>>
>> 2015-11-16 10:28 GMT+06:00 Rajani Karuturi <ra...@apache.org>:
>>
>>> 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 <da...@gmail.com>
>>> 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 "Илья Толстихин" <in...@gmail.com>:
>>> >
>>> > > This is fragment of vmops.log file of MS.
>>> > >
>>> > > 2015-11-12 0:49 GMT+06:00 Daan Hoogland <da...@gmail.com>:
>>> > >
>>> > >> 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, Илья Толстихин <in...@gmail.com>
>>> > >> wrote:
>>> > >>
>>> > >> > Yes, this is Xen.
>>> > >> >
>>> > >> > 2015-11-11 22:00 GMT+06:00 Daan Hoogland <daan.hoogland@gmail.com
>>> >:
>>> > >> >
>>> > >> > > this is a xen host, right?
>>> > >> > >
>>> > >> > > On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <
>>> inosinum@gmail.com
>>> > >
>>> > >> > > wrote:
>>> > >> > >
>>> > >> > > > On host ssh is up with 22 port only.
>>> > >> > > >
>>> > >> > > > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <inosinum@gmail.com
>>> >:
>>> > >> > > >
>>> > >> > > > > Cloudstack 4.6.0
>>> > >> > > > > Yes, I can ssh to host
>>> > >> > > > >
>>> > >> > > > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <
>>> > daan.hoogland@gmail.com
>>> > >> >:
>>> > >> > > > >
>>> > >> > > > >> 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, Илья Толстихин <
>>> > >> inosinum@gmail.com
>>> > >> > >
>>> > >> > > > >> 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.

Re: DevCloud deployment

Posted by Daan Hoogland <da...@gmail.com>.
Ilya, it is clearly some network issue but it is not clear to me what. Have
a look at any firewalls on your machines. Look in SRLog on the host to see
if communication is initiated in the first place and if any errors are
there.

On Tue, Nov 17, 2015 at 8:47 AM, Илья Толстихин <in...@gmail.com> 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 Илья Толстихин <in...@gmail.com>:
>
> > Thanks.
> >
> > 2015-11-16 10:28 GMT+06:00 Rajani Karuturi <ra...@apache.org>:
> >
> >> 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 <
> daan.hoogland@gmail.com>
> >> 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 "Илья Толстихин" <in...@gmail.com>:
> >> >
> >> > > This is fragment of vmops.log file of MS.
> >> > >
> >> > > 2015-11-12 0:49 GMT+06:00 Daan Hoogland <da...@gmail.com>:
> >> > >
> >> > >> 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, Илья Толстихин <
> inosinum@gmail.com>
> >> > >> wrote:
> >> > >>
> >> > >> > Yes, this is Xen.
> >> > >> >
> >> > >> > 2015-11-11 22:00 GMT+06:00 Daan Hoogland <
> daan.hoogland@gmail.com
> >> >:
> >> > >> >
> >> > >> > > this is a xen host, right?
> >> > >> > >
> >> > >> > > On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <
> >> inosinum@gmail.com
> >> > >
> >> > >> > > wrote:
> >> > >> > >
> >> > >> > > > On host ssh is up with 22 port only.
> >> > >> > > >
> >> > >> > > > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <
> inosinum@gmail.com
> >> >:
> >> > >> > > >
> >> > >> > > > > Cloudstack 4.6.0
> >> > >> > > > > Yes, I can ssh to host
> >> > >> > > > >
> >> > >> > > > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <
> >> > daan.hoogland@gmail.com
> >> > >> >:
> >> > >> > > > >
> >> > >> > > > >> 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, Илья Толстихин <
> >> > >> inosinum@gmail.com
> >> > >> > >
> >> > >> > > > >> 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
> >> > >>
> >> > >
> >> > >
> >> >
> >>
> >
> >
>



-- 
Daan

Re: DevCloud deployment

Posted by Илья Толстихин <in...@gmail.com>.
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 Илья Толстихин <in...@gmail.com>:

> Thanks.
>
> 2015-11-16 10:28 GMT+06:00 Rajani Karuturi <ra...@apache.org>:
>
>> 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 <da...@gmail.com>
>> 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 "Илья Толстихин" <in...@gmail.com>:
>> >
>> > > This is fragment of vmops.log file of MS.
>> > >
>> > > 2015-11-12 0:49 GMT+06:00 Daan Hoogland <da...@gmail.com>:
>> > >
>> > >> 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, Илья Толстихин <in...@gmail.com>
>> > >> wrote:
>> > >>
>> > >> > Yes, this is Xen.
>> > >> >
>> > >> > 2015-11-11 22:00 GMT+06:00 Daan Hoogland <daan.hoogland@gmail.com
>> >:
>> > >> >
>> > >> > > this is a xen host, right?
>> > >> > >
>> > >> > > On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <
>> inosinum@gmail.com
>> > >
>> > >> > > wrote:
>> > >> > >
>> > >> > > > On host ssh is up with 22 port only.
>> > >> > > >
>> > >> > > > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <inosinum@gmail.com
>> >:
>> > >> > > >
>> > >> > > > > Cloudstack 4.6.0
>> > >> > > > > Yes, I can ssh to host
>> > >> > > > >
>> > >> > > > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <
>> > daan.hoogland@gmail.com
>> > >> >:
>> > >> > > > >
>> > >> > > > >> 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, Илья Толстихин <
>> > >> inosinum@gmail.com
>> > >> > >
>> > >> > > > >> 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
>> > >>
>> > >
>> > >
>> >
>>
>
>

Re: DevCloud deployment

Posted by Илья Толстихин <in...@gmail.com>.
Thanks.

2015-11-16 10:28 GMT+06:00 Rajani Karuturi <ra...@apache.org>:

> 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 <da...@gmail.com>
> 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 "Илья Толстихин" <in...@gmail.com>:
> >
> > > This is fragment of vmops.log file of MS.
> > >
> > > 2015-11-12 0:49 GMT+06:00 Daan Hoogland <da...@gmail.com>:
> > >
> > >> 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, Илья Толстихин <in...@gmail.com>
> > >> wrote:
> > >>
> > >> > Yes, this is Xen.
> > >> >
> > >> > 2015-11-11 22:00 GMT+06:00 Daan Hoogland <da...@gmail.com>:
> > >> >
> > >> > > this is a xen host, right?
> > >> > >
> > >> > > On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <
> inosinum@gmail.com
> > >
> > >> > > wrote:
> > >> > >
> > >> > > > On host ssh is up with 22 port only.
> > >> > > >
> > >> > > > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <in...@gmail.com>:
> > >> > > >
> > >> > > > > Cloudstack 4.6.0
> > >> > > > > Yes, I can ssh to host
> > >> > > > >
> > >> > > > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <
> > daan.hoogland@gmail.com
> > >> >:
> > >> > > > >
> > >> > > > >> 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, Илья Толстихин <
> > >> inosinum@gmail.com
> > >> > >
> > >> > > > >> 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
> > >>
> > >
> > >
> >
>

Re: DevCloud deployment

Posted by Rajani Karuturi <ra...@apache.org>.
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 <da...@gmail.com>
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 "Илья Толстихин" <in...@gmail.com>:
>
> > This is fragment of vmops.log file of MS.
> >
> > 2015-11-12 0:49 GMT+06:00 Daan Hoogland <da...@gmail.com>:
> >
> >> 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, Илья Толстихин <in...@gmail.com>
> >> wrote:
> >>
> >> > Yes, this is Xen.
> >> >
> >> > 2015-11-11 22:00 GMT+06:00 Daan Hoogland <da...@gmail.com>:
> >> >
> >> > > this is a xen host, right?
> >> > >
> >> > > On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <inosinum@gmail.com
> >
> >> > > wrote:
> >> > >
> >> > > > On host ssh is up with 22 port only.
> >> > > >
> >> > > > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <in...@gmail.com>:
> >> > > >
> >> > > > > Cloudstack 4.6.0
> >> > > > > Yes, I can ssh to host
> >> > > > >
> >> > > > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <
> daan.hoogland@gmail.com
> >> >:
> >> > > > >
> >> > > > >> 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, Илья Толстихин <
> >> inosinum@gmail.com
> >> > >
> >> > > > >> 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
> >>
> >
> >
>

Re: DevCloud deployment

Posted by Daan Hoogland <da...@gmail.com>.
>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 "Илья Толстихин" <in...@gmail.com>:

> This is fragment of vmops.log file of MS.
>
> 2015-11-12 0:49 GMT+06:00 Daan Hoogland <da...@gmail.com>:
>
>> 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, Илья Толстихин <in...@gmail.com>
>> wrote:
>>
>> > Yes, this is Xen.
>> >
>> > 2015-11-11 22:00 GMT+06:00 Daan Hoogland <da...@gmail.com>:
>> >
>> > > this is a xen host, right?
>> > >
>> > > On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <in...@gmail.com>
>> > > wrote:
>> > >
>> > > > On host ssh is up with 22 port only.
>> > > >
>> > > > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <in...@gmail.com>:
>> > > >
>> > > > > Cloudstack 4.6.0
>> > > > > Yes, I can ssh to host
>> > > > >
>> > > > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <daan.hoogland@gmail.com
>> >:
>> > > > >
>> > > > >> 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, Илья Толстихин <
>> inosinum@gmail.com
>> > >
>> > > > >> 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
>>
>
>

Re: DevCloud deployment

Posted by Илья Толстихин <in...@gmail.com>.
This is fragment of vmops.log file of MS.

2015-11-12 0:49 GMT+06:00 Daan Hoogland <da...@gmail.com>:

> 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, Илья Толстихин <in...@gmail.com>
> wrote:
>
> > Yes, this is Xen.
> >
> > 2015-11-11 22:00 GMT+06:00 Daan Hoogland <da...@gmail.com>:
> >
> > > this is a xen host, right?
> > >
> > > On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <in...@gmail.com>
> > > wrote:
> > >
> > > > On host ssh is up with 22 port only.
> > > >
> > > > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <in...@gmail.com>:
> > > >
> > > > > Cloudstack 4.6.0
> > > > > Yes, I can ssh to host
> > > > >
> > > > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <daan.hoogland@gmail.com
> >:
> > > > >
> > > > >> 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, Илья Толстихин <
> inosinum@gmail.com
> > >
> > > > >> 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
>

Re: DevCloud deployment

Posted by Daan Hoogland <da...@gmail.com>.
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, Илья Толстихин <in...@gmail.com> wrote:

> Yes, this is Xen.
>
> 2015-11-11 22:00 GMT+06:00 Daan Hoogland <da...@gmail.com>:
>
> > this is a xen host, right?
> >
> > On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <in...@gmail.com>
> > wrote:
> >
> > > On host ssh is up with 22 port only.
> > >
> > > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <in...@gmail.com>:
> > >
> > > > Cloudstack 4.6.0
> > > > Yes, I can ssh to host
> > > >
> > > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <da...@gmail.com>:
> > > >
> > > >> 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, Илья Толстихин <inosinum@gmail.com
> >
> > > >> 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

Re: DevCloud deployment

Posted by Илья Толстихин <in...@gmail.com>.
Yes, this is Xen.

2015-11-11 22:00 GMT+06:00 Daan Hoogland <da...@gmail.com>:

> this is a xen host, right?
>
> On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <in...@gmail.com>
> wrote:
>
> > On host ssh is up with 22 port only.
> >
> > 2015-11-11 20:03 GMT+06:00 Илья Толстихин <in...@gmail.com>:
> >
> > > Cloudstack 4.6.0
> > > Yes, I can ssh to host
> > >
> > > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <da...@gmail.com>:
> > >
> > >> 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, Илья Толстихин <in...@gmail.com>
> > >> 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
>

Re: DevCloud deployment

Posted by Daan Hoogland <da...@gmail.com>.
this is a xen host, right?

On Wed, Nov 11, 2015 at 3:43 PM, Илья Толстихин <in...@gmail.com> wrote:

> On host ssh is up with 22 port only.
>
> 2015-11-11 20:03 GMT+06:00 Илья Толстихин <in...@gmail.com>:
>
> > Cloudstack 4.6.0
> > Yes, I can ssh to host
> >
> > 2015-11-11 19:41 GMT+06:00 Daan Hoogland <da...@gmail.com>:
> >
> >> 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, Илья Толстихин <in...@gmail.com>
> >> 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

Re: DevCloud deployment

Posted by Илья Толстихин <in...@gmail.com>.
On host ssh is up with 22 port only.

2015-11-11 20:03 GMT+06:00 Илья Толстихин <in...@gmail.com>:

> Cloudstack 4.6.0
> Yes, I can ssh to host
>
> 2015-11-11 19:41 GMT+06:00 Daan Hoogland <da...@gmail.com>:
>
>> 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, Илья Толстихин <in...@gmail.com>
>> 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
>>
>
>

Re: DevCloud deployment

Posted by Илья Толстихин <in...@gmail.com>.
Cloudstack 4.6.0
Yes, I can ssh to host

2015-11-11 19:41 GMT+06:00 Daan Hoogland <da...@gmail.com>:

> 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, Илья Толстихин <in...@gmail.com>
> 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
>

Re: DevCloud deployment

Posted by Daan Hoogland <da...@gmail.com>.
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, Илья Толстихин <in...@gmail.com> 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