XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. gn_ro
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 8
    • Groups 0

    gn_ro

    @gn_ro

    11
    Reputation
    2.2k
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    gn_ro Unfollow Follow

    Best posts made by gn_ro

    • RE: Scrambled display booting Clonezilla (and linux) ISOs under Win10 template

      Fast solution is to use Clonezilla on a vm template where it works, then move the disk to a Windows 10 vm. The boot mode of the Windows vm is not important, as Clonezilla does copy the disk respecting the source format (UEFI or Bios).

      posted in Compute
      G
      gn_ro

    Latest posts made by gn_ro

    • RE: Attaching USB storage via XOA

      @SpoonyLove @olivierlambert
      For usb passthrough we are using USB redirector over network
      For anything storage related we use something like this:

      mkdir /adm/passSR
      
      passUUID=`xe sr-create name-label="Direct access SR" name-description="Direct acces to hdd with simlink" type=udev content-type=disk device-config:location=/adm/passSR`
      
      ln -s /dev/sdb /adm/passSR/sdb
      
      xe sr-scan uuid=$passUUID
      xe vdi-list sr-uuid=$passUUID
      

      Remember to replace /dev/sdb with your device.

      posted in Xen Orchestra
      G
      gn_ro
    • RE: "Fast" and "slow" pool members?

      The pool master will calculate this when adding new hosts. If you have simillar CPUs all will be ok.

      posted in Compute
      G
      gn_ro
    • RE: "Fast" and "slow" pool members?

      If you enter all hosts in a pool and all servers are up when the vm's are started you'll be able to safely live-migrate.
      You can even have more different CPUs but that is not recommended. Also the CPU masking will modify with any host up or down from the pool and will have effect only at the vm start, that's why all XCP hosts should be up when starting vm's.
      You'll be able to live-migrate vm's only on hosts with same CPU features as when the vm was started.

      posted in Compute
      G
      gn_ro
    • RE: Scrambled display booting Clonezilla (and linux) ISOs under Win10 template

      Fast solution is to use Clonezilla on a vm template where it works, then move the disk to a Windows 10 vm. The boot mode of the Windows vm is not important, as Clonezilla does copy the disk respecting the source format (UEFI or Bios).

      posted in Compute
      G
      gn_ro
    • RE: XCPng 8.0 with Ryzen7 4750G(Renoir) suddenly reboot.

      The restart occurs only for the hypervisor, or the whole system (i.e.: starts from post)?

      posted in Development
      G
      gn_ro
    • RE: Which Template for Fedora Server & Workstation?

      See Citrix documentation, here and here.

      or be inspired, use command line or create your own script, like this.

      posted in Xen Orchestra
      G
      gn_ro
    • RE: Cannot figure out how to past INTO VM

      ssh is your best option. That's what we use. Or remote via AnyDesk, Teamviewer or else if you really need GUI.

      posted in Xen Orchestra
      G
      gn_ro
    • RE: XO CE migrate fails for VM - "Internal Error"

      @vmpr I think the error is because you run out of space when moving. Try to use a larger SR or move one VM at a time, or serialize the operation if you don't have the space for.

      P.S.: Every move creates snapshots for every disk. When moving from CLI or XCP-ng Center you move one VM at a time and needs less space. I think XOA starts to move all VM's at once (@olivierlambert correct me if I'm wrong), so the space required is more and soon exhausted. You can check this by starting a move from XOA and checking SR utilization (actual use, total and allocated space).

      posted in Xen Orchestra
      G
      gn_ro