Subcategories

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

    331 Topics
    2k Posts
    C
    @Andrew Gggrrr...you know what's funny about your response?...I was actually just in the Advanced tab and glossed right over that! hahaha Thanks Andrew
  • ACLs, Self-service, Cloud-init, Load balancing...

    85 Topics
    715 Posts
    A
    Im looking into creating a vm power controller plugin compatible with MAAS webhook power controls, im confused about how the plugin can call actions, i would also like it to expose as its own endpoint on the xo api or fqdn, Is this possible or am i chasing ghosts?
  • All XO backup features: full and incremental, replication, mirrors...

    337 Topics
    3k Posts
    olivierlambertO
    Before answering your question, that would be good to get already something to compare. Can you try with XO and see if it's similar? It's important to understand, if the problem is related to XCP-ng or your backup solution. Also, why not asking CommVault directly too?
  • 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
    281 Posts
    olivierlambertO
    Question for @dinhngtu
  • Logs Not Revealing

    2
    1
    0 Votes
    2 Posts
    460 Views
    DanpD
    Hard to say from just a screenshot. What version of XO are you running? How long did you wait for the logs to load? Did you try refreshing the page? FWIW, I've noticed that XO seems to take longer to load this page than it did previously. P.S. Technically, you aren't running XOA (the pre-built XO appliance).
  • too many VDI/VHD per VM, how to get rid of unused ones

    43
    0 Votes
    43 Posts
    9k Views
    R
    its still there ie the host is still atached to that vdi im thinking this is the issue why my backups wont run anymore if not i will do it on the xen server cli, but it would be nice to know why this isnt working
  • XO on Raspberry Pi 3B+ ?

    5
    0 Votes
    5 Posts
    3k Views
    G
    I've been spending some time on it for the last few nights, and my skills are improving little by little. I think Ubuntu desktop was the closest I got to functional, there is a custom image for the Rpi3b+ that I found and it was one of the attempts that got to trying to start the XO-server service and failed. I was never able to get the xo-server to start manually either and the log files didn't give me anything I understood. One of the versions that worked the least was CentOS 7 for RPi, node.js is not available for it in the normal repos. I have more experience with CentOS from a few years ago and more comfortable with it, may have to look into compiling all the dependencies from source to see if I can make it work. I think an RPi 4b with 2gb or 4gb of RAM might be a better choice, but I have the 3b+.
  • Issue with vm 's that where suppose to be deleted

    2
    1
    0 Votes
    2 Posts
    244 Views
    olivierlambertO
    Have you refresh your broswer tab? Have you tried to disconnect/reconnect the pool in Settings/servers?
  • XOA sign in page, default credentials not working

    Solved
    3
    0 Votes
    3 Posts
    6k Views
    olivierlambertO
    Hey! Thanks for the feedback Keep us posted if you have any issues!
  • Error When adding host to XO

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    F
    @olivierlambert Thank you. All back to normal now
  • Having issue registering xo-cli

    2
    1
    0 Votes
    2 Posts
    334 Views
    DanpD
    You need a space between the URL and the user name.
  • High Availability setup

    2
    0 Votes
    2 Posts
    4k Views
    olivierlambertO
    This guide shows an old UI of XO, but you can always set the HA for the VM in its Advanced Tab. HA at the pool level might be enabled using the command displayed in the blog post. So far enabling HA on the pool level isn't exposed in XO because HA is causing more issues than it solves in general. If you decide to enable it on the CLI, it means that you probably understand what you do. If you don't know where to find a SR UUID, using HA might expose you to VERY bad experience. BTW, you can find it in SR view, click on the SR you want to use as HA SR, you'll see the UUID just beneath the name. As someone said in this forum few weeks ago: Everybody wants HA but not everyone needs it
  • where is the Home Server option in XO

    4
    0 Votes
    4 Posts
    775 Views
    olivierlambertO
    Also please note that's not a guarantee to boot the VM on this host. In fact, there's no way to be 100% sure it will. It's just than now XCP-ng will do its best to honor this. But eg, if there's not enough RAM on the host, then it will boot on another host of the pool.
  • XO to manage KVM?

    27
    1 Votes
    27 Posts
    10k Views
    G
    I think, solution you are looking for is direct disk access. It's possible. I use it for my file server VM (FreeNAS) with five 4TB wd red drives (zfs). Passthrough entire PCI storage card is better, but even cheap server motherboards have 6 sata channels (one for dom0 ssd, and five for file server storage). This is my example (and my UUIDs) mkdir /srv/direct-sata_sr xe sr-create name-label=”Direct SATA SR” name-description=”SATA links to passthrough direct to VMs” type=udev content-type=disk device-config:location=/srv/direct-sata_sr New UUID generated on sr creation ba9b124c-c5ac-2c0b-7b1f-014d9cezzzzz ln -s /dev/disk/by-id/<disk id> /srv/direct-sata_sr/<disk id> ln -s /dev/disk/by-id/ata-WDC_WD5000BEVT-26A0RT0_WD-WXE1A10V7603 /srv/direct-sata_sr/ata-WDC_WD5000BEVT-26A0RT0_WD-WXE1A10V7603 xe sr-scan uuid=ba9b124c-c5ac-2c0b-7b1f-014d9cezzzzz xe vdi-list sr-uuid=ba9b124c-c5ac-2c0b-7b1f-014d9cezzzzz Good luck.
  • Xen Orchestra reporting high disk usage (thin provisioned VDI)

    4
    2
    0 Votes
    4 Posts
    463 Views
    X
    @olivierlambert I have assigned 1.9TiB to a VM and XOA is saying the VM is using 1.07TiB, but df -h on the VM is saying that I'm using 418GB. So according to XOA I should have about 800GiB left but according to my VM I should have 1.4TB left, there's a pretty big 600GB difference here.
  • Enable VGA Graphics in Xcp-ng Center for a particular VM.

    1
    0 Votes
    1 Posts
    339 Views
    No one has replied
  • LDAP extract user from specified field?

    4
    0 Votes
    4 Posts
    335 Views
    D
    I actually like the current implementation. I am currently using this setup to allow an admin user to have 2 accounts managed by one authentication back-end. One account is a typical self-service user to consume resources according to ACL/Self-service rule sets The other account is used to manage Admin features like backups and XO settings (environment with multiple admins who also consume resources from a shared pool with other departments/teams) I use separate accounts so when admin users create VMs it can go to the appropriate self-service container. I hope any fixes to address the above concern doesn't completely remote this capability or at least adds another method of achieving this.
  • uninstall xen orchestra in ubuntu 18.04.

    1
    0 Votes
    1 Posts
    241 Views
    No one has replied
  • Monitor XOA Disk Space

    Solved
    17
    0 Votes
    17 Posts
    1k Views
    C
    easy as that Thanks for you help.
  • building from source - yarn fetch error

    Solved
    6
    0 Votes
    6 Posts
    522 Views
    S
    guys, it is solved, but thats something i will file again under technological harrassment. it was a DNS Problem. the dns-servers at my hosting provider woudnt resolve properly, only when I forced googles DNS servers onto it did it work. thanks for the push
  • Kubernetes cluster recipe?

    8
    0 Votes
    8 Posts
    1k Views
    olivierlambertO
    Indeed, it's using our cloudinit ready templates hosted on xen-orchestra.com, so you need a XOA.
  • Problem creating Quiesced snapshots

    4
    0 Votes
    4 Posts
    370 Views
    olivierlambertO
    VSS agent will disappear, so yes, quiesce snapshots will disappear too. But fear not, we have plans to introduce a new feature, called "RAM backups".
  • daily Continuous Replication backup in XO

    37
    2
    0 Votes
    37 Posts
    4k Views
    M
    Hi I had exatly the same problem when I upgrade one of my four server from xenserver 7.1 to xcp-ng 8.0, one backup failed with error: job already running and the other finish normaly later! I upgrade Xo from 5.51 to 5.54 and it's Ok for this problem BUT I have a new problem, the cold backup to NFS and the Continuous replication to a Xcp-ng 8 server are REALLY slow !! One exemple: Start time: Thursday, December 19th 2019, 7:20:00 am End time: Thursday, December 19th 2019, 7:58:54 am Duration: 39 minutes Snapshot Start time: Thursday, December 19th 2019, 7:20:00 am End time: Thursday, December 19th 2019, 7:20:05 am Duration: a few seconds SRs Local storage (a70a93c4-4951-9bec-54ab-d45bb5039b44) ✔ Start time: Thursday, December 19th 2019, 7:20:05 am End time: Thursday, December 19th 2019, 7:58:52 am Duration: 39 minutes transfer ✔ Start time: Thursday, December 19th 2019, 7:20:06 am End time: Thursday, December 19th 2019, 7:58:50 am Duration: 39 minutes Size: 1.34 GiB Speed: 605.55 KiB/s I try to upgrade debian OS, upgrade VM (4cpus 3Go ram) but same problem for the moment Thanks in advance Edit: I do a manual test by copy an iso of 2G locally on the virtual machine Xen orchestra, to the same connected NFS for backup, and the performance is normal, 10 seconds for 2Go, it seems to be a problem with Xen orchestra system backup?
  • Cold Backup in XO

    5
    0 Votes
    5 Posts
    384 Views
    olivierlambertO
    It's supported in XOA since 5.40 and all more recent releases. Just tick the checkbox and that's it