Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E0C841020A for ; Fri, 30 Aug 2013 04:06:47 +0000 (UTC) Received: (qmail 98511 invoked by uid 500); 30 Aug 2013 04:06:47 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 98476 invoked by uid 500); 30 Aug 2013 04:06:46 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 98468 invoked by uid 99); 30 Aug 2013 04:06:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 04:06:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mike.tutkowski@solidfire.com designates 209.85.219.49 as permitted sender) Received: from [209.85.219.49] (HELO mail-oa0-f49.google.com) (209.85.219.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 04:06:38 +0000 Received: by mail-oa0-f49.google.com with SMTP id i7so1690674oag.36 for ; Thu, 29 Aug 2013 21:06:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=o0L61P0EJ17weyIQjEoBGSmBKydJ9lUj4zgO8BVgowU=; b=M7zNHEkZ/GSOM/PrKcLfJWWkBP0JSbDfUidtzIsze6VvXM4G4RxRlqBZEzKVSXHRCI TtDcmB64Pt7rXw5j8lpOJBpL9uqA82FpKR1nY0Z3SyAKe4eelXbj88a1OPDqIwMkKmlJ eutGL+TueeA/X8x1PllAEyjRs85pmCGpCUtuuTPSSPP3C2gU3t9T8mCR/paZHcj4Kena fEnbGryZpunb3kSxRrmqwswnLUV6CiH4kFgeRNrHHgROnc5u6+GDbTDX69dBRsqZR2in JzI1V3F1iWWFH2/dcZCYE8nGw+BxgCNhJFgEkdhewqVD7P2eE2E5UUg46WGQVQp5/W/v Smbg== X-Gm-Message-State: ALoCoQkf9AN+iDfQB/BmNjDU47Ru4dJ2OmyxHA3DQH/70Iy4dfBTOA+mF33sIldIrUCfUf32IGOd MIME-Version: 1.0 X-Received: by 10.182.242.11 with SMTP id wm11mr5337158obc.26.1377835577802; Thu, 29 Aug 2013 21:06:17 -0700 (PDT) Received: by 10.182.18.228 with HTTP; Thu, 29 Aug 2013 21:06:17 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Aug 2013 22:06:17 -0600 Message-ID: Subject: Re: KVM Assistance From: Mike Tutkowski To: "dev@cloudstack.apache.org" Content-Type: multipart/alternative; boundary=e89a8ff24ead2c936104e522580a X-Virus-Checked: Checked by ClamAV on apache.org --e89a8ff24ead2c936104e522580a Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable KVM is running on Ubuntu 12.04.1 by the way. On Thu, Aug 29, 2013 at 10:05 PM, Mike Tutkowski < mike.tutkowski@solidfire.com> wrote: > Thanks, Marcus > > I'm not used to playing around in a KVM environment. Can you tell me wher= e > our agent logs are on KVM? > > Originally I didn't have SSH installed, but I noticed that problem while > stepping through the debugger. After I installed it, the SSH call went > through just fine as far as the CSMS was concerned, so - as you say - I w= as > thinking I should take a look on the KVM side and see if maybe an error > occurred that it didn't report back. > > > On Thu, Aug 29, 2013 at 9:57 PM, Marcus Sorensen wro= te: > >> Normally the agent service starts and connects up. The mgmt server uses >> ssh >> to start the agent and set it up for the first time. You will probably >> need >> to look at the agent logs and see if it is having trouble connecting to >> the >> mgmt server or something (firewall?). >> On Aug 29, 2013 9:55 PM, "Mike Tutkowski" >> wrote: >> >> > So, now I'm trying to add a KVM host to CS and am having a bit of >> trouble >> > with LibvirtServerDiscoverer finding it (this line below: List >> > hosts =3D _resourceMgr.listAllUpAndEnabledHosts(Host.Type.Routing, >> clusterId, >> > podId, dcId);). >> > >> > private HostVO waitForHostConnect(long dcId, long podId, >> > longclusterId, String guid) { >> > >> > for (int i =3D 0; i < _waitTime * 2; i++) { >> > >> > List hosts =3D _resourceMgr >> > .listAllUpAndEnabledHosts(Host.Type.Routing, clusterId, podId, dcId); >> > >> > for (HostVO host : hosts) { >> > >> > if (host.getGuid().equalsIgnoreCase(guid)) { >> > >> > return host; >> > >> > } >> > >> > } >> > Any thoughts on how I might debug this? Is there a log on the KVM host= I >> > should be looking at? I don't see a relevant entry in my cloud.host >> table. >> > >> > Thanks! >> > >> > >> > On Thu, Aug 29, 2013 at 7:56 PM, Mike Tutkowski < >> > mike.tutkowski@solidfire.com> wrote: >> > >> > > Thanks, Marty - that solved the problem! >> > > >> > > >> > > On Thu, Aug 29, 2013 at 4:56 PM, Marty Sweet >> > wrote: >> > > >> > >> Hi Mike, >> > >> >> > >> Something like this should help: >> > >> http://en.kioskea.net/faq/809-debian-apt-get-no-pubkey-gpg-error >> > >> >> > >> Marty >> > >> >> > >> On Thursday, August 29, 2013, Mike Tutkowski wrote: >> > >> >> > >> > Any thoughts on this, Wei? >> > >> > >> > >> > W: GPG error: http://cloudstack.apt-get.eu precise Release: The >> > >> following >> > >> > signatures couldn't be verified because the public key is not >> > available: >> > >> > NO_PUBKEY BBFCFE5386C278E3 >> > >> > >> > >> > >> > >> > >> > >> > On Thu, Aug 29, 2013 at 4:21 PM, Mike Tutkowski < >> > >> > mike.tutkowski@solidfire.com> wrote: >> > >> > >> > >> > > Thanks for the repo info, Wei! >> > >> > > >> > >> > > >> > >> > > On Thu, Aug 29, 2013 at 4:19 PM, Wei ZHOU > > >> > >> wrote: >> > >> > > >> > >> > >> You need to add a repo, or download the deb files and install >> them. >> > >> > >> >> > >> > >> for CentOS/RHEL, http://cloudstack.apt-get.eu/rhel/4.1/ >> > >> > >> for Ubuntu, >> > >> http://cloudstack.apt-get.eu/ubuntu/dists/precise/4.1/pool/ >> > >> > >> >> > >> > >> >> > >> > >> 2013/8/29 Mike Tutkowski >> > >> > >> >> > >> > >> > Maybe I need to add a repo for CloudStack? I didn't see that >> in >> > the >> > >> > KVM >> > >> > >> > section, but perhaps it was earlier in the documentation. >> > >> > >> > >> > >> > >> > >> > >> > >> > On Thu, Aug 29, 2013 at 3:35 PM, Mike Tutkowski < >> > >> > >> > mike.tutkowski@solidfire.com> wrote: >> > >> > >> > >> > >> > >> > > Hi, >> > >> > >> > > >> > >> > >> > > For the past nine months that I've been working with >> > CloudStack, >> > >> > I've >> > >> > >> > > exclusively used XenServer and ESXi as my hosts. >> > >> > >> > > >> > >> > >> > > I am now trying out KVM and following the instruction here= : >> > >> > >> > > >> > >> > >> > > >> > >> > >> > > >> > >> > >> > >> > >> > >> >> > >> > >> > >> >> > >> http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Ins= tallation_Guide/hypervisor-kvm-install-flow.html >> > >> > >> > > >> > >> > >> > > I am unable to install the cloudstack-agent package on my >> KVM >> > >> host >> > >> > >> > (Ubuntu >> > >> > >> > > 12.04.1), however. >> > >> > >> > > >> > >> > >> > > mtutkowski@ubuntu:~$ sudo apt-get install cloudstack-agent >> > >> > >> > > Reading package lists... Done >> > >> > >> > > Building dependency tree >> > >> > >> > > Reading state information... Done >> > >> > >> > > E: Unable to locate package cloudstack-agent >> > >> > >> > > >> > >> > >> > > Any thoughts on this? >> > >> > >> > > >> > >> > >> > > Thanks! >> > >> > >> > > >> > >> > >> > > -- >> > >> > >> > > *Mike Tutkowski* >> > >> > >> > > *Senior CloudStack Developer, SolidFire Inc.* >> > >> > >> > > e: mike.tutkowski@solidfire.com >> > >> > >> > > o: 303.746.7302 >> > >> > >> > > Advancing the way the world uses the cloud< >> > >> > >> > http://solidfire.com/solution/overview/?video=3Dplay> >> > >> > >> > > *=99* >> > >> > >> > > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > -- >> > >> > >> > *Mike Tutkowski* >> > >> > >> > *Senior CloudStack Developer, SolidFire Inc.* >> > >> > >> > e: mike.tutkowski@solidfire.com >> > >> > >> > o: 303.746.7302 >> > >> > >> > Advancing the way the world uses the >> > >> > >> > cloud >> > >> > >> > *=99* >> > >> > >> > >> > >> > >> >> > >> > > >> > >> > > >> > >> > > >> > >> > > -- >> > >> > > *Mike Tutkowski* >> > >> > > *Senior CloudStack Developer, SolidFire Inc.* >> > >> > > e: mike.tutkowski@solidfire.com >> > >> > > o: 303.746.7302 >> > >> > > Advancing the way the world uses the cloud< >> > >> > http://solidfire.com/solution/overview/?video=3Dplay> >> > >> > > *=99* >> > >> > > >> > >> > >> > >> > >> > >> > >> > >> > -- >> > >> > *Mike Tutkowski* >> > >> > *Senior CloudStack Developer, SolidFire Inc.* >> > >> > e: mike.tutkowski@solidfire.com >> > >> > o: 303.746.7302 >> > >> > Advancing the way the world uses the >> > >> > cloud> > >> >> > > >> > > >> > > >> > > -- >> > > *Mike Tutkowski* >> > > *Senior CloudStack Developer, SolidFire Inc.* >> > > e: mike.tutkowski@solidfire.com >> > > o: 303.746.7302 >> > > Advancing the way the world uses the cloud< >> > http://solidfire.com/solution/overview/?video=3Dplay> >> > > *=99* >> > > >> > >> > >> > >> > -- >> > *Mike Tutkowski* >> > *Senior CloudStack Developer, SolidFire Inc.* >> > e: mike.tutkowski@solidfire.com >> > o: 303.746.7302 >> > Advancing the way the world uses the >> > cloud >> > *=99* >> > >> > > > > -- > *Mike Tutkowski* > *Senior CloudStack Developer, SolidFire Inc.* > e: mike.tutkowski@solidfire.com > o: 303.746.7302 > Advancing the way the world uses the cloud > *=99* > --=20 *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tutkowski@solidfire.com o: 303.746.7302 Advancing the way the world uses the cloud *=99* --e89a8ff24ead2c936104e522580a--