Re: Cloudstack and Xen Cloud Platform(XCP)

2015-04-11 Thread Rafael Weingartner
I am using XCP version 1.6 and CS 4.3. Everything runs just fine. Hence, Xenserver at the bottom level uses Xen hypervisor and its XAPI(XCP) packages. So, there is no difference between them. BTW: the name XCP is no longer used, the project was renamed to XAPI, and what was discontinued was the de

Vms resource usage history

2015-04-02 Thread Rafael Weingartner
Hi folks, Does Cloudstack store the resource usage of VMs? I mean, when I call the API command: https://cloudstack/client/api?command=listVirtualMachines&details=stats&;... It returns the resource usage statistics for a VM (the amount of resource used in that moment/the last monitored resource u

Re: Cloudstack and KVM clusters,

2015-03-31 Thread Rafael Weingartner
Got it. On Tue, Mar 31, 2015 at 6:05 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > KVM itself does not have native clustering. > > In CloudStack, you do, in fact, put KVM hosts in clusters. > > On Tue, Mar 31, 2015 at 2:36 PM, Rafael Weingartner < >

Re: Cloudstack and KVM clusters,

2015-03-31 Thread Rafael Weingartner
dbyte have also added storage drivers more > recently that may provide support for live migration, but as I'm not > personally familiar with these storage platforms, I'll leave it up to > others to comment if they wish. > > - Si > > > > > >

Cloudstack and KVM clusters,

2015-03-31 Thread Rafael Weingartner
Hi folks, I was looking a matrix of Cloudstack compatibility matrix at http://pt.slideshare.net/TimMackey/hypervisor-31754727, Slide 25 seemed to show that we cannot have clusters of KVM in CS? Is that true? Is it possible to live migrate VMs between KVM hosts that are not clustered in CS? --

Re: Cloudstack modules on maven repository

2015-03-18 Thread Rafael Weingartner
t; repositories. (libvirt and ceph for example) > I registered a jira issue: > https://issues.apache.org/jira/browse/CLOUDSTACK-8335 > > > On Wed, Mar 18, 2015 at 9:15 PM, Rafael Weingartner < > rafaelweingart...@gmail.com> wrote: > > > Hi devs, > > > &g

Cloudstack modules on maven repository

2015-03-18 Thread Rafael Weingartner
Hi devs, I just started extending Cloustack, I have spent almost a whole day configuring and building everything on eclipse. I noticed that CS modules are not in maven central repository, therefore, I have to download, configure, compile and build everything in order to work in one or other module

Re: Can System VMs be migrated?

2015-02-11 Thread Rafael Weingartner
rage type in the system service offering during mgmt. > bootstrap. > > When I say system offering I refer to the records returned by the query - > select id,name,use_local_storage from disk_offering where system_use=1; > > Regards, > Somesh > > -----Original Message-

Re: Can System VMs be migrated?

2015-02-10 Thread Rafael Weingartner
> > Regards, > Somesh > > > -----Original Message- > From: Rafael Weingartner [mailto:rafaelweingart...@gmail.com] > Sent: Tuesday, February 10, 2015 7:20 AM > To: dev@cloudstack.apache.org > Subject: Re: Can System VMs be migrated? > > Marcus, the parameter “system.vm.use.

Re: Can System VMs be migrated?

2015-02-10 Thread Rafael Weingartner
ration with local storage is > broken. Use it in 4,5 it works I have tested it. > > If you do not want to use local storage make sure you turn it off while > creating the zone. > > > > -abhi > > > > > >> On 10-Feb-2015, at 1:20 am, Rafael Weingartner <

Re: Can System VMs be migrated?

2015-02-09 Thread Rafael Weingartner
t; If you just put the host, where the systemVM’s are running, into > “maintenance” mode, then you may have hit this bug which was fixed in > 4.4.0: https://issues.apache.org/jira/browse/CLOUDSTACK-5660 > > > Yiping > > On 2/9/15, 11:01 AM, "Rafael Weingartner" &g

Re: Can System VMs be migrated?

