Mike 写了:I need to add the advance ILO license to 64 new blades.
Is there an automated way or script to do this?
The only way I have found is with the browser.
adding advance ilo license
版主: xyevolve
版面规则
1. 本版是定位于惠普服务器的技术讨论区。
2. 本版鼓励发帖共同讨论技术问题,不鼓励站内信件私下交流,独知知不如众知知。
3. 本版允许转贴或引用他人的作品,但必须声明原作者信息。
4. 本版禁止发表出售、求购、或其他非技术讨论等帖子。
5. 本版禁止灌水,包括但不限于任何与所讨论主题无关的回复,无意义字符,直接复制其他回复等。
6. 本站附件禁止用于商业目的,请在下载后24小时内删除,本站不对其造成的结果负任何责任。
1. 本版是定位于惠普服务器的技术讨论区。
2. 本版鼓励发帖共同讨论技术问题,不鼓励站内信件私下交流,独知知不如众知知。
3. 本版允许转贴或引用他人的作品,但必须声明原作者信息。
4. 本版禁止发表出售、求购、或其他非技术讨论等帖子。
5. 本版禁止灌水,包括但不限于任何与所讨论主题无关的回复,无意义字符,直接复制其他回复等。
6. 本站附件禁止用于商业目的,请在下载后24小时内删除,本站不对其造成的结果负任何责任。
-
- 网站编辑
- 帖子: 265
- 注册时间: 2012年 2月 20日 15:45 星期一
adding advance ilo license
-
- 网站编辑
- 帖子: 265
- 注册时间: 2012年 2月 20日 15:45 星期一
Re: adding advance ilo license
Jeroen 写了:Very simple via OA:
1. telnet or ssh to OA
2. use hponcfg like below
XXXXXXX is of course your HP iLO Adv. License key.代码: 全选
HPONCFG ALL << end_marker <RIBCL VERSION="2.0"> <LOGIN USER_LOGIN="Dontcare" PASSWORD="UsingAutologin"> <RIB_INFO MODE="write"> <LICENSE> <ACTIVATE KEY="XXXXXXXXXXXXXXXXXXXXXXXXX" /> </LICENSE> </RIB_INFO> </LOGIN> </RIBCL> end_marker
-
- 网站编辑
- 帖子: 265
- 注册时间: 2012年 2月 20日 15:45 星期一
Re: adding advance ilo license
Mike 写了:how does it know witch blade to install license on?
Since there are 16 blades per enclosure and each license is different would we still have to touch each blade?
-
- 网站编辑
- 帖子: 265
- 注册时间: 2012年 2月 20日 15:45 星期一
Re: adding advance ilo license
Chad 写了: The "ALL" statement issues the license key on all blades.
You should see about getting an Electronic license to deploy the same key:
HP iLO Advanced for BladeSystem including 1yr 24x7 Support Electronic License TA851AAE
NOTE: Electronic licenses can be used to purchase multiple licenses with a single activation key
And if it is Insight Control, you can deploy them through SIM
-
- 网站编辑
- 帖子: 265
- 注册时间: 2012年 2月 20日 15:45 星期一
Re: adding advance ilo license
Dan 写了:If you did get 16 licenses rather than 1, just replace “ALL” with “1” for Blade Slot 1 and then duplicate that code block 15 times with the only change in each block being the Bay Number in the HPONCFG line and the Code itself.
With a bunch of codes in Excel you could even use Word and Mail Merge to generate 1 long script per enclosure (I’ve done this myself for a rollout of 22 c7000s back in the day)