cloudstack4.3添加主机失败

2014-04-07 Thread focus987...@gmail.com
cloudstack 4.3添加主机失败,日志提示 WARN [utils.nio.NioConnection] (Agent-Selector:null) Unable to connect to remote: is there a server running on port 8250 ,这是什么情况啊! focus987...@gmail.com

Re: CloudStack on qemu

2014-04-07 Thread chris snow
Yes, I have been using devcloud2 as the basis of building a vagrant box with xen and CloudStack. On 7 Apr 2014 01:49, OutBackDingo outbackdi...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/06/2014 06:56 PM, chris snow wrote: I have been trying to get a CloudStack

Re: PV Ubuntu 12.04 Server non ISO Installation

2014-04-07 Thread chris snow
Thanks Rafael. Do you have a 32 bit vhd as well? On 7 Apr 2014 01:20, Rafael Weingartner rafaelweingart...@gmail.com wrote: My bad, I have not seen your first email. ;) Here is a link to a template of Ubuntu server 12.04 64 bits that I use.

RE: CloudStack on qemu

2014-04-07 Thread Geoff Higginbottom
Chris, To use a XenServer which does not have HVM support you need to run this command to update the CloudStack DB. Replacing [password] [account] with your MySQL Credentials (this assumes the command is run on the local MySQL Server so add -h [IPADDRESS] if running remotely etc) mysql

Re: CloudStack on qemu

2014-04-07 Thread chris snow
Hi Geoff, I had run that command, but I still received errors such as VM_HVM_REQUIRED (from XCP), INVALID_SOURCE [1] and host automatically rebooting.Some of the issues were probably due to my customised version of DevCloud [2] and the Xen setup. I was hoping that qemu would give me full

security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hello All,  I installed Ubuntu 12.04 LTS on a i3, 8gb ram machine. And installed cloudstack 4.3. Upon starting the the management server and agent of cloudstack, the following errors are reported by the system. Any insights? Thanks in advance. Regards, Giri security_group.py has closed

RE: CloudStack on qemu

2014-04-07 Thread Geoff Higginbottom
Hi Chris, That SQL command is simply to allow you to add a non HVM Xen Host into CloudStack, so if you have added the host this is your first hurdle overcome. The problem is really with VirtualBox and its limitations. For example I also run XenServer 6.2 test hosts, but running on VMware

security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hello All,  I installed Ubuntu 12.04 LTS on a i3, 8gb ram machine. And installed cloudstack 4.3. Upon starting the the management server and agent of cloudstack, the following errors are reported by the system. Any insights? Thanks in advance. Regards, Giri security_group.py has closed

security_group.py has closed unexpectedly

2014-04-07 Thread Giri Prasad
Hello All, I installed Ubuntu 12.04 LTS on a i3, 8gb ram machine. And installed cloudstack 4.3. Upon starting the the management server and agent of cloudstack, the following errors are reported by the system. Any insights? Thanks in advance. Regards, Giri security_group.py has

RE: Share Templates Guest Network

2014-04-07 Thread Geoff Higginbottom
Hi Anoop, There are no DB tweaks required as this is supported 'out of the box' Both Templates and Networks can be assigned to a Domain, then any Account belonging to that Domain can use them. When creating the Shared Network, if you have multiple Sub-Domains, ensure you also enable the

Re: security_group.py closed unexpectedly

2014-04-07 Thread Jayapal Reddy Uradi
Hi, Can you please run the below script on the host and check for errors. /usr/bin/pyton /usr/share/cloudstack-common/scripts/vm/network/security_group.py default_network_rules_systemvm --vmname s-5-VM --localbrname cloud iptables chain create should not cause issues. Thanks, Jayapal On

Re: security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hi, Thanks for your reply. /usr/bin/python /usr/share/cloudstack-common/scripts/vm/network/security_group.py default_network_rules_systemvm --vmname s-5-VM --localbrname cloud runs fine, without any problem.  However, I notice the following errors, in the management log, when

Re: security_group.py closed unexpectedly