2015-02-09 Thread Rafael Weingartner
Update: The UI may not be working because it uses the command "migrateSystemVm", instead of "migrateVirtualMachineWithVolume". Shoud I open a bug report? On Mon, Feb 9, 2015 at 3:21 PM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > I also tried and i

Re: Can System VMs be migrated?

2015-02-09 Thread Rafael Weingartner
t; > > 2-Even if vm is deployed with local storage you can migrate to another > local storage . Check out this api migrateVirtualMachineWithVolume > > > http://cloudstack.apache.org/docs/api/apidocs-4.4/root_admin/migrateVirtual > MachineWithVolume.html > > > ~prashant > &g

Re: Can System VMs be migrated?

2015-02-09 Thread Rafael Weingartner
lar...@citrix.com> wrote: > Yes, we can. > > -Original Message- > From: Rafael Weingartner [mailto:rafaelweingart...@gmail.com] > Sent: Saturday, February 07, 2015 2:41 AM > To: dev@cloudstack.apache.org > Subject: Can System VMs be migrated? > > Hi folks, > >

Can System VMs be migrated?

2015-02-08 Thread Rafael Weingartner
Hi folks, I was wondering, can we migrate systems vms from a host to another one in the same cluster? -- Rafael Weingärtner

Re: CS SystemVM with with running apache web server

2014-12-03 Thread Rafael Weingartner
AM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > I was looking at the VR and SSVM. > > On Wed, Dec 3, 2014 at 10:27 AM, Andrija Panic > wrote: > >> Console proxy VM use web server I beleive...both 80 and 443 >> Not sure about SSVM though... >>

Re: CS SystemVM with with running apache web server

2014-12-03 Thread Rafael Weingartner
I was looking at the VR and SSVM. On Wed, Dec 3, 2014 at 10:27 AM, Andrija Panic wrote: > Console proxy VM use web server I beleive...both 80 and 443 > Not sure about SSVM though... > > On 3 December 2014 at 13:23, Rafael Weingartner < > rafaelweingart...@gmail.com > &g

CS SystemVM with with running apache web server

