XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. keeely
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 18
    • Groups 0

    keeely

    @keeely

    0
    Reputation
    3
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    keeely Unfollow Follow

    Latest posts made by keeely

    • RE: Can't deploy XOA

      You start your post with the word 'untrue' Although I'm not sure what that's in response to. You then go on to state that my last statement is untrue. I presume there you are talking about the line:

      "Unfortunately this means there is no free way for me to run XCP-ng except bare metal"

      I stand by that statement. If you're telling me I can, in fact run XCP-ng (to experiment with it) if only I'll just install XCP-ng first then I don't actually need to run anything nested in the first place, I just wipe my desktop OS and put XCP-ng on. That is simply not an option (for me). Note that I said 'for me' in the above line. I'm surprised you'd say that's untrue.

      posted in Xen Orchestra
      K
      keeely
    • RE: Can't deploy XOA

      I tested my VBox setup with Proxmox and it worked fine. So it should be capable of running nested hypervisors. I wonder what Xen does that's different.

      Unfortunately this means there is no free way for me to run XCP-ng except bare metal 😞

      posted in Xen Orchestra
      K
      keeely
    • RE: Can't deploy XOA

      It completed with VMWare Fusion now, just took way longer than it did before for some reason. I need to be more patient.

      posted in Xen Orchestra
      K
      keeely
    • RE: Can't deploy XOA

      I tried on VMWare Fusion, which worked before. It doesn't work there either. I used the same Fusion settings, the same XCP-ng ISO xcp-ng-8.1.0-2.iso.

      I connected to the http web interface on port 80 to deploy XO this time.

      BTW I would post a screenshot of what I'm seeing, however for the last few days this forum has given an error when I try to do so:

      ERROR
      
      Something went wrong installing the "sharp" module /lib64/libz.so.1 version ZLIB_1.2.9' not found (required by /usr/share/nginx/html/forum/node_modules/sharp
      - Remove the "node_modules/sharp" directory then run npm install --ignore-scripts=false --verbose" and look for errors - Consult the installation documentation at https://sharp.pixelplumbing/com/install - Search for this error at https://github.com/lovell/sharp/issues
      

      The above error appears in red in the bottom right corner of the screen in a toaster message, it fades after a few seconds.
      (I may have made a mistake with the above because I'm typing it from a screenshot).

      As I said, this only happened since last week.

      posted in Xen Orchestra
      K
      keeely
    • RE: Can't deploy XOA

      @olivierlambert Good point. I definitely did check the box for nested virt. I will try again from scratch with VMWare Fusion where it worked before.

      posted in Xen Orchestra
      K
      keeely
    • Can't deploy XOA

      The first time I tried this it worked (once I'd worked around certificate problems). Now I've tried it again yesterday on a completely different setup, with latest XCP-ng running under VirtualBox instead of VMWare but I just get the spinner forever. When I checked the XCP-ng console with xe vm-list it shows that the VM has been created. What are the steps to trouble-shoot this process please?

      thanks!

      posted in Xen Orchestra
      K
      keeely
    • RE: /dev/xvda not appearing in guest

      It seems I got a kernel panic for some other reason with 5.4.21. It's all working now, thanks.

      posted in Compute
      K
      keeely
    • RE: /dev/xvda not appearing in guest

      @r1 I haven't done a 'make oldconfig' using the 4.4.14 kernel config, which would obviously be the next step. There's a long time-period between those two kernels unfortunately, a lot could have changed. The config options in the kernel are somewhat different.

      posted in Compute
      K
      keeely
    • RE: /dev/xvda not appearing in guest

      There is no need to use initrd, and I finally have this booting with kernel 4.4.14 and optimised IO.

      Here are the kernel options I used:

      # cat .config | grep XEN
      CONFIG_XEN=y
      CONFIG_XEN_DOM0=y
      CONFIG_XEN_PVHVM=y
      CONFIG_XEN_512GB=y
      CONFIG_XEN_SAVE_RESTORE=y
      # CONFIG_XEN_DEBUG_FS is not set
      # CONFIG_XEN_PVH is not set
      CONFIG_PCI_XEN=y
      CONFIG_XEN_PCIDEV_FRONTEND=y
      CONFIG_XEN_BLKDEV_FRONTEND=y
      # CONFIG_XEN_BLKDEV_BACKEND is not set
      CONFIG_XEN_SCSI_FRONTEND=y
      CONFIG_NETXEN_NIC=m
      CONFIG_XEN_NETDEV_FRONTEND=y
      # CONFIG_XEN_NETDEV_BACKEND is not set
      CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
      CONFIG_HVC_XEN=y
      CONFIG_HVC_XEN_FRONTEND=y
      # CONFIG_TCG_XEN is not set
      # CONFIG_XEN_WDT is not set
      CONFIG_XEN_FBDEV_FRONTEND=y
      CONFIG_XEN_BALLOON=y
      # CONFIG_XEN_BALLOON_MEMORY_HOTPLUG is not set
      CONFIG_XEN_SCRUB_PAGES=y
      CONFIG_XEN_DEV_EVTCHN=y
      CONFIG_XEN_BACKEND=y
      CONFIG_XENFS=y
      CONFIG_XEN_COMPAT_XENFS=y
      CONFIG_XEN_SYS_HYPERVISOR=y
      CONFIG_XEN_XENBUS_FRONTEND=y
      CONFIG_XEN_GNTDEV=m
      CONFIG_XEN_GRANT_DEV_ALLOC=m
      CONFIG_SWIOTLB_XEN=y
      CONFIG_XEN_PCIDEV_BACKEND=m
      # CONFIG_XEN_SCSI_BACKEND is not set
      CONFIG_XEN_PRIVCMD=y
      CONFIG_XEN_ACPI_PROCESSOR=m
      # CONFIG_XEN_MCE_LOG is not set
      CONFIG_XEN_HAVE_PVMMU=y
      CONFIG_XEN_EFI=y
      CONFIG_XEN_AUTO_XLATE=y
      CONFIG_XEN_ACPI=y
      CONFIG_XEN_SYMS=y
      CONFIG_XEN_HAVE_VPMU=y
      

      XCP-ng Center reports IO Optimised.
      XOA still reports the VM as HVM.

      I can finally see the /dev/xvda device inside the guest however.

      posted in Compute
      K
      keeely
    • RE: /dev/xvda not appearing in guest

      @r1 That's very useful info. I will try to make initrd.

      posted in Compute
      K
      keeely