2014-04-07 Thread Jayapal Reddy Uradi
The error is specific to running with sudo. But this error is not related to security_group.py failure. Thanks, Jayapal On 07-Apr-2014, at 4:06 PM, Giri Prasad g_p...@yahoo.com wrote: Hi, Thanks for your reply. /usr/bin/python

vlan id: already exists Error in CS4.3

2014-04-07 Thread Anoop Mohan
Getting below error when I recreate the Shared Guest Network. I have Deleted the guest Network before adding it again. There is a isolated/shared network with vlan id: 554 already exists in zone 1 From DB I could see two entries for that vlan mysql select id, name, broadcast_uri From networks

Re: CloudStack on qemu

2014-04-07 Thread chris snow
Hi Geoff, When I started playing with Cloudstack a few months back, I was looking to create a vagrant based Cloudstack IaaS for Apache Stratos (PaaS) developers. The journey has been very long, but not completely wasted because it has given me quite a bit of exposure to the Cloudstack codebase

Re: security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hi All,  I am getting the following errors repeated in the management server log. Any clues? Using Ubuntu 12.04 LTS (kernel 3.11.0-19-generic) and cloudstack 4.3. Thanks Regards, Giri 2014-04-07 16:39:30,748 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl]

RE: CloudStack on qemu

2014-04-07 Thread Geoff Higginbottom
Hi Chris, Our current setup uses two VMs running inside VirtualBox, one CentOS VM for CloudStack, MySQL and bith Pri and Sec Storage via NFS. A 2nd VM is running Citrix XenServer 6.2. The key is everything is opensource, hence not using VMware Workstation (which would perform better).

RE: vlan id: already exists Error in CS4.3

2014-04-07 Thread Geoff Higginbottom
How long did you wait between deleting the old network, and creating a new one with the same VLAN ? Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shapeblue.com -Original Message- From: Anoop Mohan

Re: PV Ubuntu 12.04 Server non ISO Installation

2014-04-07 Thread Rafael Weingartner
I just have 64 bits. On Mon, Apr 7, 2014 at 3:02 AM, chris snow chsnow...@gmail.com wrote: Thanks Rafael. Do you have a 32 bit vhd as well? On 7 Apr 2014 01:20, Rafael Weingartner rafaelweingart...@gmail.com wrote: My bad, I have not seen your first email. ;) Here is a link to a

Re: vlan id: already exists Error in CS4.3

2014-04-07 Thread Anoop Mohan
It was under Project. That's why it was not showing in Default view. Sorry for the confusion here Thanks Geoff On Mon, Apr 7, 2014 at 4:58 PM, Geoff Higginbottom geoff.higginbot...@shapeblue.com wrote: How long did you wait between deleting the old network, and creating a new one with the

RE: CloudStack on qemu

2014-04-07 Thread chris snow
Ah, cool. There may be some sharing possible with the stuff Ian Duffy is looking at: https://github.com/imduffy15/packer-xenserver http://www.google-melange.com/gsoc/proposal/public/google/gsoc2014/imduffy15/5662278724616192 On 7 Apr 2014 12:28, Geoff Higginbottom

Re: Systems VM Agent status-disconnect after upgrading from Cloudstack 4.1 to 4.2

2014-04-07 Thread Rafael Weingartner
Have you added the new system VM template into the CS before you start the upgrade process? On Fri, Apr 4, 2014 at 1:00 PM, Xerex Bueno xbu...@lpsintegration.comwrote: Yes, also if I remember correctly it actually tells you to do that in the upgrade documentation. In the event it doesn't

Re: AD LDAP authentication failing post CS 4.2.1 to CS 4.3 upgrade

2014-04-07 Thread Antonio Packery
Hi Sadhu, No changes from when i had AD authentication configured on ACS 4.2.1 where all worked fine. Still no joy with ldap authentication on ACS 4.3.0 even with the steps listed below. Regards Antonio On 04/07/2014 06:31 AM, Suresh Sadhu wrote: HI Antonio, Hope Registered user has list

API call using cloudstack Python client

2014-04-07 Thread Anoop Mohan
I'm trying to listVMs under Accounts.But not getting any output. getting Respone in the API and Cloud log 2014-04-07 20:52:44,988 INFO [a.c.c.a.ApiServer] (catalina-exec-12:ctx-eae598aa ctx-f6e5dc52 ctx-c69fe6b5) (userId=4 accountId=4 sessionId=null) 192.168.124 -- GET

