So how should I debug the "No route to host" issue?

It seems to be quite a commonly reported issue but there don't seem to
be any general answers.

Thanks,
Tobin

On Fri, 3 Apr 2020 at 21:36, Vivek Kumar <vivek.ku...@indiqus.com> wrote:
>
> No but it helps as part of troubleshooting specially on KVM hosts. Because 
> other hypervisor i.e Xenserver and VMware you can view the console without 
> doing the SSH.
>
> Vivek Kumar
> Manager - Cloud & DevOps
> IndiQus Technologies
> 24*7  O +91 11 4055 1411  |   M +91 7503460090
> www.indiqus.com <http://indiqus.com/>
>
> This message is intended only for the use of the individual or entity to 
> which it is addressed and may contain information that is confidential and/or 
> privileged. If you are not the intended recipient please delete the original 
> message and any copy of it from your computer system. You are hereby notified 
> that any dissemination, distribution or copying of this communication is 
> strictly prohibited unless proper authorization has been obtained for such 
> action. If you have received this communication in error, please notify the 
> sender immediately. Although IndiQus attempts to sweep e-mail and attachments 
> for viruses, it does not guarantee that both are virus-free and accepts no 
> liability for any damage sustained as a result of viruses.
>
> > On 04-Apr-2020, at 2:03 AM, tobin <tobinlandrico...@gmail.com> wrote:
> >
> > Hi,
> >
> > I just followed the quick installation guide. Is it missing something?
> >
> > Thanks,
> > Tobin
> >
> > On Fri, 3 Apr 2020 at 21:31, Vivek Kumar <vivek.ku...@indiqus.com> wrote:
> >>
> >> Dont you have GUI installed on your KVM host where you can take the 
> >> console of your system VMs via virt-viewer. It’s good practice part of 
> >> troubleshooting purpose if you have GUI installed on KVM host if your SSH 
> >> doesn’t work somehow to the system VM.
> >>
> >>
> >> Vivek Kumar
> >> Manager - Cloud & DevOps
> >> IndiQus Technologies
> >> 24*7  O +91 11 4055 1411  |   M +91 7503460090
> >> www.indiqus.com <http://indiqus.com/>
> >>
> >> This message is intended only for the use of the individual or entity to 
> >> which it is addressed and may contain information that is confidential 
> >> and/or privileged. If you are not the intended recipient please delete the 
> >> original message and any copy of it from your computer system. You are 
> >> hereby notified that any dissemination, distribution or copying of this 
> >> communication is strictly prohibited unless proper authorization has been 
> >> obtained for such action. If you have received this communication in 
> >> error, please notify the sender immediately. Although IndiQus attempts to 
> >> sweep e-mail and attachments for viruses, it does not guarantee that both 
> >> are virus-free and accepts no liability for any damage sustained as a 
> >> result of viruses.
> >>
> >>> On 04-Apr-2020, at 1:45 AM, tobin <tobinlandrico...@gmail.com> wrote:
> >>>
> >>> # ssh -i /root/.ssh/id_rsa.cloud -p 3922 root@169.254.3.206
> >>> ssh: connect to host 169.254.3.206 port 3922: No route to host
> >>>
> >>> Thanks,
> >>> Tobin
> >>>
> >>> On Fri, 3 Apr 2020 at 21:13, Andrija Panic <andrija.pa...@gmail.com> 
> >>> wrote:
> >>>>
> >>>> login to inside the SSVM (ssh to KVM host, from KVM host, ssh to SSVM) 
> >>>> and
> >>>> run the check script:
> >>>>
> >>>> ssh -i /root/.ssh/id_rsa.cloud -p 3922 r...@169.254.xxx.yyy
> >>>> /usr/local/cloud/systemvm/ssvm-check.sh
> >>>>
> >>>> and report back the results - there is check if VM can ping 8,8.8.8 
> >>>> (public
> >>>> network works fine - ssvm can access internet), there is check if the 
> >>>> agent
> >>>> can connect to mgmt server (agent status can be reported to mgmt) and 
> >>>> also
> >>>> if Secondary Storage is mounted and printable (check the IP - with some
> >>>> network misconfiguration, the Sec Stor NFS is reported with some funny IP
> >>>> address)
> >>>>
> >>>> Cheers
> >>>> Andrija
> >>>>
> >>>> On Fri, 3 Apr 2020 at 22:08, tobin <tobinlandrico...@gmail.com> wrote:
> >>>>
> >>>>> Hi,
> >>>>>
> >>>>> The global settings host field has the value of 192.168.0.186 which is
> >>>>> the correct address for the host.
> >>>>>
> >>>>> If I "View console" a blank pop up appears. If I try to ssh into the
> >>>>> the SSVM, I get "No route to host". It exists, as `virsh console
> >>>>> s-2-VM` shows "Apache CloudStack SystemVM 4.11.2.0", etc.
> >>>>>
> >>>>> Thanks,
> >>>>> Tobin
> >>>>>
> >>>>> On Fri, 3 Apr 2020 at 21:02, Vivek Kumar <vivek.ku...@indiqus.com> 
> >>>>> wrote:
> >>>>>>
> >>>>>> Hello Tobin,
> >>>>>>
> >>>>>> Agent state must be in ‘UP’ state. Then it will download the default
> >>>>> template.  Can you just login to the system VM and check the
> >>>>> /var/log/cloud.log. Can you also verify the host setting in global 
> >>>>> setting.
> >>>>> Just click on the global setting and type ‘host’ in search button and
> >>>>> enter. What do you see ? There should be your management IP, can you 
> >>>>> verify
> >>>>> that ?
> >>>>>>
> >>>>>>
> >>>>>> Vivek Kumar
> >>>>>> Manager - Cloud & DevOps
> >>>>>> IndiQus Technologies
> >>>>>> 24*7  O +91 11 4055 1411  |   M +91 7503460090
> >>>>>> www.indiqus.com <http://indiqus.com/>
> >>>>>>
> >>>>>> This message is intended only for the use of the individual or entity 
> >>>>>> to
> >>>>> which it is addressed and may contain information that is confidential
> >>>>> and/or privileged. If you are not the intended recipient please delete 
> >>>>> the
> >>>>> original message and any copy of it from your computer system. You are
> >>>>> hereby notified that any dissemination, distribution or copying of this
> >>>>> communication is strictly prohibited unless proper authorization has 
> >>>>> been
> >>>>> obtained for such action. If you have received this communication in 
> >>>>> error,
> >>>>> please notify the sender immediately. Although IndiQus attempts to sweep
> >>>>> e-mail and attachments for viruses, it does not guarantee that both are
> >>>>> virus-free and accepts no liability for any damage sustained as a 
> >>>>> result of
> >>>>> viruses.
> >>>>>>
> >>>>>>> On 04-Apr-2020, at 1:24 AM, tobin <tobinlandrico...@gmail.com> wrote:
> >>>>>>>
> >>>>>>> Hi,
> >>>>>>>
> >>>>>>> I've completed the instructions at
> >>>>>>>
> >>>>> http://docs.cloudstack.apache.org/en/latest/quickinstallationguide/qig.html
> >>>>>>>
> >>>>>>> 1.
> >>>>>>>
> >>>>>>> Home > Infrastructure > System VMs now displays two VMs with a "VM
> >>>>>>> state" of "Running" and an "Agent State" of "-".
> >>>>>>>
> >>>>>>> Is this normal?
> >>>>>>>
> >>>>>>> 2.
> >>>>>>>
> >>>>>>> If I select "New Instance" it displays no templates.
> >>>>>>>
> >>>>>>> Surely the default template should be visible?
> >>>>>>>
> >>>>>>> 3.
> >>>>>>>
> >>>>>>> If I try to ssh into the the SSVM, I get "No route to host". It
> >>>>>>> exists, as `virsh console s-2-VM` shows "Apache CloudStack SystemVM
> >>>>>>> 4.11.2.0", etc.
> >>>>>>>
> >>>>>>> Please advise.
> >>>>>>>
> >>>>>>> Regards,
> >>>>>>> Tobin
> >>>>>>
> >>>>>
> >>>>
> >>>>
> >>>> --
> >>>>
> >>>> Andrija Panić
> >>
>

Reply via email to