ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Has Anyone Played with KVM-VDI?

    IT Discussion
    kvm vdi kvm-vdi virtualization
    8
    42
    10.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stacksofplatesS
      stacksofplates @scottalanmiller
      last edited by

      @scottalanmiller said in Has Anyone Played with KVM-VDI?:

      @travisdh1 said in Has Anyone Played with KVM-VDI?:

      @scottalanmiller said in Has Anyone Played with KVM-VDI?:

      And I've not used SPICE, anyone know how well it performs?

      Isn't that what vulr uses for their console access?

      I don't think so, I'm not aware of a web SPICE agent. but they might be. It's totally possible, but nearly everyone uses VNC for that. Would be interesting to see a reference to that being what they use, though.

      spice-html5
      Spice provides a pure HTML5 client option. To use this, you will need to have the spice-html5 and python-websockify packages installed. Then, start a Spice server as you normally would (see either the Xspice or QEMU sections, above).

      Install the Apache configuration file
      sudo cp /usr/share/doc/spice-html5*/apache.conf.sample /etc/httpd/conf.d/spice.conf
      sudo systemctl restart httpd
      Start websockify, providing a new port, and the host and port where the Spice server is running.
      websockify 5959 localhost:5900
      Open a web browser, and navigate to http://<system-with-apache>/spice/
      Enter the address of the system running websockify, and the port (e.g. 5959) you specified when you invoked websockify, and click 'Start'. You should now see your Spice session.

      From https://fedoraproject.org/wiki/Features/Spice#spice-html5

      Proxmox includes an HTML5 spice viewer.

      1 Reply Last reply Reply Quote 0
      • S
        Seitan
        last edited by Seitan

        KVM-VDI is also capable to use SPICE HTML5 (derived form eyeOS SPICE HTML5 client, which supports protocol compression and is much faster, than native HTML5 client).
        Though standalone SPICE client is better for thin clients - you can have a USB device redirection and also even faster graphics. This has some limitations, - standalone SPICE client is usable only inside hypervisor network, so it can't be used from any network location. This is when HTML5 client comes in handy.
        This diagram shows basic KVM-VDI structure:
        alt text

        1 Reply Last reply Reply Quote 3
        • dafyreD
          dafyre
          last edited by

          @Seitan -- Does KVM VDI work with Windows as well as Linux for the VDI VMs?

          1 Reply Last reply Reply Quote 0
          • S
            Seitan
            last edited by

            Yes it does. Since virtualization is based on qemu-kvm there is no limitation on what type of VM OS you will use.
            SSO is tested and works with Windows up from Vista (Vista/7/8/10 etc. - I will not make support for XP and lower, since it's really outdated OSes) and all Linux distributions with GDM3 desktop manager.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              PC-BSD with Lumina! 🙂

              S 1 Reply Last reply Reply Quote 0
              • S
                Seitan @scottalanmiller
                last edited by Seitan

                @scottalanmiller Basically, if you can get Lumina to be run from GDM3 manager, you are good to go. If not, you will be provided with PC-BSD VDI anyway, but you will be skipped with SSO though, - so you will have to enter your password to OS login screen.

                scottalanmillerS 1 Reply Last reply Reply Quote 2
                • scottalanmillerS
                  scottalanmiller @Seitan
                  last edited by

                  @Seitan said in Has Anyone Played with KVM-VDI?:

                  @scottalanmiller Basically, if you can get Lumina to be run from GDM3 manager, you are good to go. If not, you will be provided with PC-BSD VDI anyway, but you will be skipped with SSO though, - so you will have to enter your password to OS login screen.

                  Cool, that's not bad at all.

                  1 Reply Last reply Reply Quote 0
                  • S
                    Seitan
                    last edited by

                    Some more update on KVM-VDI. A quick demo on basic functions:
                    Youtube Video

                    dafyreD 1 Reply Last reply Reply Quote 2
                    • dafyreD
                      dafyre @Seitan
                      last edited by

                      @Seitan Thanks for posting that! I got a system at home I could tinker with for that.

                      Does KVM-VDI have an easy-ish way to pass through NVIDIA cards to Windows VMs?

                      S 1 Reply Last reply Reply Quote 1
                      • S
                        Seitan @dafyre
                        last edited by

                        @dafyre No, it is mainly used for connecting thin clients over SPICE, or web browsers via HTML5 SPICE.

                        dafyreD 1 Reply Last reply Reply Quote 1
                        • dafyreD
                          dafyre @Seitan
                          last edited by

                          @Seitan Thanks for the heads up! I am assuming that KVM-VDI can be used to run regular VMs that are not going to be used for VDI as well?

                          scottalanmillerS S 2 Replies Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @dafyre
                            last edited by

                            @dafyre said in Has Anyone Played with KVM-VDI?:

                            @Seitan Thanks for the heads up! I am assuming that KVM-VDI can be used to run regular VMs that are not going to be used for VDI as well?

                            Do you mean just getting to see the console?

                            dafyreD 1 Reply Last reply Reply Quote 0
                            • dafyreD
                              dafyre @scottalanmiller
                              last edited by dafyre

                              @scottalanmiller said in Has Anyone Played with KVM-VDI?:

                              @dafyre said in Has Anyone Played with KVM-VDI?:

                              @Seitan Thanks for the heads up! I am assuming that KVM-VDI can be used to run regular VMs that are not going to be used for VDI as well?

                              Do you mean just getting to see the console?

                              Or use KVM-VDI instead of a regular KVM server.

                              Edit: I like the looks of the KVM-VDI interface more-so than the Webvirtmanager that I'm using now.

                              stacksofplatesS 1 Reply Last reply Reply Quote 0
                              • stacksofplatesS
                                stacksofplates @dafyre
                                last edited by

                                @dafyre said in Has Anyone Played with KVM-VDI?:

                                @scottalanmiller said in Has Anyone Played with KVM-VDI?:

                                @dafyre said in Has Anyone Played with KVM-VDI?:

                                @Seitan Thanks for the heads up! I am assuming that KVM-VDI can be used to run regular VMs that are not going to be used for VDI as well?

                                Do you mean just getting to see the console?

                                Or use KVM-VDI instead of a regular KVM server.

                                Edit: I like the looks of the KVM-VDI interface more-so than the Webvirtmanager that I'm using now.

                                Did you set that up with the tunnel like they recommend or did you use NGINX?

                                dafyreD 1 Reply Last reply Reply Quote 0
                                • dafyreD
                                  dafyre @stacksofplates
                                  last edited by

                                  @stacksofplates said in Has Anyone Played with KVM-VDI?:

                                  @dafyre said in Has Anyone Played with KVM-VDI?:

                                  @scottalanmiller said in Has Anyone Played with KVM-VDI?:

                                  @dafyre said in Has Anyone Played with KVM-VDI?:

                                  @Seitan Thanks for the heads up! I am assuming that KVM-VDI can be used to run regular VMs that are not going to be used for VDI as well?

                                  Do you mean just getting to see the console?

                                  Or use KVM-VDI instead of a regular KVM server.

                                  Edit: I like the looks of the KVM-VDI interface more-so than the Webvirtmanager that I'm using now.

                                  Did you set that up with the tunnel like they recommend or did you use NGINX?

                                  I've got it hidden behind ZT so technically, a Tunnel. 🙂

                                  1 Reply Last reply Reply Quote 2
                                  • S
                                    Seitan @dafyre
                                    last edited by

                                    @dafyre yes, you can create regular machines - they are called "simple machines". But still KVM-VDI is more vdi oriented.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 1
                                    • scottalanmillerS
                                      scottalanmiller @Seitan
                                      last edited by

                                      @Seitan said in Has Anyone Played with KVM-VDI?:

                                      @dafyre yes, you can create regular machines - they are called "simple machines". But still KVM-VDI is more vdi oriented.

                                      Since the KVM market lacks a good, solid, standard GUI management option like XenServer has in XenOrchestra, that might be a spot that KVM-VDI makes more sense than you might think at first glance.

                                      dafyreD 1 Reply Last reply Reply Quote 1
                                      • dafyreD
                                        dafyre @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in Has Anyone Played with KVM-VDI?:

                                        @Seitan said in Has Anyone Played with KVM-VDI?:

                                        @dafyre yes, you can create regular machines - they are called "simple machines". But still KVM-VDI is more vdi oriented.

                                        Since the KVM market lacks a good, solid, standard GUI management option like XenServer has in XenOrchestra, that might be a spot that KVM-VDI makes more sense than you might think at first glance.

                                        That is why I was asking. I've got WebVirtmgr on my hosted system and it's... okay. It does the job, at least.

                                        1 Reply Last reply Reply Quote 0
                                        • 1
                                        • 2
                                        • 3
                                        • 3 / 3
                                        • First post
                                          Last post