Subcategories

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

    336 Topics
    2k Posts
    DanpD
    Your XO VM is about 2 months out-of-date. Please make sure you are fully updated before posting making this type of post. Let us know if you are able to reproduce using an up-to-date version of XO. You could also use a free trial of XOA to test this.
  • 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
    nvossN
    @dthenot sorry not sure how the "force restart" button option works for both our full and our delta backups vs the regular scheduled backup jobs because doing the force restart lets the job run fully each time regardless of the specific machine that may have the bad/corrupt disk? That's the orange button And a manual snapshot works on all machines I believe too? Is there a smooth way to track that VHD disk GUID back to its machine in the interface?
  • 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
  • Possible to multiple heartbeat SR in HA pool

    5
    0 Votes
    5 Posts
    687 Views
    a2940uwA
    @ronan-a Thank you for your reply, but I mean it is possible for create multi Heartbeat SR in different storage.
  • More details in task view

    2
    1
    0 Votes
    2 Posts
    225 Views
    olivierlambertO
    Ping @pdonias IIRC, it's not trivial but this is obviously something we'll working on for XO 6 (there's also limitation in XAPI, because it doesn't tell you what's going on for real behind a task)
  • Can't figure out how to configure a separate NFS network on the hosts via XO

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    V
    Aha, that helped. Thanks.
  • XOA cannot see 4 pools

    2
    0 Votes
    2 Posts
    255 Views
    olivierlambertO
    No limit. Please open a support ticket so we can take a look directly on your XOA
  • Migrate all VHDs from SR

    5
    0 Votes
    5 Posts
    668 Views
    2
    @akurzawa thanks, I have been doing that. I was looking for a lazy way to move 20+ VMs out of a partition.
  • How to enable back up notification in community edition

    11
    0 Votes
    11 Posts
    2k Views
    okynnorO
    @Danp That's perfect. All plugins are installed and running. Thank you for pointing that out. Should have. Could have.
  • kubectl cluster-info Fails on kubernetes recipe

    9
    0 Votes
    9 Posts
    1k Views
    BenjiReisB
    Hello, The DNS names of the master (and nodes also with a pattern) should be configurable for the user indeed. We'll add it in a next version of the recipe. Thanks for the feedback!
  • Docker and XenOrchestra on XCP-NG 8.1

    6
    1 Votes
    6 Posts
    2k Views
    P
    Thanks for the input. I'll give the ""'s a go. Portainer is interesting, have it running on the cores machine with ease alongside pihole. This is all starting to look interesting P.
  • XOA makes full backup after remote storage was offline

    4
    0 Votes
    4 Posts
    177 Views
    ForzaF
    The original snapshots are still there. [image: 1582190328045-3bacf6e4-7180-490e-a25e-c8964fa943f3-image-resized.png]
  • Bug. XOA crash when adding IO counters in htop

    2
    2
    0 Votes
    2 Posts
    118 Views
    ForzaF
    A toolstack restart cleared the ongoing-but-failed tasks.
  • make snapshot by every two weeks - expictly not in weekend

    6
    1
    0 Votes
    6 Posts
    410 Views
    akurzawaA
    That's what I do now - I'm disabling this backup task for 2nd and 4th week.
  • Create job to migrate several VMs

    2
    0 Votes
    2 Posts
    215 Views
    B
    @bberndt said in Create job to migrate several VMs: Tring to create a job, to schedule the migration of several VMs to another host. At the bottom, there are a couple things I don't know. There are two check boxes here for each of these: mapVdisSrs mapVifsNetworks They don't seem to do anything. What are these? Also, what goes in the box Migration Network. The name storage1, or network1 don't work. thanks. Ah! the UUID of the storage Migration network on the destination is what I need, apparently.
  • How to delete orphaned VHD virtual disks?

    4
    1
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    Check host logs to understand why. Maybe those VHD were attached to the control domain or something like that.
  • XenOrchestra multicore ?

    6
    2
    0 Votes
    6 Posts
    303 Views
    julien-fJ
    @akurzawa xo-server is not explicitly multi-processed, but it uses async IO calls in Node which should lead to multi-threaded operations. Anyway, we are currently working on reimplementing backups for the proxy and it will eventually lead to using multiple processes. These changes will at the end be merged back to xo-server as well.
  • Backup NG Remote "File already exists"

    Solved
    2
    0 Votes
    2 Posts
    441 Views
    G
    ok, logged into linux, su root, and tried the command on the console mount -t nfs 192.168.30.60:/mnt/Brutus/Remote /run/xo-server/mounts/86109d77-9600-48c6-b131-0ca475cd1ad4 -o vers=3 mount.nfs: requested NFS version or transport protocol is not supported tried without -o vers=3 and it worked.
  • Continuous Replication and snapshots together

    10
    1
    0 Votes
    10 Posts
    1k Views
    badrAZB
    If you create two separated jobs. One for the CR and one for the Rolling snapshot they will not interfere.
  • Scheduling continuous replication on xo-server built from sources

    Solved
    5
    1
    0 Votes
    5 Posts
    565 Views
    S
    Changed it to run after every 10 mins. I was missing the correct configuration. Thank you very much.
  • Deleting 25 vms - stuck, nothing happening

    4
    1
    0 Votes
    4 Posts
    328 Views
    akurzawaA
    OK the tasks (it been 8 hours since I've checked) are gone, but the VHDs localted on backup server's localstorage remains. QUESTION: How to delete VHDs that are not realted to any vm? I think it will not be deleted automatically. EG. For example - I've deleted "Atlas" VM, but big atlas VHD remains on BackupHost's local storage: [image: 1581667660068-666ed028-c8e0-4ae7-86f3-1a307f7eee76-image.png]
  • XO Backup Retention and Replication Retention

    4
    0 Votes
    4 Posts
    1k Views
    badrAZB
    Hi, It's possible to do it using the UI, simply create a schedule with 7 as Backup retention and 2 as Replication retention. [image: 1581581696403-fd938a54-8730-4bcf-85c3-7caf2018ac52-image.png]
  • Xen Orchestra Backup Stuck

    Solved
    13
    2
    0 Votes
    13 Posts
    1k Views
    olivierlambertO
    Because there's a ton of dependencies, and we try to decouple things, this work takes time. We should be able to run on a more recent version of Node soon, and when it will be the case, our doc will be updated accordingly. That's exactly why we can't support 3rd party installers. Our doc might change and during the interval, if the 3rd party installer isn't following, then it will break.