Re: API call using cloudstack Python client

2014-04-07 Thread abhisek basu
Can you please add listAll=true and check output? Sent from my iPhone On 7 Apr 2014, at 9:05 pm, Anoop Mohan linux.an...@gmail.com wrote: I'm trying to listVMs under Accounts.But not getting any output. getting Respone in the API and Cloud log 2014-04-07 20:52:44,988 INFO

upgrading Cloudstack 4.2.1 to Cloudstack 4.3 KVM Advance zone

2014-04-07 Thread motty cruz
Hello All, I have couple of questions about upgrading Cloudstack 4.2.1 to Cloudstack 4.3, 1. I can't find the instructions for upgrading. 2. I have two VPN site-to-site connection, would those VPN connects remain online while upgrading? (my guest gateway is different than management gateway)

Re: API call using cloudstack Python client

2014-04-07 Thread Anoop Mohan
I'm using vms = cloudstack.listVirtualMachines() in my python script how can add ListAll here? Thanks On Mon, Apr 7, 2014 at 9:23 PM, abhisek basu abhisekb...@msn.com wrote: Can you please add listAll=true and check output? Sent from my iPhone On 7 Apr 2014, at 9:05 pm, Anoop Mohan

Re: Error in terminal:No package cloud-client availble

2014-04-07 Thread Ekta Agrawal
The system have 4GB.So ,I allocated 4 GB to that vm also. On Mon, Apr 7, 2014 at 12:02 AM, Geoff Higginbottom geoff.higginbot...@shapeblue.com wrote: How much RAM does the VM where CloudStack is installed have ? Regards Geoff Higginbottom CTO / Cloud Architect D: +44 20 3603

Re: upgrading Cloudstack 4.2.1 to Cloudstack 4.3 KVM Advance zone

2014-04-07 Thread Nux!
On 07.04.2014 17:02, motty cruz wrote: Hello All, I have couple of questions about upgrading Cloudstack 4.2.1 to Cloudstack 4.3, 1. I can't find the instructions for upgrading. 2. I have two VPN site-to-site connection, would those VPN connects remain online while upgrading? (my guest

Re: upgrading Cloudstack 4.2.1 to Cloudstack 4.3 KVM Advance zone

2014-04-07 Thread motty cruz
Thank you Lucian, yes I have a testing cluster, I plan to deploy the upgrade. Thanks for your support. On Mon, Apr 7, 2014 at 9:21 AM, Nux! n...@li.nux.ro wrote: On 07.04.2014 17:02, motty cruz wrote: Hello All, I have couple of questions about upgrading Cloudstack 4.2.1 to Cloudstack

Re: API call using cloudstack Python client

2014-04-07 Thread Anoop Mohan
Tried vms = cloudstack.listVirtualMachines({'listall': 'true'}) Log Snippet 2014-04-07 21:59:20,417 DEBUG [c.c.a.ApiServlet] (catalina-exec-14:ctx-a8dc5314) ===START=== 10.10.32.64 -- GET

Re: Trouble with Usage server on 4.3.

2014-04-07 Thread Steve Searles
Anyone? Steven Searles Zimcom Internet On Apr 4, 2014, at 6:04 PM, Steve Searles ssear...@zimcom.netmailto:ssear...@zimcom.net wrote: On 4.3 I am having a problem getting my usage server to start. CS works fine and db.properties appears to be correct. The cloudstack_usage DB has been

local storage ?

2014-04-07 Thread Zack Payton
Hi there, I have a KVM hypervisor with 8 locally attached drives. I would ideally like to add the 8 drives to a VM and allow them it to leverage all of the spindles simultaneously. Reading through the documentation, I don't see any obvious way to do this. The reason I seek a configuration of

Re: upgrading Cloudstack 4.2.1 to Cloudstack 4.3 KVM Advance zone

