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

    XCP-ng 8.3 betas and RCs feedback 🚀

    Scheduled Pinned Locked Moved News
    792 Posts 89 Posters 1.3m Views 69 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.
    • T Offline
      Thunder-Cloud
      last edited by

      Have I understood this correct when I think that:
      XCP-NG 8.2 is same "source" as Citrix Hypervisor 8.2?
      XCP-NG 8.3 is same "source" as the XenServer 8.0?

      stormiS 1 Reply Last reply Reply Quote 0
      • stormiS Online
        stormi Vates 🪐 XCP-ng Team @Thunder-Cloud
        last edited by

        @Thunder-Cloud this is not far from accurate, if by "same source" you mean based on. Not everything from Citrix Hypervisor / XenServer is taken identical in XCP-ng, so we don't share 100% of the source code. There are various proprietary components we removed or replaced, and we also have our specific additions.

        Also, the name "XenServer 8.0" is not accurate : it's called simply XenServer 8.

        1 Reply Last reply Reply Quote 0
        • J Offline
          john.c
          last edited by john.c

          @stormi It's currently getting stuck on finishing startup on XCP-ng 8.3 beta 1. I have completed the installation of the 8.3 beta via netinstall media. Configured for dual ipv4 and ipv6 network stack.

          However it seems to be taking a really long time to bring up the management network or not bringing it up. Alternatively something else is preventing it from finishing the start up.

          If attempt to confirm the ethernet port for the management network, it's currently timing out during the attempt.

          management connection issue - xcp-ng 8.3 beta1.jpg

          management connection issue - xcp-ng 8.3 beta1 - message displayed.jpg

          dell poweredge r620 system inventory.png

          Can anyone please help me deduce which part of the finishing start-up is getting stuck?

          G L 2 Replies Last reply Reply Quote 0
          • G Offline
            gb.123 @john.c
            last edited by

            @john-c

            Can you try installing ipv4 only and alternatively ipv6 only to see if it works ?
            (Just wanted to confirm something)

            J 1 Reply Last reply Reply Quote 0
            • L Offline
              laurentm @john.c
              last edited by

              @john-c Maybe you could add an intel NIC if you have a spare one.
              I like DELL servers but not much the Broadcom they provide to save some bucks.

              1 Reply Last reply Reply Quote 0
              • B Offline
                bc-23
                last edited by

                Hi,

                I have a issue starting a PV VM on a fresh installed XCP-ng 8.3 server.
                The VM was created from a template I exported from our XCP-ng 8.2 cluster and imported into the new 8.3 server.
                The template creates a empty PV VM containing the PV boot information to do a network installation.

                The error message I get is:
                xenopsd internal error: VM = fb7977de-aa28-273b-7e07-90a8c8639559; domid = 9; Bootloader.Bad_error

                In the xensource.log I don't see much more information:

                Sep 28 08:20:12 X xapi: [error||26203 |Async.VM.start R:5c82647ea60e|xenops] Re-raising as INTERNAL_ERROR [ xenopsd internal error: VM
                 = fb7977de-aa28-273b-7e07-90a8c8639559; domid = 9; Bootloader.Bad_error  ]
                Sep 28 08:20:12 X xapi: [error||26203 ||backtrace] Async.VM.start R:5c82647ea60e failed with exception Server_error(INTERNAL_ERROR, [ 
                xenopsd internal error: VM = fb7977de-aa28-273b-7e07-90a8c8639559; domid = 9; Bootloader.Bad_error  ])
                Sep 28 08:20:12 X xapi: [error||26203 ||backtrace] Raised Server_error(INTERNAL_ERROR, [ xenopsd internal error: VM = fb7977de-aa28-27
                3b-7e07-90a8c8639559; domid = 9; Bootloader.Bad_error  ])
                Sep 28 08:20:12 X xapi: [error||26203 ||backtrace] 1/39 xenopsd-xc Raised at file ocaml/xenopsd/xc/xenops_server_xen.ml, line 2201
                Sep 28 08:20:12 X xapi: [error||26203 ||backtrace] 2/39 xenopsd-xc Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 2
                4
                ...
                

                I skipped the remaining 36 lines from the backtrace, as this only seems to be the ocaml stack trace I it doesn't some to contain any additional relevant information.

                When I compare two newly created VMs based on the PV template in the 8.2 and 8.3 environment, the look equal.
                The PV elements from vm-param-list on both VMs looks like:

                xe vm-param-list uuid=<UUID> | grep PV
                                             PV-kernel ( RW): 
                                            PV-ramdisk ( RW): 
                                               PV-args ( RW): preseed/url=<install specific information>
                                        PV-legacy-args ( RW): 
                                         PV-bootloader ( RW): eliloader
                                    PV-bootloader-args ( RW): 
                                    PV-drivers-version (MRO): <not in database>
                    PV-drivers-up-to-date ( RO) [DEPRECATED]: <not in database>
                                   PV-drivers-detected ( RO): <not in database>
                

                I see a difference on the bios-strings parameter, which is empty in 8.2 but contains the following in 8.3:

                bios-strings (MRO): bios-vendor: Xen; bios-version: ; system-manufacturer: Xen; system-product-name: HVM domU; system-version: ; system-serial-number: ; baseboard-manufacturer: ; baseboard-product-name: ; baseboard-version: ; baseboard-serial-number: ; baseboard-asset-tag: ; baseboard-location-in-chassis: ; enclosure-asset-tag: ; hp-rombios: ; oem-1: Xen; oem-2: MS_VM_CERT/SHA1/bdbeb6e0a816d43fa6d3fe8aaef04c2bad9d3e3d
                

                Do you have a hint what could case this error, or where I could find additional information, as the error message does not contain a lot of information.

                Thanks.

                1 Reply Last reply Reply Quote 0
                • olivierlambertO Offline
                  olivierlambert Vates 🪐 Co-Founder CEO
                  last edited by

                  PV guests should be avoided as possible, it's not officially supported anymore.

                  1. Is it a 64 or 32 bits PV guest?
                  2. Can you convert it to a HVM guest and see the result?
                  B 1 Reply Last reply Reply Quote 0
                  • B Offline
                    bc-23 @olivierlambert
                    last edited by

                    @olivierlambert

                    It is a 64bit PV guest.
                    The reason still using PV guests is that our install environment used to add boot parameters for the installer which was quite a nice way to manage the installation.

                    Running as HVM guest works without issue.

                    But when PV guests are not supported anymore then it seems now I should start to migrate our environment to use HVM guests.

                    May I ask what would be a good way to insert install information into a HVM guest? At the moment I would think about using xenstore to add information like IP to use and other information and create a custom Debian installer reading the information from the xenstore.
                    I know also about cloudinit, but what I have read so far I don't think it would fit into our environment.

                    Thanks,

                    1 Reply Last reply Reply Quote 0
                    • olivierlambertO Offline
                      olivierlambert Vates 🪐 Co-Founder CEO
                      last edited by

                      Packer is probably what you need 🙂 @AtaxyaNetwork worked on it for some VMs here, feel free to ask her if you have question.

                      1 Reply Last reply Reply Quote 0
                      • B Offline
                        bc-23
                        last edited by

                        Thanks for the hint, I will take a look into it.

                        1 Reply Last reply Reply Quote 0
                        • olivierlambertO Offline
                          olivierlambert Vates 🪐 Co-Founder CEO
                          last edited by

                          Link to the repo: https://github.com/ddelnano/packer-plugin-xenserver

                          1 Reply Last reply Reply Quote 0
                          • J Offline
                            john.c @gb.123
                            last edited by john.c

                            @gb-123 said in XCP-ng 8.3 beta 🚀:

                            @john-c

                            Can you try installing ipv4 only and alternatively ipv6 only to see if it works ?
                            (Just wanted to confirm something)

                            @stormi @gb-123 When I tried installing as IPv4 only it was OK and came up correctly successfully. About to try IPv6 only will report back.

                            xcp-ng 8.3 beta1 ipv4 only.jpg

                            xcp-ng 8.3 beta1 ipv4 only - status display.jpg

                            J 1 Reply Last reply Reply Quote 0
                            • J Offline
                              john.c @john.c
                              last edited by john.c

                              @john-c said in XCP-ng 8.3 beta 🚀:

                              @gb-123 said in XCP-ng 8.3 beta 🚀:

                              @john-c

                              Can you try installing ipv4 only and alternatively ipv6 only to see if it works ?
                              (Just wanted to confirm something)

                              @stormi When I tried installing as IPv4 only it was OK and came up correctly successfully. About to try IPv6 only will report back.

                              xcp-ng 8.3 beta1 ipv4 only.jpg

                              xcp-ng 8.3 beta1 ipv4 only - status display.jpg

                              @stormi @gb-123 When I tried installing as IPv6 only its currently trying to bring up the management network.

                              xcp-ng 8.3 beta1 ipv6 only - status display.jpg

                              EDIT - Update its still trying to bring up the connection with no success.

                              J 1 Reply Last reply Reply Quote 0
                              • J Offline
                                john.c @john.c
                                last edited by john.c

                                @stormi @gb-123 Just done a reboot from maintenance mode, to see if this gets it to bring up the IPv6 only management network.

                                UPDATE: Definitely didn't help still trying to bring up the IPv6 only management network.

                                J 1 Reply Last reply Reply Quote 0
                                • J Offline
                                  john.c @john.c
                                  last edited by john.c

                                  @stormi @gb-123 The issue with management network being brought up on XCP-ng 8.3 beta1, dual stack (IPv4 and IPv6). Specifically it taking a really long time or not coming up at all, likely is due to the IPv6 side not completing successfully or in a reasonable timespan.

                                  As shown by the problem on the IPv6 only install.

                                  error found in xensource.log.jpgerror found in xensource.log-2.jpg

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

                                    Thanks for the feedback. Pinging @BenjiReis for the IPv6 topic.

                                    1 Reply Last reply Reply Quote 0
                                    • BenjiReisB Offline
                                      BenjiReis Vates 🪐 XCP-ng Team @john.c
                                      last edited by

                                      @john-c hi thx for the feedback.

                                      How did you configure the IPv6 at install? Static, DHCP, autoconf?

                                      J 1 Reply Last reply Reply Quote 0
                                      • J Offline
                                        john.c @BenjiReis
                                        last edited by john.c

                                        @BenjiReis said in XCP-ng 8.3 beta 🚀:

                                        @john-c hi thx for the feedback.

                                        How did you configure the IPv6 at install? Static, DHCP, autoconf?

                                        It was configured on the IPv6 at install for DHCP as allocates IP addresses from its pool. I can have it done using Autoconf for more data if required.

                                        If requiring static based testing will require a period to figure out what the static IP will be so that it jives successfully with the router's pool.

                                        BenjiReisB 1 Reply Last reply Reply Quote 0
                                        • BenjiReisB Offline
                                          BenjiReis Vates 🪐 XCP-ng Team @john.c
                                          last edited by

                                          @john-c yes please try autoconf.

                                          DHCP can be erratic in IPv6 i've found out. And so we might have still issue with in dom0.

                                          J 1 Reply Last reply Reply Quote 0
                                          • J Offline
                                            john.c @BenjiReis
                                            last edited by john.c

                                            @BenjiReis said in XCP-ng 8.3 beta 🚀:

                                            @john-c yes please try autoconf.

                                            DHCP can be erratic in IPv6 i've found out. And so we might have still issue with in dom0.

                                            @BenjiReis I'll test IPv6 using Autoconf then, though the DHCP does need some work to better handle its erratic nature. Given your admission in an earlier post, so that way there's less of an issue with the method of obtaining an IPv6 address.

                                            Especially if it's the method of obtaining an IPv6 address for dom0!! Also worth considering whether or not to switch dom0 to obtaining its IPv6 address by Autoconf instead, if its more rock solid.

                                            Anyway it most definitely definitely needs work on DHCP client option as its the method of automatically configuring the DNS servers, when the IP address is obtained using Autoconf.

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