Subcategories

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

    335 Topics
    2k Posts
    D
    @Tomcatter Which guest OS and guest tools are you using?
  • ACLs, Self-service, Cloud-init, Load balancing...

    85 Topics
    738 Posts
    A
    @jkatz Thanks for that. I actually did something different but it worked. I don't know how but it is working. I used this in XO in Cloud Config [image: 1747138648336-a5f1ca37-802a-4ff4-bc4f-6c8ccaa3dc97-image.png] It worked [image: 1747138770858-e2666c29-8a03-41e1-879b-b6559b7f0bf2-image.png] Don't know if does it matter or not ( probably does) that I also entered this plugin into both files : cloudbaseinit.plugins.common.sethostname.SetHostNamePlugin @jkatz said in Cloudbase-init on Windows: You don't. That is lame. Wonder if domain join is possible with that...
  • All XO backup features: full and incremental, replication, mirrors...

    343 Topics
    3k Posts
    olivierlambertO
    Hi! VM export is doing an export of the current disk state (if the VM is shutdown). Double check you are not exporting an old snapshot of the VM.
  • 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
  • This topic is deleted!

    95
    0 Votes
    95 Posts
    11k Views
  • How do you create a new vm from an imported disk

    Solved
    15
    0 Votes
    15 Posts
    10k Views
    P
    OK, seems I wasn't trying hard enough. I was trying to mount the tools under the iso list, but when I look further down the list to xc-ng Tools it turns out I can mount the tools from there as long as I do it manually (mount /dev/sr0 /media/blahblah). Installed now, all good.
  • Merging XO forum here

    5
    7 Votes
    5 Posts
    2k Views
    olivierlambertO
    There's no tool to "merge" old forum or fetch old message. So for few months we'll still have old XO forum then it will be automatically redirected to the XO category here.
  • XOA build number

    13
    1 Votes
    13 Posts
    974 Views
    olivierlambertO
    It's just a missing info in a config file of the appliance. Not a big deal, just surprising to see that now, despite the fact it was there before.
  • 0 Votes
    1 Posts
    225 Views
    No one has replied
  • XO Delta Backup Fails to Local Storage Mounted via NFS

    4
    2
    0 Votes
    4 Posts
    342 Views
    S
    Hi, So I tried using the NFS target remotes but the speed of transfer was very poor even though the connection from XO to the NFS server is over 10Gbe. XO is on the same XCP-ng host as the VMs being backed up. This XCP-ng server is connected to the NFS mount over 10Gbe network: [image: 1581002643082-56cc5a0a-e633-443b-9a50-6575ef5cddaf-image.png] Here is the NFS Remotes setting in XO to the backup server (FreeNAS) at IP 10.10.2.3:[image: 1581002745614-046fcdaa-8788-4d69-aa00-c1620a0afb46-image.png] The backup logs show extremely low transfer speed: [image: 1581001993532-b51d304d-2fb6-472f-8eb9-0dbec967d49c-image.png]
  • How to select network for migration in XOA

    3
    0 Votes
    3 Posts
    1k Views
    G
    Okay perfect I'll have a look Thanks!
  • VSS Backup/Application Consistent

    5
    0 Votes
    5 Posts
    308 Views
    stormiS
    Also note that Citrix guest tools version 9 removed VSS support already.
  • VM backup to local storage

    6
    0 Votes
    6 Posts
    1k Views
    D
    @olivierlambert Thanks again for the reply. I’m looking into it more. I think I need to add the storage directly to the VM running XO. I was trying to use a drive connected to a drive on my local network. Though it says it can talk to the drive, it does not reach it. I’m trying now to add an NFS to the XO server.
  • Back up only the OS disk

    2
    1 Votes
    2 Posts
    1k Views
    olivierlambertO
    You can avoid transferring some disk data with the [NOBAK] title in the VM disk. However, a VM snapshot isn't capable of ignoring a disk. This would require a change either in the way we do backup in XO (not using VM.snapshot, but VDI.snapshot instead) or modify XCP-ng API to support VM.snapshot with excluded disk. The first option will make quiesce snapshots impossible. The other one is a bit more complicated to realize, but not impossible. The issue already exists in our bug tracker: https://github.com/vatesfr/xen-orchestra/issues/2560 julien-f created this issue in vatesfr/xen-orchestra closed [Full backups] Supports `[NOBAK]` #2560
  • XOA guest tools error

    18
    0 Votes
    18 Posts
    4k Views
    stormiS
    This may be related to https://github.com/xcp-ng/xcp/issues/282 My guess is that the tools ISO was mounted into the XO VM, then updates were applied to the host that contained an update of the tools ISO, which led to the XO VM having an non-existing tools ISO still mounted. I have made a change in 8.1 to avoid that (eject all tools ISOs after updating the ISO, not just from shutdown VMs), and testing will tell us whether that's a good solution. To solve the situation, you usually just need to eject the ISO with xe vm-cd-eject, not xe vm-cd-remove, as @tuxen said. If you had a snapshot of the VM before removing the CD drive, I think restoring it should bring the CD drive back and then you can eject the CD with xe vm-cd-eject... Unless restoring the snapshot also fails. Else as tuxen said you need to recreate a CD/DVD device and attach it to the VM. iw0der created this issue in xcp-ng/xcp closed This operation cannot be performed because the specified virtual disk could not be found #282
  • Backup and Replication from HP 3Par (iSCSI) to HP MSA (iSCSI)?

    8
    0 Votes
    8 Posts
    647 Views
    olivierlambertO
    It's pretty simple: just replace "xva" in the image by VHD and that's it. Otherwise it's explained https://xen-orchestra.com/docs/delta_backups.html If you still have questions, let me know
  • How to improve backup performance, where's my bottleneck

    19
    1 Votes
    19 Posts
    4k Views
    S
    server has 10G DAC to dedicated 10G SW, Disk its writing to is a NAS iSCSI Target with a single 10GBe NIC. Network Traffic is low under 30Mb/s ![alt text]([image: 1580537059039-screenshot-from-2020-02-01-16-26-10.png] image url) png) [image: 1580537959635-pdd.png] first peek is memory read.
  • SSH keys in XO

    4
    0 Votes
    4 Posts
    2k Views
    A
    @olivierlambert Re: SSH keys in XO Great, thanks for your explanation!
  • Template list refresh

    3
    0 Votes
    3 Posts
    963 Views
    stormiS
    There's a bug report about it: https://github.com/vatesfr/xen-orchestra/issues/4610 pdonias created this issue in vatesfr/xen-orchestra open Duplicate VM templates #4610
  • 0 Votes
    4 Posts
    2k Views
    H
    ok, could remove the vm by using the command xe vm-reset-powerstate uuid=******* --force, then I could remove the host
  • Re: [Ubuntu 18.04 desktop graphics console not working.]

    5
    0 Votes
    5 Posts
    759 Views
    stormiS
    See also: https://xcp-ng.org/forum/post/21792
  • Ubuntu 18.04 desktop graphics console not working.

    10
    0 Votes
    10 Posts
    2k Views
    stormiS
    See also https://xcp-ng.org/forum/post/21792
  • xoa restrict access to web interface by ip

    6
    0 Votes
    6 Posts
    1k Views
    olivierlambertO
    Yes, I would try that
  • Create a Ubuntu 18.04 cloud init template

    18
    0 Votes
    18 Posts
    4k Views
    M
    @bcatubig [image: 1580232853539-776ddfa2-a97c-4ea6-adb5-2dd05943b421-image.png] I see this message on the console right after the VM is created. Could it be somehow helpful?