Restart the toolstack on each server.
-
RE: The emulator required to run this VM failed to start..?
-
RE: Stupid question on deleting old snapshots.
You should be able to delete the snapshots without causing any harm. A couple of things to keep in mind --
-
If the snapshot is associated with an existing backup job, then the next run of that job will result in a full backup instead of a delta
-
It may take some time for the snapshots to coalesce following deletion, so this could still affect your backups until they are completely removed
-
If you want to delete the backups associated with the old job, then you can from the
Backup > Healthtab in XO
-
-
RE: Migrating a single host to an existing pool
It is also possible to perform this activity from within XO as described here. There are some prerequisites for performing this action that you should review -- https://docs.xcp-ng.org/installation/requirements/#-pool-requirements
-
RE: Best way to migrate VMs from old pool to new?
I would setup a Continuous Replication backup job to create a duplicate VM on the new storage repository. When you are ready to perform the cutover, shutdown the original VM, perform one final run of the CR job, and then start the new VM on the new pool.
-
How Citrix dropped the ball on Xen ... according to Citrix
Interesting read that mentions xcp-ng!
-
RE: Merge two Pools
Yes, it's technically possible, as long as the underlying hardware is compatible. For example, you can't put a server using AMD processors into a pool with Intel processors.
The server being moved into the existing pool will lose its local storage and all VMs stored there, so you will need to migrate those VMs to the main pool before the server is merged. Afterwards, you can move them back if desired.
-
RE: Tools for Windows VM's
@JoyceBabu They are now available at https://www.xenserver.com/downloads
-
RE: 14 VMs Running: After Pool patch update - message states I need to restart to take effect?
IIUC, the Smart Reboot option found on the host's Advanced tab does what you are asking.

-
RE: No more options for export
@jr-m4 Yes, it seems that all dropdown lists are broken by a recent dependency update. XO team has been notified.
-
RE: EACCES: permission denied on xo-ce backups
@BrianDLC The error ""EACCES: permission denied" should have pointed you to a permissions error to begin with.
Since we have no knowledge of how that script operates, it often makes more sense to refer you to their repo for help rather than us guessing at the reason for the issue.
-
RE: Can't Reboot VMs (or Force Reboot) or Start VMs - Getting Blocked by SR.Scan - But Running VMs are fine?
Check the output of
dmesg -T|grep -Eiv 'guest|capacity|promiscuous'on the host. It's likely that there was a network disconnect at some point and you have a stuck mount. You could also check to see ifdf -hhangs when you execute it on the host. -
RE: Veeam 13.1 Rocky9 Linux Appliance: Potential Data Loss with CBT and Workers with Expired Tokens
@msupport Thanks for the detailed report. Please answer these questions to help us to better understand the source of the issue:
- What OS were the affected VMs running?
- Which guest tools were installed?
- Were the affected VDIs in VHD or QCOW2 format?
-
RE: Get a price quote on a plan
Hi,
I found your original request. I will make sure someone from the Sales team responds ASAP.
Regards,
Dan -
RE: VDI_IO_ERROR during manual import of xoa
Hi!
Which documentation did you follow?
Did you verify the md5sum of the downloaded XVA file?
The XCP-ng logs may provide further insight into the error: https://docs.xcp-ng.org/troubleshooting/log-files/
Regards,
Dan -
RE: Veeam for Xen Orchestra has been release today 13.1
@acebmxer Pretty sure that coming from Veeam. Did you try the option to Restore with different settings?
-
RE: Pool metadata Restore RESTORE_INCOMPATIBLE_VERSION
Actually, isn't XAPI 24.19.2 what is shipped with the original XCP-ng 8.3 release? If so, then you could just do this --
- Reinstall XCP-ng on the new host
- Restore the pool metadata
- Patch the host
-
RE: Pool metadata Restore RESTORE_INCOMPATIBLE_VERSION
This is the safest method to allow the metadata restore --
- Reinstall XCP-ng on the new host
- Patch it to bring it to the correct XAPI level (use https://help.vates.tech/kb/en-us/14/103 as a reference)
- Restore the pool metadata
- Patch the host again to install any remaining updates
See https://xcp-ng.org/forum/post/101039 for a prior example of this. Your case involves a different XAPI version, so a custom list of required packages would be required for it to work.
-
RE: Unable to fetch latest master commit.
Thanks for the reports and the detailed analysis. I'll make sure that the XOA team is notified.
-
RE: Unable to fetch latest master commit.
Does it fail every time or is it an intermittent issue?
-
RE: Continuos replication failing with "checkBaseVdis() failed"
@pedro_udifar Please update to the latest code base and then let us know if you still encounter this issue.