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

    Manage KVM through Cockpit

    Scheduled Pinned Locked Moved IT Discussion
    fedorakvmovirtvirtualizationhypervisormanagementcockpit
    116 Posts 12 Posters 32.7k Views
    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.
    • Emad RE
      Emad R @DustinB3403
      last edited by Emad R

      @dustinb3403

      I heard about this but it is still in dev, more info:

      https://github.com/mareklibra/cockpit-ovirt

      1. you will get more features, by using Kimchi
      2. You can manage whole OS using cockpit via terminal. I was avoiding that at first but virsh cli is very easy to pickup
      3. cockpit can be expanded via plugins, but the way you install them will get you thinking about the term "plugins" again, it is not easy and you have to modify many files, like working with source HTML/JS files
      1 Reply Last reply Reply Quote 2
      • FATeknollogeeF
        FATeknollogee @DustinB3403
        last edited by FATeknollogee

        @dustinb3403 said in Manage KVM through Cockpit:

        Here specifically shows a VM management page, how did they get to this?

        vms.png

        Thanks for this thread, I hadn't even noticed that option in Cockpit.

        You'll need to install the cockpit-machines package "dnf install cockpit-machines"
        I also upgraded Cockpit to v149 https://copr.fedorainfracloud.org/coprs/g/cockpit/cockpit-preview/
        Don't forget to enable this repo "dnf copr enable @cockpit/cockpit-preview"

        **reference: see bottom of the page: https://github.com/cockpit-project/cockpit/pull/4434
        "@igorSmirnovPlexi ,
        Are 'machines' listed in the main cockpit menu (left-most column)?
        Do you have 'cockpit-machines' package installed? (rpm -qa|grep cockpit-machines)"

        ***edit:
        After all the above was done, I ran "dnf upgrade" & 4 more packages were upgraded:
        cockpit-dashboard
        cockpit-docker
        cockpit-networkmanager
        cockpit-storaged

        Emad RE 1 Reply Last reply Reply Quote 2
        • Emad RE
          Emad R @FATeknollogee
          last edited by Emad R

          @fateknollogee said in Manage KVM through Cockpit:

          @dustinb3403 said in Manage KVM through Cockpit:

          Here specifically shows a VM management page, how did they get to this?

          vms.png

          Thanks for this thread, I hadn't even noticed that option in Cockpit.

          You'll need to install the cockpit-machines package "dnf install cockpit-machines"
          I also upgraded Cockpit to v149 https://copr.fedorainfracloud.org/coprs/g/cockpit/cockpit-preview/
          Don't forget to enable this repo "dnf copr enable @cockpit/cockpit-preview"

          **reference: see bottom of the page: https://github.com/cockpit-project/cockpit/pull/4434
          "@igorSmirnovPlexi ,
          Are 'machines' listed in the main cockpit menu (left-most column)?
          Do you have 'cockpit-machines' package installed? (rpm -qa|grep cockpit-machines)"

          Works on centos +1

          same steps to install cockpit, nothing special except add:
          yum install cockpit-machines. Its basic but good to know.

          2_1503850724615_2017-08-27 19_17_42-Virtual Machines - 192.168.1.27.png

          1_1503850724614_2017-08-27 19_17_39-Virtual Machines - 192.168.1.27.png

          0_1503850724613_2017-08-27 19_17_35-Virtual Machines - 192.168.1.27.png

          If anyone on latest Fedora I am interested to see if there are any additional features.

          1 Reply Last reply Reply Quote 0
          • ObsolesceO
            Obsolesce
            last edited by

            I don't have a Fedora machine on me atm, can someone do a "dnf search cockpit" and show me the results? (if there's not too much output)

            FATeknollogeeF 2 Replies Last reply Reply Quote 0
            • FATeknollogeeF
              FATeknollogee @Obsolesce
              last edited by

              @tim_g said in Manage KVM through Cockpit:

              I don't have a Fedora machine on me atm, can someone do a "dnf search cockpit" and show me the results? (if there's not too much output)

              BRB

              1 Reply Last reply Reply Quote 0
              • F
                Francesco Provino
                last edited by Francesco Provino

                Why everybody seems to need a GUI for KVM? Virsh can do absolutely anything, in a much more concise, fast and elegant way. It's also very bandwidth friendly.

                Maybe for virtualized Windows guest that needs console acces? Does cockpit provides that feature?

                FATeknollogeeF olivierO 2 Replies Last reply Reply Quote 0
                • FATeknollogeeF
                  FATeknollogee @Francesco Provino
                  last edited by

                  @francesco-provino said in Manage KVM through Cockpit:

                  Why everybody seems to need a GUI for KVM? Virsh can do absolutely anything, in a much more concise, fast and elegant way. It's also very bandwidth friendly.

                  Because some of us "just" want it. Why it this so hard for some of you to understand?

                  Maybe for virtualized Windows guest that needs console acces? Does cockpit provides that feature?

                  Yes it does.

                  Emad RE F 2 Replies Last reply Reply Quote 3
                  • FATeknollogeeF
                    FATeknollogee @Obsolesce
                    last edited by

                    @tim_g said in Manage KVM through Cockpit:

                    I don't have a Fedora machine on me atm, can someone do a "dnf search cockpit" and show me the results? (if there's not too much output)

                    0_1503851649396_Screenshot from 2017-08-27 09-33-46.png

                    ObsolesceO 1 Reply Last reply Reply Quote 1
                    • ObsolesceO
                      Obsolesce @FATeknollogee
                      last edited by

                      @fateknollogee said in Manage KVM through Cockpit:

                      @tim_g said in Manage KVM through Cockpit:

                      I don't have a Fedora machine on me atm, can someone do a "dnf search cockpit" and show me the results? (if there's not too much output)

                      0_1503851649396_Screenshot from 2017-08-27 09-33-46.png

                      Cool... there's more there than I thought. I should have thought to do that a long time ago. Now I have some things to play with when I get some spare time at home.

                      1 Reply Last reply Reply Quote 0
                      • Emad RE
                        Emad R @FATeknollogee
                        last edited by Emad R

                        @fateknollogee said in Manage KVM through Cockpit:

                        Maybe for virtualized Windows guest that needs console acces? Does cockpit provides that feature?

                        Yes it does.

                        Do you have this setup ? can you post screenshot with this feature ?

                        FATeknollogeeF 3 Replies Last reply Reply Quote 0
                        • FATeknollogeeF
                          FATeknollogee @Emad R
                          last edited by

                          @emad-r said in Manage KVM through Cockpit:

                          @fateknollogee said in Manage KVM through Cockpit:

                          Maybe for virtualized Windows guest that needs console acces? Does cockpit provides that feature?

                          Yes it does.

                          Do you have this setup ? can you post screenshot with this feature ?

                          BRB!

                          1 Reply Last reply Reply Quote 0
                          • FATeknollogeeF
                            FATeknollogee @Emad R
                            last edited by

                            @emad-r said in Manage KVM through Cockpit:

                            @fateknollogee said in Manage KVM through Cockpit:

                            Maybe for virtualized Windows guest that needs console acces? Does cockpit provides that feature?

                            Yes it does.

                            Do you have this setup ? can you post screenshot with this feature ?

                            0_1503852280958_Screenshot from 2017-08-27 09-44-26.png

                            1 Reply Last reply Reply Quote 1
                            • FATeknollogeeF
                              FATeknollogee @Emad R
                              last edited by

                              @emad-r said in Manage KVM through Cockpit:

                              @fateknollogee said in Manage KVM through Cockpit:

                              Maybe for virtualized Windows guest that needs console acces? Does cockpit provides that feature?

                              Yes it does.

                              Do you have this setup ? can you post screenshot with this feature ?

                              Also on Fedora vm's
                              0_1503852391011_Screenshot from 2017-08-27 09-45-58.png

                              1 Reply Last reply Reply Quote 1
                              • F
                                Francesco Provino @FATeknollogee
                                last edited by

                                @fateknollogee said in Manage KVM through Cockpit:

                                @francesco-provino said in Manage KVM through Cockpit:

                                Why everybody seems to need a GUI for KVM? Virsh can do absolutely anything, in a much more concise, fast and elegant way. It's also very bandwidth friendly.

                                Because some of us "just" want it. Why it this so hard for some of you to understand?

                                Maybe for virtualized Windows guest that needs console acces? Does cockpit provides that feature?

                                Yes it does.

                                @fateknollogee said in Manage KVM through Cockpit:

                                @francesco-provino said in Manage KVM through Cockpit:

                                Why everybody seems to need a GUI for KVM? Virsh can do absolutely anything, in a much more concise, fast and elegant way. It's also very bandwidth friendly.

                                Because some of us "just" want it. Why it this so hard for some of you to understand?

                                Maybe for virtualized Windows guest that needs console acces? Does cockpit provides that feature?

                                Yes it does.

                                I was not aware of the console redirection. Perhaps, it seems more like a link generator for the usual spice/vnc client. I can understand it for windows troubleshooting… no use at all for linux guests.

                                1 Reply Last reply Reply Quote 0
                                • olivierO
                                  olivier @Francesco Provino
                                  last edited by

                                  @francesco-provino said in Manage KVM through Cockpit:

                                  Why everybody seems to need a GUI for KVM? Virsh can do absolutely anything, in a much more concise, fast and elegant way. It's also very bandwidth friendly.

                                  That made me laugh a lot 😄

                                  FATeknollogeeF 1 Reply Last reply Reply Quote 2
                                  • FATeknollogeeF
                                    FATeknollogee @olivier
                                    last edited by

                                    @olivier said in Manage KVM through Cockpit:

                                    @francesco-provino said in Manage KVM through Cockpit:

                                    Why everybody seems to need a GUI for KVM? Virsh can do absolutely anything, in a much more concise, fast and elegant way. It's also very bandwidth friendly.

                                    That made me laugh a lot 😄

                                    Why, you agree or disagree with that statement?

                                    olivierO 1 Reply Last reply Reply Quote 0
                                    • olivierO
                                      olivier @FATeknollogee
                                      last edited by olivier

                                      @fateknollogee The need for UI in Open Source is ultra-important, and I don't get why people don't get it.

                                      It's even possible to make some money with that 😉 So when I heard someone telling this, it's really funny and remind me some disdain I met in the past when I started Xen Orchestra.

                                      FATeknollogeeF 1 Reply Last reply Reply Quote 2
                                      • FATeknollogeeF
                                        FATeknollogee @olivier
                                        last edited by FATeknollogee

                                        @olivier said in Manage KVM through Cockpit:

                                        @fateknollogee The need for UI in Open Source is ultra-important, and I don't get why people don't get it.

                                        Well said... @olivier
                                        This is exactly what I said (in a prev post)..."Because some of us "just" want it. Why it this so hard for some of you to understand?"

                                        1 Reply Last reply Reply Quote 0
                                        • olivierO
                                          olivier
                                          last edited by

                                          It's hard to understand because sometimes there is a difference between being a tech person mastering a technology and being able to understand users need.

                                          1 Reply Last reply Reply Quote 0
                                          • FATeknollogeeF
                                            FATeknollogee
                                            last edited by

                                            @olivier Can't you make XOA manage KVM via integration with Cockpit?
                                            That would be a killer product!!

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