2014-04-07 Thread Erik Weber
Instructions are usually in the release notes :-) Erik Weber 7. apr. 2014 18:03 skrev motty cruz motty.c...@gmail.com følgende: Hello All, I have couple of questions about upgrading Cloudstack 4.2.1 to Cloudstack 4.3, 1. I can't find the instructions for upgrading. 2. I have two VPN

Re: local storage ?

2014-04-07 Thread Nux!
On 07.04.2014 17:47, Zack Payton wrote: Hi there, I have a KVM hypervisor with 8 locally attached drives. I would ideally like to add the 8 drives to a VM and allow them it to leverage all of the spindles simultaneously. Reading through the documentation, I don't see any obvious way to do

Re: local storage ?

2014-04-07 Thread Zack Payton
Damn, was hoping for JBOD. Additionally, I don't have a raid controller. Thanks anyhow. On Mon, Apr 7, 2014 at 9:52 AM, Nux! n...@li.nux.ro wrote: On 07.04.2014 17:47, Zack Payton wrote: Hi there, I have a KVM hypervisor with 8 locally attached drives. I would ideally like to add the 8

Re: local storage ?

2014-04-07 Thread Matthew Midgett
We use clustered lvm to access local partition exported from the fibersan. You should be able to do something like this. You would just use local mount points i think. There could be lots of options like loading zfs kernel modules and creating zpools and then share them using local storage or

RE: Error in terminal:No package cloud-client availble

2014-04-07 Thread Geoff Higginbottom
Can you export the log from the when you start the 'cloudstack-management' service (allow it to run for approx. 1 min, this should be long enough for the GUI to appear) If the GUI fails to appear, its often a problem with the scripts which run against the DB when it first starts, so might

RE: upgrading Cloudstack 4.2.1 to Cloudstack 4.3 KVM Advance zone

2014-04-07 Thread Geoff Higginbottom
Latest Docs can be found here, http://docs.cloudstack.apache.org/en/latest/ And the link for the upgrade instructions is http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/latest/rnotes.html#upgrade-from-4-2-0-to-4-3 Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44

RE: AD LDAP authentication failing post CS 4.2.1 to CS 4.3 upgrade

2014-04-07 Thread Suresh Sadhu
Its seems there is a problem and values are not configured properly after upgrade. Please log a defect. Hope you set the following attributes . Ldap.basedn Ldap.bind.password Ldap.username.attribute- sAMAccountName Ldap.user.object --user Ldap.search.group.principle All the above fields are

Re: upgrading Cloudstack 4.2.1 to Cloudstack 4.3 KVM Advance zone

2014-04-07 Thread motty cruz
I upgrade Cloudstack 4.2 to Cloudstack 4.3, but Systems VMs, I can't connect to console. Ensure that the admin port is set to 8096 by using the integration.api.port restart management server and system VMs but did not fix connection issues. any idea? Thanks, On Mon, Apr 7, 2014 at 11:09 AM,

RE: upgrading Cloudstack 4.2.1 to Cloudstack 4.3 KVM Advance zone

2014-04-07 Thread Geoff Higginbottom
Did you download the new system vm template as detailed in the release notes before running the upgrade? Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shapeblue.com -Original Message- From: motty cruz

RE: upgrading Cloudstack 4.2.1 to Cloudstack 4.3 KVM Advance zone

2014-04-07 Thread Suresh Sadhu
What is the value set for consoleproxy.url.domain in global configuration Also did you define traffic labels for physical networks or used default labels Check your console proxy public IP reachable from host. Regards Sadhu -Original Message- From: motty cruz

Re: upgrading Cloudstack 4.2.1 to Cloudstack 4.3 KVM Advance zone

2014-04-07 Thread motty cruz
I changed *.realhostip.com to realhostip.com! now is working. Thanks, On Mon, Apr 7, 2014 at 11:31 AM, Suresh Sadhu suresh.sa...@citrix.comwrote: What is the value set for consoleproxy.url.domain in global configuration Also did you define traffic labels for physical networks or used

Re: AD LDAP authentication failing post CS 4.2.1 to CS 4.3 upgrade

2014-04-07 Thread Ian Duffy
Hi All, Just after trying to recreate the issue, I failed to do so successfully. I installed 4.2, configured LDAP, verified it worked. Upgraded to 4.3, logged in as admin, verified the LDAP configuration was present. Logged out and attempted to login as an LDAP user. On 7 April 2014 19:17,

