XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. gskger
    3. Topics
    Offline
    • Profile
    • Following 0
    • Followers 2
    • Topics 10
    • Posts 257
    • Groups 1

    Topics

    • gskgerG

      Using ipmitool locally in a VM?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      6
      0 Votes
      6 Posts
      409 Views
      olivierlambertO
      You should have a command available in your Debian VM with tools, called "xenstore". You can use xenstore-write. For example: xenstore-write vm-data/gputemp 82 This will write the value 82 in a key gputemp. This key/value can be seen in the VM object then, eg with a : xe vm-param-get param-name=xenstore-data param-key=vm-data/gputemp uuid=<VM UUID> This will return 82. Now you can do whatever script in your Dom0 (or even from your XOA, since you can fetch all data in XAPI) As you can see, it's very simple and efficient
    • gskgerG

      Nvidia P40s with XCP-ng 8.3 for inference and light training

      Watching Ignoring Scheduled Pinned Locked Moved Share your setup!
      10
      3
      3 Votes
      10 Posts
      2k Views
      W
      @Vinylrider Lol i like this getting stuff done customized haha! Great pictures.
    • gskgerG

      When you miss 10G in your homelab

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      13
      1
      0 Votes
      13 Posts
      1k Views
      gskgerG
      @wilsonqanda Using HA adds more complexity (to XCP-ng and front-/backend systems). Your use case should really require HA to justify that complexity, especially if you add geo-replication to the mix. Most scenarios can probably be addressed with incremental replication for a low recovery point objectiv (RPO) and a good recovery time objective (RTO), but your mileage my vary.
    • gskgerG

      HSIPC Jasper Lake Celeron mini PC (Intel N5105, 16G, 4x i226 NIC)

      Watching Ignoring Scheduled Pinned Locked Moved Share your setup!
      2
      1
      0 Votes
      2 Posts
      642 Views
      A
      @gskger You're here. You know the answer. Put in some more memory and a 2TB NVMe and run XCP! See what you can do with it. Dedicate an outside and inside interface and have a DMZ for guest net and more. I have a system like this (a little faster i7 CPU, 64G, 2x2TB NVMe, 2T SATA) and I run lots of stuff on it including: BT server, asterisk, DNS server, NTP server, XO, Win10, test VMs, ZM for cameras, and more. I turned off a whole bunch of old hardware.
    • gskgerG

      Nano XCP-ng 8.3-beta dual NIC *FUN* host (Intel N5095, 8G)

      Watching Ignoring Scheduled Pinned Locked Moved Share your setup!
      4
      1
      0 Votes
      4 Posts
      562 Views
      olivierlambertO
      It's 100% fine The community forum is the best place to report about your tinkering with the platform!
    • gskgerG

      A wonderful new year for everybody

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      3
      6 Votes
      3 Posts
      320 Views
      olivierlambertO
      Happy New Year!
    • gskgerG

      XO from source - Pool support not available for source users?

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      5
      1
      1 Votes
      5 Posts
      1k Views
      olivierlambertO
      Should be merged soon: https://github.com/vatesfr/xen-orchestra/pull/6517/files Thanks @MathieuRA MathieuRA opened this pull request in vatesfr/xen-orchestra closed fix(xo-web): "Pro Support" instead of "pool support" in XCP-ng support tooltips #6517
    • gskgerG

      A great and happy new year

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      2
      4 Votes
      2 Posts
      335 Views
      olivierlambertO
      Thank you @gskger Happy new year to you and everyone in this great community!
    • gskgerG

      XO - change control domain memory?

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      4
      0 Votes
      4 Posts
      2k Views
      olivierlambertO
      I'm not against exposing this in the UI, it might be not that difficult. However, more traction will obviously make it possible
    • gskgerG

      Xen Orchestra from source with Let's Encrypt certificates

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      15
      2 Votes
      15 Posts
      6k Views
      gskgerG
      Having XO from source or XOA act as a certification authority for the XCP-ng hosts is for sure a good approach. Would be great if that could include the VMs running on the XCP-ng hosts, which is my main goal (apart from being able to HTTPS into XO from source of course).