XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    XCP Guest Tools SUSE Linux

    Scheduled Pinned Locked Moved Xen Orchestra
    22 Posts 5 Posters 5.5k Views 3 Watching
    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.
    • stormiS Offline
      stormi Vates 🪐 XCP-ng Team
      last edited by

      The name of the service is xe-linux-distribution.service if the installation script detected systemd, else /etc/init.d/xe-linux-distribution.

      I 1 Reply Last reply Reply Quote 0
      • I Offline
        Ivan @stormi
        last edited by

        @stormi
        I've installed xen-tools manually on openSuSE 15.1
        can start manually

        systemctl start xe-linux-distribution.service
        

        but can't enable and add to startupscript

        systemctl enable xe-linux-distribution.service
        xe-linux-distribution.service is not a native service, redirecting to systemd-sysv-install.
        Executing: /usr/lib/systemd/systemd-sysv-install enable xe-linux-distribution
        /sbin/insserv: No such file or directory
        

        Should I create systemctl startup script from scratch or possible can I copy somewhere?

        1 Reply Last reply Reply Quote 0
        • stormiS Offline
          stormi Vates 🪐 XCP-ng Team
          last edited by

          First I'd try to see why it says that xe-linux-distribution.service is not a native service. Where's that file located and what does it contain?

          I 1 Reply Last reply Reply Quote 0
          • I Offline
            Ivan @stormi
            last edited by

            @stormi It's located on /etc/init.d/xe-linux-distribution
            and looks like it's SysV service, not systemctl, because I can not enable

            xe-linux-distribution.service is not a native service, redirecting to systemd-sysv-install.
            

            Executing: /usr/lib/systemd/systemd-sysv-install enable xe-linux-distribution
            /sbin/insserv: No such file or directory

            1 Reply Last reply Reply Quote 0
            • stormiS Offline
              stormi Vates 🪐 XCP-ng Team
              last edited by

              Maybe /sbin/insserv is located elsewhere and needs a symlink, or maybe it's included in a package that you haven't installed?

              I 1 Reply Last reply Reply Quote 0
              • I Offline
                Ivan @stormi
                last edited by

                @stormi said in XCP Guest Tools SUSE Linux:

                /sbin/insserv
                Thank you.

                zypper in insserv-compat
                

                installation help

                1 Reply Last reply Reply Quote 0
                • I Offline
                  Ivan
                  last edited by

                  Looks like tools not work on OpenSuSE Tumbleweed

                  zypper se xe-guest-utilities-7.10.0-1.x86_64
                  

                  Loading repository data...
                  Reading installed packages...

                  S | Name | Type | Version | Arch | Repository
                  ---+-----------------------------+---------+----------+--------+------------------
                  i+ | xe-guest-utilities | package | 7.10.0-1 | x86_64 | (System Packages)
                  i+ | xe-guest-utilities-xenstore | package | 7.10.0-1 | x86_64 | (System Packages)

                  systemctl status xe-linux-distribution.service 
                  ā— xe-linux-distribution.service - LSB: Virtual Machine daemon providing host integration services
                     Loaded: loaded (/etc/init.d/xe-linux-distribution; generated; vendor preset: disabled)
                     Active: active (exited) since Wed 2019-11-06 22:47:57 AEDT; 54s ago
                       Docs: man:systemd-sysv-generator(8)
                    Process: 1329 ExecStop=/etc/init.d/xe-linux-distribution stop (code=exited, status=0/SUCCESS)
                    Process: 1334 ExecStart=/etc/init.d/xe-linux-distribution start (code=exited, status=0/SUCCESS)
                  

                  But looks like xcp-ng center not show tools
                  TumbleweedIssueXenTools.png

                  1 Reply Last reply Reply Quote 0
                  • stormiS Offline
                    stormi Vates 🪐 XCP-ng Team
                    last edited by

                    Could you also check with the xe vm-param-list uuid=YOUR_VM_UUID command?

                    I 1 Reply Last reply Reply Quote 0
                    • I Offline
                      Ivan @stormi
                      last edited by

                      @stormi said in XCP Guest Tools SUSE Linux:

                      xe vm-param-list uuid=

                      What's vm-param should I grep?

                      1 Reply Last reply Reply Quote 0
                      • stormiS Offline
                        stormi Vates 🪐 XCP-ng Team
                        last edited by

                        PV-drivers-detected

                        1 Reply Last reply Reply Quote 0
                        • I Offline
                          Ivan
                          last edited by

                          @stormi said in XCP Guest Tools SUSE Linux:

                          PV-drivers-detected

                          xe vm-param-list uuid=5e04f52a-e9b0-56c1-81dd-b274f3a23b64 | grep PV-drivers-detected
                          
                                         PV-drivers-detected ( RO): true
                          
                          1 Reply Last reply Reply Quote 0
                          • stormiS Offline
                            stormi Vates 🪐 XCP-ng Team
                            last edited by

                            So don't trust XCP-ng Center on this, I'd say

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post