Hi Santosh, Thanks for replay, I have followed the given link, and deleted systemvm-4.3.0 from /secondary/systemvm/ still it's giving same error.
Also I followed below link and varifed public key it's they are same. https://issues.apache.org/jira/browse/CLOUDSTACK-3014 [root@hyperv is]# cat /var/cloudstack/management/.ssh/id_rsa.pub ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzQUMQc5H2UwsFyLYMuy7vEtIqfhlhDLSZ8BcaitZvy47J+2rNrrJX/W/tL7gaEMlKh05IBiXSw+/KeT+bnnuMvarlqO/U60tWMUoBEPqiUC2PYKpVYVI/vsNVd+m16TWhyyKIvj643llFDcEIiidihSfsV+689lny36spscmS4jYZZf/JteSy2Nx+Qkx9RUueMAHUX2Ecpk1oEG4Gs5z47Xjc7BdiHc39duUhLgSERCQ8CDyaBuItU38KzyZrzeR01fvXIlP+t+JQOpVqhs1tIrhJPaK9Oc4tlZq/l1z+P4PRdP6MDuzyH2if7LgEL4yYPe/O7EmJWzOj5sM4vZIfw== cloud@hyperv.cloud.local[root@hyperv is]# [root@hyperv is]# cat authorized_keys ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzQUMQc5H2UwsFyLYMuy7vEtIqfhlhDLSZ8BcaitZvy47J+2rNrrJX/W/tL7gaEMlKh05IBiXSw+/KeT+bnnuMvarlqO/U60tWMUoBEPqiUC2PYKpVYVI/vsNVd+m16TWhyyKIvj643llFDcEIiidihSfsV+689lny36spscmS4jYZZf/JteSy2Nx+Qkx9RUueMAHUX2Ecpk1oEG4Gs5z47Xjc7BdiHc39duUhLgSERCQ8CDyaBuItU38KzyZrzeR01fvXIlP+t+JQOpVqhs1tIrhJPaK9Oc4tlZq/l1z+P4PRdP6MDuzyH2if7LgEL4yYPe/O7EmJWzOj5sM4vZIfw== cloud@hyperv.cloud.local[root@hyperv is]# Regards, Tejas On Fri, Feb 14, 2014 at 9:46 PM, Santhosh Edukulla < santhosh.eduku...@citrix.com> wrote: > Check this. > http://comments.gmane.org/gmane.comp.apache.cloudstack.devel/22230 > > Santhosh > ________________________________________ > From: Tejas Gadaria [refond.g...@gmail.com] > Sent: Friday, February 14, 2014 8:06 AM > To: us...@cloudstack.apache.org > Cc: dev@cloudstack.apache.org > Subject: Unable to deploy Guest VM Cloudstack 4.3 > > Hi, > > While creating Virtual router its giving below error, > > > 2014-02-14 18:19:53,948 DEBUG [c.c.h.h.r.HypervDirectConnectResource] > (DirectAgent-50:ctx-3520609f) Use router's private IP for SSH control. IP : > 10.129.151.89 > 2014-02-14 18:19:54,135 ERROR [c.c.u.s.SshHelper] > (DirectAgent-50:ctx-3520609f) Failed to authentication SSH user root on > host 10.129.151.89 > 2014-02-14 18:19:54,136 ERROR [c.c.h.h.r.HypervDirectConnectResource] > (DirectAgent-50:ctx-3520609f) GetDomRVersionCmd failed due to > java.lang.Exception: Failed to authentication SSH user root on host > 10.129.151.89 > java.lang.Exception: Failed to authentication SSH user root on host > 10.129.151.89 > at com.cloud.utils.ssh.SshHelper.sshExecute(SshHelper.java:144) > at com.cloud.utils.ssh.SshHelper.sshExecute(SshHelper.java:37) > at > > com.cloud.hypervisor.hyperv.resource.HypervDirectConnectResource.execute(HypervDirectConnectResource.java:1545) > at > > com.cloud.hypervisor.hyperv.resource.HypervDirectConnectResource.executeRequest(HypervDirectConnectResource.java:411) > at > > com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAgentAttache.java:216) > at > > org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49) > at > > org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56) > at > > org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103) > at > > org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53) > at > > org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at > > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165) > at > > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266) > at > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) > at java.lang.Thread.run(Thread.java:679) > 2014-02-14 18:19:54,138 DEBUG [c.c.a.m.DirectAgentAttache] > (DirectAgent-50:ctx-3520609f) Seq 1-2053505129: Cancelling because one of > the answers is false and it is stop on error. > 2014-02-14 18:19:54,138 DEBUG [c.c.a.m.DirectAgentAttache] > (DirectAgent-50:ctx-3520609f) Seq 1-2053505129: Cancelling because one of > the answers is false and it is stop on error. > > > Regards, > Tejas >