Re: CloudStack on qemu

2014-04-07 Thread chris snow
Hi Geoff , On your Virtualbox XenServers training appliances, are you able to install a domU distributions (e.g. Ubuntu 12.04 server)? I just performed a quick test in XenServer 6.2, and I am hitting an error (INVALID_SOURCE) which I think is due to the lack of HMV. My basic requirement for the

Re: AD LDAP authentication failing post CS 4.2.1 to CS 4.3 upgrade

2014-04-07 Thread Antonio Packery
Hi Ian, Can you please confirm your global ldap settings? Are you able to ‎import ldap users from AD? Original Message From: Ian Duffy Sent: Monday 7 April 2014 21:22 To: users@cloudstack.apache.org Reply To: users@cloudstack.apache.org Subject: Re: AD LDAP authentication failing post CS

Re: upgrading Cloudstack 4.2.1 to Cloudstack 4.3 KVM Advance zone

2014-04-07 Thread motty cruz
now am having issues with Virtual Router, is not routing traffic. I can't pint anywhere. any suggestions? Thanks, On Mon, Apr 7, 2014 at 12:22 PM, motty cruz motty.c...@gmail.com wrote: I changed *.realhostip.com to realhostip.com! now is working. Thanks, On Mon, Apr 7, 2014 at 11:31

System vm's with wrong network routing

2014-04-07 Thread Matthew Midgett
My system vm's are being created with the wrong routes. Manually deleting and adding them fixes the problem. Where would I go to fix this permanently?  Sent from my Galaxy S®III

Fwd: SSO and keystone

2014-04-07 Thread María Noelia Gil
Inicio del mensaje reenviado: De: María Noelia Gil marianoelia@um.es Asunto: SSO and keystone Fecha: 4 de abril de 2014 17:18:51 GMT+2 Para: d...@cloudstack.apache.org Hi! I looked the model sso in this webpage http://www.slideshare.net/cloudstack/cloudstack-ui-customization. Why

cloudstack-agent jsvc error 4.2 to 4.3 upgrade

2014-04-07 Thread Jonathan Gowar
Hi, After upgrading cloudstack-agent from 4.2 to 4.3 (changing APT sources and upgrading) I now have the following issue:- syslog == Apr 8 00:14:05 compute-1 jsvc.exec[3831]: log4j:WARN No appenders could be found for logger (com.cloud.agent.AgentShell). Apr 8 00:14:05 compute-1

Re: API call using cloudstack Python client

2014-04-07 Thread Anoop Mohan
This is fixed by giving the ProjectID in listvirtualMachine API call. Thanks Abhishek On Mon, Apr 7, 2014 at 10:02 PM, Anoop Mohan linux.an...@gmail.com wrote: Tried vms = cloudstack.listVirtualMachines({'listall': 'true'}) Log Snippet 2014-04-07 21:59:20,417 DEBUG [c.c.a.ApiServlet]

Re: System vm's with wrong network routing

2014-04-07 Thread Geoff Higginbottom
Matthew, Can you give examples of the routes you are seeing and explain why they are wrong please. Regards Geoff Higginbottom CTO / Cloud Architect D: +44 20 3603 0542tel:+442036030542 | S: +44 20 3603 0540tel:+442036030540 | M: +447968161581tel:+447968161581

4.3.0 Unknown API command: addVmwareDc

2014-04-07 Thread Michael Phillips
Trying to add a vmware zone in 4.3.0 and getting the following: Unknown API command: addVmwareDc In the past this meant the RPMs were not built with the mvn install -Dnoredist, option however I went back ad built from source again and verified that it is fact building with Vmware Hypervisor

RE: 4.3.0 Unknown API command: addVmwareDc

2014-04-07 Thread Michael Phillips
Are their any community builds out there that already include noredist code? From: mphilli7...@hotmail.com To: users@cloudstack.apache.org Subject: 4.3.0 Unknown API command: addVmwareDc Date: Tue, 8 Apr 2014 00:48:45 -0500 Trying to add a vmware zone in 4.3.0 and getting the following: