RE: vSphere 5.1 with CloudStack 4.0.0

2013-04-11 Thread Oliver Leach
I suppose it would depend on what functionality is available when just using 
the essentials license in VMware. For example, HA is not available in the 
VMware essentials license, however Cloudstack could provide the HA 
functionality and do that job for you. I know the installation guide says 
VMware standard is recommended but as Ahmad said, there isn't a support matrix. 
My hunch would say it would work as the vsphere web services SDK provides the 
api functionality but the license would dictate what functionality would work, 
i.e. HA for example. A support matrix would be good here.

-Original Message-
From: Ahmad Emneina [mailto:aemne...@gmail.com] 
Sent: Thursday, April 11, 2013 12:07 AM
To: Cloudstack users mailing list; Kelven Yang
Subject: Re: CloudStack 4.0.0 with vSphere 5.1

I cant find a supported version matrix. IIRC vsphere 5.0 is known to work with 
apache cloudstack 4.0.1. Maybe Kelven or someone more knowledgable can chime in.


On Wed, Apr 10, 2013 at 7:46 AM, José Egas López
wrote:

> Greetings from Ecuador,
>
> My name is José Egas López, I´m developing a project of 
> virtualization and private cloud, I've chosen VMware as technology of 
> virtualization and about the cloud I chose CloudStack. I want to offer 
> IaaS, but I want to know if CloudStack 4.0.0 is compatible with the 
> solution of vSphere 5.1 Essentials. Thanks for your help.
> --
>
> *
> Saludos Cordiales,
> José Vicente Egas López
> Administración de Servicios, Redes y Telecomunicaciones /FARMAENLACE 
> CIA. LTDA./
>
> Teléf. (593-2) 2993100 ext. 1630/39
> Teléf. (593-99) 8 824047
> *
>
>
>
>
> ##**##
> FARMAENLACE ha procesado su mensaje y esta limpio No imprima este mail 
> a menos que sea necesario
>
>


Share: SystemVM template for VMWare which has open-vm-tools

2013-04-11 Thread Rohit Yadav
Hey community!

The systemvm build job [1] fails to create VMWare compatible ova, I could
not find a solution that would completely use opensource tools so I went
ahead to use ovftool. First I import the vmdk produced by this buildjob [1]
in a new VMWare Fusion/Workstation VM, fix it's compatibility and settings.
Next I use ovftool to export the ova. (ovftool  ).

I've updated this workaround on the wiki:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Build+Your+Own+SystemVM+Templates

So, far I've only uploaded vmware systemvm template (master, rev:
a0b5ebccb814cbb12c5f40aa0c8894ebb3b322d6) which install only open-vm-tools:

http://people.apache.org/~bhaisaab/cloudstack/systemvmtemplates/systemvmtemplate-openvmtools-vmware.ova
MD5 (systemvmtemplate-openvmtools-vmware.ova) =
406e9b3dae3ff2e8ee06cf461828cb06

To install vmware-tools (I'm told they are needed for certain VPC features
on VMWare), it requires:

0. Packages: build-essential, linux-headers and gcc for building modules
1. Bigger space in /usr (so the current partition scheme of systemvms does
not work for me)
2. Running on VMWare Fusion/Workstation, I tried to automate this on the
vbox/veewee buildjob it failed complaining: "this configuration program is
to be executed in a virtual machine".

Pl. share if there is a workaround that can be automated. I'll try to build
my own systemvm with vmware-tools from Fusion, upload the template with 'em
soon.

[1] http://jenkins.cloudstack.org/view/master/job/build-systemvm-master

Cheers.


Re: email notifications & hooks

2013-04-11 Thread Abhinandan Prateek
Nitin,
  Did you look at the 4.1 design docs ? I assume the FS should be there.

On 11/04/13 12:23 PM, "Nitin Mehta"  wrote:

>How do you enable that ?
>
>On 11/04/13 8:50 AM, "Abhinandan Prateek" 
>wrote:
>
>>Cloudstack has a evenets framework that can be leveraged to listen to
>>such
>>notifications and act on those.
>>
>>-abhi
>>
>>On 10/04/13 5:51 PM, "Nikita Gubenko"  wrote:
>>
>>>Hello
>>>Are there any email notifications in cloudstack or any "hooks" where I
>>>can
>>>add notifications myself? For example on VM create/destroy/etc
>>>
>>>-- 
>>>Best Regards, Nikita Gubenko
>>
>



Re: email notifications & hooks

2013-04-11 Thread prasanna
On 10 April 2013 17:43, Nikita Gubenko  wrote:
> Hello
> Are there any email notifications in cloudstack or any "hooks" where I can
> add notifications myself? For example on VM create/destroy/etc
>
If you are using 4.0.0 or 4.0.1 or any prior release then
notifications are based on listEvents output. This is the same thing
you see on the top left of the UI that gives you notifications for vm
create, destroy etc. For email I'm not sure if events can be put into
them. You'll need to set up an smtp host and tweak the settings in the
alert.smtp.host|user|password configuration in the global settings.

With 4.1 (about to release in a week or two) cloudstack pushes such
events in to a an event bus like Rabbit MQ. You'll need to externally
set that up and there is more control on subscribing to the class of
notifications you are interested in. There is a spec published on how
this works , not quite a deployment document but I think you can glean
the essentials out of it:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Event+Notification+with+message+oriented+middleware+Proposal

You can take the rabbitMQ stuff for a spin if you like once the RC
vote begins for a release artifact.


Re: email notifications & hooks

2013-04-11 Thread Nitin Mehta
Since its a user community I would have liked to look at a way of using it
seeing a default implementation. The FS suggests different use cases it
can be used in a deployment scenario.
Can you please educate us if there is indeed an implementation and how to
enable it ?

On 11/04/13 3:53 PM, "Abhinandan Prateek" 
wrote:

>Nitin,
>  Did you look at the 4.1 design docs ? I assume the FS should be there.
>
>On 11/04/13 12:23 PM, "Nitin Mehta"  wrote:
>
>>How do you enable that ?
>>
>>On 11/04/13 8:50 AM, "Abhinandan Prateek" 
>>wrote:
>>
>>>Cloudstack has a evenets framework that can be leveraged to listen to
>>>such
>>>notifications and act on those.
>>>
>>>-abhi
>>>
>>>On 10/04/13 5:51 PM, "Nikita Gubenko"  wrote:
>>>
Hello
Are there any email notifications in cloudstack or any "hooks" where I
can
add notifications myself? For example on VM create/destroy/etc

-- 
Best Regards, Nikita Gubenko
>>>
>>
>



Re: email notifications & hooks

2013-04-11 Thread Chip Childers
On Thu, Apr 11, 2013 at 12:21:28PM +, Nitin Mehta wrote:
> Since its a user community I would have liked to look at a way of using it
> seeing a default implementation. The FS suggests different use cases it
> can be used in a deployment scenario.
> Can you please educate us if there is indeed an implementation and how to
> enable it ?

Rabbit MQ is the implementation being provided in the upcoming 4.1
release.  A basic documentation page will be in that release's admin
guide.  If someone wants to give this a try, they will need to pull in
the 4.1 branch to test before we release.


Re: Share: SystemVM template for VMWare which has open-vm-tools

2013-04-11 Thread Rohit Yadav
Alright, both of them are uploaded:

SystemVM template for VMWare + open-vm-tools:
http://people.apache.org/~bhaisaab/cloudstack/systemvmtemplates/systemvmtemplate-openvmtools-vmware.ova

SystemVM template for VMWare + vmware-tools:
http://people.apache.org/~bhaisaab/cloudstack/systemvmtemplates/systemvmtemplate-vmwaretools-vmware.ova

Both of are based on/around rev a0b5ebc.

Cheers.

On Thu, Apr 11, 2013 at 2:20 PM, Rohit Yadav  wrote:

> Hey community!
>
> The systemvm build job [1] fails to create VMWare compatible ova, I could
> not find a solution that would completely use opensource tools so I went
> ahead to use ovftool. First I import the vmdk produced by this buildjob [1]
> in a new VMWare Fusion/Workstation VM, fix it's compatibility and settings.
> Next I use ovftool to export the ova. (ovftool  ).
>
> I've updated this workaround on the wiki:
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Build+Your+Own+SystemVM+Templates
>
> So, far I've only uploaded vmware systemvm template (master, rev:
> a0b5ebccb814cbb12c5f40aa0c8894ebb3b322d6) which install only open-vm-tools:
>
>
> http://people.apache.org/~bhaisaab/cloudstack/systemvmtemplates/systemvmtemplate-openvmtools-vmware.ova
> MD5 (systemvmtemplate-openvmtools-vmware.ova) =
> 406e9b3dae3ff2e8ee06cf461828cb06
>
> To install vmware-tools (I'm told they are needed for certain VPC features
> on VMWare), it requires:
>
> 0. Packages: build-essential, linux-headers and gcc for building modules
> 1. Bigger space in /usr (so the current partition scheme of systemvms does
> not work for me)
> 2. Running on VMWare Fusion/Workstation, I tried to automate this on the
> vbox/veewee buildjob it failed complaining: "this configuration program
> is to be executed in a virtual machine".
>
> Pl. share if there is a workaround that can be automated. I'll try to
> build my own systemvm with vmware-tools from Fusion, upload the template
> with 'em soon.
>
> [1] http://jenkins.cloudstack.org/view/master/job/build-systemvm-master
>
> Cheers.
>


Re: vSphere 5.1 with CloudStack 4.0.0

2013-04-11 Thread José Egas López
Thanks to Oliver and Ahmad. So I can mount CloudStack Platform even if 
the recommended version of VMware is not the Standard Version? I mean, 
there will not some functionalities, but I can install and configure 
CloudStack without trouble? (talking about this issue).


*
Saludos Cordiales,
José Vicente Egas López
Administración de Servicios, Redes y Telecomunicaciones
/FARMAENLACE CIA. LTDA./

Teléf. (593-2) 2993100 ext. 1630/39
Teléf. (593-99) 8 824047
*

El 11/04/2013 3:11, Oliver Leach escribió:

I suppose it would depend on what functionality is available when just using 
the essentials license in VMware. For example, HA is not available in the 
VMware essentials license, however Cloudstack could provide the HA 
functionality and do that job for you. I know the installation guide says 
VMware standard is recommended but as Ahmad said, there isn't a support matrix. 
My hunch would say it would work as the vsphere web services SDK provides the 
api functionality but the license would dictate what functionality would work, 
i.e. HA for example. A support matrix would be good here.

-Original Message-
From: Ahmad Emneina [mailto:aemne...@gmail.com]
Sent: Thursday, April 11, 2013 12:07 AM
To: Cloudstack users mailing list; Kelven Yang
Subject: Re: CloudStack 4.0.0 with vSphere 5.1

I cant find a supported version matrix. IIRC vsphere 5.0 is known to work with 
apache cloudstack 4.0.1. Maybe Kelven or someone more knowledgable can chime in.


On Wed, Apr 10, 2013 at 7:46 AM, José Egas López
wrote:


Greetings from Ecuador,

 My name is José Egas López, I´m developing a project of
virtualization and private cloud, I've chosen VMware as technology of
virtualization and about the cloud I chose CloudStack. I want to offer
IaaS, but I want to know if CloudStack 4.0.0 is compatible with the
solution of vSphere 5.1 Essentials. Thanks for your help.
--

*
Saludos Cordiales,
José Vicente Egas López
Administración de Servicios, Redes y Telecomunicaciones /FARMAENLACE
CIA. LTDA./

Teléf. (593-2) 2993100 ext. 1630/39
Teléf. (593-99) 8 824047
*




