From 5ffd1bc6df36930cda7a8a2f32c1871b43955683 Mon Sep 17 00:00:00 2001 From: That-Guy-Jack <56127525+That-Guy-Jack@users.noreply.github.com> Date: Fri, 23 Oct 2020 19:51:53 +0100 Subject: [PATCH] Create prep.sh --- FIles/ilo_250/prep.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 FIles/ilo_250/prep.sh diff --git a/FIles/ilo_250/prep.sh b/FIles/ilo_250/prep.sh new file mode 100644 index 0000000..ea3da39 --- /dev/null +++ b/FIles/ilo_250/prep.sh @@ -0,0 +1,12 @@ +#!/bin/bash + + /etc/init.d/hp-ams stop + + /etc/init.d/hp-health stop + + /etc/init.d/hp-snmp-agents stop + + rmmod hpilo + + modprobe -r hpilo + cd ilo_250