<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hello <br>
    </p>
    <p>I connot find a way to install the OS on a newly created VM on a
      host  Virtuozzo Linux release 7.5<br>
    </p>
    <p>I've followed the doc on how to create VM:
<a class="moz-txt-link-freetext" href="https://docs.openvz.org/openvz_users_guide.webhelp/_creating_virtual_machines.html">https://docs.openvz.org/openvz_users_guide.webhelp/_creating_virtual_machines.html</a>
      (still not clear to me which one from docs.openvz.org
      docs.virtuozzo.com to follow ...) 
    </p>
    <pre class="code">prlctl create myMV
prlctl installtools myVM
prlctl set myVM --device-set net0 --ipadd 192.168.1.68/24
prlctl set myVM --nameserver 192.168.1.1
prlctl set myVM --gw 192.168.1.1</pre>
    then regarding <br>
    <p><a class="moz-txt-link-freetext" href="https://docs.virtuozzo.com/virtuozzo_7_users_guide/advanced-tasks/enabling-vnc-access-to-virtual-machines-and-containers.html">https://docs.virtuozzo.com/virtuozzo_7_users_guide/advanced-tasks/enabling-vnc-access-to-virtual-machines-and-containers.html</a></p>
    <p>i've created a VNC acces + password <br>
    </p>
    <pre class="code">prlctl set myVM --vnc-mode manual --vnc-port 5901 --vnc-passwd myVMpass</pre>
    <p>added the VM net0 interface to the correct network/vlan on my
      host virtuozzo 7 <br>
    </p>
    <pre class="code">prlctl set myVM --device-set net0 --network vlan1
# brctl show
br1                8000.1866dabdc8b6        yes                em2.1
                                                        vme001c426ab342

</pre>
    <p>then started it (prlctl start myVM) <br>
    </p>
    <pre class="code"># prlctl list
UUID                                    STATUS       IP_ADDR         T  NAME
{aab70e2d-3e9b-49bc-b473-07c3b2f7104e}  running      192.168.1.68   VM myVM</pre>
    <p>until now everything seems fine</p>
    <p>exept  I cannot connect to the VM via VNC nor I can ping it .</p>
    <p>How can I install the OS on it from here ? did I missed something
      ?<br>
    </p>
    <p>with KVM I used to start a virt-manager on the host to do that ,
      is it possible to install virt-manager or it will break virtuozzo
      ? <br>
    </p>
    <p>Thanks .<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>