BladeSystem - General
1752520 Members
4769 Online
108788 Solutions
New Discussion

License deployment for a large number of servers.

 
chuckk281
Trusted Contributor

License deployment for a large number of servers.

John had a question on server license key deployment:

 

****************

 

Is there a tool (or command via the CLI of OA) to deploy the server license key to all iLOs in an enclosure in one go?

 

**************

 

Hiro replied:

 

***************

 

1. ssh or telnet to OA

2. paste below

 

HPONCFG ALL  << end_marker

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="Dontcare" PASSWORD="UsingAutologin">

  <RIB_INFO MODE="write">

    <LICENSE>

      <ACTIVATE KEY="XXXXXXXXXXXXXXXXXXXXXXXXX"/>

    </LICENSE>

  </LOGIN>

</RIBCL>

end_marker

 

Hope this helps.

 

*****************

 

Other suggestions or comments?