Re: Bios editing from command line
Peter Kjellström <[email protected]> Mon, 23 Mar 2020 08:56:45 +0100
| Newsgroups | gmane.linux.hardware.dell.poweredge |
|---|---|
| Message-ID | <20200323085645.1835a939@yaydoe> |
On Fri, 20 Mar 2020 11:21:46 -0400 Mauricio Tavares <[email protected]> wrote: > How much monkeying around can I do to the bios from the linux > command line in a poweredge using, say, openmanage? Can I set the > bios? You can view all settings and change them at will. # omreport chassis biossetup display=shortnames ... (example, set NPS to 4 on this Rome machine) # omconfig chassis biossetup attribute=NumaNodesPerSocket setting=4 /Peter K