Subcategories

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

    337 Topics
    3k Posts
    C
    @ph7 Thanks for the tip! Appreciate it.
  • ACLs, Self-service, Cloud-init, Load balancing...

    86 Topics
    739 Posts
    J
    hello running xcp-ng version 8.2.1 build date 2025-05-07 restart of node has been done netdata-ui version 1.19 release 6.xcpng8.2 from xcp-ng-updates repo netdata version1.44.3 release 6.xcpng8.2 from xcp-ng-updates repo confirmed following also installed xen-dom0-libs-devel yajl-devel xen-devel i have removed and reinstalled netdata-ui as well this was working fine before but sometime in the last few months , maybe when netdata updated to the versions above and the interface all changed, VM's are no longer visible in netdata [image: 1747811341191-c0b11d3e-0a0f-41dc-b122-4f1e769a92fe-image.png] use to be a giant list of VMs here, this is happening on all my xcp-ng servers, not just the one. they are all at the above mentioned xcp-ng version and netdata version. anyone else experiencing this? have any suggestions on whats going on, why the VM's are not showing up in netdata anymore on any of my hosts?
  • All XO backup features: full and incremental, replication, mirrors...

    345 Topics
    3k Posts
    florentF
    @Tristis-Oris I still don't have the solution I am working on it .
  • Everything related to Xen Orchestra's REST API

    61 Topics
    476 Posts
    S
    @Studmuffn1134 I changed my link from ws:// to https:// and it now gives me this error File "Z:\Valera\School\Lakeland University\Finished\Programming 2\Python Programs\StudsPrograms.venv\Lib\site-packages\jsonrpc_base\jsonrpc.py", line 213, in parse_response raise ProtocolError(code, message, data) jsonrpc_base.jsonrpc.ProtocolError: (10, 'invalid parameters', {'error': {'message': 'invalid parameters', 'code': 10, 'data': {'errors': [{'instancePath': '/id', 'schemaPath': '#/properties/id/type', 'keyword': 'type', 'params': {'type': 'string'}, 'message': 'must be string'}]}}, 'id': '0a11ec72-9300-4030-a5d2-a5c0286f3811', 'jsonrpc': '2.0'})
  • Terraform, Packer or any tool to do IaC

    32 Topics
    287 Posts
    olivierlambertO
    Ping @Team-DevOps
  • 0 Votes
    12 Posts
    2k Views
    DanpD
    I'm not familiar with that particular script, so I can't help you debug further. Best option at this point is to blow away the VM and start over with a completely fresh install of Ubuntu.
  • Cannot figure out how to past INTO VM

    clipboard
    7
    0 Votes
    7 Posts
    3k Views
    DanpD
    https://xcp-ng.org/forum/topic/1846/guest-console-copy-paste
  • Which Template for Fedora Server & Workstation?

    5
    0 Votes
    5 Posts
    774 Views
    G
    See Citrix documentation, here and here. or be inspired, use command line or create your own script, like this.
  • Import CD ISO image via XOA?

    2
    0 Votes
    2 Posts
    963 Views
    olivierlambertO
    No, because SR ISO is read only in XCP-ng (so we can't ask XCP-ng to import a VDI there) sadly. There's 2 options: Modify XAPI code to allow VDI upload (and not mount ISO SR in read only). Then in Xen Orchestra, it would be trivial. Modify Xen Orchestra to mount the SR itself to upload it there. It's a bit complicated but doable.
  • ssh management

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    kirovtomeK
    @olivierlambert Thanks!
  • xoa slow export speed - peak 30MB/s

    10
    1
    0 Votes
    10 Posts
    1k Views
    olivierlambertO
    Personally, I wouldn't touch anything regarding XVA generation, it's deep into XAPI code. Rely on delta backup in general, it's better.
  • Issues with XO

    3
    0 Votes
    3 Posts
    262 Views
    M
    thank you @olivierlambert !
  • Adding NFS as remote

    nfs
    4
    0 Votes
    4 Posts
    5k Views
    nikadeN
    @jedimarcus said in Adding NFS as remote: https://github.com/xcp-ng/xcp/wiki/FreeNAS-as-Storage-Repository-(SR) Did you: Check the All dirs option This is probably it, pretty common mistake.
  • Backup handler.outputStream is not a function

    Solved
    4
    0 Votes
    4 Posts
    177 Views
    M
    As confirmation, it's all OK after today re-rebuild. xo-web 5.67.0 bumped from xo-web 5.64.0
  • XO tasks can't be cleared

    4
    0 Votes
    4 Posts
    2k Views
    olivierlambertO
    Disconnect and reconnect the server in Settings/server of XO.
  • I am trying to install XOCE from a script

    3
    0 Votes
    3 Posts
    526 Views
    olivierlambertO
    @jharl said in I am trying to install XOCE from a script: so now I want a 20% discount on the next time I compile my free software Haha nice joke Also, just following the official doc might be easier sometimes, you actually know what you are doing
  • OpenStack.

    4
    0 Votes
    4 Posts
    460 Views
    olivierlambertO
    It depends on what you need, only you is able to answer that.
  • XO CE migrate fails for VM - "Internal Error"

    13
    0 Votes
    13 Posts
    2k Views
    olivierlambertO
    @vmpr Please create an issue on Xen Orchestra GitHub repo, this way XO dev will see it
  • XO Backups and location of XO VM

    7
    0 Votes
    7 Posts
    663 Views
    julien-fJ
    @RKENS Good question, during the replication, a new VM is created with the same settings as the original one, and this at every run. Therefore that's perfectly normal that this property reappears. I don't see how that's a problem because, as you said it yourself, the start operation is disabled by the replication job. I think it makes sense that the auto start is set like on the original VM so you can simply start the replication when necessary without having to think about enabling it.
  • Continuous Replication, are delta's automatic?

    Solved
    2
    0 Votes
    2 Posts
    245 Views
    R
    I answered my own question. For continuous replication, delta's are automatic. I was thrown by a backup job where I mistakenly selected disaster recovery instead of continuous replication and didn't realize it.
  • XO Sources - yarn build - javascript heap out of memory

    5
    0 Votes
    5 Posts
    2k Views
    H
    You do need a lot of virtual memory for build but you can get by with 2GB ram + 4 GB swap if you tell nodejs to limit it self, by setting export NODE_OPTIONS='--max-old-space-size=3072' before starting the build process
  • 0 Votes
    3 Posts
    402 Views
    S
    @DustinB Thanks for replying, will definitely try this once.
  • Error on File Restore

    3
    0 Votes
    3 Posts
    446 Views
    A
    @AudiSys said in Error on File Restore: root@VMwXenOrchestra01:/run/sr-mount# tail -n 1 /etc/xo-server/config.toml useSudo = true Yes, as we can see in simple config file, listed in info related to problem. Thanks
  • XE vm-export compress options

    xo export
    8
    0 Votes
    8 Posts
    3k Views
    S
    @olivierlambert Haha, I lost belief in 'logical' many years ago. What I think is logical and what others think is logical, often is very different So, I still think it's great, cause it takes one command out of my CLI VM import pipe line
  • XO(A) + rclone

    6
    0 Votes
    6 Posts
    735 Views
    olivierlambertO
    In beta, but still Native support (not via a pseudo FS mount)