##**##
FARMAENLACE ha procesado su mensaje y esta limpio No imprima este mail
a menos que sea necesario




FARMAENLACE ha procesado su mensaje y esta limpio
No imprima este mail a menos que sea necesario






FARMAENLACE ha procesado su mensaje y esta limpio
No imprima este mail a menos que sea necesario



Create Zone with KVM cluster

2013-04-11 Thread Adrien Montfort
Hello,

I'm trying to create a Zone with a KVM host and I don't understant what I'm
supposed to do :

I can't start the cloud-agent on the hypervisor host before the zone has
been created :

*Not allowed to connect to the server: java.lang.IllegalArgumentException:
> Host 10.8.0.2 sent incorrect data center: RBX*

*
*
If I try to create the zone with the agent stopped, the host cannot be added

*Unable to find the server resources at http://XX.XXX*


If I start the agent afterwards, the host is automatically added to the
cluster but no system VM is created. There are no errors in cloudstack
management log.

How am I supposed to do this ?

Thanks a lot,

Adrien


European User Group tonight

2013-04-11 Thread Giles Sirett
Reminder that it's the quarterly  meeting of the European CloudStack User Group 
in London tonight.
We're at capacity for the venue, but please email me if you want to come at 
short notice. If we have any cancellations today, I can let you know

Agenda
CloudStack 4.1 - new features overview Geoff Higginbottom, - CTO, ShapeBlue
Automating application deployments with Puppet and Cloudstack  - Oliver Leach - 
Platform architect,Tata communications.
Improving disaster recovery in a CloudStack environment - Bob Defoe, VP 
Business Development, Cloudian
Private S3 storage for your Cloudstack - Stuart McCaul, Basho

April 11th 18:00-20:00. Please arrive promptly. Free beer & pizza


Kind Regards
Giles


Giles Sirett
CEO

[Description: Mail Logo Bottom Align]

D: +44 20 3603 0541 | S: +44 20 3603 0540 | M: +44 796 111 2055

giles.sir...@shapeblue.com | 
www.shapeblue.com | 
Twitter:@shapeBlue

ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS





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 operated under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: European User Group tonight

2013-04-11 Thread Nux!

On 11.04.2013 14:41, Giles Sirett wrote:

Reminder that it's the quarterly  meeting of the European CloudStack
User Group in London tonight.
We're at capacity for the venue, but please email me if you want to
come at short notice. If we have any cancellations today, I can let
you know

Agenda
CloudStack 4.1 - new features overview Geoff Higginbottom, - CTO, 
ShapeBlue

Automating application deployments with Puppet and Cloudstack  -
Oliver Leach - Platform architect,Tata communications.
Improving disaster recovery in a CloudStack environment - Bob Defoe,
VP Business Development, Cloudian
Private S3 storage for your Cloudstack - Stuart McCaul, Basho

April 11th 18:00-20:00. Please arrive promptly. Free beer & pizza


Hi,

Will there be any recordings of the event? The agenda looks very 
interesting.


Lucian


--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro


Re: Want to "start over"

2013-04-11 Thread Kirk Jantzer
So, I'm not sure what's going on, but after setting up a new basic zone,
the zone can't seem to setup the system VMs. Here's the log:

