Created
December 31, 2023 21:15
-
-
Save supermarsx/2abf57cd45330000fa75919c04b992fd to your computer and use it in GitHub Desktop.
Unload HP ILO from kernel in Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/init.d/hp-snmp-agents stop | |
/etc/init.d/hp-health stop | |
/etc/init.d/hp-ams stop | |
rmmod hpilo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment