From 1dca9bf415655f154babbb4834334925492c5dbc Mon Sep 17 00:00:00 2001 From: That-Guy-Jack <56127525+That-Guy-Jack@users.noreply.github.com> Date: Fri, 23 Oct 2020 18:38:37 +0100 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index afaf33e..1298b26 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,22 @@ all you need to run is the commands below. 2. Download and copy to you server the ilo_250 Folder 3. Then run These commands: -/etc/init.d/hp-ams stop -/etc/init.d/hp-health stop -/etc/init.d/hp-snmp-agents stop -rmmod hpilo -modprobe -r hpilo (on non root users you may need to add sudo to this command) -cd ilo_250 -./flash_ilo4 --direct (on non root users you may need to add sudo to this command) (also When Flashing the Fans may spin up to near 100% so be prepared) +> + /etc/init.d/hp-ams stop + + /etc/init.d/hp-health stop + + /etc/init.d/hp-snmp-agents stop + + rmmod hpilo + + modprobe -r hpilo (on non root users you may need to add sudo to this command) + + cd ilo_250 + + ./flash_ilo4 --direct (on non root users you may need to add sudo to this command) (also When Flashing the Fans may spin up to near 100% so be prepared) + 4. Once the flash has completed shudown your system and unplug it. Make sure to Switch the ilo back out of maintainance mode. 5. Create a file called autofan.service in /etc/systemd/system/ and copy this code: