Comment 14 for bug 1383921

Revision history for this message
andrew bezella (abezella) wrote :

Matt - i am using the following (takes advantage of the ipmi_si module's hot add and remove):
KIPMI_INST="0" # the web suggests this should increment but i've always seen 0
IPMI_PARAMS="$(cat /proc/ipmi/"${KIPMI_INST}"/params)"
sudo sh -c "echo "remove,${IPMI_PARAMS}" > /sys/module/ipmi_si/parameters/hotmod"
sleep 5
sudo sh -c "echo "add,${IPMI_PARAMS}" > /sys/module/ipmi_si/parameters/hotmod"

takes a while (30min+) but that sounds better than "many many hours"