Re: allow outbound access by default on virtual routers

2013-06-18 Thread wq meng
Hello Jayapal. Could I send the root password to you, so that you may ssh to this PC and check? Still not sure is it a bug or not. But produce it should be possible as I have reload the OS and CS many times. Can I send it to your personal email? Thank you very much. On Tue, Jun 18, 2013

Installation path for the vhd-util

2013-06-18 Thread Enric Muñoz
Is this the correct path to install the vhd-util in Cloudstack 4.1: /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver The system vms are not starting and I don't know if this is the reason because the path in the documentation doesn't exist. Enric Muñoz - INTECOM E-mail: emu...@intec

RE: Installation path for the vhd-util

2013-06-18 Thread Geoff Higginbottom
Enric, These are the 3 commands I use to deploy the script to the Management Server cd /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver wget http://download.cloud.com.s3.amazonaws.com/tools/vhd-util chmod 755 /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util If yo

Re: Guid is not updated for cluster with specified cluster id; need to wait for hosts in this cluster to come up

2013-06-18 Thread Ahmad Emneina
Excellent. This should be compiled in some sort of FAQ. Ahmad On Jun 17, 2013, at 7:58 PM, "domino.ji...@gmail.com" wrote: > i had got this error too.i had resolved it. > > 1、i found the host info in the DB. > > you can find the host's guid in the host server directory > /etc/cloud/agen

Re: Installation path for the vhd-util

2013-06-18 Thread Ryan Lei
The path is correct: /usr/share/cloudstack-common/scripts/vm/hypervisor/ xenserver. If the vhd-util is put AFTER adding host, you can try to SSH into the hypervisor and manually download vhd-util to /opt/xensource/bin. You may find the system VMs starting after a while. ---

Storage capacity not well recognised

2013-06-18 Thread Enric Muñoz
Hi, I have a secondary storage, which is a whole hard disk of 3 TB. I do a NFS share with it but the cloudstack dashboard says that my secondary storage capacity is 1.97 GB (GB instead of TB). Therefore, when it downloads the CentOS template it appears an error telling this: Failed post downlo

starting VM and get error of "unable to create a deployment for VM[user|i-2-107-VM]"

2013-06-18 Thread William Jiang
Hi, We have a Ubuntu 12.04 VM with one disk on shared storage, it was working well before but now we saw the error of "unable to create a deployment for VM[user|i-2-107-VM]" during starting. We saw this kind of issue happened on a windows server 2008 VM before. In /var/log/cloud/management/mana

Re: starting VM and get error of "unable to create a deployment for VM[user|i-2-107-VM]"

2013-06-18 Thread Nitin Mehta
Can you check the hypervisor admin guide to see if this version of guest os is supported ? Also can u please paste the complete logs (grep for job-626 would work as well) On 18/06/13 8:15 PM, "William Jiang" wrote: >Hi, > >We have a Ubuntu 12.04 VM with one disk on shared storage, it was workin

Re: starting VM and get error of "unable to create a deployment for VM[user|i-2-107-VM]"

2013-06-18 Thread tawfiq zidi
Can you specify the host Type and it's availabilty status ? On Tue, Jun 18, 2013 at 5:01 PM, Nitin Mehta wrote: > Can you check the hypervisor admin guide to see if this version of guest > os is supported ? > Also can u please paste the complete logs (grep for job-626 would work as > well) > >

RE: starting VM and get error of "unable to create a deployment for VM[user|i-2-107-VM]"

2013-06-18 Thread William Jiang
Hi Nitin, Ubuntu 12.04 does not fully supported by xenserver 6.0.2, but we have some Ubuntu 12.04 work well, and we also saw same issue in one windows server 2008 R2 VM which is fully supported by hypervisor. The complete logs as following: ##

RE: snapshot in kvm

2013-06-18 Thread Krzysztof Janiszewski - ecenter sp. z o.o.
Slow creation of snapshots is in "Creating", when data is dumped on primary storage. In state 'backing Up', task fails. Libvirt reports: 2992: error : virStoragePoolSourceFindDuplicate:1718 : operation failed: Storage source conflict with pool: '7cbe4dd5-ad44-318e-b387-be26e66ee742 PS: How long d

Re: snapshot in kvm

2013-06-18 Thread Dean Kamali
true, snapshot gets created first on primary then moved to secondary, maybe its taking a while to copy to secondary, thats why its taking hours. For me 20G takes between 3 - 5 min, keep in mind, my kvm box is connected to storage via 10G Network / Jambo frames set to 9000 + I have a fast disk arra

Cloudstack 4.1 MySQL install issue

2013-06-18 Thread Ethan Gillani
Help! I am setting up cloudstack management on one server with MySQL installed on a second server, both on CentOS. I have followed the installation material and setup mysql and edited the my.cnf file as well, but when I go back to the management server to run the cloudstack-setup-databases scri

Re: Cloudstack 4.1 MySQL install issue

2013-06-18 Thread Dean Kamali
Did you pay attention to the output? Error: /bin/sh: mysql command not found Is my MySQL installed? run which mysql and see if it is in your path. On Tue, Jun 18, 2013 at 2:06 PM, Ethan Gillani wrote: > Help! > > I am setting up cloudstack management on one server with MySQL installed > on

Re: Cloudstack 4.1 MySQL install issue

2013-06-18 Thread Nux!
On 18.06.2013 19:06, Ethan Gillani wrote: Help! I am setting up cloudstack management on one server with MySQL installed on a second server, both on CentOS. I have followed the installation material and setup mysql and edited the my.cnf file as well, but when I go back to the management server t

Re: Cloudstack 4.1 MySQL install issue

2013-06-18 Thread Ron Wheeler
http://stackoverflow.com/questions/5287220/is-there-a-way-to-only-install-the-mysql-client-linux You need the client on any machine that wants to access a database on another machine. You should not have to install the server on each machine. You may also need a mysql connector. I am not sure

Storage over-provisioning w/sharedmountpoint?

2013-06-18 Thread Bryan Whitehead
In the admin documentation it states at section 13.2.3 that over-provisioning is only supported for NFS? Is this correct? with kvm/qcow2 I often have qcow2 files that never grow beyond 1-5GB even though the underlying qcow2 file can grow to 100GB. If I remember correctly in 3.0.x of cloudstack set

Re: Storage over-provisioning w/sharedmountpoint?

2013-06-18 Thread Dean Kamali
Well its called thin provisioning, and yes its supported with NFS, however its not recommended to abuse this feature. The setting should work, but keep an eye on the storage configure SNMP correctly. Best On Jun 18, 2013 9:04 PM, "Bryan Whitehead" wrote: > In the admin documentation it states at

RE: Unable to create host

2013-06-18 Thread Jefferson Briones (CONVERGE)
Hi Guys, Heres the log files ive seen when creating a host. WARN [kvm.discoverer.KvmServerDiscoverer] (catalina-exec-16:) can't setup agent, due to java.io.IOException: There was a problem while connecting to 192.168.122.2:22 - There was a problem while connecting to 192.168.122.2:22 WARN [clou

Re: Unable to create host

2013-06-18 Thread Dean Kamali
Is ssh running on your KVM box? Is it centos or Ubuntu ?? Give us version, and more detailed info, pasting the log in email like this is annoying, why don't you use pastebin?? On Jun 18, 2013 2:56 AM, "Jefferson Briones (CONVERGE)" < jcbrio...@convergeict.com> wrote: > Hi guys, > After accessing