XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. McHenry
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 57
    • Posts 200
    • Groups 0

    McHenry

    @McHenry

    15
    Reputation
    24
    Profile views
    200
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    McHenry Unfollow Follow

    Best posts made by McHenry

    • RE: Large incremental backups

      @olivierlambert

      The server had high memory usage so I expect lots of paging, which could explain the block writes. I've increased the mem and want to see what difference that makes.

      posted in Backup
      M
      McHenry
    • RE: Disaster Recovery hardware compatibility

      @olivierlambert

      Results are in...

      Four VMs migrated. Three using warm migration and all worked. 4th used straight migration and BSOD but worked after a reboot.

      posted in Backup
      M
      McHenry
    • RE: ZFS for a backup server

      @olivierlambert

      Thanks Oliver. We have used GFS with Veeam previously and will be a great addition.

      posted in Backup
      M
      McHenry
    • RE: Windows11 VMs failing to boot

      @dinhngtu

      Thank you so much. If you want me I'll be at the pub.

      posted in Management
      M
      McHenry
    • RE: Zabbix on xcp-ng

      @olivierlambert

      We have successfully installed using:

      rpm -Uvh https://repo.zabbix.com/zabbix/7.0/rhel/7/x86_64/zabbix-release-latest.el7.noarch.rpm
      yum install zabbix-agent2 zabbix-agent2-plugin-* --enablerepo=base,updates
      
      posted in Management
      M
      McHenry
    • RE: Migrating a single host to an existing pool

      @BenjiReis

      Worked perfectly. Thanks guys.

      posted in Management
      M
      McHenry
    • RE: Pool management

      @olivierlambert

      Thanks Oliver, lots to learn.

      p.s. Congrats on the 8.3 launch.

      posted in Management
      M
      McHenry
    • RE: from Hyper-V

      @thomas-dkmt

      Our Hyper-V servers have no GUI and the process I use is:

      1. RDP to the Hyper-V host
      2. Open PowerShell
      3. Get a list of the VMs on the host
          Get-VM
      
      1. Stop the VM
          STOP-VM -Name <name of VM>
      
      1. Identify the VM's disk(s) for conversion
          Get-VMHardDiskDrive -VMName <name of VM>
      
      1. Convert the VHDX to VHD (destination file extension sets the type so use ".vhd")
          Convert-VHD -Path <source path> -DestinationPath <destination path> -VHDType Dynamic
      

      To transfer the newly created .vhd files to xcp-ng we use Putty via the cli

      posted in Migrate to XCP-ng
      M
      McHenry
    • RE: from Hyper-V

      @thomas-dkmt

      Either way.

      1. If you can have the server offline then shutdown and create the VHD from the VHDX. The process creates another disk file so the original remains unchanged and if it all goes wrong you can simply restart the VM in Hyper-V and try again another day. You will need enough disk space for the original VM & the new VHD file.

      2. If the server cannot be offline then export the VM and then convert the VHDX to VHD. The issue being the original will VM still be updated whilst the migration to xcp-ng takes place. You will need enough disk space for the original VM, the exported VM and the new VHD file.

      posted in Migrate to XCP-ng
      M
      McHenry
    • RE: from Hyper-V

      @olivierlambert

      We have a simplified process now.

      • Shutdown VM in Hyper-V
      • Convert VHDX to VHD using PowerShell
      • Move VHD to xcp-ng using SSH
      • Generate new name using uuidgen
      • Rename VHD
      • Create VM in XO and attach VHD

      After much trial and error this works every time.

      posted in Migrate to XCP-ng
      M
      McHenry

    Latest posts made by McHenry

    • RE: Best strategy for Continuous Replication

      @olivierlambert

      Here's the new model. We've tried a few combinations and I think with TrueNAS shared storage this will now work well.
      f78178c0-3330-4233-8f9b-debc3c61a3e9-image.png

      posted in Backup
      M
      McHenry
    • RE: Best strategy for Continuous Replication

      For anyone else looking to connect TrueNAS with XCP-NG

      https://www.youtube.com/watch?v=mdHmcwWTNWA

      posted in Backup
      M
      McHenry
    • RE: Best strategy for Continuous Replication

      In TrueNAS NFS share settings I set this and it now works.

      08f0b176-0627-4689-aeca-7045d7910266-image.png

      posted in Backup
      M
      McHenry
    • RE: Best strategy for Continuous Replication

      @Andrew @olivierlambert

      I have setup TrueNAS with an NFS share however am unable to connect as a remote.
      3d14f96c-8432-43a2-8379-cf2b9d4f22a7-image.png

      3035a6a1-aa80-4f62-b78c-0f7e5aed1041-image.png

      Is there a guide on how to configure connecting XO to NFS?

      posted in Backup
      M
      McHenry
    • RE: Best strategy for Continuous Replication

      @olivierlambert

      Makes perfect sense.

      I expect having separate storage for the production VMs and CR VMs makes sense too.

      I am now thinking a good robust model would be:

      1. One or more production hosts in a single pool (allows host migration for updates)
      2. One TrueNAS Scale for production shared storage
      3. One CR host with local storage
      posted in Backup
      M
      McHenry
    • Best strategy for Continuous Replication

      I had a server dedicated to CR that was part of my pool.

      i recently lost the pool master and in turn lost access to the CR host too.

      The official docs state that the CR can be used if the main pools fails which indicates having the CR host as part of the pool is not a good idea.
      2f32fc5f-69c5-4c25-aa2a-e1a13fcf187b-image.png

      Is it best practice to not have the CR host as part of the main pool?

      Alternatively, would a better setup not being having multiple xcp-ng hosts with central shared storage for both production VMs and CR VMs. This way if a single xcp-ng host fails the CR VMs can be easily started on the other host? A variation of this would be to have two shared storage repos, one for production VMs and one for CR VMs.

      I am keen to hear other's thought on this.

      posted in Backup
      M
      McHenry
    • RE: Host failure after patches

      @flakpyro

      All this complexity makes me question the advantages of having all hosts in the same pool.

      posted in Management
      M
      McHenry
    • RE: Host failure after patches

      @flakpyro

      My setup is pretty basic.
      I have two hosts in the pool, one for running VMs on local storage and one for DR backups on local storage.
      I'd like to setup shared storage so i could run the VMs on multiple hosts and seamlessly move them between hosts without migrating storage too.

      To setup shared storage would this be on an xcp-ng host or totally independent of xcp-ng?

      posted in Management
      M
      McHenry
    • RE: Host failure after patches

      @flakpyro

      Can I restart the slave and install patches if the master has not been patched yet?

      posted in Management
      M
      McHenry
    • RE: Host failure after patches

      @flakpyro

      Have restarted the tool stack but no different.

      When I view hst110 I see:
      30f512bf-b0e0-4aea-ac57-6912519c401d-image.png

      I was tempted to restart it however it has Patches pending installation after a restart and as the mater is not fully patched I thought best not to restart it. I understand the master needs to be patched first.

      I just checked xsconsole on hst110 and it shill shows pool master unavailable
      8bdfff57-f781-4bfe-b970-685c6e7da261-image.png

      Do I need to change the pool master used by the slave?
      d7798915-9ee9-480c-889f-b700f48a7f97-image.png

      posted in Management
      M
      McHenry