Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C48DFE4F9 for ; Mon, 7 Jan 2013 23:41:43 +0000 (UTC) Received: (qmail 49080 invoked by uid 500); 7 Jan 2013 23:41:43 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 49040 invoked by uid 500); 7 Jan 2013 23:41:43 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 49032 invoked by uid 99); 7 Jan 2013 23:41:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2013 23:41:43 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Ahmad.Emneina@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2013 23:41:37 +0000 X-IronPort-AV: E=Sophos;i="4.84,427,1355097600"; d="scan'208";a="2949465" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 07 Jan 2013 23:41:15 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Mon, 7 Jan 2013 15:41:14 -0800 From: Ahmad Emneina To: "cloudstack-users@incubator.apache.org" Date: Mon, 7 Jan 2013 15:41:11 -0800 Subject: Re: Newbie question: Just installed, SSVM keeps crashing Thread-Topic: Newbie question: Just installed, SSVM keeps crashing Thread-Index: Ac3tMHrhB3T2ZHacQxSBQphqWfzpVg== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.0.0.100825 acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 1/7/13 2:31 PM, "Demetrius Tsitrelis" wrote: >The admin console reports that the SSVM has stopped and a minute or so >later a new instance is created. That new instance stops and then CS >tries to restart it. And so on. > >Message: VM name: .., id: ... stopped unexpectedly on host id:... >availability zone id:... pod id:.... > >How do I determine why the SSVM is crashing? > >Also how do I log on to the SSVM? I tried to use "ssh admin@ssvm_ip" but >no matter what password I use it says access denied. > > > Depending on the hypervisor you use: Xen/KVM: ssh -i private-key-path link-local-ip -p 3922 #from the host the vm has started on Vmware: ssh -i private-key-path private-ip -p 3922 #from the management server You have to be fairly quick or shut down the cloud management service, since that=B9s whats rebooting your vm. I believe you'll probably find a networking issue on the vm... Assuming the vm is actually starting on the backend. --=20 =C6