Re: CloudMonkey - Connection refused

2012-12-03 Thread Charles Moulliard
Indeed. Typo error. cloudmonkey ☁ Apache CloudStack 🐵 cloudmonkey 4.0.0. Type help or ? to list commands. 🐵 cloudmonkey> set host 192.168.56.1 🐵 cloudmonkey> set port 8080 🐵 cloudmonkey> set apikey CNWDL7rktnqHGa23b3nZPoK6eiN4b4yDN1DSRrrE3exv15ttbl07IZ1bfPl7qRI-FsbZDvcNw2wrdPFyZvNwHw 🐵 cloudmonke

Command to be used to upload an image in DevCloud

2012-12-03 Thread Charles Moulliard
Hi, - Is there a command (CloudMonkey) or AWS S3 APi or ? that we can use to upload an ISO file in CloudStack ? - As we can also create a Template instead of ISO, is there a command to create a template ? - What is the difference (in web ui) between create a Template and ISO ? Regards, -- Charl

Re: ICMP traffic will not traverse

2012-12-03 Thread Michael Hart-Jones
Thanks for that Nik, I have tried that and I still get no response back.  The instances have no firewall in place. --- Michael Hart-Jones BEng    

RE: ICMP traffic will not traverse

2012-12-03 Thread Jayapal Reddy Uradi
You can't ping the guest VM from the public network. Adding icmp rule on public IP allows to ping only public IP but not the guest VM. >From cloudstack UI you can reach the guest VM tcp/udp ports. Below are the steps to ssh to guest vm from the public network: 1. Aquire public IP P1, on

Re: BAD System VMs in Ubuntu 12.04

2012-12-03 Thread Trevor Francis
There is nothing strange in the agent logs when System VMs are Created. (Debug On)Pastebin located here: http://pastebin.com/ZKLpHc1s Trevor FrancisPartner46 Labs | PeerEdge Cloud Switch (PeCS)http://www.46labs.com | http://www.peeredge.net720-214-3643- Voicetre...@46labs.com Solutions Provider for

minimum number of vlans

2012-12-03 Thread Sebastien Goasguen
Hi, what's the minimum number of vlans we need to create an advanced zone ? thanks -sebastien

RE: minimum number of vlans

2012-12-03 Thread Anthony Xu
For shared network in advanced zone, it is one. For isolated network in advanced zone, it is one public vlan + number of account * one guest vlan Anthony > -Original Message- > From: Sebastien Goasguen [mailto:run...@gmail.com] > Sent: Monday, December 03, 2012 8:15 AM > To: cloudstac

XenServer & VM Snapshots

2012-12-03 Thread Matthew Hartmann
Hello! I'm hoping someone can help me troubleshoot the following issue: I have a client who has a 960G data volume which contains their VM's Exchange Data Store. When starting a snapshot, I found that a process is started on one of my Compute Nodes titled "sparse_dd". I found that this process

RE: XenServer & VM Snapshots

2012-12-03 Thread Anthony Xu
Hi Matthew, You analysis is correct except following, >I must mention that the same Compute Node that ran sparse_dd or mounted >Secondary Storage is not always the same. It appears the Management Server is >simply round-robining through the list of >Compute Nodes and using the first >one that

RE: Strange issue with DNS and VMs.

2012-12-03 Thread Anthony Xu
That's a bug , dnsmasq doesn't delete old reference, please file a bug. Anthony > -Original Message- > From: Marc Cirauqui [mailto:mcirau...@gmail.com] > Sent: Sunday, December 02, 2012 11:06 PM > To: cloudstack-users > Subject: Re: Strange issue with DNS and VMs. > > Maybe dnsmasq is n

What this warn message means ?

2012-12-03 Thread Charles Moulliard
Hi, After restarting the management server running locally on a MacBook and connected to a DevCloud2 (Virtual Box) machine, I see very often this message : WARN [cloud.resource.DiscovererBase] (ClusteredAgentManager Timer:) Unable to configure resource due to Can not create slave connection to 1

RE: What this warn message means ?

2012-12-03 Thread Anthony Xu
It means MS cannot connect to XCP in virtual box. Is 192.168.56.10 the ip address of ubuntu in virtual box? Is XCP running on ubuntu? Can you ping 192.168.56.10 from your MacBook? Can you telnet 192.168.56.10 443 from your MacBook, Anthony > -Original Message- > From: Charles Moulliard

Re: What this warn message means ?

2012-12-03 Thread Charles Moulliard
192.168.56.10 the ip address of ubuntu in virtual box >> Yes Is XCP running on ubuntu? >> Yes Can you ping 192.168.56.10 from your MacBook? >> I'm connected through a SSH session Can you telnet 192.168.56.10 443 from your MacBook >> By default HTTPS server has been stopped. Why MS needs HTTP(S) run

RE: What this warn message means ?

