ProLiant Servers (ML,DL,SL)
1753701 Members
4933 Online
108799 Solutions
New Discussion

Re: ilo license removal

 
SOLVED
Go to solution
Soni_H
Occasional Contributor

ilo license removal

How do i remove the ilo4 license key without resetting the server. the documents and posts i have seen are not clear

 

2 REPLIES 2
AlexLeung
HPE Pro
Solution

Re: ilo license removal

Hello @Soni_H 

Please use this cript

HPE iLO 4 Scriptingand CommandLine Guide >>> Page 117

https://support.hpe.com/hpesc/public/docDisplay?docId=c03334058

Exmaple :

<RIBCLVERSION="2.0">

<LOGINUSER_LOGIN="adminname"PASSWORD="password">

<RIB_INFOMODE="write">

<LICENSE>

<DEACTIVATE=/>

</LICENSE>

</RIB_INFO>

</LOGIN>

</RIBCL>

 


I work for HPE
sudhirsingh
HPE Pro

Re: ilo license removal

Hi @Soni_H,

Following RIBCLXML Script should work:

<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="administrator" PASSWORD="password">
<RIB_INFO MODE="write">
<LICENSE>
<DEACTIVATE/>
</LICENSE>
</RIB_INFO>
</LOGIN>
</RIBCL>

Reference
HPE iLO 4 Scriptingand CommandLine Guide
https://support.hpe.com/hpesc/public/docDisplay?docId=c03334058

 

If you feel this was helpful please click the KUDOS! thumb below!

Regards,

Sudhir

While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company

>Accept or Kudo