Emergency: Cloud NOT starting

2013-04-13 Thread Maurice Lawler
Greetings, I'm have a terrible way to go, nothing I have done will start my cloud. None of my system VM's will start, which in turn do not permit the regular OS VM's to start. I suffered from first a power outage, then I manually rebooted my server. Now, nothing is coming back online. I was pr

Re: Emergency: Cloud NOT starting

2013-04-13 Thread Marcus Sorensen
Well you've got something trying to start, because you have vnet interfaces. You need to look at your agent logs to see why the system VMS refuse to start. If the power went out it could be corruption, the system VMS may be waiting for you to fsck. It sounds like maybe the system was put into produ

Re: Emergency: Cloud NOT starting

2013-04-13 Thread Maurice Lawler
Now a new error shows: at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:432) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concu

Re: Emergency: Cloud NOT starting

2013-04-13 Thread Maurice Lawler
Thank you. The FSCK was already completed during boot up, it was forced. However, how can I access the VM's when they are in starting state to see if they need a FSCK? Agent log is showing this presently. 2013-04-13 12:35:09,989 INFO [cloud.agent.Agent] (AgentShutdownThread:null) Stopping t

Re: Emergency: Cloud NOT starting

2013-04-13 Thread Marcus Sorensen
If you do a "virsh list" on the agent there's a good chance you would see a VM running, however the system will only wait so long for it to boot up before shutting it down, so it will come and go. You can do "virsh vncdisplay (vmname)" and it will tell you what port to vnc to on the host in order t

Re: Emergency: Cloud NOT starting

2013-04-13 Thread Marcus Sorensen
A "brctl show" would also be good to have. On Apr 13, 2013 11:52 AM, "Marcus Sorensen" wrote: > If you do a "virsh list" on the agent there's a good chance you would see > a VM running, however the system will only wait so long for it to boot up > before shutting it down, so it will come and go.

Cloudstack 4.0.1 single host installation -> no networking?

2013-04-13 Thread Axel Irriger
Hi everybody I try to install CloudStack on Ubuntu 12.04 on a single host (as a test installation) and I'm a bit stuck on networking. Here's my setup: HP n40l 1 NIC, DHCP'ed to 192.168.2.199 Gateway and DNS 192.168.2.1 (my router) A basic

Re: Cloudstack 4.0.1 single host installation -> no networking?

2013-04-13 Thread Ahmad Emneina
the issue might be that you have a dhcp server in the 192.168.2.0/x subnet. You might want to try to disable it, and statically assign an ip to your host, or get your dhcp server to ignore the mac addresses cloudstack uses to create the vm's. I belive they start with 06. On Sat, Apr 13, 2013 at 1

Re: xenserver installation

2013-04-13 Thread Ahmad Emneina
possibly corrupt media, I would check with the citrix forums on this. On Fri, Apr 12, 2013 at 2:44 PM, Seif Eddine Jemli < [email protected]> wrote: > hi, > while installing Xenserver, i had an error: INPUT/OUTPUT problem. > > What is the cause of this problem? > > > thanks. >

AW: Cloudstack 4.0.1 single host installation -> no networking?

2013-04-13 Thread Axel Irriger
Hey, thanks for answering! Sadly, my DHCP server does not grant addresses to cloudstack, but cloudstack does assign them automagically. >From what I see (think to understand), traffic does not gets forwarded to the VM's or from the VM's. Also, if I ssh to one of the system vms using the link loca

Re: Cloudstack 4.0.1 single host installation -> no networking?

2013-04-13 Thread Ahmad Emneina
on the hypervisor, does it look like the vm's nics are being bridged to the proper interface? I dont know much about kvm, but I believe thats all that cloudstack is doing. On Sat, Apr 13, 2013 at 12:33 PM, Axel Irriger wrote: > Hey, > > thanks for answering! Sadly, my DHCP server does not grant

Re: Emergency: Cloud NOT starting

