Subcategories

  • VMs, hosts, pools, networks and all other usual management tasks.

    419 Topics
    3k Posts
    bvitnikB
    @acebmxer Great. These are some YAML basics. You should read more about it . Following AI instructions without understanding is not going to take you far.
  • ACLs, Self-service, Cloud-init, Load balancing...

    97 Topics
    816 Posts
    P
    @olivierlambert I'd like to see replicated vms in netbox, perhaps not syncing their IP address to avoid conflict DR VM as well
  • All XO backup features: full and incremental, replication, mirrors...

    433 Topics
    4k Posts
    W
    Hello, I had a Delta backup job running daily that was working fine on my original XO from sources installation. Late last week, I had to migrate the XO settings to another server. The job itself runs fine when executed manually but the scheduled job doesn't run at all. The job reports "Enabled" and the schedule also reports "Enabled". You can see my setup below. This morning I tried disabling and then enabling the schedule again just in case that would recreate whatever cron job is out there. Is there a config file somewhere that I can look at to verify it's actually scheduled rather than waiting till tomorrow? Thank you! [image: 1764086608703-09db2953-c0b6-4a70-bfed-eb598c403119-image.png]
  • Everything related to Xen Orchestra's REST API

    72 Topics
    556 Posts
    F
    @Pilow that probably would have been a good idea hey! [image: xoa_homeassistant-tile-example.png?raw=true] That's the example tile from dashboard-card-example.yaml. But it's Home Assistant. You make it look however you want right? Having the entities available to use is most of the challenge.
  • Terraform, Packer or any tool to do IaC

    45 Topics
    421 Posts
    cichyC
    Prioritization of VM startup AND shutdown sequencing! PLEASE - in the GUI (XO). So - without code - I can finally shutdown my servers accessing DB's prior to shutting down the DB server vm's themselves thereby saving myself from table corruption.
  • Is there a way to clone/copy a vm without upgrading XOA?

    5
    0 Votes
    5 Posts
    4k Views
    olivierlambertO
    Indeed, it was asked recently, and following the conversation, I created an issue to unlock this: https://github.com/vatesfr/xen-orchestra/issues/4890 I think it was "locked" by mistake, so expect that fixed in next release hvilches created this issue in vatesfr/xen-orchestra closed [Licensing] XOA Free unable to Copy VM or Create from Snapshot #4890
  • Backup NG: "value" argument is out of bounds

    15
    0 Votes
    15 Posts
    2k Views
    olivierlambertO
    Hi, Please check if you have the same issue with XOA on latest. Also retry with latest XO from source on master branch. We don't do any kind of support of a source install that's not a latest GitHub commit it would be impossible to maintain that!
  • Xen Orchestra MD5 Sum Not Matching

    7
    0 Votes
    7 Posts
    786 Views
    olivierlambertO
    I have 9947c182611cdf2f8ef1c94f61333e20 So you have the right file I'll update the website! Thanks for the feedback
  • Stats Network throughput (b)its not (B)ytes

    3
    0 Votes
    3 Posts
    639 Views
    N
    @noaks98 I agree that networking use bits per seconds and base 10 powers, the same for storage where the base 10 is the industry standard. Things change at the OS level, Linux stick with base 2 for almost anything, see df, memory pages etc. If you look at the sar utilities even the network is reported with base 2 kilobytes. rxkB/s Total number of kilobytes received per second. txkB/s Total number of kilobytes transmitted per second. looking at the code of sar (rndr_stats.c) render(isdb, pre, PT_NOFLAG, "%s\ttxkB/s", NULL, cons(sv, sndc->interface, NULL), NOVAL, txkb / 1024, NULL); I suppose that the "Linux" standard prevails here.
  • Xen Orchestra VM freezes after first login

    12
    0 Votes
    12 Posts
    13k Views
    olivierlambertO
    Or just follow the official documentation… https://xen-orchestra.com/docs/from_the_sources.html
  • XOA Error when installing

    Solved
    107
    1
    0 Votes
    107 Posts
    40k Views
    G
    I did the manual installation via the XVA. It worked for me.
  • Nag-Screens

    30
    0 Votes
    30 Posts
    9k Views
    olivierlambertO
    Thanks for the suggestion, but don't you think we never thought to that before? I start to think you are considering us as 2 people in a garage. We are crunching numbers on a regular basis, and it never computes with those models. Proxmox is here since a long time, with a strong and "large" use base allowing to use this model. This is not the case for us now. So on short term, this is not doable. But be assured we are continuously working on testing various models to see what's the best fit.
  • XOA Backup/Restore Screen - enhancement suggestions

    2
    2 Votes
    2 Posts
    526 Views
    olivierlambertO
    You should use GitHub and create an issue. This will be taken into account for XO 6 web UI
  • Question about live migration and a few others...

    3
    0 Votes
    3 Posts
    2k Views
    B
    @rkelley You nailed it for item 2. Was driving me crazy! Ok, that does make sense for item #1 and was kinda what I was thinking. But it does lead one to believe you can't live migrate anything with a single host even if you have shared/remote storage available unless you poke around and experiment with different buttons like i did.
  • Get an 'Disconnected' Information under the 'XOA' Icon

    3
    1
    0 Votes
    3 Posts
    783 Views
    DanpD
    That's "normal" if you are running XO (from the sources) and not XOA (the pre-built appliance)
  • Install Plugins XO from sources

    4
    0 Votes
    4 Posts
    2k Views
    F
    @Danp Thanks for pointing me in the right direction. I was following an older howto where --global was not specified. That was my first problem - now fixed! Second problem was that I had installed into the root directory of Centos7 so the paths for creating the links were different. Once I had found the correct paths and created the links all was good. Thanks again. Frank.
  • Tasks Page: Hard to read / Hard to use

    3
    0 Votes
    3 Posts
    737 Views
    D
    @fx991 the SR scans can and have been helpful in detecting storage issues for me. Sometimes when my ISO library goes offline but XCP-ng has not detected the failure and still shows it as connected I usually notice it from the long running SR scans that get stuck. The "Connection to VM console..." task is when you have a console window open to a VM or Host...hence the reason why you can't cancel/end it...if you want to get rid of it then close all open console windows
  • Missing SMLog file on XCP-NG 8.0 /var/log directory

    1
    2
    0 Votes
    1 Posts
    492 Views
    No one has replied
  • multiple network cards in VM

    12
    1
    0 Votes
    12 Posts
    2k Views
    pdoniasP
    I already opened one: https://github.com/vatesfr/xen-orchestra/issues/4882. pdonias created this issue in vatesfr/xen-orchestra closed [VM] Network: show IP addresses in front of their VIFs #4882
  • Jobs not running error: no value for `user_ip`

    7
    0 Votes
    7 Posts
    1k Views
    C
    I can already confirm that I could trigger 2 Jobs manually in XO and it run successfully. Thanks! The scheduled ones I will see tomorrow and report if it would fail, but it is not expected.
  • Change boot order

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    ForzaF
    Thanks! Found it.
  • host.call_plugin Running

    6
    0 Votes
    6 Posts
    876 Views
    olivierlambertO
    It could, I don't know what XCP-ng Center can do in details. But again, this is NOT a problem. I said it 3 times, why do you think it's still related to your coalesce problems?
  • XOA VM creation with static memory

    2
    0 Votes
    2 Posts
    777 Views
    olivierlambertO
    It's the default parameter of your template. XCP-ng Center is probably forcing fixed memory, XO is just doing template recommendation. You can change values at creation in "Advanced" section.
  • first attemp with XOCE

    12
    0 Votes
    12 Posts
    2k Views
    olivierlambertO
    Exactly like how it's displayed in the documentation.
  • Backup Interupted

    3
    0 Votes
    3 Posts
    517 Views
    olivierlambertO
    Try to switch to NFS and report if you have the same issue.