Re: unable to start CS4.5-RC4

2015-03-13 Thread Prashant Kumar Mishra
This is common exception(I see this exception every time I restart my ms and ms works fine) , should not be the reason . On 3/13/15, 9:53 PM, "d...@soleks.com" wrote: >Encountered IOException >java.io.IOException: Stream closed > at >java.util.zip.ZipInputStream.ensureOpen(ZipInputStr

Re: custom size of disk offering.

2015-03-13 Thread Dan Dong
Thank you all, I think the easiest way is still to format it and mount it to a separate dir to use this new space. So the current schema is: ROOT DISK: 10GB DATA DISK: 100GB ubuntu@node100GB:~$ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 9.9G 762M 8.7G 8% / none

RE: Problems with VR

2015-03-13 Thread José Egas López
Thanks Andrija, there is only 4 Guest VMs actually on the CS Infra, the PriStorage is --> Allocated: 240.00 GB / 543.50 GB, so there is enough space. I'll change the threshold and report you if it solves the problem. Suresh, please, can you provide a link for instructions to upgrading the VR? Th

unable to start CS4.5-RC4

2015-03-13 Thread dan
Hi All, I've downloaded 4.5-RC4, build RPM without issues (centos 6.6). Database conversion went smoothly, but eventually wasn't able to start cloudstack-management, only one error that i found in the log, not sure if it's road-blocker or easy-to-fix issue, however here is some log: 20

RE: Problems with VR

2015-03-13 Thread Suresh Sadhu
You VR status show require upgrade is "yes" so please perform upgrade router from uI. Regards Sadhu -Original Message- From: Andrija Panic [mailto:andrija.pa...@gmail.com] Sent: 13 March 2015 21:31 To: users@cloudstack.apache.org Subject: Re: Problems with VR 1. 2015-03-11 09:4

Re: custom size of disk offering.

2015-03-13 Thread Andrija Panic
Suresh, if I'm not wrong, this is extending LVM by adding NEW disk. Here we need to resize partition of the existing disk (after the disk itself is resized by cloudstack) I guess: So per experience so far in this situation: - increase partitons (actually eather LIVE distrivution with nice GUI, or

[CFP] CloudStack Days Austin CFP Closes Today

2015-03-13 Thread Daan Hoogland
Karen send a message about this but it seemed to have been filtered on her own an my mailbox. Just a friendly reminder that the CFP for CloudStack Days Austin 2015 closes today. Submit your proposals here: http://events.linuxfoundation.org/events/cloudstack-austin/program/cfp -- Daan

Re: custom size of disk offering.

2015-03-13 Thread Andrija Panic
why/how you have vda and sda together in VM ? :) this is confusing... On 13 March 2015 at 16:54, Dan Dong wrote: > Hi, Andrija, > Here is the result: > ubuntu@node100GB:~$ sudo fdisk -l > > Disk /dev/vda: 107.4 GB, 107374182400 bytes > 16 heads, 63 sectors/track, 208050 cylinders, total 20971

RE: custom size of disk offering.

2015-03-13 Thread Suresh Sadhu
You can manually resize the root partition safely by extending lvm partition . /dev/sda is your root partition right and what is this /dev/vda? Please refer blow link : I have used below link to resize my root partition . http://www.rootusers.com/how-to-increase-the-size-of-a-linux-lvm-by-

Re: Problems with VR

2015-03-13 Thread Andrija Panic
Or more specificaly: 1. 2015-03-11 09:48:23,931 DEBUG [c.c.s.StorageManagerImpl] (Work-Job-Executor-47:ctx-ff383436 job-413/job-414 ctx-e2bb23a5) Insufficient space on pool: 1 since its usage percentage: 0.8887239822907084 has crossed the pool.storage.capacity.disablethreshold: 0.8

Re: Problems with VR

2015-03-13 Thread Andrija Panic
1. 2015-03-11 09:48:23,931 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-47:ctx-ff383436 job-413/job-414 ctx-e2bb23a5) No suitable storagePools found under this Cluster: 1 2. 2015-03-11 09:48:23,936 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-47:ct

Re: custom size of disk offering.

