Re: Secondary Storage IP Subnet: Is it Optional or Mandatory?

2013-10-16 Thread Geoff Higginbottom
Hi Rob, The 'storage' network is indeed optional so your plan to not use it is perfectly valid. Simply put the NFS server on the management network or ensure there is a route to it via the management network. The SSVM will still get a virtual interface dedicated to storage, but it will be ass

RE: Secondary Storage IP Subnet: Is it Optional or Mandatory?

2013-10-16 Thread Sanjeev Neelarapu
Hi Rob, Even in 4.2 defining storage traffic is not mandatory while creating physical network. If you opt to have storage network then you have to specify IP range. Thanks, Sanjeev -Original Message- From: Rob C. [mailto:iose...@gmail.com] Sent: Thursday, October 17, 2013 4:58 AM To: u

Re: DevCloud-KVM

2013-10-16 Thread Sebastien Goasguen
On Oct 16, 2013, at 7:57 PM, CK wrote: > Hi > > How is the nested visualization configured in the DevCloud appliance for > VirtualBox? > > I have been trying to build my own DevCloud using Centos instead of Debian > with KVM as the hypervisor in the DevCloud, but it looks like VirtualBox > doe

RE: CS 4.2 Advance Zone System VM won't start

2013-10-16 Thread Sanjeev Neelarapu
Did you allow ping traffic in ingress rules in the guest network? -Original Message- From: motty cruz [mailto:motty.c...@gmail.com] Sent: Saturday, October 12, 2013 2:44 AM To: users@cloudstack.apache.org Subject: Re: CS 4.2 Advance Zone System VM won't start So after changing my gateway

Re: could not register iso

2013-10-16 Thread raj kumar
Thank you all for your responses. After refering logs and logging into console through virsh, seen that there is no link-local ip even though the link ip address is listed in web console. there is only 127.0.0.1 configure in ssvm. So where i'm missing. I'm using basic network, no vlans. only one

[DOC]:baremetal kickstart document was old

2013-10-16 Thread Jijun
recently i have test the CS + baremetal kickstart, found the baremetal kickstart document was old , https://cwiki.apache.org/confluence/display/CLOUDSTACK/Baremetal+KickStart i want to have the right to update it , can someone give me the right to do that? My account name is my email address

Re: [SOLVED] Management IP address pool exhausted

2013-10-16 Thread Jayapal Reddy Uradi
updated subject with [SOLVED] tag On 16-Oct-2013, at 10:48 AM, Daniel Hertanu wrote: > I think I've seen a suggestion earlier about adding the world "solved" in > the subject whenever someone finds a solution for its problem. > > So, regarding this management IP pool issue, I'm not sure that's

Re: Creating advanced network

2013-10-16 Thread Bjoern Teipel
Hi Murali, I saw your git commits. I want to compile now your changes into ourĀ  source code. Do i need just the one for 4.2 or also the master commits: Commit 4d07493a5e6e13462b80ba09c3535fa4af0ebdc7 in

Re: [cloudmonkey] username / password support

