Re: [Linux-PowerEdge] Bios editing from command line

2020-03-23 Thread Peter Kjellström
On Fri, 20 Mar 2020 11:21:46 -0400 Mauricio Tavares 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=sh

Re: [Linux-PowerEdge] Bios editing from command line

2020-03-22 Thread Spike_White
ep 60 racadm set BIOS.ProcSettings.LogicalProc Disabled fi racadm jobqueue create BIOS.setup.1-1 # to view job queue. # racadm jobqueue view # Now reboot needed. RPM_INFO "Disabling hyper-threading. Reboot after successful RPM instal

Re: [Linux-PowerEdge] Bios editing from command line

2020-03-20 Thread Martin Flemming
[EXTERNAL EMAIL] oh, sorry this was for BiosUpdate ... for Biosediting e.g. /opt/dell/srvadmin/sbin/racadm-wrapper-idrac7 -r hostname-ilo -u root -p PW set iDRAC.Tuning.DefaultCredentialWarning Disabled /opt/dell/srvadmin/sbin/racadm-wrapper-idrac7 -r hostname-ilo -u root -p PW se

Re: [Linux-PowerEdge] Bios editing from command line

2020-03-20 Thread Martin Flemming
[EXTERNAL EMAIL] Hi ! e.g. /opt/dell/srvadmin/sbin/racadm-wrapper-idrac7 -r Hostname-ilo -u root -p Password update -f ./BIOS_7H48F_WN64_1.4.3.EXE or https://www.dell.com/community/Systems-Management-General/Update-iDRAC-Firmware-LifceCycle-Controller-Bios-via-Command/td-p/4125587 ch

Re: [Linux-PowerEdge] Bios editing from command line

2020-03-20 Thread Vincent Hoffman-Kazlauskas
[EXTERNAL EMAIL] the racadm util gives pretty broad access, depends a bit on the server generation though. (I used to use syscfg from the dell openmanage deployment toolkit but its being phased out in favour of racadm) Hope thats useful, Vince On 20/03/2020 15:21, Mauricio Tavares wrote: >

Re: [Linux-PowerEdge] Bios editing from command line

2020-03-20 Thread John G. Heim
I am not too sure about openmanage. But you can do some things via ipmi. Here is a code segment I use in a script to set the BIOS to reboot via PXE: modprobe ipmi_devintf     modprobe ipmi_si     ipmitool chassis bootdev pxe We have a cluster of Poweredge R430 machines we use for research an

[Linux-PowerEdge] Bios editing from command line

2020-03-20 Thread Mauricio Tavares
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? ___ Linux-PowerEdge mailing list Linux-PowerEdge@dell.com https://lists.us.dell.com/mailman/listinfo/linux-powered