2015-03-13 Thread Dan Dong
Hi, Andrija, Here is the result: ubuntu@node100GB:~$ sudo fdisk -l Disk /dev/vda: 107.4 GB, 107374182400 bytes 16 heads, 63 sectors/track, 208050 cylinders, total 209715200 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/opti

Problems with VR

2015-03-13 Thread José Egas López
Hi all! I want to know the way to fix the following error when I try to start my VR: "Job failed due to exception Unable to create a deployment for VM[DomainRouter|r-40-VM]" Here is the log: http://pastebin.com/ymF2BDTH On the infra, the all is up and runni

Re: custom size of disk offering.

2015-03-13 Thread Dong Xie
VM disk size is fixed by the template, when the template is created as 20GB, the VM has it as 20GB. Setting disk offering does not change it at all. It is the ROOT disk we are talking about, for DATA disk, it does work. On 13 March 2015 at 15:41, Andrija Panic wrote: > I dont expect your partiti

Re: custom size of disk offering.

2015-03-13 Thread Andrija Panic
I dont expect your partitions and file system will be resized here... give us fdisk -land you should see bigger disk than original. Or maybe I'm wrong - some of the developers might confirm...we had discussion about weather CS will also resize partition and FS - which is I guess not the c

custom size of disk offering.

2015-03-13 Thread Dan Dong
Hi, All, I found when I create a new VM from a template, no matter how I set disk offering, the created new VM always has the same original size. For Example, although I specified 100GB of hard disk, the actual disk size remains ~20GB, which should come with the template itself: name = Large id

RE: no operation available on template

2015-03-13 Thread Suresh Sadhu
As andrija said you need to manually update the db.(check the vm_template table for state of your temple and update its state. Regards sadhu -Original Message- From: Andrija Panic [mailto:andrija.pa...@gmail.com] Sent: 13 March 2015 19:49 To: users@cloudstack.apache.org Subject: Re: no

Re: no operation available on template

2015-03-13 Thread Andrija Panic
What is the STATE column value in the database ? My experience - it is *ing (starting, copying, stopping... or other *ing) - then it usually needs to be changed manually inside database to "*.ed" (started, destroyed,stopped) etc - and then you can perform your actions/buttons present again... Ch

RE: no operation available on template

2015-03-13 Thread Sonali Jadhav
During creation of instance from that template we had reboot of storage server. So I think that's why status is blank as somesh said template could be currently downloading/installing. I want to delete template But its status is blank and Ready is" NO", no operations buttons are available for

RE: no operation available on template

2015-03-13 Thread Rajesh Battala
Didn't get your query! -Original Message- From: Sonali Jadhav [mailto:son...@servercentralen.se] Sent: Friday, March 13, 2015 5:02 PM To: users@cloudstack.apache.org Subject: RE: no operation available on template I have discovered that , there was new instance creation operation running

RE: templates not getting downloaded

2015-03-13 Thread Rajesh Battala
Hi Sandeep, Can you run the ssvm-check script and paste the error. Looks like SSVM is not able to reach to NFS server. Can you check the connectivity from SSVM to NFS server. Nfs client is by default installed in the SSVM, no need to install it. Thanks Rajesh Battala -Original Message--

RE: no operation available on template

2015-03-13 Thread Sonali Jadhav
I have discovered that , there was new instance creation operation running from that template. And at same time we had reboot of primary storage server. So I get it now why it's like that. How I can fix it now :( /Sonali -Original Message- From: Somesh Naidu [mailto:somesh.na...@citrix

Re: VM console access denied

2015-03-13 Thread Anshul Gangwar
Is your CPVM time in sync with management server time? Regards, Anshul On 13-Mar-2015, at 4:03 pm, Sonali Jadhav mailto:son...@servercentralen.se>> wrote: Hello, I have two management servers. Problem is I am able to connect VM consoles from one and from another I can't, it gives access de

VM console access denied

2015-03-13 Thread Sonali Jadhav
Hello, I have two management servers. Problem is I am able to connect VM consoles from one and from another I can't, it gives access denied error. I checked CPVM logs, 2015-03-13 08:00:40,087 DEBUG [cloud.consoleproxy.ConsoleProxyGCThread] (Console Proxy GC Thread:null) Report load change : {