Re: Uploading Template Issue

2015-07-06 Thread Mārtiņš Jakubovičs
Hello, Did you solve this? I had problem with ACS 4.5.1 systemvm, after upgrading it to shapeblue's one template creation works. On 2015.07.06. 06:15, Prashant Kumar Mishra wrote: you need to copy vhd-util to hosts (Check installation gu

Re: error logs for all VRs after upgrading ACS from 4.4.2 to 4.5.1

2015-07-06 Thread Jayapal Reddy Uradi
Hi Sonali, Can you give me some context on how this issue is seen. I want to understand when these chains got removed in VR. Thanks, Jayapal On 06-Jul-2015, at 12:08 PM, Sonali Jadhav wrote: > Sorry, error log was not for all VRs but some. > > I don't see NETWORK_STATS chains for those. So,

Re: Current status of devcloud

2015-07-06 Thread ilya
Fabio Sorry to hear you are having challenges here. It is definitely used and maintained by several folks in community. Perhaps you can share the issues you've been having.. also, devcloud or not, its just a VM with KVM and CloudStack build env. Its rather simple to stand up your own flavor

NPE while adding host into maintenance in ACS 4.5.1

2015-07-06 Thread Sonali Jadhav
Hi, In order to update xenserver from 6.2 to 6.5, I added pool master in maintenance mode from ACS. In ACS it said successful , and it started to move vms to another host in cluster, except few since xenserver tool was not installed on them. So I shut those vms down from acs. But host was not s

RE: error logs for all VRs after upgrading ACS from 4.4.2 to 4.5.1

2015-07-06 Thread Sonali Jadhav
Hi, I had updated acs from 4.4.2 to 4.5.1 three days back. I successfully executed cmd " nohup cloudstack-sysvmadm -d IPaddress -u cloud -p password -a > sysvm.log 2>&1 &" to update VRs. I also cross checked from ACS, version of each VR. It was 4.5. But I was seeing these errors in management

RE: NPE while adding host into maintenance in ACS 4.5.1

2015-07-06 Thread Koushik Das
This should fix the problem https://issues.apache.org/jira/browse/CLOUDSTACK-8570. Check if the fix is present in the build you are using. -Original Message- From: Sonali Jadhav [mailto:[email protected]] Sent: Monday, 6 July 2015 13:38 To: [email protected] Subject:

Re: Current status of devcloud

2015-07-06 Thread Fabio Da Soghe
Il 06/07/2015 09:22, ilya ha scritto: Fabio Sorry to hear you are having challenges here. It is definitely used and maintained by several folks in community. Thank you for the reassuring words. Perhaps you can share the issues you've been having.. also, devcloud or not, its just a VM with

Re: error logs for all VRs after upgrading ACS from 4.4.2 to 4.5.1

2015-07-06 Thread Jayapal Reddy Uradi
Hi Sonali, Can you please check the MS logs for NetworkUsageCommand and answer for the errors on VR start after upgrade. Thanks, Jayapal On 06-Jul-2015, at 1:44 PM, Sonali Jadhav wrote: > Hi, > > I had updated acs from 4.4.2 to 4.5.1 three days back. I successfully > executed cmd " nohup cl

Re: Cloudstack + GlusterFS

2015-07-06 Thread Nux!
Hello, Gluster worked fine for me last year when I tried it. Check out this blog post, there might be some options you need to set on the gluster volume for it to work: http://blog.gluster.org/2014/02/setting-up-a-test-environment-for-apache-cloudstack-and-gluster/ Also check the #gluster channe

Re: Re: Uploading Template Issue

2015-07-06 Thread [email protected]
If the system VM is 64 bit it may require glibc.i686 installed or some other library (libstd blah), just a guess. Please login SSVM,run command: #dpkg --add-architecture i386 #apt-get update #apt-get install libc6:i386 <---Your package name here #apt-get install libstdc++6:i386 libuuid1:i386 -y