2014-12-03 Thread Rafael Weingartner
Hi folks, I noticed today that CS system VMs have a running apache webserver listening ports 80 and 443. I looked at its configs, and it seems to do nothing. At least, I could not find anything interesting there. Thus, there was just a default listening on port 80 and 443, with nothing else. Is i

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Rafael Weingartner
to be expunged did not allocate volume on > primary storage. > > Thanks > -min > > On 11/6/14 4:57 AM, "Rafael Weingartner" > wrote: > > >HI, > > > >Have already someone seen a null pointer when deleting a VM? > > > >I have and environment

Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Rafael Weingartner
HI, Have already someone seen a null pointer when deleting a VM? I have and environment running for a while with CS 4.3.1, and today I tried to delete a VM that was in expunging state but it keeps getting an error: 2014-11-06 10:54:23,473 DEBUG [c.c.v.VirtualMachineManagerImpl] (Job-Executor-37:

Cloudstack 4.5+ roadmap?

2014-10-08 Thread Rafael Weingartner
Hi folks, I was wondering, is there a Cloudstack roadmap for version 4.5.0 and beyond? -- Rafael Weingärtner

Re: [CCCEU14] hackathons

2014-09-17 Thread Rafael Weingartner
Are we going to have hackathons in ccceu in Hungary in November the 19th? On Wed, Sep 17, 2014 at 8:29 AM, Stephen Turner wrote: > Thanks for the pointer, Daan. I'm interested in the API, but when are we > planning to do this? On the day before the conference starts? > > -- > Stephen Turner > >

Re: Disable Agent

2014-08-14 Thread Rafael Weingartner
If the VMs are running it would remove them On Thu, Aug 14, 2014 at 12:15 PM, Fedi Ben Ali wrote: > Hello , > > When we add a host that contains virtual machines to CloudStack,there is an > agent that remove all those VM's. > Is there a solution that allow me disable that agent so i can add the

Re: DNS service on VR not responding

2014-07-20 Thread Rafael Weingartner
art troubleshooting this? > > Looking forward to your reply, thank you. > > Cheers. > > > > On Sun, Jul 20, 2014 at 11:26 PM, Rafael Weingartner < > rafaelweingart...@gmail.com> wrote: > > > Have you taken a look at dnsmasq.log in the VR ? > > Wha

Re: DNS service on VR not responding

2014-07-20 Thread Rafael Weingartner
Have you taken a look at dnsmasq.log in the VR ? What do you mean with not responding? The addresses are not being resolved to ip addresses? On Sun, Jul 20, 2014 at 11:53 AM, Indra Pramana wrote: > Dear all, > > All our guest VMs are having our virtual router (VR)'s IP address on > /etc/resolv.

Re: Can we delete a template after a VM is instantiated from it?

2014-06-19 Thread Rafael Weingartner
account and you should be able to log a bug. > > On Wednesday, June 18, 2014, Rafael Weingartner < > rafaelweingart...@gmail.com> > wrote: > > > Sure, I can do that. > > I also think that it is a bug. > > sorry if it seems a dumb question, but, how can I file a b

Re: Can we delete a template after a VM is instantiated from it?

2014-06-18 Thread Rafael Weingartner
> Thanks > -min > > On 6/16/14 10:33 AM, "Rafael Weingartner" > wrote: > > >This way, it seems that you have a bug in CS 4.3.0 when starting a machine > >that was created from a template that has been deleted. > > > > > >There will happen a nu

Re: Can we delete a template after a VM is instantiated from it?

2014-06-16 Thread Rafael Weingartner
e template without any issues. > > -Sanjeev > > -Original Message- > From: Rafael Weingartner [mailto:rafaelweingart...@gmail.com] > Sent: Sunday, June 15, 2014 8:48 PM > To: dev@cloudstack.apache.org > Subject: Can we delete a template after a VM is instantiated from

Can we delete a template after a VM is instantiated from it?

2014-06-15 Thread Rafael Weingartner
Hi, I was wondering if we can delete a template that has already been used to instantiate some VMs. Would that cause any trouble? -- Rafael Weingärtner

Re: deleting or cancelling broken ACS jobs

2014-06-09 Thread Rafael Weingartner
t sure if this thread is related to my problem. I have a single > management server with a few messed up tasks. > > Is it safe to remove everything from the async_job and async_job_view > tables (apart from any current jobs)? > > Thanks > > Andrei > > - Original Mess

Re: deleting or cancelling broken ACS jobs

2014-06-09 Thread Rafael Weingartner
have you seem this thread? http://mail-archives.apache.org/mod_mbox/cloudstack-users/201404.mbox/%3cblu176-w37d2e5fc141028f7d1937db4...@phx.gbl%3E I think this might work to delete the broken tasks. On Mon, Jun 9, 2014 at 5:35 PM, Andrei Mikhailovsky wrote: > Hello guys, > > was wondering if an

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-29 Thread Rafael Weingartner
.vhd files from the local storage of my xenservers and everything was good to go. Thanks for your support Min ;) On Thu, May 29, 2014 at 10:03 AM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > Hi, > Before I ran any kind of command I decided to dive a little deeper into

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-29 Thread Rafael Weingartner
bs. > > Thanks > -min > > On 5/28/14 2:11 PM, "Rafael Weingartner" > wrote: > > >by clear, you mean "xe vdi-destroy uuid=vdi of systemvm.iso"? > >So, I just need to stop the management servers, run that in every cluster > >that I have and

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
r so that new systemvm.iso > built can be deployed there. > > Thanks > -min > > On 5/28/14 12:42 PM, "Rafael Weingartner" > wrote: > > >Another interesting fact: > >All the jars, cloud-**.jar are label as if they were 4.1.1 version. > >Is that righ

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
Another interesting fact: All the jars, cloud-**.jar are label as if they were 4.1.1 version. Is that right? On Wed, May 28, 2014 at 4:01 PM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > Just an update. > I have just checked my console proxy VM, which is also with &

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
get, I cannot be the only one with this problem. It seems that this jar is missing into the system vm template. On Wed, May 28, 2014 at 2:45 PM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > thanks, I checked the "/var/log/cloud/cloud.out", And I found thi

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
gent is a > java code running inside your SSVM, you should see what error you > encountered in starting agent in your ssvm from cloud.out file in SSVM log. > > Thanks > -min > > > On 5/28/14 10:20 AM, "Rafael Weingartner" > wrote: > > >What agent a

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
an entry into the host table? On Wed, May 28, 2014 at 2:05 PM, Min Chen wrote: > Check if agent is running your ssvm. > > Thanks > -min > > On 5/28/14 7:26 AM, "Rafael Weingartner" > wrote: > > >Hi all, > >sorry, to bother you again with this thread

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
, May 26, 2014 at 4:42 PM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > Hi folks, I am sending this to the dev list as well, hence I am not sure > if it is or not a bug. Sorry if I am mistaken. > > So, after I upgraded CS from 4.1.1 to 4.3.0, everything seemed to

Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-26 Thread Rafael Weingartner
Hi folks, I am sending this to the dev list as well, hence I am not sure if it is or not a bug. Sorry if I am mistaken. So, after I upgraded CS from 4.1.1 to 4.3.0, everything seemed to be working just fine, however, whenever I try to download a template or volume I am getting the following error:

