Subcategories

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

    337 Topics
    3k Posts
    C
    @olivierlambert If I SSH onto the XCP Host it was orig on (XCP Host1) and run xe vm-list it shows on there and running; If I SSH onto XCP Host2 xe vm-list shows it on there and running too. Also...the XO VM was fully updated; no outstanding commits. I just updated it earlier this morning.
  • 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...

    344 Topics
    3k Posts
    M
    @florent Updated. Did a backup job: OK Did the mirror job: OK Great!
  • 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

    31 Topics
    285 Posts
    nathanael-hN
    xo-powershell moves from alpha to beta The XO-PowerShell module is published in the :microsoft: PowerShell Gallery as v1.0.0-beta https://www.powershellgallery.com/packages/xo-powershell/1.0.0-beta Grab it with one powershell command: Install-Module -Name xo-powershell -AllowPrerelease Doc here Thanks to @dinhngtu @iButcat
  • S3 Backup "Please Match The Requested Format"

    38
    1
    0 Votes
    38 Posts
    4k Views
    V
    Assuming I have the setting in the correct place, I'm not seeing any significant difference whether the setting is there or not. without setting Duration: 10 minutes Size: 41.71 GiB Speed: 72.5 MiB/s with setting Duration: 10 minutes Size: 41.71 GiB Speed: 72.87 MiB/s CPU usage appears to be about the same.
  • pool disappear after VM migration

    10
    0 Votes
    10 Posts
    497 Views
    DarkbeldinD
    @Momtez-Medini Please open a support ticket even without subscription we will help you there.
  • 10 gig secondary network

    6
    0 Votes
    6 Posts
    430 Views
    fohdeeshaF
    @abelaguilar indeed you do not have to fill out the dns and gateway fields - in fact as you surmised you shouldn't. Where you getting an error or something when leaving them blank? The only mandatory fields are IP and netmask.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    5 Posts
    220 Views
    Daikon-RadishD
    So it looks like the warm migration of the first VM I tried migrating works, but after trying to migrate another VM, I'm getting a new error message: "Warm migration: task has already ended" Is there any particular process that I'm missing to mark the first VM as successfully migrated? **edit: Maybe I'm just impatient because after waiting another couple of minutes it looks like it's migrating OK.. LOL
  • Hot add hardware

    hot-add
    6
    0 Votes
    6 Posts
    1k Views
    D
    @lawrencesystems I am looking at it right now. Thank you!!
  • Cannot upload / import OVAs using xo-upload-ova / XO UI

    1
    0 Votes
    1 Posts
    224 Views
    No one has replied
  • XO Self service wrong quota calculations...

    3
    0 Votes
    3 Posts
    173 Views
    S
    @olivierlambert Thanks, I just opened 1.
  • Migrated XO VM with broken network

    2
    0 Votes
    2 Posts
    258 Views
    splastunovS
    You can try to "attach" broken VIF to some network and then delete it. Try to use this command xe vif-move If that doesn't work, you can shut down the XO VM, detach the disk, deploy a new VM without a disk, attach the XO disk to the new VM.
  • Convert CentOS 8.0 Template to Red Hat 9

    5
    0 Votes
    5 Posts
    233 Views
    F
    @olivierlambert can you help me with this please?
  • Patching to a specific version

    9
    0 Votes
    9 Posts
    883 Views
    mauzillaM
    works like a charm, thank you gents!
  • 0 Votes
    8 Posts
    1k Views
    R
    @olivierlambert @gduperrey Thanks for clearing that up. Appreciate the responses.
  • File restore not finding any option

    backup file level restore
    18
    2
    0 Votes
    18 Posts
    2k Views
    D
    @splastunov said in File restore not finding any option: If nothing will help and you can't import xva with import VM, I have solution. Deploy new VM with disk x4 times greater than backup file. OS Ubuntu 16.04 or later. Copy backup. Take attention. You need always copy backup. Do not move it. Install xva-img https://github.com/eriklax/xva-img add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update && apt-get install -y gcc-7 cd to xva-img dir and run next command cmake ./ make install Extract xva file tar -xf my-virtual-machine.xva -C my-virtual-machine chmod -R 755 my-virtual-machine In folder my-virtual-machine you will find some directory like Ref :1, but maybe with another number. Remember this number. Create raw disk from extracted. Replace 1 with number from previous step. xva-img -p disk-export my-virtual-machine/Ref\:1/ disk.raw Install qemu-utils apt install qemu-utils Convert raw to vhd qemu-img convert -f raw -O vpc disk.raw [vhd-name-you-like].vhd Copy vhd to some SR. I'm using local SRs, so in my case path is /var/run/sr-mount/[sr-uuid] Go to the host, cd to SR folder, get VHD uuid, rename VHD cd /var/run/sr-mount/[sr-uuid] vhd-util read -p -n [vhd-name-you-like_from-step-8].vhd mv [vhd-name-you-like_from-step-8].vhd [uuid].vhd Rescan SR Attach VHD to existing VM or deploy new one Get you files wow. I am getting on with this in parallel. Thank you again! Results for both suggestions and requests are coming!
  • 0 Votes
    15 Posts
    846 Views
    F
    @florent I would love to....but I transitioned from Hyper-V a few months ago. No VMWare to be found around here. Without fail, these OVAs will be downloads from a variety of applications. Thanks again!
  • Linguiring VDI Export task after backup fails

    7
    2
    0 Votes
    7 Posts
    387 Views
    olivierlambertO
    A badly formated VHD can indeed trigger this, nice catch!
  • [XO] Export pool metadata not finish...

    10
    0 Votes
    10 Posts
    467 Views
    S
    @Darkbeldin Yes, btw right now works normal after 3-5 days with problem...
  • Long Backup Task Goes Away from List

    4
    0 Votes
    4 Posts
    212 Views
    olivierlambertO
    This is documented in our official doc IIRC
  • Continuous replication failing

    10
    0 Votes
    10 Posts
    716 Views
    M
    Update: I disabled the CR job and created a new one, which did successfully start - so I'm hoping this fixed it
  • delayed_ack needed?

    4
    0 Votes
    4 Posts
    214 Views
    olivierlambertO
    I am no iSCSI expert, I don't know if this settings exists, but before tinkering I would do some benchmarks.
  • Continous Replication Network

    8
    0 Votes
    8 Posts
    438 Views
    planedropP
    @vincentp I'd personally go with a 10GbE switch just to be sure there are no bottlenecks from that, I don't really think you'll hit full 10GbE for a replication job but it's better to alleviate that IMO.