Subcategories

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

    427 Topics
    3k Posts
    P
    @stormi I really appreciate the continued help. I'm not sure it works. On my single-host pool master—the one I want to join into my half-upgraded pool—I run the command: xe host-emergency-disable-tls-verification It returns with no errors. If I do xe host-param-list and look through the parameters for my host, I see: tls-verification-enabled ( RO): false This is the only thing I see documented that can turn off TLS verification. If some other command like pool-uninstall-ca-certificate would have the effect of disabling TLS verification, I can't see that documented anywhere. In fact, even though xe pool-uninstall-ca-certificate appears to be a valid command that my xe binary knows about, I can't find that particular command documented at all. Even after the emergency-disable-tls-verification, if I attempt to join that host to the half-upgraded pool (using xe pool-join...) I get: Error code: POOL_JOINING_HOST_TLS_VERIFICATION_MISMATCH It seems like even though the host has TLS verification off, the fact that its pool has verification enabled is blocking the action.
  • ACLs, Self-service, Cloud-init, Load balancing...

    97 Topics
    818 Posts
    olivierlambertO
    October release fixed it
  • All XO backup features: full and incremental, replication, mirrors...

    438 Topics
    4k Posts
    P
    Hi, Latest XOA, with fully patched XCP 8.3 here. I'm fiddling around again with NBD+CBT in backup jobs (was avoiding CBT for a time, to reliably control my backups and avoid unnecessary KEY points) in the context of THICK SRs to spare some space. I know that CBT is reset when migrating from one SR to another. But here is what I encounter : VM has no CBT enabled on its VDIs, it is on a SHARED SR in a pool of 3 hosts backup option changed for NBD+CBT, was only NBD before CBT is enabled on the next run by the backup job, I get a delta (was expecting a FULL ?) next run, delta, as expected i migrate this VM on another HOST, without changing its SR CBT is immediatly disabled ? why ?? next run of backup it tries a delta, but "fall back to a full" (normal as CBT has been disabled...), and do a KEY point on the remote next run is a delta as expected does this mean if I do a rolling pool update or host maintenance that will move the all VMs around, all CBT will be disabled and I should expect a FALL BACK TO FULL on all my NBD+CBT enabled backup jobs ??! why disabling CBT on a change of HOST and no move of SR ?
  • Everything related to Xen Orchestra's REST API

    74 Topics
    567 Posts
    olivierlambertO
    But giving your feedback on how you solved it might help many people in the future Thanks!
  • Terraform, Packer or any tool to do IaC

    45 Topics
    424 Posts
    olivierlambertO
    The roadmap depends a lot on the feedback we have on it More demand/popular, faster we'll implement stuff
  • 🛰️ XO 6: dedicated thread for all your feedback!

    Pinned
    53
    5 Votes
    53 Posts
    2k Views
    D
    @olivierlambert I may be a rarity in IT these days, but for most apps, I use Light Mode. v5 was good. I think the blue sidebar and gray top bar made it workable. v6 is painfully white. I'm not fond of the purple on black Dark Mode either. If we could just make the screen less bright than the sun, Light Mode would be great. In a few places the grid column headers aren't really differentiated from the rest of the grid. For example, at the XOA level in the Pools tab. It looks like the first pool is called "Pool" when that is the column header. Maybe use the light purple that you have for the selected tab above? Overall, I'm really liking the new interface. Thanks!
  • Plugins in XO6?

    6
    0 Votes
    6 Posts
    48 Views
    olivierlambertO
    It won't disappear tomorrow, but I'd like to phase it out sooner than later (before 2027? who knows)
  • Xen Orchestra from source ignores config.toml from /etc/xo-server/

    2
    0 Votes
    2 Posts
    68 Views
    A
    Ok I've figured out root cause. My config override has only one option: ignoreVmSnapshotResources = true And I had to change it with adding [selfService] on a line below Also I found out that override config for XO5 interface needs to have absolute paths to xo-web and @XenOrchestra in it. With relative paths it didn't work.
  • LUKS Secured VM via Cloud Config

    1
    0 Votes
    1 Posts
    26 Views
    No one has replied
  • Retention for log files and audit logs

    6
    0 Votes
    6 Posts
    590 Views
    E
    I would like to suggest to configure a remote syslog server. it centralizes all the log s and give you full control over the retention. It would also avoid situation where a disk full would impact your logging as well XCP-ng or XOA host operations. For your XCP-NG host go to you POOl, select Advanced tab and configure the Remote syslog host section to point to your syslog server. For XOA, you can follow the instruction here : https://docs.xen-orchestra.com/backups#send-xo-logs-to-an-external-syslog-server
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Xen Orchestra Node 24 compatibility

    4
    0 Votes
    4 Posts
    289 Views
    M
    After moving from Node 22 to Node 24 on my XO instance I started to see more "Error: ENOMEM: not enough memory, close" for my backup jobs even though my XO VM has 8GB of RAM... I will revert back to Node 22 for now.
  • HOST_NOT_ENOUGH_FREE_MEMORY

    4
    0 Votes
    4 Posts
    97 Views
    P
    @ideal perhaps you could use advantage of dynamic memory https://docs.xcp-ng.org/vms/#dynamic-memory to oversubscribe memory and have all 4 VMs up at once... or reduce the allocated memory of your VMs, you seem to have a pretty big VM in terms of memory in comparison to the 2 others on your screenshot
  • SAML Auth with Azure AD

    Solved
    37
    1 Votes
    37 Posts
    6k Views
    D
    @olivierlambert Just to add another weird case of this situation I tell you my SAML-auth-adventures. I have just migrated a week ago from XOCE to XOA paid support this week and all the process was fine except the auth with the saml plugin. The commit I had in XOCE was [XO 5d92f - Master 3f604]. I compiled it the first week of this november so it wasn't very outdated. We use the MSEntraID SAML authentication and it was working fine in XOCE since at least one year ago. Mi process was like this: First, I installed XOA and imported the configuration from my old XOCE. Everything was fine and all was imported succesfully (backups, users, acls, etc.), including my plugin configurations. Note that I reused the https server certificate/private key and used the same IP and the same DNS (beacuse I turned off my XOCE before starting XOA). Everything was working fine except the saml auth plugin. I had the same "Internal server error" problem. I looked at the xo-server logs and the error was "invalid document signature" so, as Olivier said, we changed the configuration in MSEntraID to set the "Sign SAML response and assertion" on. Once we changed the configuration I thought the plugin would work again, but surprisingly not. If I try again SAML validation i still got the "Internal server error". When i checked again the xo-server logs I saw ahother exception, this time with the error "SAML assertion audience mismatch" and a reference to the issuer configuration of the plugin. The exact error I got from xo-server logs using "journalctl -u xo-server -f -n 50" was: "xoa xo-server[2370]: Error: SAML assertion audience mismatch. Expected: <id-of-MSEntraID-xo-validation> Received: spn:<id-of-MSEntraID-xo-validation>"I didn't understand this, because the configuration was exactly the same as I had in XOCE. In fact, I turned off XOA and turned on again XOCE just to test the plugin. The result was that in XOCE the plugin worked well. After many tries and some time of impostor syndrome we found the solution: I don't know why, but in XOCE compiled at the beginning of november you have to configure the issuer field of the plugin with the <id-of-MSEntraID-xo-validation> (8digit-4digit-4digit-4digit-12digit). Instead, in XOA deployed also this november, you have to set the issuer field to you XOA URL: https://<xo.company.net>/ I hope this will help, because it was a pain in the neck for us this week. BTW: @olivierlambert this "Internal server error" coming from an uncatched exception in the plugin was not very descriptive. Even a generic try-catch block just to show in the web interface the error would help... P.D.: I'm from Spain, so I do my best with my english P.D. 2: Great job with all the Vates virtualization stack! You are the best! Dani
  • XOCE - ISO upload is renamed after upload to ISO SR

    18
    1 Votes
    18 Posts
    633 Views
    mxM
    We'd recently got a relevant experience regarding this weird renaming to uuids. We had one orchestra managing one pool. ISOs were in an ISO SR, with an nfs4 serving it underneath. All fine till then. We added one second pool to the orchestra. Just a single host by itself. One of the very next days we discovered that all names in the ISO SR had been replaced by uuids. Removing/readding the sr to the new pool helped temporarily. Usual names appeared again. But after a few more days, again uuids. Where uuids were appearing, we could not select anything from the dropdown list in the console's cdrom. The list per pool was unpopulated. We tried separate the shares by offering the new pool an nfs4 share from the NAS, actually sharing the same source dir. It did mount but now there was a uuid uniq constraint that was violated, so we could not see no files at all in this new SR. It would not be an illogical thought to have an 'iso sr' attached once to the orchestra and be offered by the orchestra to all managed pools, without uuids, without uniqs etc. There seems to be an unnecessary complication here I think.
  • Set default resolution for UEFI

    5
    0 Votes
    5 Posts
    1k Views
    G
    I haven't had too much difficulty hitting the esc key in time to get into the EFI config. Click the start VM button, quickly click away from the display area and click in the display area, then toggle the esc key until I see it take effect. I know I have a couple running at 1920x1080, but that's actually kind of a pain. I only did that to try and get a larger RDP window, RDP may be limited by the original "monitor" resolution, but this might also be fixed in later updates. This one VM has been up for a few years. (edit, yes this has been changed, VMs with a 4x3 monitor now RDP is whatever I have set).
  • cleanVm: incorrect backup size in metadata

    16
    1
    0 Votes
    16 Posts
    3k Views
    U
    @k11maris Same on my side. Delta backup for all VMs show this message. [image: 1763710321097-bildschirmfoto-2025-11-21-um-08.30.44.png]
  • License not working

    7
    0 Votes
    7 Posts
    223 Views
    DanpD
    Hi, I just responded to your ticket with the steps to update XOA to match your new license. Regards, Dan
  • Is v6 preview not available on XO from source?

    Solved
    26
    2 Votes
    26 Posts
    9k Views
    A
    @WorkAccount1000 Prior to myself finding that option in the config file use to run this command that worked as well.. cd /opt/xo/xo-web sudo yarn run turbo run build --filter @xen-orchestra/web
  • Cannot migrate a vmdisk

    3
    0 Votes
    3 Posts
    179 Views
    A
    @bogikornel said in Cannot migrate a vmdisk: @ashinobi Known issue ... https://xcp-ng.org/forum/topic/11538/failed-to-migrate-vdi-two-local-sr/5?_=1763186433370 Thank you so much for letting me know. I'll follow your post so I can update that if they need more info on what is happening.
  • Remember me option and SAML

    2
    1
    0 Votes
    2 Posts
    236 Views
    F
    @rizaemet-0 I've also enabled SAML and the login interface is a little bit odd, not only the remember me button but also the capitalization of SAML which is lowercase. It is a cosmetic issue, but still an issue.
  • Unhealthy VDIs

    10
    1
    0 Votes
    10 Posts
    513 Views
    A
    @olivierlambert Yes I previously was. now back on VHD. This was in my home lab, not work enviorment.
  • How do you clone a VM to another host?

    12
    0 Votes
    12 Posts
    7k Views
    T
    To anyone still having this issue or finding this thread when searching online: "How to clone a VM between hosts in Xen Orchestra" or similar... The key piece of information missing from all these answers is that you must first connect both hosts (XCP-ng) servers to the same Xen Orchestra instance before you can clone (copy (export/import)) a VM from one host to another while using the Xen Orchestra GUI. Note that as mentioned in the first reply that this is only one solution, given both hosts can see each other over the network. You can also manually export and import the VM as an image file to your local PC's storage if needed. To do this, first navigate to "Settings->Servers" and configure/connect the destination host alongside the existing host so you end up with two hosts connected to the same Xen Orchestra. Note that Xen Orchestra can display information and manage multiple hosts if required (does not have to be tied to a single XCP-ng instance). Then navigate back to "Home->VMs" and you should now see all VMs listed for both hosts in the same list. From here you can select the VM to clone and from the copy dialog menu when you select a "SR" you should now be able to select between both host's disks (Local Storage or Pools) to copy the VM onto. Note that this command will spin up two separate tasks: an export and import task simultaneously on each host to complete the copy (sort of streaming it at the same time). Also don't forget to first shutdown the VM first before you copy it so you do not risk losing/corrupting any live data while it is cloning. Hope this helps everyone.
  • Is supermicro IPMI data display planned?

    32
    0 Votes
    32 Posts
    2k Views
    ForzaF
    HPE ProLiant DL325 Gen10 # xe host-call-plugin host-uuid=54f5f83a-a80f-40e9-82ed-30dd335b8d88 plugin=ipmitool.py fn=get_all_sensors [{"name": "UID", "value": "0x00", "event": "ok"}, {"name": "SysHealth_Stat", "value": "0x00", "event": "ok"}, {"name": "01-Inlet Ambient", "value": "29 degrees C", "event": "ok"}, {"name": "02-CPU 1", "value": "40 degrees C", "event": "ok"}, {"name": "03-P1 DIMM 1-8", "value": "34 degrees C", "event": "ok"}, {"name": "04-P1 DIMM 9-16", "value": "38 degrees C", "event": "ok"}, {"name": "05-HD Max", "value": "35 degrees C", "event": "ok"}, {"name": "06-Exp Bay Drive", "value": "disabled", "event": "ns"}, {"name": "07-VR P1", "value": "50 degrees C", "event": "ok"}, {"name": "08-VR P1 Mem 1", "value": "45 degrees C", "event": "ok"}, {"name": "09-VR P1 Mem 2", "value": "45 degrees C", "event": "ok"}, {"name": "10-Stor Batt", "value": "35 degrees C", "event": "ok"}, {"name": "11-BMC", "value": "64 degrees C", "event": "ok"}, {"name": "12-BMC Zone", "value": "39 degrees C", "event": "ok"}, {"name": "13-Battery Zone", "value": "36 degrees C", "event": "ok"}, {"name": "14-System Board", "value": "34 degrees C", "event": "ok"}, {"name": "15-PCI 1", "value": "disabled", "event": "ns"}, {"name": "16-PCI 2", "value": "disabled", "event": "ns"}, {"name": "17-PCI 3", "value": "disabled", "event": "ns"}, {"name": "18-PCI 1 Zone", "value": "33 degrees C", "event": "ok"}, {"name": "19-PCI 2 Zone", "value": "33 degrees C", "event": "ok"}, {"name": "20-PCI 3 Zone", "value": "disabled", "event": "ns"}, {"name": "22-HD Cntlr Zone", "value": "40 degrees C", "event": "ok"}, {"name": "23-LOM Card", "value": "disabled", "event": "ns"}, {"name": "24-I/O Zone 1", "value": "34 degrees C", "event": "ok"}, {"name": "25-I/O Zone 2", "value": "40 degrees C", "event": "ok"}, {"name": "27-P/S 1 Inlet", "value": "37 degrees C", "event": "ok"}, {"name": "28-P/S 2 Inlet", "value": "disabled", "event": "ns"}, {"name": "29-P/S 1", "value": "55 degrees C", "event": "ok"}, {"name": "30-P/S 2", "value": "disabled", "event": "ns"}, {"name": "31-P/S Zone", "value": "40 degrees C", "event": "ok"}, {"name": "33-AHCI HD Max", "value": "disabled", "event": "ns"}, {"name": "34-CPU 1 PkgTmp", "value": "52 degrees C", "event": "ok"}, {"name": "Fan 1", "value": "Not Readable", "event": "ns"}, {"name": "Fan 1 DutyCycle", "value": "disabled", "event": "ns"}, {"name": "Fan 1 Presence", "value": "0x00", "event": "ok"}, {"name": "Fan 2", "value": "0x00", "event": "ok"}, {"name": "Fan 2 DutyCycle", "value": "51.35 percent", "event": "ok"}, {"name": "Fan 2 Presence", "value": "0x00", "event": "ok"}, {"name": "Fan 3", "value": "0x00", "event": "ok"}, {"name": "Fan 3 DutyCycle", "value": "51.35 percent", "event": "ok"}, {"name": "Fan 3 Presence", "value": "0x00", "event": "ok"}, {"name": "Fan 4", "value": "0x00", "event": "ok"}, {"name": "Fan 4 DutyCycle", "value": "51.35 percent", "event": "ok"}, {"name": "Fan 4 Presence", "value": "0x00", "event": "ok"}, {"name": "Fan 5", "value": "0x00", "event": "ok"}, {"name": "Fan 5 DutyCycle", "value": "51.35 percent", "event": "ok"}, {"name": "Fan 5 Presence", "value": "0x00", "event": "ok"}, {"name": "Fan 6", "value": "0x00", "event": "ok"}, {"name": "Fan 6 DutyCycle", "value": "51.35 percent", "event": "ok"}, {"name": "Fan 6 Presence", "value": "0x00", "event": "ok"}, {"name": "Fan 7", "value": "Not Readable", "event": "ns"}, {"name": "Fan 7 DutyCycle", "value": "disabled", "event": "ns"}, {"name": "Fan 7 Presence", "value": "0x00", "event": "ok"}, {"name": "Power Supply 1", "value": "0x00", "event": "ok"}, {"name": "PS 1 Input", "value": "180 Watts", "event": "ok"}, {"name": "Power Supply 2", "value": "0x00", "event": "ok"}, {"name": "PS 2 Input", "value": "disabled", "event": "ns"}, {"name": "Power Meter", "value": "180 Watts", "event": "ok"}, {"name": "Fans", "value": "0x00", "event": "ok"}, {"name": "Megacell Status", "value": "0x00", "event": "ok"}, {"name": "Memory Status", "value": "0x00", "event": "ok"}, {"name": "Intrusion", "value": "Not Readable", "event": "ns"}, {"name": "CPU Utilization", "value": "0 unspecified", "event": "ok"}, {"name": "PS 1 Output", "value": "150 Watts", "event": "ok"}, {"name": "PS_Volt_Out_01", "value": "12 Volts", "event": "ok"}, {"name": "PS_Volt_In_01", "value": "231 Volts", "event": "ok"}, {"name": "PS_Curr_Out_01", "value": "12.50 Amps", "event": "ok"}, {"name": "PS_Curr_In_01", "value": "0.70 Amps", "event": "ok"}, {"name": "PS 2 Output", "value": "disabled", "event": "ns"}, {"name": "PS_Volt_Out_02", "value": "disabled", "event": "ns"}, {"name": "PS_Volt_In_02", "value": "disabled", "event": "ns"}, {"name": "PS_Curr_Out_02", "value": "disabled", "event": "ns"}, {"name": "PS_Curr_In_02", "value": "disabled", "event": "ns"}, {"name": "21.1-HD Controll", "value": "48 degrees C", "event": "ok"}, {"name": "21.2-HD Controll", "value": "58 degrees C", "event": "ok"}, {"name": "21.3-HD Controll", "value": "47 degrees C", "event": "ok"}, {"name": "NIC_Link_01P1", "value": "Not Readable", "event": "ns"}, {"name": "NIC_Link_01P2", "value": "Not Readable", "event": "ns"}, {"name": "Dr_Stat_1I1_B001", "value": "0x00", "event": "ok"}, {"name": "Dr_Stat_1I1_B002", "value": "0x00", "event": "ok"}, {"name": "Dr_Stat_1I1_B003", "value": "0x00", "event": "ok"}, {"name": "Dr_Stat_1I1_B004", "value": "0x00", "event": "ok"}, {"name": "Dr_Stat_2I1_B005", "value": "0x00", "event": "ok"}, {"name": "Dr_Stat_2I1_B006", "value": "0x00", "event": "ok"}, {"name": "Dr_Stat_2I1_B007", "value": "0x00", "event": "ok"}, {"name": "Dr_Stat_2I1_B008", "value": "0x00", "event": "ok"}, {"name": "CPU_Stat_C1", "value": "0x00", "event": "ok"}] Pretty printed: [ { "name": "UID", "value": "0x00", "event": "ok" }, { "name": "SysHealth_Stat", "value": "0x00", "event": "ok" }, { "name": "01-Inlet Ambient", "value": "29 degrees C", "event": "ok" }, { "name": "02-CPU 1", "value": "40 degrees C", "event": "ok" }, { "name": "03-P1 DIMM 1-8", "value": "34 degrees C", "event": "ok" }, { "name": "04-P1 DIMM 9-16", "value": "38 degrees C", "event": "ok" }, { "name": "05-HD Max", "value": "35 degrees C", "event": "ok" }, { "name": "06-Exp Bay Drive", "value": "disabled", "event": "ns" }, { "name": "07-VR P1", "value": "50 degrees C", "event": "ok" }, { "name": "08-VR P1 Mem 1", "value": "45 degrees C", "event": "ok" }, { "name": "09-VR P1 Mem 2", "value": "45 degrees C", "event": "ok" }, { "name": "10-Stor Batt", "value": "35 degrees C", "event": "ok" }, { "name": "11-BMC", "value": "64 degrees C", "event": "ok" }, { "name": "12-BMC Zone", "value": "39 degrees C", "event": "ok" }, { "name": "13-Battery Zone", "value": "36 degrees C", "event": "ok" }, { "name": "14-System Board", "value": "34 degrees C", "event": "ok" }, { "name": "15-PCI 1", "value": "disabled", "event": "ns" }, { "name": "16-PCI 2", "value": "disabled", "event": "ns" }, { "name": "17-PCI 3", "value": "disabled", "event": "ns" }, { "name": "18-PCI 1 Zone", "value": "33 degrees C", "event": "ok" }, { "name": "19-PCI 2 Zone", "value": "33 degrees C", "event": "ok" }, { "name": "20-PCI 3 Zone", "value": "disabled", "event": "ns" }, { "name": "22-HD Cntlr Zone", "value": "40 degrees C", "event": "ok" }, { "name": "23-LOM Card", "value": "disabled", "event": "ns" }, { "name": "24-I/O Zone 1", "value": "34 degrees C", "event": "ok" }, { "name": "25-I/O Zone 2", "value": "40 degrees C", "event": "ok" }, { "name": "27-P/S 1 Inlet", "value": "37 degrees C", "event": "ok" }, { "name": "28-P/S 2 Inlet", "value": "disabled", "event": "ns" }, { "name": "29-P/S 1", "value": "55 degrees C", "event": "ok" }, { "name": "30-P/S 2", "value": "disabled", "event": "ns" }, { "name": "31-P/S Zone", "value": "40 degrees C", "event": "ok" }, { "name": "33-AHCI HD Max", "value": "disabled", "event": "ns" }, { "name": "34-CPU 1 PkgTmp", "value": "52 degrees C", "event": "ok" }, { "name": "Fan 1", "value": "Not Readable", "event": "ns" }, { "name": "Fan 1 DutyCycle", "value": "disabled", "event": "ns" }, { "name": "Fan 1 Presence", "value": "0x00", "event": "ok" }, { "name": "Fan 2", "value": "0x00", "event": "ok" }, { "name": "Fan 2 DutyCycle", "value": "51.35 percent", "event": "ok" }, { "name": "Fan 2 Presence", "value": "0x00", "event": "ok" }, { "name": "Fan 3", "value": "0x00", "event": "ok" }, { "name": "Fan 3 DutyCycle", "value": "51.35 percent", "event": "ok" }, { "name": "Fan 3 Presence", "value": "0x00", "event": "ok" }, { "name": "Fan 4", "value": "0x00", "event": "ok" }, { "name": "Fan 4 DutyCycle", "value": "51.35 percent", "event": "ok" }, { "name": "Fan 4 Presence", "value": "0x00", "event": "ok" }, { "name": "Fan 5", "value": "0x00", "event": "ok" }, { "name": "Fan 5 DutyCycle", "value": "51.35 percent", "event": "ok" }, { "name": "Fan 5 Presence", "value": "0x00", "event": "ok" }, { "name": "Fan 6", "value": "0x00", "event": "ok" }, { "name": "Fan 6 DutyCycle", "value": "51.35 percent", "event": "ok" }, { "name": "Fan 6 Presence", "value": "0x00", "event": "ok" }, { "name": "Fan 7", "value": "Not Readable", "event": "ns" }, { "name": "Fan 7 DutyCycle", "value": "disabled", "event": "ns" }, { "name": "Fan 7 Presence", "value": "0x00", "event": "ok" }, { "name": "Power Supply 1", "value": "0x00", "event": "ok" }, { "name": "PS 1 Input", "value": "180 Watts", "event": "ok" }, { "name": "Power Supply 2", "value": "0x00", "event": "ok" }, { "name": "PS 2 Input", "value": "disabled", "event": "ns" }, { "name": "Power Meter", "value": "180 Watts", "event": "ok" }, { "name": "Fans", "value": "0x00", "event": "ok" }, { "name": "Megacell Status", "value": "0x00", "event": "ok" }, { "name": "Memory Status", "value": "0x00", "event": "ok" }, { "name": "Intrusion", "value": "Not Readable", "event": "ns" }, { "name": "CPU Utilization", "value": "0 unspecified", "event": "ok" }, { "name": "PS 1 Output", "value": "150 Watts", "event": "ok" }, { "name": "PS_Volt_Out_01", "value": "12 Volts", "event": "ok" }, { "name": "PS_Volt_In_01", "value": "231 Volts", "event": "ok" }, { "name": "PS_Curr_Out_01", "value": "12.50 Amps", "event": "ok" }, { "name": "PS_Curr_In_01", "value": "0.70 Amps", "event": "ok" }, { "name": "PS 2 Output", "value": "disabled", "event": "ns" }, { "name": "PS_Volt_Out_02", "value": "disabled", "event": "ns" }, { "name": "PS_Volt_In_02", "value": "disabled", "event": "ns" }, { "name": "PS_Curr_Out_02", "value": "disabled", "event": "ns" }, { "name": "PS_Curr_In_02", "value": "disabled", "event": "ns" }, { "name": "21.1-HD Controll", "value": "48 degrees C", "event": "ok" }, { "name": "21.2-HD Controll", "value": "58 degrees C", "event": "ok" }, { "name": "21.3-HD Controll", "value": "47 degrees C", "event": "ok" }, { "name": "NIC_Link_01P1", "value": "Not Readable", "event": "ns" }, { "name": "NIC_Link_01P2", "value": "Not Readable", "event": "ns" }, { "name": "Dr_Stat_1I1_B001", "value": "0x00", "event": "ok" }, { "name": "Dr_Stat_1I1_B002", "value": "0x00", "event": "ok" }, { "name": "Dr_Stat_1I1_B003", "value": "0x00", "event": "ok" }, { "name": "Dr_Stat_1I1_B004", "value": "0x00", "event": "ok" }, { "name": "Dr_Stat_2I1_B005", "value": "0x00", "event": "ok" }, { "name": "Dr_Stat_2I1_B006", "value": "0x00", "event": "ok" }, { "name": "Dr_Stat_2I1_B007", "value": "0x00", "event": "ok" }, { "name": "Dr_Stat_2I1_B008", "value": "0x00", "event": "ok" }, { "name": "CPU_Stat_C1", "value": "0x00", "event": "ok" } ] # ipmitool sensor UID | 0x0 | discrete | 0x0180| na | na | na | na | na | na SysHealth_Stat | 0x0 | discrete | 0x0180| na | na | na | na | na | na 01-Inlet Ambient | 28.000 | degrees C | ok | na | na | na | na | 42.000 | 47.000 02-CPU 1 | 40.000 | degrees C | ok | na | na | na | na | 75.000 | na 03-P1 DIMM 1-8 | 34.000 | degrees C | ok | na | na | na | na | 90.000 | na 04-P1 DIMM 9-16 | 38.000 | degrees C | ok | na | na | na | na | 90.000 | na 05-HD Max | 35.000 | degrees C | ok | na | na | na | na | 60.000 | na 06-Exp Bay Drive | na | | na | na | na | na | na | 60.000 | na 07-VR P1 | 50.000 | degrees C | ok | na | na | na | na | 115.000 | 120.000 08-VR P1 Mem 1 | 45.000 | degrees C | ok | na | na | na | na | 115.000 | 120.000 09-VR P1 Mem 2 | 45.000 | degrees C | ok | na | na | na | na | 115.000 | 120.000 10-Stor Batt | 35.000 | degrees C | ok | na | na | na | na | 60.000 | na 11-BMC | 64.000 | degrees C | ok | na | na | na | na | 110.000 | 115.000 12-BMC Zone | 39.000 | degrees C | ok | na | na | na | na | 75.000 | 80.000 13-Battery Zone | 36.000 | degrees C | ok | na | na | na | na | 75.000 | 80.000 14-System Board | 34.000 | degrees C | ok | na | na | na | na | 75.000 | 80.000 15-PCI 1 | na | | na | na | na | na | na | 100.000 | na 16-PCI 2 | na | | na | na | na | na | na | 100.000 | na 17-PCI 3 | na | | na | na | na | na | na | 100.000 | na 18-PCI 1 Zone | 33.000 | degrees C | ok | na | na | na | na | 70.000 | 75.000 19-PCI 2 Zone | 33.000 | degrees C | ok | na | na | na | na | 70.000 | 75.000 20-PCI 3 Zone | na | | na | na | na | na | na | 70.000 | 75.000 22-HD Cntlr Zone | 40.000 | degrees C | ok | na | na | na | na | 70.000 | 75.000 23-LOM Card | na | | na | na | na | na | na | 100.000 | na 24-I/O Zone 1 | 34.000 | degrees C | ok | na | na | na | na | 70.000 | 75.000 25-I/O Zone 2 | 40.000 | degrees C | ok | na | na | na | na | 70.000 | 75.000 27-P/S 1 Inlet | 37.000 | degrees C | ok | na | na | na | na | na | na 28-P/S 2 Inlet | na | | na | na | na | na | na | na | na 29-P/S 1 | 55.000 | degrees C | ok | na | na | na | na | na | na 30-P/S 2 | na | | na | na | na | na | na | na | na 31-P/S Zone | 40.000 | degrees C | ok | na | na | na | na | 75.000 | 80.000 33-AHCI HD Max | na | | na | na | na | na | na | 60.000 | na 34-CPU 1 PkgTmp | 53.000 | degrees C | ok | na | na | na | na | na | na Fan 1 | na | discrete | na | na | na | na | na | na | na Fan 1 DutyCycle | na | | na | na | na | na | na | na | na Fan 1 Presence | 0x0 | discrete | 0x0180| na | na | na | na | na | na Fan 2 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Fan 2 DutyCycle | 51.352 | percent | ok | na | na | na | na | na | na Fan 2 Presence | 0x0 | discrete | 0x0280| na | na | na | na | na | na Fan 3 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Fan 3 DutyCycle | 51.352 | percent | ok | na | na | na | na | na | na Fan 3 Presence | 0x0 | discrete | 0x0280| na | na | na | na | na | na Fan 4 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Fan 4 DutyCycle | 51.352 | percent | ok | na | na | na | na | na | na Fan 4 Presence | 0x0 | discrete | 0x0280| na | na | na | na | na | na Fan 5 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Fan 5 DutyCycle | 51.352 | percent | ok | na | na | na | na | na | na Fan 5 Presence | 0x0 | discrete | 0x0280| na | na | na | na | na | na Fan 6 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Fan 6 DutyCycle | 51.352 | percent | ok | na | na | na | na | na | na Fan 6 Presence | 0x0 | discrete | 0x0280| na | na | na | na | na | na Fan 7 | na | discrete | na | na | na | na | na | na | na Fan 7 DutyCycle | na | | na | na | na | na | na | na | na Fan 7 Presence | 0x0 | discrete | 0x0180| na | na | na | na | na | na Power Supply 1 | 0x0 | discrete | 0x0180| na | na | na | na | na | na PS 1 Input | 160.000 | Watts | ok | na | na | na | na | na | na Power Supply 2 | 0x0 | discrete | 0x0080| na | na | na | na | na | na PS 2 Input | na | | na | na | na | na | na | na | na Power Meter | 160.000 | Watts | ok | na | na | na | na | na | na Fans | 0x0 | discrete | 0x0180| na | na | na | na | na | na Megacell Status | 0x0 | discrete | 0x0480| na | na | na | na | na | na Memory Status | 0x0 | discrete | 0x4080| na | na | na | na | na | na Intrusion | na | discrete | na | na | na | na | na | na | na CPU Utilization | 0.000 | unspecified | ok | na | na | na | na | na | na PS 1 Output | 150.000 | Watts | ok | na | na | na | na | na | na PS_Volt_Out_01 | 12.000 | Volts | ok | na | na | na | na | na | na PS_Volt_In_01 | 231.000 | Volts | ok | na | na | na | na | na | na PS_Curr_Out_01 | 12.500 | Amps | ok | na | na | na | na | na | na PS_Curr_In_01 | 0.700 | Amps | ok | na | na | na | na | na | na PS 2 Output | na | | na | na | na | na | na | na | na PS_Volt_Out_02 | na | | na | na | na | na | na | na | na PS_Volt_In_02 | na | | na | na | na | na | na | na | na PS_Curr_Out_02 | na | | na | na | na | na | na | na | na PS_Curr_In_02 | na | | na | na | na | na | na | na | na 21.1-HD Controll | 48.000 | degrees C | ok | na | na | na | 75.000 | 80.000 | 85.000 21.2-HD Controll | 58.000 | degrees C | ok | na | na | na | 98.000 | 103.000 | 108.000 21.3-HD Controll | 47.000 | degrees C | ok | na | na | na | 73.000 | 78.000 | 83.000 NIC_Link_01P1 | na | discrete | na | na | na | na | na | na | na NIC_Link_01P2 | na | discrete | na | na | na | na | na | na | na Dr_Stat_1I1_B001 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Dr_Stat_1I1_B002 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Dr_Stat_1I1_B003 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Dr_Stat_1I1_B004 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Dr_Stat_2I1_B005 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Dr_Stat_2I1_B006 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Dr_Stat_2I1_B007 | 0x0 | discrete | 0x0180| na | na | na | na | na | na Dr_Stat_2I1_B008 | 0x0 | discrete | 0x0180| na | na | na | na | na | na CPU_Stat_C1 | 0x0 | discrete | 0x8080| na | na | na | na | na | na
  • Rename Networks on XO Hosts

    27
    0 Votes
    27 Posts
    7k Views
    G
    @olivierlambert Thanks. --rename isn't mentioned in the KB. If I don't see something in the next week or two, I might be able to test it in a lab and then propose an update via a github fork.