ProLiant Servers (ML,DL,SL)
1752747 Members
4840 Online
108789 Solutions
New Discussion

How to recover/retrieve lost ILO Advanced License Key?

 
SOLVED
Go to solution
circlesoccer
Occasional Contributor

How to recover/retrieve lost ILO Advanced License Key?

Hello,

Is there any way to retrive/recover lost ilo advanced license key in DL380 G7 server.

Thanks

4 REPLIES 4
HPSDMike
HPE Pro
Solution

Re: How to recover/retrieve lost ILO Advanced License Key?

Your best best would be to contact the HPE Licensing group and see if they could help. Unless you have an Entitlement Order Number (EON) or an HPE Sales Order number, it may be challenging but still worth a shot.

http://enterpriselicense.hpe.com/public/contact

 



I work for HPE. The comments in this post are my own and do not represent an official reply from the company. No warranty or guarantees of any kind are expressed in my reply.

Accept or Kudo

Spectroscopy
HPE Pro

Re: How to recover/retrieve lost ILO Advanced License Key?

<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_ALL_LICENSES/>
</RIB_INFO>
</LOGIN>
</RIBCL>

 

Source this XML Script and run. You should get the following

 

A possible GET_ALL_LICENSES return message is:
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_ALL_LICENSES>
<LICENSE>
<LICENSE_TYPE VALUE= "iLO 4 Advanced"/>
<LICENSE_KEY VALUE= "<advanced license key value>"/>
<LICENSE_INSTALL_DATE VALUE="Thu Mar 21 18:47:53 2013"/>
<LICENSE_CLASS VALUE="FQL"/>
</LICENSE>
</GET_ALL_LICENSES>
</RIBCL>


Regards, AVI
CSCB ISS L2 Engineer - EMEA
Global SCupport Delivery
Technology Services, Enterprise Group

Accept or Kudo

sachinzgupta
New Member

Re: How to recover/retrieve lost ILO Advanced License Key?

How and where to run this xml file to get the license information. I can't see previous applied ILO license information from ILO Webpage.

Jimmy Vance
HPE Pro

Re: How to recover/retrieve lost ILO Advanced License Key?


@sachinzgupta wrote:

How and where to run this xml file to get the license information. I can't see previous applied ILO license information from ILO Webpage.


THe XML listed above just shows the license that is installed, no diferent than what would be displayed in the web interface.

To use it you would use the hponcfg program locally on the server, or remotely using the locfg.pl script

The scripting examples are here:
Windows
https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_98ea081cc4bf42c08044b65f39
Linux
https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_76bfa460792d4f7cbc0aac234e

 

No support by private messages. Please ask the forum!