Email functionality.

2014-04-22 Thread Rafael Weingartner
Hi folks, I was wondering that it would be awesome if through the CS UI we could contact users, sending them emails(messages about maintenance and etc). Imagine that we have a maintenance coming and/or some users could be affected, or some problem happened that caused some downtime, it would be ve

Re: Cloudstack support for Xen (on Ubuntu)

2014-04-14 Thread Rafael Weingartner
gt; > > > Tracy > > > > Tracy Phillips > > Weberize, Inc. > > > > > > On Fri, Apr 11, 2014 at 8:26 AM, Rafael Weingartner < > > rafaelweingart...@gmail.com> wrote: > > > > > True that, just xen hypervisor is not yet suppo

Re: CS Upgrade from 4.1.x to 4.2.1, registering new System VMs

2014-04-11 Thread Rafael Weingartner
ve uploaded. > > Regards > ilya > > On 4/11/14, 11:29 AM, Rafael Weingartner wrote: > >> Hi folks, >> I am planning my upgrade from 4.1.1 to 4.2.1, reading the docs here: >> http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/ >> 4.2.1/html/Release_Notes/up

CS Upgrade from 4.1.x to 4.2.1, registering new System VMs

2014-04-11 Thread Rafael Weingartner
Hi folks, I am planning my upgrade from 4.1.1 to 4.2.1, reading the docs here: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.1/html/Release_Notes/upgrade-instructions.html#upgrade-from-4.1-to-4.2.1 . After I register the new system vm templates, do not I need to remove the old ones?

Re: Cloudstack support for Xen (on Ubuntu)

2014-04-11 Thread Rafael Weingartner
True that, just xen hypervisor is not yet supported. However, if you also install the XCP over xen hypervisor it will work. On Fri, Apr 11, 2014 at 7:05 AM, Nux! wrote: > On 11.04.2014 10:10, Pradeep Cloudstack wrote: > >> I have a server running Ubuntu 13.04. I am planning to install Xen >> Hy

Re: Remove Mgmt Server

2014-04-10 Thread Rafael Weingartner
+1 I would love that On Thu, Apr 10, 2014 at 8:40 PM, Alex Huang wrote: > +1 > > It should be similar to how our resources have states: > enable/disable/inactive. Enable means the mgmt server node is enabled. > Inactive means it shouldn't be serving new requests (in this case handle > new job

Re: Remove Mgmt Server

2014-04-10 Thread Rafael Weingartner
I would love a function like this ;) On Thu, Apr 10, 2014 at 12:11 PM, Michael Phillips wrote: > One be nice to see an option in the UI to cleanly remove a management > server. > Thoughts? > > > Date: Tue, 8 Apr 2014 21:38:29 -0300 > > Subject: Re: Remove Mgmt Server > > From: rafaelweingart...@

Re: Remove Mgmt Server

