Server Management - Remote Server Management
1748123 Members
3369 Online
108758 Solutions
New Discussion

Re: Disable IPMI over LAN via hponcfg?

 
SOLVED
Go to solution
André Schneickert
Occasional Advisor

Disable IPMI over LAN via hponcfg?

Hello,

 

is it possible to disable IPMI over LAN in ILO2/3/4 boards via hponcfg?

 

 

Regards,

André

7 REPLIES 7
Oscar A. Perez
Honored Contributor
Solution

Re: Disable IPMI over LAN via hponcfg?

Currently, it can be disabled in iLO3 and iLO4 using the below XML script. For iLO2, we are going to have to spin another release to include this XML tag and to allow IPMI over LAN to be disabled on Blades.

 

<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<MOD_GLOBAL_SETTINGS>
<IPMI_DCMI_OVER_LAN_ENABLED VALUE="No"/>
</MOD_GLOBAL_SETTINGS>
</RIB_INFO>
</LOGIN>
</RIBCL>

 




__________________________________________________
If you feel this was helpful please click the KUDOS! thumb below!
André Schneickert
Occasional Advisor

Re: Disable IPMI over LAN via hponcfg?

Thanks a lot, Oscar!

 

Do you have an estimate, when the new ILO 2 firmware will be released?

 

Oscar A. Perez
Honored Contributor

Re: Disable IPMI over LAN via hponcfg?

The Quality Assurance team wants few weeks to test iLO2 v2.22 thoroughly. I would say, it should be available on the FTP early September. If you want to test a beta 2.22, you can download it from my temp FTP.

ftp://ilo4me:G!v3t2me@ftp.usa.hp.com/Beta/





__________________________________________________
If you feel this was helpful please click the KUDOS! thumb below!
AM-PM
Occasional Visitor

Re: Disable IPMI over LAN via hponcfg?

Any updates for disabling IPMI for iLO v2? 

Oscar A. Perez
Honored Contributor

Re: Disable IPMI over LAN via hponcfg?

iLO2 2.23 has been out there for few months already.




__________________________________________________
If you feel this was helpful please click the KUDOS! thumb below!
AM-PM
Occasional Visitor

Re: Disable IPMI over LAN via hponcfg?

Ok, thanks. I see that I need to upgrade firmware to version 2.23 for IPMI. I will install and see if I can now see IPMI settings.

Michael Leu
Honored Contributor

Re: Disable IPMI over LAN via hponcfg?

Is there also a way to disable IMPI over LAN via the iLO command line interface (SSH)?

 

Thanks.