Restart the toolstack on each server.
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 > 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: 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: 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-cliwithout any parameters to get the full usage text.
Latest posts made by Danp
-
RE: V2V - Stops at 99%
@dnordmann said in V2V - Stops at 99%:
you mention "xo should say something about " nbdkit logs of ${diskPath} are in /tmp/xo-serverxxxx" do you know where exactly I can pull those? Tried looking under /var/log of XOA but not seeing what you mention.
You can check to XO logs by running the command
journalctl -u xo-server -f -n 50from the CLI of the XOA VM. -
RE: New tab not listed on a fresh install
Hi @NormHaub,
I suggest that you provide more details so that we can better understand your situation. Are you talking about XOA, XCP-ng, or something else? If XOA, what process are you using to perform the installation?
Dan
-
RE: Unhealthy VDIs
Hi,
Try adjusting your grep to include surrounding lines, ie --
grep -A 5 -B 5 -i exception /var/log/SMlog -
RE: Backup Jobs failing
Hi,
@acebmxer said in Backup Jobs failing:
"Error: Unknown system error -122: Unknown system error -122, write"
The one time that I've seen this error was due to the backup remote running out of disk space.
Dan
-
RE: XOSTOR / XOA down
The XOSTOR SR will continue to operate even if the XOA is down, removed, etc.
-
RE: cloud-init : Cannot read properties of undefined (reading 'forEach')
@carloum70 You're welcome! It's always best to test using the latest source to avoid reporting an issue that has already been fixed.

-
RE: cloud-init : Cannot read properties of undefined (reading 'forEach')
@carloum70 What is your current commit? Can you show us the complete error log (check under Settings > Logs)?
-
RE: Incorret time in bash-prompt and logs on XOA
The bash prompt may be displaying the incorrect time due to these lines in /etc/bash.bashrc --
# Default user timezone is EST if [ -z "$TZ" ] then export TZ=EST fiAre you getting the expected result if you comment out this section of code and then reboot?
-
RE: Alarms in XO
@DustinB Could be. Adding more RAM to dom0 can be done if needed.
-
RE: Alarms in XO
@DustinB said in Alarms in XO:
The issue is host hst150 in pool HST150 is using more than 95% of the available memory
Isn't this related to the dom0 memory, not the host's total memory?
