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

    McHenry

    @McHenry

    20
    Reputation
    24
    Profile views
    208
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    McHenry Unfollow Follow

    Best posts made by McHenry

    • RE: Backup Issue: "timeout reached while waiting for OpaqueRef"

      @stevewest15

      I believe this issue was resolved when the health check system was changed to detect network connectivity at startup so it did not need to wait for then entire VM to boot. Needs the Xen tools to be installed. I have not had an issue since this change.

      posted in Backup
      M
      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: Alarms in XO

      @Danp @DustinB @ph7

      This host does not run any VMs, just used for CR

      I've increased the dom0 ram to 4GB with no more alarms.

      14d145a4-ed5f-40c9-9d97-f9fa5da99023-image.png

      posted in Management
      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

    Latest posts made by McHenry

    • RE: VM association with shared storage

      @ph7

      To automatically update the hosts? I expect, to work, a host reboot would be required however how can this be automated if the host has running VMs?

      posted in Management
      M
      McHenry
    • RE: Alarms in XO

      @Danp @DustinB @ph7

      This host does not run any VMs, just used for CR

      I've increased the dom0 ram to 4GB with no more alarms.

      14d145a4-ed5f-40c9-9d97-f9fa5da99023-image.png

      posted in Management
      M
      McHenry
    • Alarms in XO

      When I check "Health" in XO everything appears fine but I do see a number of Alarms, problems is I have no idea what they mean. I do not think I have any system performance issues but am sure these should not be ignored.

      HST150 is a host for disaster recovery using CR

      a374dc23-83e6-4fdc-9421-287b5035187f-image.png

      posted in Management
      M
      McHenry
    • RE: VM association with shared storage

      @olivierlambert

      Why did I not do this sooner 🙂

      posted in Management
      M
      McHenry
    • VM association with shared storage

      I have recently changed our setup to use FreeNAS shared storage for VMs. Now I have shared storage and two hosts I can move running VMs between hosts. This makes it easy to patch & restart a host by moving the VMs off it first.

      As opposed to moving the VMs, I could schedule a maint windows and down the VMs then patch and reboot the host. In this scenario, if the host was to fail I expect nothing will be lost as the shared storage is independent. Then I can simple start the VMs on the remaining host, meaning there is no hard link between the host and VM.

      Does this sound correct?

      posted in Management
      M
      McHenry
    • RE: Backup Issue: "timeout reached while waiting for OpaqueRef"

      @stevewest15

      I believe this issue was resolved when the health check system was changed to detect network connectivity at startup so it did not need to wait for then entire VM to boot. Needs the Xen tools to be installed. I have not had an issue since this change.

      posted in Backup
      M
      McHenry
    • VM resource usage

      I have a host with 48 CPUs and 96GB RAM
      f908b4c2-ba10-49ca-97b9-1a3942c62d4e-image.png

      I understand that the RAM cannot be over allocated to VMs or I get the no hosts available message a startup however I understand CPUs can, so I could allocate all VMs 48 CPUs and they will only utilise what they require. Is this correct and if so is there any reason not to allocate the max CPUs to a VM.

      Further to this, if I only allocate the VMs a smaller number of CPUs do they all overlap on the first X CPUs and leave the others unused. i.e. if VM1 has 8 then it will only use the 1st 8 and if VM2 has 4 then it will only use the first 4.

      I ask as I currently have multiple VMs using a lesser number of CPUs than the host has however the status only show the first 15 CPUs in use on the host:
      0e52a47f-8bda-4218-b3f1-6ad93281a9cc-image.png

      posted in Management
      M
      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