Restart the toolstack on each server.
Danp
@Danp
Best posts made by Danp
-
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 > Health
tab 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: 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: Update host name of the XO VM
@Ascar I suspect that Olivier means to register with the XO instance using this syntax --
xo-cli register [--allowUnauthorized] [--expiresIn <duration>] [--otp <otp>] <XO-Server URL> <username> [<password>]
You can run
xo-cli
without any parameters to get the full usage text. -
RE: Enable 2FA in Xen Orchestra Community Edition
Click the person icon below the Sign Out option to access the settings for the currently logged in user.
Latest posts made by Danp
-
RE: Compatibility Issue Migrating VMs from ESXi 8.03 to XCP-ng 8.3
@taghjichte Try importing the OVA files using XOA (Import > VM).
-
RE: VDI_COPY_FAILED: Failed to find parent
@olivierlambert Yes, the tool is called
xapi-explore-sr
. Installation and usage details can be found at https://github.com/vatesfr/xen-orchestra/tree/master/packages/xapi-explore-sr. -
RE: SR Garbage Collection running permanently
@Tristis-Oris Did you install the patch on all of the hosts in the pool? Have you tried rescanning an SR to kick off the GC process?
-
RE: SR Garbage Collection running permanently
@Tristis-Oris Not AFAIK but it wouldn't hurt to be sure that the latest fixes are running.
-
RE: SR Garbage Collection running permanently
@Tristis-Oris There's a fix for the time out during leaf coalesce on XCP-ng 8.3 that should be released soon. You can install it now with the following command --
yum install https://updates.xcp-ng.org/8/8.3/testing/x86_64/Packages/sm-3.2.3-1.15.xcpng8.3.x86_64.rpm https://updates.xcp-ng.org/8/8.3/testing/x86_64/Packages/sm-fairlock-3.2.3-1.15.xcpng8.3.x86_64.rpm
-
RE: SR Garbage Collection running permanently
@Tristis-Oris said in SR Garbage Collection running permanently:
something like this?
Yes. Are you running XCP-ng 8.2.1 or 8.3?
On the snapshot issue, do you have any idea how they are being created?
-
RE: SR Garbage Collection running permanently
Hi Tristis,
On the GC issue, have you checked the SR's Advanced tab to see if it lists VDI to be coalesced? You may also want to check
SMlog
to see if there are exceptions preventing the GC from completing.For the image, check your backup jobs for the following settings --
This behavior should be present on all SRs where these options are enabled on the associated backups.
Regards, Dan
-
RE: One pool with more than one job / jobs should not run in parallel
@cgasser This sounds like a perfect candidate for the new Backup Sequence feature. See https://xen-orchestra.com/blog/xen-orchestra-5-99/ for full details.
-
RE: Server will not migrate VMs to enter maintenance mode
Unsure why this detail wasn't included here, but his support ticket indicates that HA is enabled on the pool.