@ph7 worked, ty.
Posts
-
DHCP Assigned ip is not showing in network interface
My vm gets ip from the dhcp server but in network tab it is not showing the assigned ip?
-
RE: How to create xen orchestra plugins
@Ahkh3e How you then imported this in XO?
-
RE: How to create xen orchestra plugins
is there any documentation for building the plugin and how to use in XO?
-
RE: Oracle 8.10 cloud.init template creation
@AtaxyaNetwork I'm new to Oracle Linux, do you have any minimal guide for the packages and configs for it? I am going with the first one for now. Created Oracle VM via ISO and configured network, storage(lvm), user and root user password. Now I'm inside my VM.
-
Oracle 8.10 cloud.init template creation
I want to build
cloud.init
template for Oracle-8.10. Is there anyway to do this via Packer or XO? -
RE: Upgrade to XO v5.105 seems broken
@olivierlambert you are not checking the typescript level traces that's why there's no errors happening at your end.
-
RE: SQL Database support and XO HA
@olivierlambert PostgreSQL is good at scale, btw I'm opening an issue in the XO repo so that I'll be aware to any action to this feature either now or in future. Thank you.
-
RE: SQL Database support and XO HA
@olivierlambert said in SQL Database support and XO HA:
wait for the next major modification
what about XO6 the full revamped version of XO?
-
SQL Database support and XO HA
Hello,
As we know, XO uses Redis as its database for data storage. If something goes wrong at the Redis level, everything goes dark. You mentioned that we can back up the XO configuration and re-import it, but that’s not a complete solution.
If we are fully dependent on XO to manage a large infrastructure, there should be proper persistence at the XO level. Additionally, there should be official documentation on XO HA (High Availability) so that we can implement load balancing and ensure redundancy.
-
resourceSet issues
I created a
resourceSet
and set the maximum RAM to4 GiB
. Then, I created a VM within thisresourceSet
and checked the RAM from inside the VM console. It showed the same value as set in XO. However, when I increased the RAM from XO, exceeding the limit defined in theresourceSet
, XO allowed me to do so. Upon checking the VM console again, it reflected the new RAM allocation. This leads me to believe that theresourceSet
is not enforcing the defined limit.ss:
After Increament:
-
host connection error
I am getting the red error and when I check the error it shows nothing.
-
RE: VM Console Access
extending this thread because still relevant
The console is using RFB protocol for streaming, right now each user who have an access to a VM console is seeing the same console that is seen by other. Is there any way to give each user their own console?
-
RE: XO High Availability
I deleted all data from redis and now I am not able to access anything. Please tell me what is stored in redis? Also How can I import the config without having any access to my admin account?
-
Web Hook plugin
I am loading web-hooks plugin in my XO which is from sources. I am getting this error.
plugin.load { "id": "web-hooks" } { "code": 10, "data": {}, "message": "plugin not configured", "name": "XoError", "stack": "XoError: plugin not configured at invalidParameters (/opt/xo/xo-builds/xen-orchestra-202503111011/packages/xo-common/api-errors.js:26:11) at default.loadPlugin (file:///opt/xo/xo-builds/xen-orchestra-202503111011/packages/xo-server/src/xo-mixins/plugins.mjs:224:13) at Xo.apply (file:///opt/xo/xo-builds/xen-orchestra-202503111011/packages/xo-server/src/api/plugin.mjs:61:14) at Xo.call (file:///opt/xo/xo-builds/xen-orchestra-202503111011/packages/xo-server/src/xo-mixins/api.mjs:269:25) at file:///opt/xo/xo-builds/xen-orchestra-202503111011/packages/xo-server/src/xo-mixins/api.mjs:421:33 at AsyncLocalStorage.run (node:async_hooks:346:14) at Task.runInside (/opt/xo/xo-builds/xen-orchestra-202503111011/@vates/task/index.js:175:41) at Task.run (/opt/xo/xo-builds/xen-orchestra-202503111011/@vates/task/index.js:159:31) at run (file:///opt/xo/xo-builds/xen-orchestra-202503111011/packages/xo-server/src/xo-mixins/api.mjs:421:16) at Api.#callApiMethod (file:///opt/xo/xo-builds/xen-orchestra-202503111011/packages/xo-server/src/xo-mixins/api.mjs:469:24)" }
-
RE: XO High Availability
@DustinB We have a redis/valkey cluster deployed and I want to use this redis/valkey for my XO where do I have to configure the connectivity? I do not want put the load on the same VM where XO is deployed.
- I want to have HA between my XO's like this (It's must irrespective of state and backups)
How the syncing will behave between
n
instances of XO's? assume one request is served byxo1
will this change be visible toxo2
? vice versa.