ProLiant Servers (ML,DL,SL)
1753792 Members
7463 Online
108799 Solutions
New Discussion

ilo4 - change password lenght with hponcfg

 
SOLVED
Go to solution
andy_msc
Occasional Advisor

ilo4 - change password lenght with hponcfg

I try to set the password for ilo4 with cli command in linux with a prepared xml file.
hponcfg -f ilo.xml

<!-- HPONCFG VERSION = "4.4.0" -->
<!-- Generated 9/11/2015 18:23:1 -->
<RIBCL VERSION="2.1">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<USER_INFO MODE="write">
<MOD_USER USER_LOGIN="Administrator">
<PASSWORD value="%ilo_pw%"/>
</MOD_USER>
</USER_INFO>
</LOGIN>
</RIBCL>

I need to set a password thats shorter than 8 digits.
Of course it is possible to change this value in the Access Settings for ilo in Intelligent Provisioning.

But I need to be ablle to set the minimum password lenght with hponcfg.
Google search and HP docs didn't return any  useful infos.

Does anybody know what value  I have to add to the xml file, so I can change the minimum password lenght and the password?

1 REPLY 1
Jimmy Vance
HPE Pro
Solution

Re: ilo4 - change password lenght with hponcfg

<RIBCL VERSION="2.0">
   <LOGIN USER_LOGIN="adminname" PASSWORD="password">
      <RIB_INFO MODE="write">
         <MOD_GLOBAL_SETTINGS>
            <MIN_PASSWORD value="8"/>
         </MOD_GLOBAL_SETTINGS>
      </RIB_INFO>
   </LOGIN>
</RIBCL>
No support by private messages. Please ask the forum!