2014-04-08 Thread Rafael Weingartner
I prefer to set the removed field to some data that represents the time when the server was removed. This way when a new management server gets up it does not waste time checking if some other server is up. On Tue, Apr 8, 2014 at 1:58 PM, Kelven Yang wrote: > Just by stopping the running manage

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
...done. Have anyone seen something like this? On Mon, Apr 7, 2014 at 10:15 AM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > I am using Xen server instead of KVM. > I tried to ping the VM's internal address, however it does not respond. > > > On Mon, Apr 7,

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
I am using Xen server instead of KVM. I tried to ping the VM's internal address, however it does not respond. On Mon, Apr 7, 2014 at 10:13 AM, Wido den Hollander wrote: > > > On 04/07/2014 03:10 PM, Rafael Weingartner wrote: > >> By agent you mean CS management server

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
By agent you mean CS management server? I am running CS 4.1.1. would the command cloudstack-ssh work, if the VM does not respond on its ip addresses? On Mon, Apr 7, 2014 at 10:01 AM, Wido den Hollander wrote: > > > On 04/07/2014 02:20 PM, Rafael Weingartner wrote: > >> Th

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
: > > > On 04/07/2014 12:33 AM, Rafael Weingartner wrote: > >> Hi folks, >> I was wondering how a system vm gets an IP address. I know they are the >> first things that CS needs in order to start up others VMs, so when they >> start there is no virtual ro

How does a system VM get an IP address?

2014-04-06 Thread Rafael Weingartner
Hi folks, I was wondering how a system vm gets an IP address. I know they are the first things that CS needs in order to start up others VMs, so when they start there is no virtual router to assign IP addresses via DHCP. I also noticed that on the physical hosts with the VM.Start command CS sends

Re: Problem in set mac address in vif's

2014-04-05 Thread Rafael Weingartner
Hi all, Rodrigo Works with me at our university's lab, he was trying to explain a problem that we ran into, after an O.S upgrade that we did. First of all I would like to say that I am sorry if I am bothering you guys, since this is not a problem related to CS per se, but rather a problem with th

Re: Move running vm to project

2014-02-09 Thread Rafael Weingartner
oject. You can see that this user > account 'owns' all vms within that project. > > Not sure if this helps at all... > > Sean > > > On 19 January 2014 16:32, Rafael Weingartner >wrote: > > > Well, I could do that. However, this way seems that the VM is ju

Re: cloudstack presenting wrong used memory values

2014-01-31 Thread Rafael Weingartner
uot; and it has been two days that those values are not being updated. Could be a misconfiguration?A problem? On Thu, Jan 30, 2014 at 10:57 AM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > I am using xen-hypervisor 4.1 and XCP 1.6 if I am not mistaken. > > I have also ne

Re: cloudstack presenting wrong used memory values

2014-01-30 Thread Rafael Weingartner
2 > > > > > > It appears that the units used for 'Memory used' are simply a few factors > > of 10 out. > > > > Can you have a look to see if there is a bug specifically for this? If > not > > feel free to create one using the information I

Re: cloudstack presenting wrong used memory values

2014-01-29 Thread Rafael Weingartner
Doesn't anyone think that those memory values presented on infrastructure>hosts are a little odd? On Tue, Jan 28, 2014 at 2:54 PM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > Hi all, > > I am mailing this to the dev and users list, since I am not sure w

cloudstack presenting wrong used memory values

2014-01-28 Thread Rafael Weingartner
Hi all, I am mailing this to the dev and users list, since I am not sure which one would be the best to make such question. So, I deployed Zenoss to monitor my Cloud, and I noticed something weird on a graph that it was generating about the Cloud's memory. The graph was showing total memory as 2

Re: Template not in ready state

2013-12-09 Thread Rafael Weingartner
What states are the templates in ? 2013/12/9 Girish Shilamkar > Talluri/Nitin, > > I did check the ms logs. There were no errors. > The issue was with the download url, it was a local url and the webserver > was down. > > Thanks for your help. > > Regards, > Girish > > On 07-Dec-2013, at 9:06 P