On 1/7/13 2:31 PM, "Demetrius Tsitrelis" <demetrius.tsitre...@citrix.com> 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¹s 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. -- Æ