2013-10-16 Thread Chiradeep Vittal
Fixed pep8 and other issues (with flake8). Does this warrant a new release? On 10/16/13 11:13 AM, "Chiradeep Vittal" wrote: >Passwords can be changed too. No difference in security, IMO. > >Plus the api key option is always there. > >In fact I first wrote it as an option ( --populate-api-keys >

Secondary Storage IP Subnet: Is it Optional or Mandatory?

2013-10-16 Thread Rob C.
Hi, According to some (possibly old) documentation I read, I have the impression that it is *optional* to define a secondary storage IP subnet. Note, my questions are all in the context of: - CloudStack 4.2 - ESXi hosts / vSphere 5.1 - Primary Storage is VMFS via fiber channel - Advanced Networki

DevCloud-KVM

2013-10-16 Thread CK
Hi How is the nested visualization configured in the DevCloud appliance for VirtualBox? I have been trying to build my own DevCloud using Centos instead of Debian with KVM as the hypervisor in the DevCloud, but it looks like VirtualBox does not pass thru the Intel VMX flag to the Centos VM. So h

Re: How to clean systmVM from the database?

2013-10-16 Thread Andrija Panic
Open the database, and open "vm-instances" table, and just rename VM state to "Stopped" (intead of Staritng, or Stoping, etc), then go back to UI, and it will show as stopped. Simply delete it... On 16 October 2013 19:45, Fred Messinger wrote: > I've download a new system VM and used cloudstack

Re: could not register iso

2013-10-16 Thread Nitin Mehta
Did you reboot the SSVM as well ? You might have to do this to take into affect. Let me know if that resolves it for you. On 16/10/13 6:22 AM, "raj kumar" wrote: >Hi, > >while registering iso, registration is successful, but it is not ready for >use. after 20 to 30sec, it vanishes. I've added t

Re: could not register iso

2013-10-16 Thread Jonathan Creasy
I had to modify the iptables rules on the SSVM as outbound 80/443 were blocked, I hadn't looked into whether or not this was done on purpose or if it was a side-effect of something else. -Jonathan - Original Message - From: "Chirag Choudhary" To: users@cloudstack.apache.org Sent: Wedne

RE: [cloudmonkey] username / password support

2013-10-16 Thread Chiradeep Vittal
Passwords can be changed too. No difference in security, IMO. Plus the api key option is always there. In fact I first wrote it as an option ( --populate-api-keys USERNAME:PASSWORD), but decided that it didn't buy anything. The original code didn't pass pep8 (imports not being used etc), that's

Re: [cloudmonkey] username / password support

2013-10-16 Thread Rohit Yadav
I never intended to have support for password as I thought people will end up using and storing plain text username/password, keys (specific for cloudmonkey) are revokable :) Maybe we can use usernames/password initially to create keys or maybe let users decided what they want. If this could be ref

Re: could not register iso

2013-10-16 Thread Chirag Choudhary
Hi raj, I had the exact problem, what I found was that outbound requests on port 80 were blocked in Secondary Storage VM(ssvm) so I installed a tomcat server , hosted the template there and then it successfully got added. To confirm that you have the same error , login to ssvm

How to clean systmVM from the database?

2013-10-16 Thread Fred Messinger
I've download a new system VM and used cloudstack-sysvmadm to try to stop the old ones... root@cloudstack:~# cloudstack-sysvmadm -d -u cloud -p dbpassword -a Stopping and starting 1 secondary storage vm(s)... ERROR: Failed to stop secondary storage vm with id 1 Done stopping and starting secon

Re: [cloudmonkey] username / password support

2013-10-16 Thread Chiradeep Vittal
You can leave that blank. That is just the way the generic config manager works. If you leave out apikey and secret key too it will complain. On 10/15/13 9:58 PM, "Prasanna Santhanam" wrote: >I prefer requests too. May be we can later switch over all of >cloudmonkey to use requests just like mar

Re: could not register iso

2013-10-16 Thread Teipel, Bjoern
You'll need to look in the management-server.log on the cloudstack management server or in the cloud.log at the ssvm (secondary storage VM). Instructions how to login into the ssvm can be obtained from the documentation (ssh over the local hypervisor) In my cases the ssvm did not have enough sp

could not register iso

2013-10-16 Thread raj kumar
Hi, while registering iso, registration is successful, but it is not ready for use. after 20 to 30sec, it vanishes. I've added the http server in global settings secstorage.allowed.internal.sites. still no luck. both secodary and console system vms are running.

Missing jar vmware-lib-jaxrpc.jar?

2013-10-16 Thread Fred Messinger
Hi All, I'm trying to upgrade from 4.1.1 to 4.2 using vmware. And I think I am SO close! My management server log file is attached. It describes some deserialization problems and it also shows that a VMware resource class file cannot be loaded. From googling the exception, I found this jira

Re: Doc Updates

2013-10-16 Thread Fred Messinger
David, Would you mind posting the url for the update you reference? I'm looking at the 4.2 view on buildacloud.com and the last update there was a month ago. So I assume I'm looking in the wrong place. Thanks, Fred On Mon, Oct 14, 2013 at 2:07 PM, David Nalley wrote: > And just as a heads u

Re: Upgrade from 4.1.1 to 4.2 failed. Could not restart system VMs. Roll back to 4.1.1 backup initially failed: could not start management service. Finally got it to work. I hope this helps someone el

2013-10-16 Thread Adam
Correct On Oct 16, 2013 1:54 AM, "Daan Hoogland" wrote: > H Adam, > > forgive me if I missed some important clue in your report. It seems to > me that it is the upgrade procedure that is not production ready, not > version 4.2. Am I right? > > regards, > Daan > > On Tue, Oct 15, 2013 at 11:10 PM,

Re: Creating advanced network

2013-10-16 Thread Murali Reddy
On 16/10/13 12:23 PM, "Bjoern Teipel" wrote: >Murali, > >That would be great if you're right. But I'm now in a dead lock: > >Adding new network offering including LB: > >2013-10-15 23:34:50,920 WARN [network.element.VirtualRouterElement] >(catalina-exec-19:null) Virtual router can't enable servic

Re: incorrect cpu usage values in dashboard

2013-10-16 Thread Bharat Kumar
Hi Valery, if you change the cpu.overprovisioning.factor for a cluster it will not effect the running VMs, only the VMs deployed after overcommit change will be effected. In other words cloudstack will not reconfigure the running VMs with the new overcommit values. Also cloudstack adjusts

Re: Upgrade from 4.1.1 to 4.2 failed. Could not restart system VMs. Roll back to 4.1.1 backup initially failed: could not start management service. Finally got it to work. I hope this helps someone el

2013-10-16 Thread Milamber
Hello, > curl: (7) couldn't connect to host Your "integration.api.port" isn't define in your global settings. See below. Current instructions to upgrade from 4.1.1 to 4.2 are not complete on official docs (missing 2 important steps before upgrade). https://cloudstack.apache.org/docs/en-US/Apac

Re: Upgrade from 4.1.1 to 4.2 failed. Could not restart system VMs. Roll back to 4.1.1 backup initially failed: could not start management service. Finally got it to work. I hope this helps someone el

2013-10-16 Thread Nux!
On 16.10.2013 09:06, benoit lair wrote: Hi Guys ! Do you mean that Cloudstack 4.2 is not production ready ? Or is it the upgrade procedure towards a cs 4.2 that is not production ready ? It depends how you look at it and how much "product upgradability" counts towards its "production readines

Re: Upgrade from 4.1.1 to 4.2 failed. Could not restart system VMs. Roll back to 4.1.1 backup initially failed: could not start management service. Finally got it to work. I hope this helps someone el

2013-10-16 Thread benoit lair
Hi Guys ! Do you mean that Cloudstack 4.2 is not production ready ? Or is it the upgrade procedure towards a cs 4.2 that is not production ready ? Thanks for your responses. Regards, Benoit. 2013/10/16 Andrija Panic > Hi Adam, > > I also run into the same issues with upgrade from 4.0.0 to 4.

Re: Upgrade from 4.1.1 to 4.2 failed. Could not restart system VMs. Roll back to 4.1.1 backup initially failed: could not start management service. Finally got it to work. I hope this helps someone el

2013-10-16 Thread Andrija Panic
Hi Adam, I also run into the same issues with upgrade from 4.0.0 to 4.2, on test CS installation, and was really pissed off, because of documentation is kind of incomplete on the upgrade process, or at least really buggy.. but I managed to resolve it for now ! 1. So if you want to try upgrade aga

Re: Doc Updates

2013-10-16 Thread Andrija Panic
It would be nice, if there is an update on the Release Note section, for upgrading procedure - since system VMs does not start after upgrade from 4.x to 4.2... I know there is bug documented, and should be fixed with 4.2.1.. ? Best On 16 October 2013 03:08, Carlos Reategui wrote: > Thanks for