So after restarting everything, I have an SSVM up and running. I've
logged into it and it hasn't picked up an IP address:

root@systemvm:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group
default qlen 1000
    link/ether 0e:00:a9:fe:02:bb brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group
default qlen 1000
    link/ether 1e:00:b4:00:00:06 brd ff:ff:ff:ff:ff:ff
4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group
default qlen 1000
    link/ether 1e:00:ea:00:00:1b brd ff:ff:ff:ff:ff:ff

Presumably something's wrong in my environment but I've been back
through the quick install guide and can't find anything I might have
missed.

On Sat, 4 Apr 2020 at 11:52, tobin <tobinlandrico...@gmail.com> wrote:
>
> Ha, that worked. I'm sure I tried that!
>
> Thanks.
>
> On Sat, 4 Apr 2020 at 10:51, Andrija Panic <andrija.pa...@gmail.com> wrote:
> >
> > root / password is the login to ssvm/cpvm/VRs
> >
> > On Fri, 3 Apr 2020, 23:39 tobin, <tobinlandrico...@gmail.com> wrote:
> >
> > > I've installed virt-manager on the box. When I select "Open" against
> > > the SSMV I get a password prompt.
> > >
> > > Please advise?
> > >
> > > 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