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: Support Status of XOSTOR
Hi,
XOSTOR on XCP-ng 8.2.1 has been supported since it was released approx 9 months ago. XOSTOR on XCP-ng 8.3 is still in the beta phase, so not officially supported.
Regards, Dan
-
RE: VM creation progress
@irtaza9 Can you elaborate on how you are making this API call? FWIW,
vm.create
is from the older JSON-RPC API, not the REST API. -
RE: xcp host entering read only state
Some of your numbers are confusing to me. For instance --
2x4GB mirrored HDD (hardware raid
I should have plenty of space, as my boot drive is 500MB and my overall default storage repository is 4GB.
The minimum disk size for installing XCP-ng is 46GB as shown here.
Can you show us the output of
lsblk
anddf -h
on your host? -
RE: xcp host entering read only state
Hi @PGibson,
Are you storing ISOs in a local directory on the XCP-ng host? This is one of the major causes for the host having storage issues, where the root partition becomes full due to these ISOs.
If that isn't the problem, the I suggest reviewing the logs to try to identify the cause -- https://docs.xcp-ng.org/troubleshooting/log-files/
Regards, Dan
-
RE: VM creation progress
VM creation is almost instantaneous for me, and I'm running on older hardware (E5-2680). How long does it typically take for VM creation on your end?
-
RE: Long-term retention of backups
@al-indigo The fix is included in XOA 5.103.0, which was released last week.
https://github.com/vatesfr/xen-orchestra/blob/master/CHANGELOG.md
[Backup/LTR] Fix computation for the last week of the year (PR #8269)
-
RE: Need Help Understanding Resource Sets
@kagbasi-ngc Take a look at this KB article. Also see this prior thread -- https://xcp-ng.org/forum/topic/5902/permissions-for-users-to-be-able-to-snapshot
-
RE: XO Lite not loading on host screen
@Nevering Can't say that I've seen this behavior previously. Have you installed the available patches on this host and then rebooted it?
-
RE: Issue with vm snapshot
@rtjdamen The VDI has already been left in a paused state by tapdisk, which leads to the MAP_DUPLICATE_KEY when it tries to pause the disk the next time.