Skip to content

Commit

Permalink
Merge pull request #7256 from Obihoernchen/bmcsetup
Browse files Browse the repository at this point in the history
Add ipmi_si module to be able to run bmcsetup manually
  • Loading branch information
besawn committed Feb 17, 2023
2 parents 5a41d42 + 108943e commit 75be9d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xCAT-genesis-scripts/usr/bin/bmcsetup
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ if ! ipmitool -V 2>/dev/null| grep "version"; then
fi

# Add ipmi_devintf module to allow the ipmitool operation in-band
if grep -q "^ppc64" <<< "$(uname -m)"; then
modprobe ipmi_powernv
else
modprobe ipmi_si
fi
modprobe ipmi_devintf

for parm in `cat /proc/cmdline`; do
Expand Down

0 comments on commit 75be9d6

Please sign in to comment.