2013-04-13 Thread Jeronimo Garcia
Do you have a secondary storage defined? , does it work ? are the system vm templates in it? go to infrastructure and check the status of the system vms. Thanks On Sat, Apr 13, 2013 at 12:57 PM, Marcus Sorensen wrote: > A "brctl show" would also be good to have. > On Apr 13, 2013 11:52 AM, "M

SSVM login

2013-04-13 Thread Warren Nicholson
What is the SSVM login? Warren

Re: SSVM login

2013-04-13 Thread Nikita Gubenko
ssh root@ssvm_link_local_ip -p 3922 -i /root/.ssh/id_rsa.cloud On Sun, Apr 14, 2013 at 1:14 AM, Warren Nicholson < [email protected]> wrote: > What is the SSVM login? > > > > Warren > > -- Best Regards, Nikita Gubenko

RE: SSVM login

2013-04-13 Thread Warren Nicholson
Doesn't work. I get ssh: ssvm_link_local_ip: Name or service not known -Original Message- From: Nikita Gubenko [mailto:[email protected]] Sent: Saturday, April 13, 2013 4:16 PM To: [email protected] Subject: Re: SSVM login ssh root@ssvm_link_local_ip -p 3922 -i /root/.

Re: SSVM login

2013-04-13 Thread Nikita Gubenko
man :) You have to replace this with ip you can find in your control panel. On Sun, Apr 14, 2013 at 1:29 AM, Warren Nicholson < [email protected]> wrote: > Doesn't work. > > I get > > ssh: ssvm_link_local_ip: Name or service not known > > -Original Message- > From: Nikita Gub

RE: SSVM login

2013-04-13 Thread Warren Nicholson
OK, I'm in. When I run SSVM health check I get an error, cannot resolve Download.cloud.com I'm using google (8.8.8.8) for the domain server. Should I be using something else? Warren -Original Message- From: Nikita Gubenko [mailto:[email protected]] Sent: Saturday, April 13, 20

Issue with CS 4.1 on CentOS/KVM with iSCSI/CLVM: lost volume group

2013-04-13 Thread Milamber
Hello, I've a issue with a CloudStack 4.1 installation on CentOS 6.4 with the hypervisor KVM. The primary storage is CLVM on iSCSI array (Dell Equallogic) on 3 nodes (hosts) with 1 Cloudmgr server. I've installed and configure a CLVM with locking_type = 3 and wait_for_locks = 30. Cman like

Re: Issue with CS 4.1 on CentOS/KVM with iSCSI/CLVM: lost volume group

2013-04-13 Thread Milamber
Le 13/04/2013 23:29, Milamber a ecrit : Hello, I've a issue with a CloudStack 4.1 installation on CentOS 6.4 with the hypervisor KVM. The primary storage is CLVM on iSCSI array (Dell Equallogic) on 3 nodes (hosts) with 1 Cloudmgr server. I've installed and configure a CLVM with locking_t

Re: SSVM login

2013-04-13 Thread Nikita Gubenko
I suppose internet on your ssvm doesn't work. Can you ping 8.8.8.8? On Sun, Apr 14, 2013 at 1:41 AM, Warren Nicholson < [email protected]> wrote: > OK, I'm in. > > When I run SSVM health check I get an error, cannot resolve > Download.cloud.com > > I'm using google (8.8.8.8) for the

RE: SSVM login

2013-04-13 Thread Warren Nicholson
absolutely -Original Message- From: Nikita Gubenko [mailto:[email protected]] Sent: Saturday, April 13, 2013 6:53 PM To: [email protected] Subject: Re: SSVM login I suppose internet on your ssvm doesn't work. Can you ping 8.8.8.8? On Sun, Apr 14, 2013 at 1:41 AM, Warre

RE: SSVM login

2013-04-13 Thread Warren Nicholson
I stand corrected. It does not work. Where are the ETHs set up for the SSVM? Warren -Original Message- From: Nikita Gubenko [mailto:[email protected]] Sent: Saturday, April 13, 2013 6:53 PM To: [email protected] Subject: Re: SSVM login I suppose internet on your ssvm