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

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=listVirtualMachinesdetails=stats;... It returns the resource usage statistics for a VM (the amount of resource used in that moment/the last monitored resource

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 and KVM clusters,

2015-03-31 Thread Rafael Weingartner
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 From: Rafael Weingartner rafaelweingart...@gmail.com Sent: Tuesday, March 31, 2015 3:36 PM To: us

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

Re: Cloudstack modules on maven repository

2015-03-18 Thread Rafael Weingartner
maven 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, I just started extending Cloustack, I have spent almost

Re: Can System VMs be migrated?

2015-02-11 Thread Rafael Weingartner
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- From: Rafael Weingartner

Re: Can System VMs be migrated?

2015-02-10 Thread Rafael Weingartner
-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.local.storage” was already set to false

Re: Can System VMs be migrated?

2015-02-10 Thread Rafael Weingartner
migration 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 rafaelweingart...@gmail.com wrote: Well

Re: Can System VMs be migrated?

2015-02-09 Thread Rafael Weingartner
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 On 2/9/15, 5:08 PM, Rafael Weingartner rafaelweingart...@gmail.com

Re: Can System VMs be migrated?

2015-02-09 Thread Rafael Weingartner
...@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, I was wondering, can we migrate systems vms from

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 it did not work. I am using CS 4.3.0. I

Re: Can System VMs be migrated?

2015-02-09 Thread Rafael Weingartner
in UI? 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 rafaelweingart...@gmail.com wrote: Update

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

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

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 andrija.pa...@gmail.com 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 wrote

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 andrija.pa...@gmail.com 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

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]

Re: Cloudstack 4.3.1 - NullPointerException when deleting VM

2014-11-06 Thread Rafael Weingartner
. The VM to be expunged did not allocate volume on primary storage. Thanks -min On 11/6/14 4:57 AM, Rafael Weingartner rafaelweingart...@gmail.com wrote: 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

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 stephen.tur...@citrix.com 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? --

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 ben.ali.fe...@gmail.com 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

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 in...@sg.or.id wrote: Dear all, All our guest VMs are having our virtual router (VR)'s IP address on

Re: DNS service on VR not responding

2014-07-20 Thread Rafael Weingartner
is the IP address of the VR) ;; connection timed out; no servers could be reached However, from within the VR, I am able to resolve domains just fine. Any advise where can I start troubleshooting this? Looking forward to your reply, thank you. Cheers. On Sun, Jul 20, 2014 at 11:26 PM, Rafael

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

2014-06-19 Thread Rafael Weingartner
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 bug report? On Wed, Jun 18, 2014 at 8:24 PM, Min Chen min.c

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

2014-06-18 Thread Rafael Weingartner
for that. Thanks -min On 6/16/14 10:33 AM, Rafael Weingartner rafaelweingart...@gmail.com 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 null pointer exception in: ³858

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

2014-06-16 Thread Rafael Weingartner
- 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 it? Hi, I was wondering if we can delete a template that has already been used

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
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 and...@arhont.com wrote: Hello guys, was

Re: deleting or cancelling broken ACS jobs

2014-06-09 Thread Rafael Weingartner
, Not 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 Message - From: Rafael Weingartner

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

2014-05-29 Thread Rafael Weingartner
. Thanks -min On 5/28/14 2:11 PM, Rafael Weingartner rafaelweingart...@gmail.com 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 everything should be fine? On Wed, May 28, 2014

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 this issue. So, I

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 be working just fine

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 min.c...@citrix.com wrote: Check if agent is running your ssvm. Thanks -min On 5/28/14 7:26 AM, Rafael Weingartner rafaelweingart...@gmail.com wrote: Hi all, sorry, to bother you again with this thread. Could at least

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

2014-05-28 Thread Rafael Weingartner
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 rafaelweingart...@gmail.com wrote: What agent are you talking about? Is it an app that run

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

2014-05-28 Thread Rafael Weingartner
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 this error: ERROR AgentShell:607 - Unable to start agent: Resource class not found

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

2014-05-28 Thread Rafael Weingartner
server so that new systemvm.iso built can be deployed there. Thanks -min On 5/28/14 12:42 PM, Rafael Weingartner rafaelweingart...@gmail.com wrote: 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

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

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

Re: Cloudstack support for Xen (on Ubuntu)

2014-04-14 Thread Rafael Weingartner
XCP on, do you gain features that belong to Xenserver or is it limited in someway? The only reason I am not using Xenserver is that I have to manage it differently than my other hosts. Tracy Tracy Phillips Weberize, Inc. On Fri, Apr 11, 2014 at 8:26 AM, Rafael Weingartner

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! n...@li.nux.ro wrote: On 11.04.2014 10:10, Pradeep Cloudstack wrote: I have a server running Ubuntu 13.04. I am planning to

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

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

2014-04-11 Thread Rafael Weingartner
template you'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/upgrade-instructions.html# upgrade-from-4.1

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 mphilli7...@hotmail.comwrote: 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:

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 alex.hu...@citrix.com 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

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

2014-04-07 Thread Rafael Weingartner
...@widodh.nl wrote: 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 router to assign IP addresses via DHCP. Via

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 w...@widodh.nl wrote: On 04/07/2014 02:20 PM, Rafael Weingartner wrote: Thanks man

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 w...@widodh.nl wrote: On 04/07/2014 03:10 PM, Rafael Weingartner wrote: By agent you mean CS management server? I am running CS

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, 2014 at 10:13 AM, Wido den Hollander

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

Re: Move running vm to project

2014-02-09 Thread Rafael Weingartner
, Rafael Weingartner rafaelweingart...@gmail.com wrote: Well, I could do that. However, this way seems that the VM is just going to be migrate to that user and not to a project. Unless the 'master' account of a project has the ability to migrate its VMs to a specific project since it can

Re: cloudstack presenting wrong used memory values

2014-01-31 Thread Rafael Weingartner
, 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 never noticed this used memory values until we deployed Zenoss to monitor the cloud. I just noticed that because the Zenoss was generating

Re: cloudstack presenting wrong used memory values

2014-01-29 Thread Rafael Weingartner
Doesn't anyone think that those memory values presented on infrastructurehosts 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 which one would be the best

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

Re: Template not in ready state

2013-12-09 Thread Rafael Weingartner
What states are the templates in ? 2013/12/9 Girish Shilamkar gir...@clogeny.com 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