2CRSI BIOS update not available
-
@Dezerd What does
sha256sum /etc/xapi.d/plugins/ipmitool.py
report? -
Hop : f12475ad40702dd8ae2817d4446c360d380edda4d846a1bfee3ec88853e7060c /etc/xapi.d/plugins/ipmitool.py
-
The checksum is valid. Pinging @gthvn1 who worked on this plugin.
-
I don't know exactly how it is used in XOA but it looks like it has been merged last week in XO(see https://github.com/vatesfr/xen-orchestra/pull/8144) and I know that Cecile tested it on her setup. So maybe there is a mismatch with the version of XOA you are using?
Otherwise from the point of view of xcp-ng you just need to copy the python file in /etc/xapi.d/plugins/ and there is nothing else to do. -
@MathieuRA can you check if we are maybe too strict with the model? Or if we are missing something in that case.
-
@gthvn1 I just have the latest version of XOA (latest branch).
-
Hi.
The IPMI plugin is only used to display hardware information if you are usingmona_1.44gg
.To display if a BIOS update is available, we mainly fetch this endpoint: https://pictures.2cr.si/Images_site_web_Odoo/Pages_produit/VATES-BIOS_BMC_last-version.json
Does your host have access to this endpoint?
What is the ouput ofxo-cli host.getBiosInfo id=<host-id>
-
Hi,
The output is "True".
My two hosts have acces to the json script.My servers are not 1.44gg but 1.4SR which is clearly visible in the script output (by the way, there's an error -> there is an extra "_" at the end of the last URL)
Is it possible to modify the script to work with the 1.4SR model?
Thank's
-
Good catch for the extra underscore, it will be fixed, BTW xo-cli should not return
true
. In your host's Advanced tab, what is shown inManufacturer Information
andBIOS Information
? -
@MathieuRA
Here is the information :
-
Well, the problem is here then.
The XAPI reportsNULL (NULL)
so XO can't compare your bios version and display if it is up to date or not.@olivierlambert Do you know why there is no value here?
-
@MathieuRA I think, i found a problem.
I have just check the Bios version during the boot of my host.
The Product Name is also NULLIt seems to be a factory configuration problem (2CRSI)
What type of information do I need to find in the product name (or Manufacturer Info on XOA) ? Just Server model?
-
I think they provided a fix in a recent BIOS, but it's a catch-22 since they sold you the server with the BIOS version before the fix, so you can't have the info displayed in XO to tell you to update the BIOS
-
Ahah ok, it's fun!
I need to find the procedure for the update and I'll let you know.Thanks!