2013-04-11 10:14:37,121 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-36:null) Seq 6-1011154984: Executing request
2013-04-11 10:14:37,208 INFO  [xen.resource.CitrixResourceBase]
(DirectAgent-36:null) VM does not exist on
XenServer73aa7179-8262-4181-8e7f-5e33ace0406e
2013-04-11 10:14:37,208 DEBUG [agent.manager.DirectAgentAttache]
(DirectAgent-36:null) Seq 6-1011154984: Response Received:
2013-04-11 10:14:37,209 DEBUG [agent.transport.Request]
(DirectAgent-36:null) Seq 6-1011154984: Processing:  { Ans: , MgmtId:
144344415547, via: 6, Ver: v1, Flags: 110,
[{"StopAnswer":{"vncPort":0,"result":true,"details":"VM does not
exist","wait":0}}] }
2013-04-11 10:14:37,209 DEBUG [agent.manager.AgentAttache]
(DirectAgent-36:null) Seq 6-1011154984: No more commands found
2013-04-11 10:14:37,209 DEBUG [agent.transport.Request] (secstorage-1:null)
Seq 6-1011154984: Received:  { Ans: , MgmtId: 144344415547, via: 6, Ver:
v1, Flags: 110, { StopAnswer } }
2013-04-11 10:14:37,219 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Service SecurityGroup is not supported in the network
id=214
2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking VirtualRouter to release
Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking Ovs to release
Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking ExternalDhcpServer to release
Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking BareMetal to release
Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking SecurityGroupProvider to release
Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking VpcVirtualRouter to release
Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking NiciraNvp to release
Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
2013-04-11 10:14:37,227 DEBUG [network.guru.ControlNetworkGuru]
(secstorage-1:null) Released nic: NicProfile[376-96-null-null-null
2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking VirtualRouter to release
Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking Ovs to release
Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking ExternalDhcpServer to release
Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking BareMetal to release
Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking SecurityGroupProvider to release
Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking VpcVirtualRouter to release
Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,230 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking NiciraNvp to release
Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,234 DEBUG [dc.dao.DataCenterIpAddressDaoImpl]
(secstorage-1:null) Releasing ip address for
reservationId=ab171535-9cbf-4cc8-87f3-f18f7e595549, instance=377
2013-04-11 10:14:37,235 DEBUG [network.guru.PodBasedNetworkGuru]
(secstorage-1:null) Released nic: NicProfile[377-96-null-null-null
2013-04-11 10:14:37,237 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking VirtualRouter to release
Nic[377-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,237 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking Ovs to release
Nic[377-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,237 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking ExternalDhcpServer to release
Nic[377-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,237 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking BareMetal to release
Nic[377-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,237 DEBUG [cloud.network.NetworkManagerImpl]
(secstorage-1:null) Asking SecurityGroupProvider to release
Nic[377-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
2013-04-11 10:14:37,

Re: Want to "start over"

2013-04-11 Thread Kirk Jantzer
Ignore my last post - I made a mistake adding my secondary storage :-/


On Thu, Apr 11, 2013 at 10:35 AM, Kirk Jantzer wrote:

> So, I'm not sure what's going on, but after setting up a new basic zone,
> the zone can't seem to setup the system VMs. Here's the log:
>
> 2013-04-11 10:14:37,121 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-36:null) Seq 6-1011154984: Executing request
> 2013-04-11 10:14:37,208 INFO  [xen.resource.CitrixResourceBase]
> (DirectAgent-36:null) VM does not exist on
> XenServer73aa7179-8262-4181-8e7f-5e33ace0406e
> 2013-04-11 10:14:37,208 DEBUG [agent.manager.DirectAgentAttache]
> (DirectAgent-36:null) Seq 6-1011154984: Response Received:
> 2013-04-11 10:14:37,209 DEBUG [agent.transport.Request]
> (DirectAgent-36:null) Seq 6-1011154984: Processing:  { Ans: , MgmtId:
> 144344415547, via: 6, Ver: v1, Flags: 110,
> [{"StopAnswer":{"vncPort":0,"result":true,"details":"VM does not
> exist","wait":0}}] }
> 2013-04-11 10:14:37,209 DEBUG [agent.manager.AgentAttache]
> (DirectAgent-36:null) Seq 6-1011154984: No more commands found
> 2013-04-11 10:14:37,209 DEBUG [agent.transport.Request]
> (secstorage-1:null) Seq 6-1011154984: Received:  { Ans: , MgmtId:
> 144344415547, via: 6, Ver: v1, Flags: 110, { StopAnswer } }
> 2013-04-11 10:14:37,219 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Service SecurityGroup is not supported in the network
> id=214
> 2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking VirtualRouter to release
> Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
> 2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking Ovs to release
> Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
> 2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking ExternalDhcpServer to release
> Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
> 2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking BareMetal to release
> Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
> 2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking SecurityGroupProvider to release
> Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
> 2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking VpcVirtualRouter to release
> Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
> 2013-04-11 10:14:37,223 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking NiciraNvp to release
> Nic[375-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-10.255.100.2]
> 2013-04-11 10:14:37,227 DEBUG [network.guru.ControlNetworkGuru]
> (secstorage-1:null) Released nic: NicProfile[376-96-null-null-null
> 2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking VirtualRouter to release
> Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
> 2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking Ovs to release
> Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
> 2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking ExternalDhcpServer to release
> Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
> 2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking BareMetal to release
> Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
> 2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking SecurityGroupProvider to release
> Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
> 2013-04-11 10:14:37,229 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking VpcVirtualRouter to release
> Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
> 2013-04-11 10:14:37,230 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking NiciraNvp to release
> Nic[376-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
> 2013-04-11 10:14:37,234 DEBUG [dc.dao.DataCenterIpAddressDaoImpl]
> (secstorage-1:null) Releasing ip address for
> reservationId=ab171535-9cbf-4cc8-87f3-f18f7e595549, instance=377
> 2013-04-11 10:14:37,235 DEBUG [network.guru.PodBasedNetworkGuru]
> (secstorage-1:null) Released nic: NicProfile[377-96-null-null-null
> 2013-04-11 10:14:37,237 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking VirtualRouter to release
> Nic[377-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
> 2013-04-11 10:14:37,237 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking Ovs to release
> Nic[377-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
> 2013-04-11 10:14:37,237 DEBUG [cloud.network.NetworkManagerImpl]
> (secstorage-1:null) Asking ExternalDhcpServer to release
> Nic[377-96-ab171535-9cbf-4cc8-87f3-f18f7e595549-null]
> 2013-04-11 10:14:37,237 DEBUG [cloud.network.NetworkManagerImpl]
> (secstor

Re: strange output on cs4.0.1 gui when restarted

2013-04-11 Thread Jason Pavao
Thank you Richard! Not sure how that switch got switched to true. That 
fixed my issue!

-jason


On 4/10/2013 9:26 PM, tanthalas wrote:

In my opinion, you set 'encode.api.response' to true before.
You can unable it, and try again.
2013-04-11
 Richard Liu


*发件人:* Jason Pavao
*发送时间:* 2013-04-11  01:52:04
*收件人:* users
*抄送:*
*主题:* Re: strange output on cs4.0.1 gui when restarted
This happens across all platforms/browsers.
Any advice on how to check the character set in mysql?

Many thanks!
-jason


On 4/10/2013 10:48 AM, Bjoern Teipel wrote:

Try to change your browser encoding.
Unless something happened during the initial load of the SQL import. 
(wrong character set in MySQL)


Bjoern

On 04/10/2013 10:46 AM, Jason Pavao wrote:

Thanks for your response!
[root@slc05hmi ~]# rpm -q -a|grep cloud
cloud-server-4.0.1-1.el6.x86_64
cloud-aws-api-4.0.1-1.el6.x86_64
cloud-utils-4.0.1-1.el6.x86_64
cloud-scripts-4.0.1-1.el6.x86_64
cloud-setup-4.0.1-1.el6.x86_64
cloud-client-ui-4.0.1-1.el6.x86_64
cloud-deps-4.0.1-1.el6.x86_64
cloud-client-4.0.1-1.el6.x86_64
cloud-core-4.0.1-1.el6.x86_64
cloud-python-4.0.1-1.el6.x86_64
[root@slc05hmi ~]#


On 4/10/2013 10:38 AM, David Nalley wrote:

What version is this?

On Wed, Apr 10, 2013 at 1:34 PM, Jason Pavao 
mailto:jason.pa...@oracle.com>> wrote:


Hey Folks,
I am seeing a really strange issue, after a reboot, I am seeing
tons of % and other characters throughout the display. An example-


Anyone have any ideas as to why this happened and how to
correct it? Has anyone had this issue before?
I appreciate any help.
Thanks.
-jason


-- 
Thanks.

-Jason




--
Thanks.
-Jason




--
Thanks.
-Jason


--
Thanks.
-Jason



Re: Create Zone with KVM cluster

2013-04-11 Thread Adrien Montfort
Hello,

Thanks for your answer. I've checked the primary and secondary storage
status and they seem fine.
On the KVM box in the /mnt directory, I can see :

.
└── df8d1b35-64cb-3dcd-883a-cc2351289003
└── KVMHA
└── hb-10.8.0.2

So it seems to be working fine...
Do you have any other check. By the way, is it the expected worflow ? The
Zone creation is supposed to fail when dealing with KVM boxes ?

Thanks !

Adrien


On Thu, Apr 11, 2013 at 4:52 PM, tianyunqushi wrote:

> hi Adrien,
>
>
> From your depict , I think the kvm host already registered itself
> successfully.
>
> If you primary and secondary storage works fine , there should be an
> attempt to start system vms, even if the system vm start up failed.
>  If "no system VM is created" , I think you should check the
> primary/secondary storage status.
>
> Another check is , logon kvm host box , check the /mnt directory status.
>
> Regards,
>
>  ChunFeng
>   Original Message
> *Sender:* Adrien Montfort
> *Recipient:* cloudstack-users
> *Date:* Thursday, Apr 11, 2013 21:40
> *Subject:* Create Zone with KVM cluster
>
> Hello,
>
> I'm trying to create a Zone with a KVM host and I don't understant what I'm
> supposed to do :
>
> I can't start the cloud-agent on the hypervisor host before the zone has
> been created :
>
> *Not allowed to connect to the server: java.lang.IllegalArgumentException:
> > Host 10.8.0.2 sent incorrect data center: RBX*
>
> *
> *
> If I try to create the zone with the agent stopped, the host cannot be added
>
> *Unable to find the server resources at http://XX.XXX*
>
>
>
> If I start the agent afterwards, the host is automatically added to the
> cluster but no system VM is created. There are no errors in cloudstack
> management log.
>
> How am I supposed to do this ?
>
> Thanks a lot,
>
> Adrien
>
>
>


CS4.1 Lost ping between VM and virtual router - arp issue?

2013-04-11 Thread Milamber

Hello,

My setup : CS 4.1 (snapshot 2013/04/11)
Advanced network, 3 physical networks (public, guest, mngt/storage)

Guest network interfaces are connected on a switch L2, with trunk 
enabled on vlan tagged 200-300 (and 199 for untagged packets)


Works fine:

Node 1 : VM + Virtual Router
Node 2 : nothing

I can ping VM since VR (on private network),
I can ping VR since VM (on private network),
I can ping VM on public IP.


Works with >80% ping loses

Node 1 : Virtual Router
Node 2 : VM
I can ping VM since VR (on private network) with alot of lost packets,
I can ping VR since VM (on private network) with a lot of lost packets,
I can ping VM on public IP with a lot of lost packets.

On VM, when I make some "arp -n" concurrent with ping VR, I found that 
the arp address of VR changes!


ARP address 1 matches with p5p1 / p5p2 / bond2 / guestbr2 (on Node 1)
(note I use IP Bonding, but currently p5p2 isn't cable connected)

ARP address 2 matches with vnet4  (on Node 1)
(note this address is the mac address of VR/eth0)


Can you help me? this is a bug or misconfiguration?
Need add some kernel parameters on hosts related with arp?

Thanks.


Milamber



==

# brctl show
bridge namebridge idSTP enabledinterfaces
brbond2-2348000.6805ca1182b2nobond2.234
vnet4
cloud08000.fe00a9fe0333novnet0
vnet5
cloudbr08000.d4ae52e84796nobond0
vnet2
vnet6
cloudbr18000.6805ca118352nobond1
vnet1
vnet3
guestbr28000.6805ca1182b2nobond2
virbr08000.5254008c282fyesvirbr0-nic


=

# ip a | grep -B1 82
8: p5p1:  mtu 1500 qdisc mq 
master bond2 state UP qlen 1000

link/ether 68:05:ca:11:82:b2 brd ff:ff:ff:ff:ff:ff
9: p5p2:  mtu 1500 qdisc mq 
master bond2 state DOWN qlen 1000

link/ether 68:05:ca:11:82:b3 brd ff:ff:ff:ff:ff:ff
--
18: bond2:  mtu 1500 qdisc 
noqueue state UP

link/ether 68:05:ca:11:82:b2 brd ff:ff:ff:ff:ff:ff
inet6 fe80::6a05:caff:fe11:82b2/64 scope link
--
19: guestbr2:  mtu 1500 qdisc noqueue 
state UNKNOWN

link/ether 68:05:ca:11:82:b2 brd ff:ff:ff:ff:ff:ff
inet 172.17.7.13/24 brd 172.17.7.255 scope global guestbr2
inet6 fe80::6a05:caff:fe11:82b2/64 scope link
--
28: bond2.234@bond2:  mtu 1500 
qdisc noqueue state UP

link/ether 68:05:ca:11:82:b2 brd ff:ff:ff:ff:ff:ff
inet6 fe80::6a05:caff:fe11:82b2/64 scope link
--
29: brbond2-234:  mtu 1500 qdisc 
noqueue state UNKNOWN

link/ether 68:05:ca:11:82:b2 brd ff:ff:ff:ff:ff:ff
inet6 fe80::6a05:caff:fe11:82b2/64 scope link


# ip a | grep -B1 02
30: vnet4:  mtu 1500 qdisc pfifo_fast 
state UNKNOWN qlen 500

link/ether fe:00:56:47:00:02 brd ff:ff:ff:ff:ff:ff







Re: Cluster-Heartbeat Error

2013-04-11 Thread Kelven Yang
With one host but end up with multiple node records in CloudStack DB can
happen in following cases,

1) Network adapter has been replaced (we use MAC address on the NIC to
inherit an unique identifier for the management server node)
2) management server setup is a VM clone?
3) re-installation of management sever but using the same database?

If you indeed just have one management server node, to correct the
situation, you may login to the database, looking for table "mshost",
identify the dead node (in your case, node 2) and delete it from the table.

Kelven
 

On 4/10/13 11:54 PM, "Maurice Lawler"  wrote:

>Considering this is one host utilizing KVM. Not sure how that would be
>possible. :/
>
>Kelven Yang  wrote:
>
>>If it is not 0.0.0.0 IP address issue. You may need to check if you have
>>a orphan/stuck MS server running at node 2, your MS on node 2 may be
>>shown as running but for some reason it is stuck and stopped to tick the
>>database heartbeat
>>
>>Kelven
>>
>>From: Maurice Lawler
>>mailto:maurice.law...@me.com>>
>>Reply-To: 
>>"users@cloudstack.apache.org"
>>mailto:users@cloudstack.apache.org>>
>>Date: Tuesday, April 9, 2013 4:27 PM
>>To: "users@cloudstack.apache.org"
>>mailto:users@cloudstack.apache.org>>,
>>"users@cloudstack.apache.org"
>>mailto:users@cloudstack.apache.org>>
>>Cc: Cloud Dev 
>>mailto:d...@cloudstack.apache.org>>
>>Subject: Cluster-Heartbeat Error
>>
>>The errors below are flooding my
>>/var/log/cloud/management/management-cloud-log.
>>
>>Please advise.
>>
>>- Maurice
>>
>>
>>
>>
>>2013-04-09 17:22:12,183 DEBUG [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Detected management node left, id:2,
>>nodeIP:0.0.0.0
>>2013-04-09 17:22:12,183 INFO  [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Trying to connect to 0.0.0.0
>>2013-04-09 17:22:12,184 INFO  [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Management node 2 is detected inactive by
>>timestamp but is pingable
>>2013-04-09 17:22:13,682 DEBUG [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Detected management node left, id:2,
>>nodeIP0.0.0.0
>>2013-04-09 17:22:13,682 INFO  [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Trying to connect to 0.0.0.0
>>2013-04-09 17:22:13,683 INFO  [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Management node 2 is detected inactive by
>>timestamp but is pingable
>>2013-04-09 17:22:15,184 DEBUG [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Detected management node left, id:2,
>>nodeIP0.0.0.0
>>2013-04-09 17:22:15,184 INFO  [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Trying to connect to0.0.0.0
>>2013-04-09 17:22:15,184 INFO  [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Management node 2 is detected inactive by
>>timestamp but is pingable
>>2013-04-09 17:22:16,684 DEBUG [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Detected management node left, id:2,
>>nodeIP:0.0.0.0
>>2013-04-09 17:22:16,684 INFO  [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Trying to connect to 0.0.0.0
>>2013-04-09 17:22:16,684 INFO  [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Management node 2 is detected inactive by
>>timestamp but is pingable
>>2013-04-09 17:22:18,183 DEBUG [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Detected management node left, id:2,
>>nodeIP0.0.0.0
>>2013-04-09 17:22:18,183 INFO  [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Trying to connect to0.0.0.0
>>2013-04-09 17:22:18,183 INFO  [cloud.cluster.ClusterManagerImpl]
>>(Cluster-Heartbeat-1:null) Management node 2 is detected inactive by
>>timestamp but is pingable
>>



Windows password management link in admin guide is broken

2013-04-11 Thread Tariq Iqbal
Hi,

The 'Download page' link to the Windows password management installer - 
CloudInstanceManager.msi, in section 12.13.2 of the ACS4.0.1 admin guide is 
broken.

The 'working' link has been incorrectly placed in step 1 of the previous 
section 12.13.1 - Linux OS Installation.

Kind Regards,
Tariq Iqbal
Senior Consultant

S: +44(0)20 3603 0540 | M: +44(0)790 
9911600
tariq.iq...@shapeblue.com | 
www.shapeblue.com | 
Twitter:@shapeBlue

ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS


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 operated under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: Want to "start over"

2013-04-11 Thread Chiradeep Vittal
Useful stuff to add to
https://cwiki.apache.org/confluence/display/CLOUDSTACK/

On 4/9/13 7:18 AM, "Carlos Reategui"  wrote:

>Hi Kirk,
>This is the script I was using to do so and a few more things. You will
>also need to go to each your hosts and stop/destroy all VMs and try to get
>the to their initial state or better yet re-install them:
>
>#!/bin/bash
># Set your password
>DBPWD=Password
>
>/etc/init.d/cloud-management stop
>
>mysql -p$DBPWD -e 'drop database cloud'
>mysql -p$DBPWD -e 'drop database cloud_usage'
>
>rm -rf /var/log/cloud/management/*
># Following assume storage on management server
># You may not want to do this
>rm -rf /export/primary/*
>rm -rf /export/secondary/*
>
># Re-create DB
>cloud-setup-databases cloud:$DBPWD@localhost --deploy-as=root:$DBPWD
>cloud-setup-management
>
># Re install template
># Please note I serve the template file from local machine
># Assumes secondary storage mounted at /mnt/secondary
>/usr/lib/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m
>/mnt/secondary -u http://localhost/isos/acton-systemvm-02062012.vhd.bz2 -h
>xenserver -F
>
>/etc/init.d/cloud-management start
>
>
>
>On Tue, Apr 9, 2013 at 6:05 AM, Kirk Jantzer 
>wrote:
>
>> Would you be able to provide steps to "drop the DB Schema then re-deploy
>> the Databases", please? It seems that's going to be my only option -
>>even
>> though the host is on, the system vm's are either showing destroyed or
>> unable to destroy.
>>
>>
>> On Mon, Apr 8, 2013 at 5:16 PM, Geoff Higginbottom <
>> geoff.higginbot...@shapeblue.com> wrote:
>>
>> > If you just want to start again, drop the DB Schema then re-deploy the
>> > Databases.
>> >
>> > Ensure you clear down your Storage and reinstall your Hypervisors
>>before
>> > trying to use them again.
>> >
>> > Regards
>> >
>> > Geoff Higginbottom
>> >
>> > D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
>> >
>> > geoff.higginbot...@shapeblue.com
>> >
>> >
>> > -Original Message-
>> > From: Ahmad Emneina [mailto:aemne...@gmail.com]
>> > Sent: 08 April 2013 21:25
>> > To: Cloudstack users mailing list
>> > Subject: Re: Want to "start over"
>> >
>> > it appears that there is a system vm preventing the removal of the
>>host.
>> > since the host is down, it cant delete (transition the state) of the
>> > downed system vm. possible way to remedy this is to make sure your
>>host
>> is
>> > reachable, has storage plugged in and in a good state. zone
>>can/should be
>> > disabled, to prevent spawning of new system vm's... then try to
>>destroy
>> the
>> > system vm's. There might be a 'grace period' until the vm's are
>>cleaned
>> up
>> > from the hosts. Once thats met you can follow it by removing storage
>>and
>> > hosts.
>> >
>> >
>> > On Mon, Apr 8, 2013 at 12:28 PM, Kirk Jantzer > > >wrote:
>> >
>> > > I want to do some more testing of things, so I'm trying to remove
>>the
>> > > existing hosts/clusters/pods/zones, however I can't seem to do so.
>>I'm
>> > > down to the last host but get the following:
>> > >
>> > > No resource adapter respond to DELETE_HOST event for qtwstratus1 id
>>=
>> > > 13, hypervisorType is XenServer, host type is Routing
>> > >
>> > > The host is showing as disconnected in the UI along with all other
>> > > important items:
>> > > mysql> select id,name,status from host;
>> > > +++--+
>> > > | id | name   | status   |
>> > > +++--+
>> > > |  1 | qtwstratus1| Removed  |
>> > > |  2 | qtwstratus2| Removed  |
>> > > |  4 | qtwstratus4| Removed  |
>> > > |  5 | qtwstratus5| Removed  |
>> > > |  6 | qtwstratus6| Removed  |
>> > > |  7 | qtwstratus7| Removed  |
>> > > | 11 | s-18-VM| Disconnected |
>> > > | 12 | v-2-VM | Disconnected |
>> > > | 13 | qtwstratus1| Disconnected |
>> > > | 14 | v-24-VM| Disconnected |
>> > > | 15 | s-25-VM| Disconnected |
>> > > | 18 | s-26-VM| Disconnected |
>> > > | 19 | v-27-VM| Disconnected |
>> > > | 20 | v-79-VM| Down |
>> > > | 21 | s-103-VM   | Down |
>> > > +++--+
>> > >
>> > > management-server.log:
>> > >
>> > > 2013-04-08 15:16:56,713 DEBUG [cloud.api.ApiServlet]
>> > > (http-8080-6:null) ===START===   -- GET
>> > >
>> > >
>> > >
>>command=deleteHost&id=40ec48c4-697e-4498-bd3d-f9dd77566f45&forced=fals
>> > >
>>e&response=json&sessionkey=7hKixOBlpz0f9%2BRGLFvdx%2B1snRE%3D&_=136544
>> > > 8764976
>> > > 2013-04-08 15:16:56,736 DEBUG [cloud.resource.ResourceManagerImpl]
>> > > (

Re: vSphere 5.1 with CloudStack 4.0.0

2013-04-11 Thread Ahmad Emneina
Exactly, cloudstack wont leverage the advanced paid for features
explicitly. YMMV where you can have said paid for features enabled, while
cloudstack manages the resources.


On Thu, Apr 11, 2013 at 6:28 AM, José Egas López
wrote:

> Thanks to Oliver and Ahmad. So I can mount CloudStack Platform even if the
> recommended version of VMware is not the Standard Version? I mean, there
> will not some functionalities, but I can install and configure CloudStack
> without trouble? (talking about this issue).
>
>
> *
> Saludos Cordiales,
> José Vicente Egas López
> Administración de Servicios, Redes y Telecomunicaciones
> /FARMAENLACE CIA. LTDA./
>
> Teléf. (593-2) 2993100 ext. 1630/39
> Teléf. (593-99) 8 824047
> *
>
> El 11/04/2013 3:11, Oliver Leach escribió:
>
>> I suppose it would depend on what functionality is available when just
>> using the essentials license in VMware. For example, HA is not available in
>> the VMware essentials license, however Cloudstack could provide the HA
>> functionality and do that job for you. I know the installation guide says
>> VMware standard is recommended but as Ahmad said, there isn't a support
>> matrix. My hunch would say it would work as the vsphere web services SDK
>> provides the api functionality but the license would dictate what
>> functionality would work, i.e. HA for example. A support matrix would be
>> good here.
>>
>> -Original Message-
>> From: Ahmad Emneina [mailto:aemne...@gmail.com]
>> Sent: Thursday, April 11, 2013 12:07 AM
>> To: Cloudstack users mailing list; Kelven Yang
>> Subject: Re: CloudStack 4.0.0 with vSphere 5.1
>>
>> I cant find a supported version matrix. IIRC vsphere 5.0 is known to work
>> with apache cloudstack 4.0.1. Maybe Kelven or someone more knowledgable can
>> chime in.
>>
>>
>> On Wed, Apr 10, 2013 at 7:46 AM, José Egas López
>> **wrote:
>>
>>  Greetings from Ecuador,
>>>
>>>  My name is José Egas López, I´m developing a project of
>>> virtualization and private cloud, I've chosen VMware as technology of
>>> virtualization and about the cloud I chose CloudStack. I want to offer
>>> IaaS, but I want to know if CloudStack 4.0.0 is compatible with the
>>> solution of vSphere 5.1 Essentials. Thanks for your help.
>>> --
>>>
>>> *
>>> Saludos Cordiales,
>>> José Vicente Egas López
>>> Administración de Servicios, Redes y Telecomunicaciones /FARMAENLACE
>>> CIA. LTDA./
>>>
>>> Teléf. (593-2) 2993100 ext. 1630/39
>>> Teléf. (593-99) 8 824047
>>> *
>>>
>>>
>>>
>>>
>>> ####
>>> FARMAENLACE ha procesado su mensaje y esta limpio No imprima este mail
>>> a menos que sea necesario
>>>
>>>
>>>  ##**##
>>
>> FARMAENLACE ha procesado su mensaje y esta limpio
>> No imprima este mail a menos que sea necesario
>>
>>
>>
>
> ##**##
>
> FARMAENLACE ha procesado su mensaje y esta limpio
> No imprima este mail a menos que sea necesario
>
>


Re: Windows password management link in admin guide is broken

2013-04-11 Thread Ahmad Emneina
Will you be filing a doc bug for this?


On Thu, Apr 11, 2013 at 10:38 AM, Tariq Iqbal wrote:

> Hi,
>
> The 'Download page' link to the Windows password management installer -
> CloudInstanceManager.msi, in section 12.13.2 of the ACS4.0.1 admin guide is
> broken.
>
> The 'working' link has been incorrectly placed in step 1 of the previous
> section 12.13.1 - Linux OS Installation.
>
> Kind Regards,
> Tariq Iqbal
> Senior Consultant
>
> S: +44(0)20 3603 0540 | M: +44(0)790 9911600 +447909911600>
> tariq.iq...@shapeblue.com |
> www.shapeblue.com | Twitter:@shapeBlue<
> https://twitter.com/#!/shapeblue>
>
> ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS
>
>
> 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
> operated under license from Shape Blue Ltd. ShapeBlue is a registered
> trademark.
>


RE: Windows password management link in admin guide is broken

2013-04-11 Thread Tariq Iqbal
Yes sure can, any idea how I go about doing that?


Kind Regards,
Tariq Iqbal
Senior Consultant

S: +44(0)20 3603 0540 | M: +44(0)790 9911600
tariq.iq...@shapeblue.com | www.shapeblue.com | Twitter:@shapeBlue

ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS



From: Ahmad Emneina [aemne...@gmail.com]
Sent: 11 April 2013 18:56
To: Cloudstack users mailing list
Subject: Re: Windows password management link in admin guide is broken

Will you be filing a doc bug for this?


On Thu, Apr 11, 2013 at 10:38 AM, Tariq Iqbal wrote:

> Hi,
>
> The 'Download page' link to the Windows password management installer -
> CloudInstanceManager.msi, in section 12.13.2 of the ACS4.0.1 admin guide is
> broken.
>
> The 'working' link has been incorrectly placed in step 1 of the previous
> section 12.13.1 - Linux OS Installation.
>
> Kind Regards,
> Tariq Iqbal
> Senior Consultant
>
> S: +44(0)20 3603 0540 | M: +44(0)790 9911600 +447909911600>
> tariq.iq...@shapeblue.com |
> www.shapeblue.com | Twitter:@shapeBlue<
> https://twitter.com/#!/shapeblue>
>
> ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS
>
>
> 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
> operated under license from Shape Blue Ltd. ShapeBlue is a registered
> trademark.
>
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 operated under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.



Re: Problems with Security Groups over CloudStack 4.0.1 with XenServer 6.0.2 and Basic Zone

2013-04-11 Thread Chiradeep Vittal
The check can_bridge_firewall is here:

http://s.apache.org/e1V


Needs
 - ipset
 - iptables physdev module


On 4/10/13 12:08 AM, "Krishna PMV"  wrote:

>> Hello
>>during the installation of XenServer host I ran the command
> > xe-switch-network-backend "bridge"   and installed   XenServer Cloud
>Support
>Package.
>>I followed all the instructions of the manual.
>
>Hey Sergio - Found a solution yet? I ran into same problem[1] with CS
>4.0.1
>and XCP 1.1 and looking for answers here. Since I'm on XCP I don't need to
>install CSP but as per docs[2], ebtables is not enabled by default. I did
>following to enable it on my hypervisors but no luck:
>
> modprobe ebtables
>modprobe arp_tables
>net.bridge.bridge-nf-call-arptables = 1
>net.bridge.bridge-nf-call-iptables = 1
>net.bridge.bridge-nf-call-ip6tables = 1
>
>
>Anyone has got clues how to make security groups working on
>xenserver(+csp)
>/ xcp?
>
>[1] http://pastebin.com/gPTT4Rr4
>[2] http://www.xen.org/download/xcp/index_1.1.0.html
>
>
>On Fri, Apr 5, 2013 at 1:02 PM, Sergio Tonani 
>wrote:
>
>> Hello
>> during the installation of XenServer host I ran the command
>>   xe-switch-network-backend "bridge"   and installed   XenServer Cloud
>> Support
>> Package.
>> I followed all the instructions of the manual.
>>
>>  >
>>  
>>_
>>  >
>>  >  Il 5 aprile 2013 alle 7.56 Geoff Higginbottom
>>  >  ha scritto:
>>  >  > Sergio,
>>  >  >
>>  >  > Did you install the XenServer Cloud Support Package, it's required
>> if you
>>  >  > are using Security Groups on XenServer 6.0.2
>>  >  >
>>  >  > Regards
>>  >  >
>>  >  > Geoff Higginbottom
>>  >  > CTO / Cloud Architect
>>  >  >
>>  >  > D: +44 20 3603 0542 | S: +44 20 3603
>>  >  > 0540| M: +447968161581
>>  >  >
>>  >  > geoff.higginbot...@shapeblue.com> geoff.higginbot...@shapeblue.com>
>>  >  > |www.shapeblue.com | Twitter:@shapeblue<
>> https://twitter.com/#!/shapeblue>
>>  >  >
>>  >  > ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS
>>  >  >
>>  >  >
>>  >  > On 5 Apr 2013, at 06:34, "Jayapal Reddy Uradi"
>>  >  > 
>>mailto:jayapalreddy.ur...@citrix.com
>> >>
>>  >  > wrote:
>>  >  >
>>  >  > Did you run the following command in xenserver as part of host
>>setup
>> ?
>>  >  > xe-switch-network-backend "bridge"
>>  >  >
>>  >  > Thanks,
>>  >  > Jayapal
>>  >  > -Original Message-
>>  >  > From: Ignazio Cassano [mailto:ignaziocass...@gmail.com]
>>  >  > Sent: Friday, 5 April 2013 5:35 AM
>>  >  > To: 
>>users@cloudstack.apache.org;
>>  >  > Sergio Tonani
>>  >  > Subject: Re: Problems with Security Groups over CloudStack 4.0.1
>>with
>>  >  > XenServer 6.0.2 and Basic Zone
>>  >  >
>>  >  > Ciao Sergio, I suggest using Advanced Zones instead of Basic.
>>  >  > I do not know very well CS4, but in previous versions Advanced
>>zones
>> have
>>  >  > a lot of features.
>>  >  > Ciao
>>  >  > Ignazio
>>  >  > PS (fammi sapere come questa nuova versione)
>>  >  >
>>  >  >
>>  >  > 2013/4/4 Sergio Tonani > sergio.ton...@csi.it>>
>>  >  >
>>  >  > Hi all, I am trying CloudStack 4.0.1 with XenServer 6.0.2 in a
>>Basic
>>  >  > Zone...
>>  >  > Security Groups does not work.
>>  >  > I follow all the instructions of the manual. CSP is installed and
>> host
>>  >  > network work in bridge mode.
>>  >  > I have another cluster with KVM that work fine.
>>  >  >
>>  >  > On XenServer host, CS don't write any ebtable's rules neither
>>  >  > iptables. On KVM host ebtable and iptables rule are populated
>>  >  > correctly.
>>  >  >
>>  >  > Log file management-server.log show these messages when i create a
>> new
>>  >  > instance in a security group:
>>  >  >
>>  >  > 2013-04-04 15:02:03,611 WARN [xen.resource.CitrixResourceBase]
>>  >  > (DirectAgent-214:null) Host 10.102.90.3 cannot do bridge
>>firewalling
>>  >  > 2013-04-04 15:02:03,612 DEBUG [agent.manager.DirectAgentAttache]
>>  >  > (DirectAgent-214:null) Seq 8-949355071: Response Received:
>>  >  > 2013-04-04 15:02:03,612 DEBUG [agent.transport.Request]
>>  >  > (DirectAgent-214:null)
>>  >  > Seq 8-949355071: Processing: { Ans: , MgmtId: 218022145849384,
>>via:
>> 8,
>>  >  > Ver: v1,
>>  >  > Flags: 110,
>>  >  >
>>  >  >
>> [{"SecurityGroupRuleAnswer":{"logSequenceNumber":1,"vmId":13,"reason":
>>  >  > "CANNOT_BRIDGE_FIREWALL","result":false,"details":"Host
>>  >  > 10.102.90.3 cannot do bridge firewalling","wait":0}}] }
>>  >  > 2013-04-04 15:02:03,615 DEBUG
>> [network.security.SecurityGroupListener]
>>  >  > (DirectAgent-214:null) Failed to program rule
>>  >  > com.cloud.agent.api.SecurityGroupRuleAnswer into host 8 due to
>>Host
>>  >  > 10.102.90.3
>>  >  > cannot do bridge firewalling and updated jobs
>>  >  > 2013-04-04 15:02:03,615 DEBUG
>> [network.security.SecurityGroupListener]
>>  >  > (DirectAgent-214:null) Not retrying security group rules for vm
>>13 on
>>  >  > failure since host 8 cannot do bridge firewalling
>>  >  > 2

Re: Windows password management link in admin guide is broken

2013-04-11 Thread Ahmad Emneina
Glad you asked! Register for an account at [1]. Select create issue under
Issues drop down menu and have Cloudstack as the project and doc as the
component. All help is greatly appreciated! You can even submit patches to
the docs, and have a committer review and commit them.


[1] https://issues.apache.org/jira/secure/Dashboard.jspa


On Thu, Apr 11, 2013 at 11:01 AM, Tariq Iqbal wrote:

> Yes sure can, any idea how I go about doing that?
>
>
> Kind Regards,
> Tariq Iqbal
> Senior Consultant
>
> S: +44(0)20 3603 0540 | M: +44(0)790 9911600
> tariq.iq...@shapeblue.com | www.shapeblue.com | Twitter:@shapeBlue
>
> ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS
>
>
> 
> From: Ahmad Emneina [aemne...@gmail.com]
> Sent: 11 April 2013 18:56
> To: Cloudstack users mailing list
> Subject: Re: Windows password management link in admin guide is broken
>
> Will you be filing a doc bug for this?
>
>
> On Thu, Apr 11, 2013 at 10:38 AM, Tariq Iqbal  >wrote:
>
> > Hi,
> >
> > The 'Download page' link to the Windows password management installer -
> > CloudInstanceManager.msi, in section 12.13.2 of the ACS4.0.1 admin guide
> is
> > broken.
> >
> > The 'working' link has been incorrectly placed in step 1 of the previous
> > section 12.13.1 - Linux OS Installation.
> >
> > Kind Regards,
> > Tariq Iqbal
> > Senior Consultant
> >
> > S: +44(0)20 3603 0540 | M: +44(0)790 9911600 > +447909911600>
> > tariq.iq...@shapeblue.com |
> > www.shapeblue.com | Twitter:@shapeBlue<
> > https://twitter.com/#!/shapeblue>
> >
> > ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS
> >
> >
> > 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
> > operated under license from Shape Blue Ltd. ShapeBlue is a registered
> > trademark.
> >
> 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
> operated under license from Shape Blue Ltd. ShapeBlue is a registered
> trademark.
>
>


Re: CS4.1 Lost ping between VM and virtual router - arp issue?

2013-04-11 Thread Chiradeep Vittal
Sounds like a misconfiguration of the bond. I would try without the bond
first.

On 4/11/13 10:19 AM, "Milamber"  wrote:

>Hello,
>
>My setup : CS 4.1 (snapshot 2013/04/11)
>Advanced network, 3 physical networks (public, guest, mngt/storage)
>
>Guest network interfaces are connected on a switch L2, with trunk
>enabled on vlan tagged 200-300 (and 199 for untagged packets)
>
>Works fine:
>
>Node 1 : VM + Virtual Router
>Node 2 : nothing
>
>I can ping VM since VR (on private network),
>I can ping VR since VM (on private network),
>I can ping VM on public IP.
>
>
>Works with >80% ping loses
>
>Node 1 : Virtual Router
>Node 2 : VM
>I can ping VM since VR (on private network) with alot of lost packets,
>I can ping VR since VM (on private network) with a lot of lost packets,
>I can ping VM on public IP with a lot of lost packets.
>
>On VM, when I make some "arp -n" concurrent with ping VR, I found that
>the arp address of VR changes!
>
>ARP address 1 matches with p5p1 / p5p2 / bond2 / guestbr2 (on Node 1)
>(note I use IP Bonding, but currently p5p2 isn't cable connected)
>
>ARP address 2 matches with vnet4  (on Node 1)
>(note this address is the mac address of VR/eth0)
>
>
>Can you help me? this is a bug or misconfiguration?
>Need add some kernel parameters on hosts related with arp?
>
>Thanks.
>
>
>Milamber
>
>
>
>==
>
># brctl show
>bridge namebridge idSTP enabledinterfaces
>brbond2-2348000.6805ca1182b2nobond2.234
> vnet4
>cloud08000.fe00a9fe0333novnet0
> vnet5
>cloudbr08000.d4ae52e84796nobond0
> vnet2
> vnet6
>cloudbr18000.6805ca118352nobond1
> vnet1
> vnet3
>guestbr28000.6805ca1182b2nobond2
>virbr08000.5254008c282fyesvirbr0-nic
>
>
>=
>
># ip a | grep -B1 82
>8: p5p1:  mtu 1500 qdisc mq
>master bond2 state UP qlen 1000
> link/ether 68:05:ca:11:82:b2 brd ff:ff:ff:ff:ff:ff
>9: p5p2:  mtu 1500 qdisc mq
>master bond2 state DOWN qlen 1000
> link/ether 68:05:ca:11:82:b3 brd ff:ff:ff:ff:ff:ff
>--
>18: bond2:  mtu 1500 qdisc
>noqueue state UP
> link/ether 68:05:ca:11:82:b2 brd ff:ff:ff:ff:ff:ff
> inet6 fe80::6a05:caff:fe11:82b2/64 scope link
>--
>19: guestbr2:  mtu 1500 qdisc noqueue
>state UNKNOWN
> link/ether 68:05:ca:11:82:b2 brd ff:ff:ff:ff:ff:ff
> inet 172.17.7.13/24 brd 172.17.7.255 scope global guestbr2
> inet6 fe80::6a05:caff:fe11:82b2/64 scope link
>--
>28: bond2.234@bond2:  mtu 1500
>qdisc noqueue state UP
> link/ether 68:05:ca:11:82:b2 brd ff:ff:ff:ff:ff:ff
> inet6 fe80::6a05:caff:fe11:82b2/64 scope link
>--
>29: brbond2-234:  mtu 1500 qdisc
>noqueue state UNKNOWN
> link/ether 68:05:ca:11:82:b2 brd ff:ff:ff:ff:ff:ff
> inet6 fe80::6a05:caff:fe11:82b2/64 scope link
>
>
># ip a | grep -B1 02
>30: vnet4:  mtu 1500 qdisc pfifo_fast
>state UNKNOWN qlen 500
> link/ether fe:00:56:47:00:02 brd ff:ff:ff:ff:ff:ff
>
>
>
>
>



[Network] Multiple ips

2013-04-11 Thread Manzol Kkt.
Hi,

I am starter in cloudstack. I installed it, and setup advanced mode with
one C type ip address (aaa.bbb.227.xxx), and i want to use other C type ip
address (aaa.bb.230.xxx). I can't setup /etc/network/interfaces in ubuntu
12.04. How can i resolv this problem? Can you tell me any step by step
tutorial or interfaces file?

Thank you!

Mátyus Botond


Re: [Network] Multiple ips

2013-04-11 Thread Ahmad Emneina
did you set the original network as a shared network, or the public ip
address range in your zone? You shouldnt need to make changes at the
hypervisor level in order to facilitate this, unless this is going through
another physical network/device on the host.


On Thu, Apr 11, 2013 at 2:17 PM, Ügyfélszolgálat (Manzol Kkt.) <
ugyfelszolga...@manzol.hu> wrote:

> Hi,
>
> I am starter in cloudstack. I installed it, and setup advanced mode with
> one C type ip address (aaa.bbb.227.xxx), and i want to use other C type ip
> address (aaa.bb.230.xxx). I can't setup /etc/network/interfaces in ubuntu
> 12.04. How can i resolv this problem? Can you tell me any step by step
> tutorial or interfaces file?
>
> Thank you!
>
> Mátyus Botond
>


Re: [Network] Multiple ips

2013-04-11 Thread Manzol Kkt.
Yes i set public the aaa.bbb.227.xxx ip and vlan: untagged, and i set up
the aaa.bbb.230.xxx to public ip with vlan: 100 .
aaa.bbb.227.xxx is working well, but aaa.bbb.230.xxx isn't. So i have two
network card (eth0, eth1). I have to set up eth1 for aaa.bbb.230.xxx ? Or
how can?


2013/4/11 Ahmad Emneina 

> did you set the original network as a shared network, or the public ip
> address range in your zone? You shouldnt need to make changes at the
> hypervisor level in order to facilitate this, unless this is going through
> another physical network/device on the host.
>
>
> On Thu, Apr 11, 2013 at 2:17 PM, Ügyfélszolgálat (Manzol Kkt.) <
> ugyfelszolga...@manzol.hu> wrote:
>
> > Hi,
> >
> > I am starter in cloudstack. I installed it, and setup advanced mode with
> > one C type ip address (aaa.bbb.227.xxx), and i want to use other C type
> ip
> > address (aaa.bb.230.xxx). I can't setup /etc/network/interfaces in ubuntu
> > 12.04. How can i resolv this problem? Can you tell me any step by step
> > tutorial or interfaces file?
> >
> > Thank you!
> >
> > Mátyus Botond
> >
>



-- 
Ha elégedett szolgáltatásunkkal kérem pluszozza Google+ oldalunkat:
https://plus.google.com/112673174823067308026/
(Jobb oldalt a térkép alatt)

*Köszönjük!*
*
*
*Tisztelettel,*
*Ügyfélszolgálat*

--
Manzol Kkt.
Webtárhely Manzol 
2117 Isaszeg, Mátyás király utca 29.
Mobil: +36 30 543 7137


MIgrate VMware VM to Cloudstack

2013-04-11 Thread Jake G.
Hi All,

Is there an easier way to migrate existing VMs on a VMware host into Cloudstack 
without exporting as OVF/OVA then importing into Cloudstack as a template, then 
deploying again? 
This method is also hit or miss. A lot of times I get a BSoD or Kernal Panic 
with some VMs I migrated.

If this is the only way to migrate then Cloudstack is going to have a big 
problem trying to get people with large existing infrastructures to switch over 
to Cloudstack. 
There has to be a way that the management server can look at vCenter for 
existing VMs and have some sort of wizard or even API only script that does the 
following.

1. Lists Existing VMs on a vCenter cluster.
2. Allow you to select the VMs you would like to migrate into cloudstack and 
assign each vm to a user/group
Click migrate
3. A process starts to snapshot the existing server, renames and copies the VM 
files to Cloudstack primary storage.
4. Cloudstack then updates its database to reflect the new inventory.

I am sure my process is missing a bunch of things but in general this should be 
possible I think. I wish I was a programmer so I could help with this.

Thank you very much!

Problem when use Ceph 0.56.4 as primary storage in CloudStack 3.0.2

2013-04-11 Thread Guangjian Liu
Problem when use Ceph 0.56.4 as primary storage in CloudStack 3.0.2, ssvm
and cpvm can not start up in normal. If i should migartion cs to 4.0? as i
know cs 4.0 support ceph RBD.
*
*
*Environment:*
Server 1: Cloudstack 3.0.2 in Redhat RHEL 6.2 Kernel 2.6.32
Server 2: KVM in Redhat RHEL 6.2 Kernel  2.6.32, with Ceph 0.56.4

*Ceph Mount in Server2:*
[root@RDR02S01 ceph]# df -k
Filesystem   1K-blocks  Used Available Use% Mounted on
ceph-fuse143233024   3371008 139862016   3% /cloudfs

ps
root 29885 1  0 Apr10 ?00:01:06 ceph-fuse -m
10.0.0.41:6789/cloudfs/
[root@RDR02S01 ceph]# ll /cloudfs/zone_kvm_bas/
total 256

*Case:*
Create basic zone with kvm, use ceph for primary storage.
Mount in CS:
Type: SharedMountPoint
Path: /cloudfs/zone_kvm_bas

*Problem:*
Basic Zone created success, but ssvm and cpvm can not start up, always down
and restart.

exception in log as below:
2013-04-11 00:03:51,052 DEBUG [agent.transport.Request] (secstorage-1:null)
Seq 27-1926955018: Sending  { Cmd , MgmtId: 133846799640, via: 27, Ver: v1,
Flags: 100111,
[{"storage.PrimaryStorageDownloadCommand":{"localPath":"/mnt/9fa1f231-3fda-3a0f-adeb-d8d53871243d","poolUuid":"4c5fb9ed-669f-41d7-9eba-b4213e605e29","poolId":243,"secondaryStorageUrl":"nfs://
10.0.0.2/backup/secondary_kvm
","primaryStorageUrl":"nfs://localhost/cloudfs/zone_kvm_bas","url":"nfs://
10.0.0.2/backup/secondary_kvm/template/tmpl/1/3/","format":"QCOW2","accountId":1,"name":"routing-3","wait":10800}}]
}
2013-04-11 00:03:51,057 DEBUG [cloud.vm.VirtualMachineManagerImpl]
(consoleproxy-1:null) Cleaning up resources for the vm
VM[ConsoleProxy|v-3657-VM] in Starting state
2013-04-11 00:03:51,060 DEBUG [agent.transport.Request]
(consoleproxy-1:null) Seq 27-1926955019: Waiting for Seq 1926955018
Scheduling:  { Cmd , MgmtId: 133846799640, via: 27, Ver: v1, Flags: 100111,
[{"StopCommand":{"isProxy":false,"vmName":"v-3657-VM","wait":0}}] }
2013-04-11 00:03:51,113 DEBUG [agent.transport.Request]
(AgentManager-Handler-10:null) Seq 27-1926955018: Processing:  { Ans: ,
MgmtId: 133846799640, via: 27, Ver: v1, Flags: 110,
[{"Answer":{"result":false,"details":"java.lang.NullPointerException\n\tat
com.cloud.agent.storage.LibvirtStorageAdaptor.createStoragePool(LibvirtStorageAdaptor.java:504)\n\tat
com.cloud.agent.storage.LibvirtStorageAdaptor.getStoragePoolByUri(LibvirtStorageAdaptor.java:717)\n\tat
com.cloud.agent.storage.LibvirtStorageAdaptor.getStoragePoolByUri(LibvirtStorageAdaptor.java:655)\n\tat
com.cloud.agent.storage.KVMStoragePoolManager.getStoragePoolByURI(KVMStoragePoolManager.java:48)\n\tat
com.cloud.agent.resource.computing.LibvirtComputingResource.execute(LibvirtComputingResource.java:1692)\n\tat
com.cloud.agent.resource.computing.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:959)\n\tat
com.cloud.agent.Agent.processRequest(Agent.java:517)\n\tat
com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:827)\n\tat
com.cloud.utils.nio.Task.run(Task.java:79)\n\tat
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)\n\tat
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)\n\tat
java.lang.Thread.run(Thread.java:679)\n","wait":0}}] }
2013-04-11 00:03:51,113 WARN  [cloud.vm.VirtualMachineManagerImpl]
(AgentManager-Handler-10:null) Cleanup failed due to
java.lang.NullPointerException
at
com.cloud.agent.storage.LibvirtStorageAdaptor.createStoragePool(LibvirtStorageAdaptor.java:504)
at
com.cloud.agent.storage.LibvirtStorageAdaptor.getStoragePoolByUri(LibvirtStorageAdaptor.java:717)
at
com.cloud.agent.storage.LibvirtStorageAdaptor.getStoragePoolByUri(LibvirtStorageAdaptor.java:655)
at
com.cloud.agent.storage.KVMStoragePoolManager.getStoragePoolByURI(KVMStoragePoolManager.java:48)
at
com.cloud.agent.resource.computing.LibvirtComputingResource.execute(LibvirtComputingResource.java:1692)
at
com.cloud.agent.resource.computing.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:959)
at com.cloud.agent.Agent.processRequest(Agent.java:517)
at com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:827)
at com.cloud.utils.nio.Task.run(Task.java:79)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)

2013-04-11 00:03:51,113 DEBUG [agent.transport.Request] (secstorage-1:null)
Seq 27-1926955018: Received:  { Ans: , MgmtId: 133846799640, via: 27, Ver:
v1, Flags: 110, { Answer } }
2013-04-11 00:03:51,114 DEBUG [agent.manager.AgentAttache]
(AgentManager-Handler-10:null) Seq 27-1926955019: Sending now.  is current
sequence.
2013-04-11 00:03:51,114 WARN  [cloud.vm.VirtualMachineManagerImpl]
(secstorage-1:null) Cleanup failed due to java.lang.NullPointerException
at
com.cloud.agent.storage.LibvirtStorageAdapto

Re: KVM | CentOS | Windows

2013-04-11 Thread Maurice Lawler
I do now see data drives to be attached to windows 2008 r2, however, I am not 
sure how to install the drivers provided by the ISO.

Can you please tell me how to make windows 2008 see the secondary attached 
drives by installing these drivers?

- Maurice
On Apr 10, 2013, at 6:14 PM, Kirk Kosinski  wrote:

> Hi, Maurice.
> 
> 1. Server 2012 is not supported in CS 4.0.1 so there is no guarantee it
> will work. If the installer is not seeing any drives, it probably means
> the drives are using the VirtIO SCSI controller, so try loading the
> drivers for the VirtIO SCSI adapter [1], or try using a different OS
> Type that provides an IDE drive to the VM.  You can switch the OS Type
> after the install is done if you need the root disk on VirtIO.
> 
> As I test, I uploaded a Server 2012 ISO configured with the Windows
> Server 2008 R2 (64-bit) OS Type to my CS 4.0.1 setup with KVM hosts
> (Ubuntu 12.04.2).  The OS installed and booted without a problem, and
> data disks are detected after installing VirtIO drivers [2].  I then
> changed the OS Type to Windows PV successfully [3].
> 
> 2. While logged in as a user in the account that owns the VM, create a
> new virtual disk and see if you can attach it to the VM.  It works fine
> in my CS 4.0.1 setup with a test VM with the Windows Server 2008 R2
> (64-bit) OS Type.  Data disks are detected by the OS without a problem
> [4].  Other than an account mismatch I can't think of anything else that
> would cause this.
> 
> Best regards,
> Kirk
> 
> [1] http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/
> [2] http://i.imgur.com/99FOhBg.png
> [3] http://i.imgur.com/lEwTYvp.png
> [4] http://i.imgur.com/DgurKin.png
> 
> On 04/09/2013 04:25 PM, Maurice Lawler wrote:
>> Hello Team,
>> 
>> My present setup is as follows:
>> 
>> KVM | CentOS | CS 4.0.1
>> 
>> 1st Issue:
>> 
>> Attempting to utilizing Windows Server 2012, the ISO does not find the
>> virtual drive. Even provisioning a secondary one, it will allow me to
>> attach it, yet and still I cannot install to the secondary or first drive.
>> 
>> 2nd Issue:
>> 
>> Attempting to provision and attach a secondary virtual drive to an
>> existing Windows Server 2008R2 instance, seems to not allow that. When I
>> go to attach the volume, it lists my linux instances and my windows 2012
>> (which doesn't matter because that's nt working) but not the window 2008
>> instance.
>> 
>> Does anyone out there have any experience on either flavour of windows
>> and utilizing CS on KVM.
>> 
>> Please assist me if you can.
>> 
>> Thank you,
>> 
>> Maurice



Add new host and migrate existed vm to new cluster

2013-04-11 Thread sx chen
Hello,
   My CloudStack environment is:
   version:3.02
   cluster1:5 blade server in cluster1,Cpu is 2*6*2.53GHz


   My requirement is:
   1.I want to add 5 rack server to the CloudStack,and a new cluster
named cluster2 or add a new zone,rack server CPU is 2*6*2.0GHz,
   2.migrate some of the existed vm to the new host.

   My question is
   1.Is there a way to migrate the whole cluster?
   2.Is migrateVirtualMachine API support cross cluster or cross zone?


adding vSphere 5 cluster to cloudstack

2013-04-11 Thread Carlos Cruz
 

I'm trying to add a vSphere 5.0 cluster with 1 host and no VMs to CloudStack
but I get the message "Could not find corresponding resource manager for
VMware"

 

I've installed vSphere SDK on the management server as per the instruction
at: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Hypervisor+VMWare

 

And I've installed the vSphere VM template.

 

Any suggestions as to what I'm doing wrong or missing?

 

Thanks!!



Re: KVM | CentOS | Windows

2013-04-11 Thread Ahmad Emneina
after importing the drivers iso into cloudstack, you can then attach the
iso to the vm. from the instance section, select your vm, and you should
see an 'attach iso' icon in the icon bar.


On Thu, Apr 11, 2013 at 7:54 PM, Maurice Lawler wrote:

> I do now see data drives to be attached to windows 2008 r2, however, I am
> not sure how to install the drivers provided by the ISO.
>
> Can you please tell me how to make windows 2008 see the secondary attached
> drives by installing these drivers?
>
> - Maurice
> On Apr 10, 2013, at 6:14 PM, Kirk Kosinski  wrote:
>
> > Hi, Maurice.
> >
> > 1. Server 2012 is not supported in CS 4.0.1 so there is no guarantee it
> > will work. If the installer is not seeing any drives, it probably means
> > the drives are using the VirtIO SCSI controller, so try loading the
> > drivers for the VirtIO SCSI adapter [1], or try using a different OS
> > Type that provides an IDE drive to the VM.  You can switch the OS Type
> > after the install is done if you need the root disk on VirtIO.
> >
> > As I test, I uploaded a Server 2012 ISO configured with the Windows
> > Server 2008 R2 (64-bit) OS Type to my CS 4.0.1 setup with KVM hosts
> > (Ubuntu 12.04.2).  The OS installed and booted without a problem, and
> > data disks are detected after installing VirtIO drivers [2].  I then
> > changed the OS Type to Windows PV successfully [3].
> >
> > 2. While logged in as a user in the account that owns the VM, create a
> > new virtual disk and see if you can attach it to the VM.  It works fine
> > in my CS 4.0.1 setup with a test VM with the Windows Server 2008 R2
> > (64-bit) OS Type.  Data disks are detected by the OS without a problem
> > [4].  Other than an account mismatch I can't think of anything else that
> > would cause this.
> >
> > Best regards,
> > Kirk
> >
> > [1] http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/
> > [2] http://i.imgur.com/99FOhBg.png
> > [3] http://i.imgur.com/lEwTYvp.png
> > [4] http://i.imgur.com/DgurKin.png
> >
> > On 04/09/2013 04:25 PM, Maurice Lawler wrote:
> >> Hello Team,
> >>
> >> My present setup is as follows:
> >>
> >> KVM | CentOS | CS 4.0.1
> >>
> >> 1st Issue:
> >>
> >> Attempting to utilizing Windows Server 2012, the ISO does not find the
> >> virtual drive. Even provisioning a secondary one, it will allow me to
> >> attach it, yet and still I cannot install to the secondary or first
> drive.
> >>
> >> 2nd Issue:
> >>
> >> Attempting to provision and attach a secondary virtual drive to an
> >> existing Windows Server 2008R2 instance, seems to not allow that. When I
> >> go to attach the volume, it lists my linux instances and my windows 2012
> >> (which doesn't matter because that's nt working) but not the window 2008
> >> instance.
> >>
> >> Does anyone out there have any experience on either flavour of windows
> >> and utilizing CS on KVM.
> >>
> >> Please assist me if you can.
> >>
> >> Thank you,
> >>
> >> Maurice
>
>


[QA][PROPOSAL][ACS4.2] Test plan review: GSLB (Global Server Load Balancing)

2013-04-11 Thread Venkata SwamyBabu Budumuru

Hi Murali,

Please review the test plan [1] for feature " GSLB (Global Server Load 
Balancing)" and let me know the review comments. The test cases are mentioned 
in an excel sheet attached to the page.

[1] Test Plan  :   
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=31817730
[2] Functional Spec:
https://cwiki.apache.org/CLOUDSTACK/gslb-global-server-load-balancing-functional-specification-and-design-document.html
[3] Bug Id   :   
https://issues.apache.org/jira/browse/CLOUDSTACK-894


Thanks,
SWAMY



Re: KVM | CentOS | Windows

2013-04-11 Thread Maurice Lawler
Actually, I figured it out. Odd, I mounted the ISO in linux and extracted the 
files for 2008 R2. Now I am going to play with getting 2012 up and working 
(getting the drive to show up) during installation. 


On Apr 11, 2013, at 9:54 PM, Maurice Lawler  wrote:

> I do now see data drives to be attached to windows 2008 r2, however, I am not 
> sure how to install the drivers provided by the ISO.
> 
> Can you please tell me how to make windows 2008 see the secondary attached 
> drives by installing these drivers?
> 
> - Maurice
> On Apr 10, 2013, at 6:14 PM, Kirk Kosinski  wrote:
> 
>> Hi, Maurice.
>> 
>> 1. Server 2012 is not supported in CS 4.0.1 so there is no guarantee it
>> will work. If the installer is not seeing any drives, it probably means
>> the drives are using the VirtIO SCSI controller, so try loading the
>> drivers for the VirtIO SCSI adapter [1], or try using a different OS
>> Type that provides an IDE drive to the VM.  You can switch the OS Type
>> after the install is done if you need the root disk on VirtIO.
>> 
>> As I test, I uploaded a Server 2012 ISO configured with the Windows
>> Server 2008 R2 (64-bit) OS Type to my CS 4.0.1 setup with KVM hosts
>> (Ubuntu 12.04.2).  The OS installed and booted without a problem, and
>> data disks are detected after installing VirtIO drivers [2].  I then
>> changed the OS Type to Windows PV successfully [3].
>> 
>> 2. While logged in as a user in the account that owns the VM, create a
>> new virtual disk and see if you can attach it to the VM.  It works fine
>> in my CS 4.0.1 setup with a test VM with the Windows Server 2008 R2
>> (64-bit) OS Type.  Data disks are detected by the OS without a problem
>> [4].  Other than an account mismatch I can't think of anything else that
>> would cause this.
>> 
>> Best regards,
>> Kirk
>> 
>> [1] http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/
>> [2] http://i.imgur.com/99FOhBg.png
>> [3] http://i.imgur.com/lEwTYvp.png
>> [4] http://i.imgur.com/DgurKin.png
>> 
>> On 04/09/2013 04:25 PM, Maurice Lawler wrote:
>>> Hello Team,
>>> 
>>> My present setup is as follows:
>>> 
>>> KVM | CentOS | CS 4.0.1
>>> 
>>> 1st Issue:
>>> 
>>> Attempting to utilizing Windows Server 2012, the ISO does not find the
>>> virtual drive. Even provisioning a secondary one, it will allow me to
>>> attach it, yet and still I cannot install to the secondary or first drive.
>>> 
>>> 2nd Issue:
>>> 
>>> Attempting to provision and attach a secondary virtual drive to an
>>> existing Windows Server 2008R2 instance, seems to not allow that. When I
>>> go to attach the volume, it lists my linux instances and my windows 2012
>>> (which doesn't matter because that's nt working) but not the window 2008
>>> instance.
>>> 
>>> Does anyone out there have any experience on either flavour of windows
>>> and utilizing CS on KVM.
>>> 
>>> Please assist me if you can.
>>> 
>>> Thank you,
>>> 
>>> Maurice
> 



Re: MIgrate VMware VM to Cloudstack

2013-04-11 Thread Chiradeep Vittal
I think this is a great idea. First step would be to log a request in
https://issues.apache.org/jira/browse/CLOUDSTACK


And folks, please vote.

On 4/11/13 7:18 PM, "Jake G."  wrote:

>Hi All,
>
>Is there an easier way to migrate existing VMs on a VMware host into
>Cloudstack without exporting as OVF/OVA then importing into Cloudstack as
>a template, then deploying again?
>This method is also hit or miss. A lot of times I get a BSoD or Kernal
>Panic with some VMs I migrated.
>
>If this is the only way to migrate then Cloudstack is going to have a big
>problem trying to get people with large existing infrastructures to
>switch over to Cloudstack.
>There has to be a way that the management server can look at vCenter for
>existing VMs and have some sort of wizard or even API only script that
>does the following.
>
>1. Lists Existing VMs on a vCenter cluster.
>2. Allow you to select the VMs you would like to migrate into cloudstack
>and assign each vm to a user/group
>Click migrate
>3. A process starts to snapshot the existing server, renames and copies
>the VM files to Cloudstack primary storage.
>4. Cloudstack then updates its database to reflect the new inventory.
>
>I am sure my process is missing a bunch of things but in general this
>should be possible I think. I wish I was a programmer so I could help
>with this.
>
>Thank you very much!



Re: Add new host and migrate existed vm to new cluster

2013-04-11 Thread Nitin Mehta


On 12/04/13 8:26 AM, "sx chen"  wrote:

>Hello,
>   My CloudStack environment is:
>   version:3.02
>   cluster1:5 blade server in cluster1,Cpu is 2*6*2.53GHz
>
>
>   My requirement is:
>   1.I want to add 5 rack server to the CloudStack,and a new cluster
>named cluster2 or add a new zone,rack server CPU is 2*6*2.0GHz,
>   2.migrate some of the existed vm to the new host.
>
>   My question is
>   1.Is there a way to migrate the whole cluster?

AFAIK no. But please feel free to open a feature request for this in Jira.

>   2.Is migrateVirtualMachine API support cross cluster or cross zone?

ATM it doesn't support it cross cluster/zone. But I guess with the FS
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enabling+Storage+Xen
Motion+for+XenServer it would be. ETA - 4.2

>



Re: MIgrate VMware VM to Cloudstack

2013-04-11 Thread prasanna
On 12 April 2013 09:51, Chiradeep Vittal  wrote:
> I think this is a great idea. First step would be to log a request in
> https://issues.apache.org/jira/browse/CLOUDSTACK
>
>
>

+1 to the request. I've got some xen clusters I'd like to migrate in
to cloudstack too. Does the work that is currently happening in the
vmsync branch cover this? I thought that would be a related effort.


Re: MIgrate VMware VM to Cloudstack

2013-04-11 Thread Jake G.
Guess that means no for now. 
I will create the request here shortly and send the link after. 

Hope I can get enough votes for serious consideration.

Thanks again! 

On 2013/04/12, at 13:21, Chiradeep Vittal  wrote:

> I think this is a great idea. First step would be to log a request in
> https://issues.apache.org/jira/browse/CLOUDSTACK
> 
> 
> And folks, please vote.
> 
> On 4/11/13 7:18 PM, "Jake G."  wrote:
> 
>> Hi All,
>> 
>> Is there an easier way to migrate existing VMs on a VMware host into
>> Cloudstack without exporting as OVF/OVA then importing into Cloudstack as
>> a template, then deploying again?
>> This method is also hit or miss. A lot of times I get a BSoD or Kernal
>> Panic with some VMs I migrated.
>> 
>> If this is the only way to migrate then Cloudstack is going to have a big
>> problem trying to get people with large existing infrastructures to
>> switch over to Cloudstack.
>> There has to be a way that the management server can look at vCenter for
>> existing VMs and have some sort of wizard or even API only script that
>> does the following.
>> 
>> 1. Lists Existing VMs on a vCenter cluster.
>> 2. Allow you to select the VMs you would like to migrate into cloudstack
>> and assign each vm to a user/group
>> Click migrate
>> 3. A process starts to snapshot the existing server, renames and copies
>> the VM files to Cloudstack primary storage.
>> 4. Cloudstack then updates its database to reflect the new inventory.
>> 
>> I am sure my process is missing a bunch of things but in general this
>> should be possible I think. I wish I was a programmer so I could help
>> with this.
>> 
>> Thank you very much!
> 


Re: Add new host and migrate existed vm to new cluster

2013-04-11 Thread Ahmad Emneina
hey nitin, doesnt volume migrate allow for cross cluster migration? i know
the only caveat to that being, the vm's needing to be powered off to
migrate.


On Thu, Apr 11, 2013 at 9:48 PM, Nitin Mehta  wrote:

>
>
> On 12/04/13 8:26 AM, "sx chen"  wrote:
>
> >Hello,
> >   My CloudStack environment is:
> >   version:3.02
> >   cluster1:5 blade server in cluster1,Cpu is 2*6*2.53GHz
> >
> >
> >   My requirement is:
> >   1.I want to add 5 rack server to the CloudStack,and a new cluster
> >named cluster2 or add a new zone,rack server CPU is 2*6*2.0GHz,
> >   2.migrate some of the existed vm to the new host.
> >
> >   My question is
> >   1.Is there a way to migrate the whole cluster?
>
> AFAIK no. But please feel free to open a feature request for this in Jira.
>
> >   2.Is migrateVirtualMachine API support cross cluster or cross zone?
>
> ATM it doesn't support it cross cluster/zone. But I guess with the FS
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enabling+Storage+Xen
> Motion+for+XenServer it would be. ETA - 4.2
>
> >
>
>


Re: Add new host and migrate existed vm to new cluster

2013-04-11 Thread Nitin Mehta


On 12/04/13 10:32 AM, "Ahmad Emneina"  wrote:

>hey nitin, doesnt volume migrate allow for cross cluster migration? i know
>the only caveat to that being, the vm's needing to be powered off to
>migrate.

Yeah it does. It just skipped my mind. Thanks for pointing this out.
The enhancement I was pointing to would enable live migration.


>
>
>On Thu, Apr 11, 2013 at 9:48 PM, Nitin Mehta 
>wrote:
>
>>
>>
>> On 12/04/13 8:26 AM, "sx chen"  wrote:
>>
>> >Hello,
>> >   My CloudStack environment is:
>> >   version:3.02
>> >   cluster1:5 blade server in cluster1,Cpu is 2*6*2.53GHz
>> >
>> >
>> >   My requirement is:
>> >   1.I want to add 5 rack server to the CloudStack,and a new
>>cluster
>> >named cluster2 or add a new zone,rack server CPU is 2*6*2.0GHz,
>> >   2.migrate some of the existed vm to the new host.
>> >
>> >   My question is
>> >   1.Is there a way to migrate the whole cluster?
>>
>> AFAIK no. But please feel free to open a feature request for this in
>>Jira.
>>
>> >   2.Is migrateVirtualMachine API support cross cluster or cross
>>zone?
>>
>> ATM it doesn't support it cross cluster/zone. But I guess with the FS
>> 
>>https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enabling+Storage+X
>>en
>> Motion+for+XenServer it would be. ETA - 4.2
>>
>> >
>>
>>



Re: email notifications & hooks

2013-04-11 Thread Murali Reddy
On 11/04/13 5:56 PM, "Chip Childers"  wrote:

>On Thu, Apr 11, 2013 at 12:21:28PM +, Nitin Mehta wrote:
>> Since its a user community I would have liked to look at a way of using
>>it
>> seeing a default implementation. The FS suggests different use cases it
>> can be used in a deployment scenario.
>> Can you please educate us if there is indeed an implementation and how
>>to
>> enable it ?
>
>Rabbit MQ is the implementation being provided in the upcoming 4.1
>release.  A basic documentation page will be in that release's admin
>guide.  If someone wants to give this a try, they will need to pull in
>the 4.1 branch to test before we release.
>

4.1 documentation for events-framework is at

https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob;f=docs/en-U
S/event-framework.xml;h=88c45c9033d4b048be67e6f746a55720d052ea4c;hb=refs/he
ads/4.1



How to migrate XenServer VM to cloudstack

2013-04-11 Thread Kevy Zhang
Is that possible to migrate XenServer VM to cloudstack?  

Our cloudstack cluster host type is KVM, now we want to migrate all our 
Xenserver VM to cloudstack. Is there some tool to convert the image format, 
template format or snapshot format, or other way to migrate xenserver vm?
Thanks.





Kevy Zhang

Re: How to migrate XenServer VM to cloudstack

2013-04-11 Thread prasanna
On 12 April 2013 11:06, Kevy Zhang  wrote:
> Is that possible to migrate XenServer VM to cloudstack?
>
> Our cloudstack cluster host type is KVM, now we want to migrate all our 
> Xenserver VM to cloudstack. Is there some tool to convert the image format, 
> template format or snapshot format, or other way to migrate xenserver vm?
> Thanks.
>
>
https://issues.apache.org/jira/browse/CLOUDSTACK-2016


Re: How to migrate XenServer VM to cloudstack

2013-04-11 Thread prasanna
On 12 April 2013 11:36, prasanna  wrote:
> On 12 April 2013 11:06, Kevy Zhang  wrote:
>> Is that possible to migrate XenServer VM to cloudstack?
>>
>> Our cloudstack cluster host type is KVM, now we want to migrate all our 
>> Xenserver VM to cloudstack. Is there some tool to convert the image format, 
>> template format or snapshot format, or other way to migrate xenserver vm?
>> Thanks.
>>
>>
> https://issues.apache.org/jira/browse/CLOUDSTACK-2016

Sorry hit send too soon :

This was discussed in a related thread before the above bug was
posted. That one is for VmWare you might want to post the same for
Xenserver. Those requiring the same feature will upvote it.


Re: How to migrate XenServer VM to cloudstack

2013-04-11 Thread Ahmad Emneina
this ticket looks vmware-centric. maybe a new ticket needs to be filed for
other hypervisors.


On Thu, Apr 11, 2013 at 11:06 PM, prasanna  wrote:

> On 12 April 2013 11:06, Kevy Zhang  wrote:
> > Is that possible to migrate XenServer VM to cloudstack?
> >
> > Our cloudstack cluster host type is KVM, now we want to migrate all our
> Xenserver VM to cloudstack. Is there some tool to convert the image format,
> template format or snapshot format, or other way to migrate xenserver vm?
> > Thanks.
> >
> >
> https://issues.apache.org/jira/browse/CLOUDSTACK-2016
>


Re: MIgrate VMware VM to Cloudstack

2013-04-11 Thread Jake G.
I have made a feature request for this issue. Link is below. Please vote or 
bump or show your support for this feature.

https://issues.apache.org/jira/browse/CLOUDSTACK-2016 



Thank you!



 From: Jake G. 
To: "users@cloudstack.apache.org"  
Sent: Friday, April 12, 2013 2:02 PM
Subject: Re: MIgrate VMware VM to Cloudstack
 

Guess that means no for now. 
I will create the request here shortly and send the link after. 

Hope I can get enough votes for serious consideration.

Thanks again! 

On 2013/04/12, at 13:21, Chiradeep Vittal  wrote:

> I think this is a great idea. First step would be to log a request in
> https://issues.apache.org/jira/browse/CLOUDSTACK
> 
> 
> And folks, please vote.
> 
> On 4/11/13 7:18 PM, "Jake G."  wrote:
> 
>> Hi All,
>> 
>> Is there an easier way to migrate existing VMs on a VMware host into
>> Cloudstack without exporting as OVF/OVA then importing into Cloudstack as
>> a template, then deploying again?
>> This method is also hit or miss. A lot of times I get a BSoD or Kernal
>> Panic with some VMs I migrated.
>> 
>> If this is the only way to migrate then Cloudstack is going to have a big
>> problem trying to get people with large existing infrastructures to
>> switch over to Cloudstack.
>> There has to be a way that the management server can look at vCenter for
>> existing VMs and have some sort of wizard or even API only script that
>> does the following.
>> 
>> 1. Lists Existing VMs on a vCenter cluster.
>> 2. Allow you to select the VMs you would like to migrate into cloudstack
>> and assign each vm to a user/group
>> Click migrate
>> 3. A process starts to snapshot the existing server, renames and copies
>> the VM files to Cloudstack primary storage.
>> 4. Cloudstack then updates its database to reflect the new inventory.
>> 
>> I am sure my process is missing a bunch of things but in general this
>> should be possible I think. I wish I was a programmer so I could help
>> with this.
>> 
>> Thank you very much!
> 

Re: How to migrate XenServer VM to cloudstack

2013-04-11 Thread Jake G.
Sorry, ALL my clients use VMware so I made it VMware specific. 

Different hypervisors will require different steps and processes so it is 
probably better to create a separate feature request for Xen.



 From: Ahmad Emneina 
To: Cloudstack users mailing list  
Sent: Friday, April 12, 2013 3:07 PM
Subject: Re: How to migrate XenServer VM to cloudstack
 

this ticket looks vmware-centric. maybe a new ticket needs to be filed for
other hypervisors.


On Thu, Apr 11, 2013 at 11:06 PM, prasanna  wrote:

> On 12 April 2013 11:06, Kevy Zhang  wrote:
> > Is that possible to migrate XenServer VM to cloudstack?
> >
> > Our cloudstack cluster host type is KVM, now we want to migrate all our
> Xenserver VM to cloudstack. Is there some tool to convert the image format,
> template format or snapshot format, or other way to migrate xenserver vm?
> > Thanks.
> >
> >
> https://issues.apache.org/jira/browse/CLOUDSTACK-2016
>

Re: How to migrate XenServer VM to cloudstack

2013-04-11 Thread Ahmad Emneina
Shouldn't be an issue Jake. We would want to see this awesome function for all 
supported hypervisors, so a ticket for each would make sense.

Ahmad

On Apr 11, 2013, at 11:18 PM, "Jake G."  wrote:

> Sorry, ALL my clients use VMware so I made it VMware specific. 
> 
> Different hypervisors will require different steps and processes so it is 
> probably better to create a separate feature request for Xen.
> 
> From: Ahmad Emneina 
> To: Cloudstack users mailing list  
> Sent: Friday, April 12, 2013 3:07 PM
> Subject: Re: How to migrate XenServer VM to cloudstack
> 
> this ticket looks vmware-centric. maybe a new ticket needs to be filed for
> other hypervisors.
> 
> 
> On Thu, Apr 11, 2013 at 11:06 PM, prasanna  wrote:
> 
> > On 12 April 2013 11:06, Kevy Zhang  wrote:
> > > Is that possible to migrate XenServer VM to cloudstack?
> > >
> > > Our cloudstack cluster host type is KVM, now we want to migrate all our
> > Xenserver VM to cloudstack. Is there some tool to convert the image format,
> > template format or snapshot format, or other way to migrate xenserver vm?
> > > Thanks.
> > >
> > >
> > https://issues.apache.org/jira/browse/CLOUDSTACK-2016
> >
> 
>