Skip to content

Instantly share code, notes, and snippets.

@zeha
Created July 28, 2015 10:09
Show Gist options
  • Save zeha/0298f43d9d00f4454608 to your computer and use it in GitHub Desktop.
Save zeha/0298f43d9d00f4454608 to your computer and use it in GitHub Desktop.
hp-ilo-reset-password
<RIBCL VERSION="2.1">
<LOGIN USER_LOGIN="Administrator" PASSWORD="anypassword">
<USER_INFO MODE="write">
<mod_USER USER_LOGIN="Administrator"><password value="XXXXXXXXXXXX"/></mod_USER>
</USER_INFO>
</LOGIN>
</RIBCL>
hponcfg -i < ilopassword.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment