Re: cloud-set-guest-password script for ArchLinux?

2013-10-01 Thread Indra Pramana
Hi Shankerbalan and all, I managed to workaround that by installing NetworkManager (which comes with dhclient by default) and disabling dhcpcd. Also need to modify the script so that it will try to search the .lease file on /var/lib/NetworkManager/* directory instead. Other than that, the script

Re: Error attaching an uploaded VHD volume to a VM

2013-10-01 Thread bala sundaram
Hi, My bad. The volume which i used is shared not local. When creating a new instance selecting custom size for disk creates a volume of type shared(disk offerings are created as local). I dont have a shared storage??? Any way it is a different issue. Will try with a local volume again. Than

Re: cloud-set-guest-password script for ArchLinux?

2013-10-01 Thread Kirk Kosinski
For dhcpcd, update the script to use the following instead of checking lease files: PASSWORD_SERVER_IP=$(dhcpcd -U eth0 | grep dhcp_server_identifier | cut -f2 -d=) This is similar to the change required to use pump. PASSWORD_SERVER_IP=$(pump --status | grep 'Boot server' | awk '{print $3}') dh

Error in backing up cloud database

2013-10-01 Thread Indra Pramana
Dear all, I tried to perform another upgrade today with Abhinav's assistance, and right now I am not able to backup the cloud database. This is the error when doing mysqldump: root@pri-db-01:~/backup/20131001# mysqldump -u cloud -p cloud > cloudstack-backup3.sql Enter password: m

Re: CS 4.1.1 XenServer sysvm iso

2013-10-01 Thread John Skinner
Ok - that makes sense. This is on an environment that we upgraded from 2.2.14 to 4.1.1. It had been running great for a week. So we decided to upgrade XenServer from 5.6sp2 to 6.1. Now we cant create anything based off the systemvm template. If the template is corrupt, what would be the best wa

Re: cloud-set-guest-password script for ArchLinux?

2013-10-01 Thread Shanker Balan
On 01-Oct-2013, at 1:42 PM, Kirk Kosinski wrote: > For dhcpcd, update the script to use the following instead of checking > lease files: > > PASSWORD_SERVER_IP=$(dhcpcd -U eth0 | grep dhcp_server_identifier | cut > -f2 -d=) Sweet. Thanks for the hint, saved me tons of R&D time. :) I'll publish

[ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Animesh
  The Apache CloudStack project is excited to announce the 4.2 feature release of the CloudStack cloud orchestration platform. This is the next feature release of the 4.0 branch which first released on November 6, 2012 with the 4.1 release on June 5. This is the second major release from Apache Clo

Re: Error in backing up cloud database

2013-10-01 Thread Indra Pramana
the cloud database. This is the error > when doing mysqldump: > > root@pri-db-01:~/backup/20131001# mysqldump -u cloud -p cloud > > cloudstack-backup3.sql > Enter password: > mysqldump: Couldn't execute 'show create table `template_view`': View > 'cloud

Re: CS 4.1.1 XenServer sysvm iso

2013-10-01 Thread John Skinner
Ok so that was my problem. My system vm template was set to Debian 5.0 32bit per 4.1.1 upgrade instructions. However, I noticed that the template is actually Debian 6.0. Also, XenServer does not have Debian 5.0 as an option for VMs OS type. I manually changed the OS type for the template and all

Re: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Dean Kamali
Thank you, I'm very excited, where can we find the release notes? they are not on http://cloudstack.apache.org/docs/en-US/index.html yet! I'm actually more interested in upgrade notes for xenserver from 4.1.1 Thanks again On Tue, Oct 1, 2013 at 10:11 AM, Animesh wrote: > > The Apache CloudSta

Re: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Travis Graham
Hey Dean, I've had the same problem this morning. It's actually from the old docs site being cached. You'll want to clear your cache or use a different browser. Here's a direct link: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Release_Notes/index.html Travis On Oct 1,

Re: cloudstack 4.1 KVM There no secondary storage for secondary VM

2013-10-01 Thread dave . hoffman
Do you have an NFS share created and added to Cloudstack for it to use as Secondary Storage? - Original Message - From: "motty cruz" To: [email protected] Sent: Monday, September 30, 2013 8:43:05 PM Subject: cloudstack 4.1 KVM There no secondary storage for secondary VM Hello,

Re: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Dean Kamali
Thanks Travis Any one have tried to upgrade? I followed upgrade process from 4.1.1 to 4.2 (xenserver) is running on all of my hyperviroues However when I try and run cloudstack-sysvmadm to stop then start all running SSVMs, Console Proxies, and Virtual Routers I get the following: /usr/bin/cl

Unable to create instance after upgrading to CloudStack 4.2.0

2013-10-01 Thread Indra Pramana
Dear all, I am having problems of unable to create new instances after upgrading to 4.2.0. The error message is: Failed to increment resource count of type primary_storage for account id=2 Excerpt from management-server.log: 2013-10-02 00:40:57,770 DEBUG [cloud.api.ApiServlet] (catalina-ex

Re: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Dean Kamali
update: I'm using Ubuntu on my management server, and currently all of my hypervisors are in disconnected state, I have also noticed that usage server log is overwriting management logs I must say "ouch!" D On Tue, Oct 1, 2013 at 12:31 PM, Dean Kamali wrote: > Thanks Travis > > Any one have t

[POLL] Latency between Management Server and zones

2013-10-01 Thread Chiradeep Vittal
[Apologize for the crosspost, but I think there may be answers from the dev perspective] [Also, this is poll / opinion question] What is the maximum latency / minimum bandwidth folks have between their Management Server and the hypervisor? What works? What needs to be tweaked? TIA

Re: cloudstack 4.1 KVM There no secondary storage for secondary VM

2013-10-01 Thread motty cruz
yes, I did.however i think cloudstack traffic is trying to go through public network and NFS server in an a private network. each hypervisor has two network cards, public and private private is nic ifcfg-eth0 and public ifcfg-eth1 the management has only one network interface, configured to stati

Re: Unable to create instance after upgrading to CloudStack 4.2.0

2013-10-01 Thread Indra Pramana
Dear all, Further investigation reveals that there might be some issues with the schema upgrade. When we check the resource_count table for the account ID: mysql> select * from resource_count where account_id=2; +++---+---+---+ | id | account_id | domain_id | t

RE: Unable to create instance after upgrading to CloudStack 4.2.0

2013-10-01 Thread Animesh Chaturvedi
Copying Sanjay Animesh > -Original Message- > From: Indra Pramana [mailto:[email protected]] > Sent: Tuesday, October 01, 2013 11:06 AM > To: [email protected]; [email protected] > Subject: Re: Unable to create instance after upgrading to CloudStack > 4.2.0 > > Dear all,

RE: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Edison Su
Will Stop/start mgt server help? > -Original Message- > From: Dean Kamali [mailto:[email protected]] > Sent: Tuesday, October 01, 2013 9:56 AM > To: [email protected] > Subject: Re: [ANNOUNCE] Apache CloudStack 4.2.0 Released > > update: > I'm using Ubuntu on my management s

RE: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Dean Kamali
Unfortunately it didn't help, any other ideas? On Oct 1, 2013 4:31 PM, "Edison Su" wrote: > Will Stop/start mgt server help? > > > -Original Message- > > From: Dean Kamali [mailto:[email protected]] > > Sent: Tuesday, October 01, 2013 9:56 AM > > To: [email protected] > > S

CloudStack 4.2 Install Doc Question: System Templates

2013-10-01 Thread Patrick Miller
Hi all, In the fine document [1] it says to get the system template from [2]. I have been following both the dev and users mailing lists and have seen conversations about templates dated mid 2013. What is the correct name and location for CloudStack 4.2 system-templates for Xen-Server 6.2.

Re: CloudStack 4.2 Install Doc Question: System Templates

2013-10-01 Thread Travis Graham
Hey Patrick, Here are the links that were sent out in the past. (I linked them all for anyone else looking for the other versions as well) Xenserver : http://download.cloud.com/templates/4.2/systemvmtemplate-2013-07-12-master-xen.vhd.bz2 KVM : http://download.cloud.com/templates

Re: CloudStack 4.2 Install Doc Question: System Templates

2013-10-01 Thread Patrick Miller
Thanks Travis, Hopefully this will get updated in the documentation before to many people install the wrong ones. Patrick On Tue, Oct 1, 2013 at 3:13 PM, Travis Graham wrote: > Hey Patrick, > > Here are the links that were sent out in the past. (I linked them all for > anyone else lookin

RE: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Edison Su
Could you post mgt server log to somewhere? > -Original Message- > From: Dean Kamali [mailto:[email protected]] > Sent: Tuesday, October 01, 2013 2:55 PM > To: [email protected] > Subject: RE: [ANNOUNCE] Apache CloudStack 4.2.0 Released > > Unfortunately it didn't help, any

Re: Unable to create instance after upgrading to CloudStack 4.2.0

2013-10-01 Thread Indra Pramana
Dear Animesh, Sanjay and all, Latest test that I and Abhinav done earlier this morning: - Abhinav tested upgrade from 4.1.1 to 4.2.0 on his lab and he noticed that the additional resource_count types (total 4 of them: cpu, memory, primary_storage and secondary_storage) were added automatically du

Choosing VMWare SCSI Controller Type

2013-10-01 Thread Chris Sciarrino
Hi, I am having an issue where my vmware templates are being deployed with the lsi parallel scsi controller type which is causing them to blue screen. Is there any way to choose which scsi controller type it will be deployed with? Or is there any other way to make it deploy the lsi sas controller?

Re: how does Cloudstack change reset password works?

2013-10-01 Thread Kirk Kosinski
Was the additional IP assigned through CloudStack or only on the VM? If CloudStack knows about the IP, the script should still work; if it doesn't, it may be a bug. If CloudStack does not know about the IP then it won't work. Best regards, Kirk On 10/01/2013 04:34 AM, Rafael Weingartner wrote:

Re: [ANNOUNCE] Apache CloudStack 4.2.0 Released

2013-10-01 Thread Indra Pramana
Hi Dean, I encountered exactly the same error message when running the cloudstack-sysvmadm script. I am also using Ubuntu but using KVM hypervisor. Some things to check: 1. Have you registered the system VM template for 4.2 prior to the upgrade? If not yet, you need to register the template first