2012-12-03 Thread Anthony Xu
XenServer is listening on port 443, I assume XCP is listening on port 443 also. You can find out the port by netstat -anp If you can telnet 443, Then you need to find out why XCP turn down the request. XenServer log is at /var/log/xensource.log, not sure where is XCP log. A possible reason is u

RE: XenServer & VM Snapshots

2012-12-03 Thread Matthew Hartmann
Anthony: Thank you for the prompt and informative reply. > I'm pretty sure mount and copy are using the same XenServe host. The behavior I have witnessed with CS 3.0.2 is that it doesn't always do the mount & copy on the same host. Out of the 12 tests I've performed, only once was the mount & co

Re: Command to be used to upload an image in DevCloud

2012-12-03 Thread Rohit Yadav
On 03-Dec-2012, at 1:29 AM, Charles Moulliard wrote: > Hi, > > - Is there a command (CloudMonkey) or AWS S3 APi or ? that we can use to > upload an ISO file in CloudStack ? Read the API docs for usage: http://incubator.apache.org/cloudstack/docs/api/index.html cloudmonkey, give it url etc. s

RE: XenServer & VM Snapshots

2012-12-03 Thread Anthony Xu
CS 3.0.2 is too old version. I'm pretty sure mount & copy on the same host in 3.0.4 and 3.0.5. If mount & copy might be on different hosts, the issue is very likely to happen. I didn't hear this issue from QA and users. I just checked vmopsSnapshot plug-in for XenServer, at /etc/xapi.d/plugins,

RE: XenServer & VM Snapshots

2012-12-03 Thread Matthew Hartmann
Thank you Anthony! :) Cheers, Matthew Matthew Hartmann Systems Administrator | V: 812.378.4100 x 850 | E: mhartm...@tls.net TLS.NET, Inc. http://www.tls.net -Original Message- From: Anthony Xu [mailto:xuefei...@citrix.com] Sent: Monday, December 03, 2012 1:59 PM To: 'Cloudstack Dev

Re: ICMP traffic will not traverse

2012-12-03 Thread Chiradeep Vittal
Icmp type/code any/any maps to –1/-1 in the API, not 0/0 From: Michael Hart-Jones mailto:mhartjo...@accessit.co.uk>> Reply-To: CloudStack Users mailto:cloudstack-users@incubator.apache.org>> Date: Mon, 3 Dec 2012 04:04:56 -0800 To: CloudStack Users mailto:cloudstack-users@incubator.apache.org>>

Re: Zone 1 is not ready to launch console proxy yet

2012-12-03 Thread Dave Cundiff
Hi, I had the same issue after a 3.0.3 upgrade. I erased my system VMs to rebuild and they were never re-created. I dug through the MySQL queries and code a bit. The closest I got was it appeared to be the code checking to see if the zone was ready. It saw mine as not ready and I could never figur

Re: BAD System VMs in Ubuntu 12.04

2012-12-03 Thread Trevor Francis
resolved by a apt-get install cloud-system-iso and an cloud-agent restart.This should be part of the cloud-agent installation and included in 4.0.1. Trevor FrancisPartner46 Labs | PeerEdge Cloud Switch (PeCS)http://www.46labs.com | http://www.peeredge.net720-214-3643- Voicetre...@46labs.com Solutio

Configuring Ceph in Cloudstack

2012-12-03 Thread Trevor Francis
So, I have now gotten my hosts (KVM) and first ceph box built.For the KVM hosts I did a regular apt-get install qemu-kvm (which according to the latest docs, has RBD built in) and manually installed libvirtd 0.10.2. What I am confused on is how to I attach it to Cloudstack. I have added a primary s

Re: Network Usage

2012-12-03 Thread Chiradeep Vittal
For basic zone and advanced networks where there is no VR in the path, the only supported sFlow collector is Traffic Sentinel: http://www.inmon.com/products/trafficsentinel.php Check the user_statistics table VR stats collection log snippets you should be able to grep for Found 1 running route

Re: Zone 1 is not ready to launch console proxy yet

2012-12-03 Thread Chiradeep Vittal
So what is the result of the below SQL query if you run it by hand? Use data_center.allocation_state = 'Enabled' On 11/29/12 9:54 AM, "Jeff Reed" wrote: >Hey folks, > >I'm having a problem after upgrading from cloudstack 3.0.2 to 4.0. I >followed the instructions here: >http://incubator.apach

Re: Zone 1 is not ready to launch console proxy yet

2012-12-03 Thread Chiradeep Vittal
There's 3 minimum requirements to start a system vm: 1. The zone is enabled 2. There is primary storage ready that matches the type of the system vm offering (e.g., if only local is available, then system vm disk offering also needs to be local) 3. The system vm templates are DOWNLOADED 3. There ar

Re: XenServer & VM Snapshots

2012-12-03 Thread Marc Cirauqui
If I may, we've detected very poor performance executing snapshots. We think it's due to XenServer's API, I don't know how and why, but the API is very slow and runs one task at a time (if it is doing paralelization it's almost nothing). Do you know if there's a way to improve IO rates on XS side