Server Management - Systems Insight Manager
1752580 Members
3134 Online
108788 Solutions
New Discussion

Re: HP-SIM Issue

 
shri757
Occasional Contributor

HP-SIM Issue

Hi Team,

Could please help me how to fix below issue. SNMP configuration is good and there is ILO issue but still alert is open.

SNMP -  There is a minor problem that is causing limited interference.
iLo -  There is a minor problem that is causing limited interference.

 

 

3 REPLIES 3
Andrew_Haak
Honored Contributor

Re: HP-SIM Issue

Do you have ILO4 servers that have this problem ? Or are they a mix of servers? I've seen ILO4 servers that have a flashcard error that gives this status but no event. So the polling gives a minor status and no event is send.

Kind regards,

Andrew
shri757
Occasional Contributor

Re: HP-SIM Issue

Hi Andrew,

Thanks for the reply.

Yes i have ILO4 servers.could you please tell me how to fix this issue. where i can see flash card issue?

 

Andrew_Haak
Honored Contributor

Re: HP-SIM Issue

Hello,

 

You can use hponcfg on the OS to format de Flash using the below script":

 

<!-- RIBCL Sample Script for HP Lights-Out Products -->

<!--Copyright (c) 2016 Hewlett-Packard Enterprise Development Company,L.P. -->

 

<!-- Description: This is a sample XML script to force format ll -->

<!-- the iLO partitions. -->

<!-- iLO resets automatically for this operation to take effect -->

 

<!-- Warning: This command erases all data on the partition(s) -->

<!-- External providers will need to be re-configured if -->

<!-- partition is formatted -->

 

<!-- Input: VALUE tag: all - format all available partitions -->

 

<!-- NOTE:You will need to replace the USER_LOGIN and PASSWORD values -->

<!-- with values that are appropriate for your environment -->

 

<!-- See "HP Integrated Lights-Out Management Processor Scripting -->

<!-- and Command Line Resource Guide" for more information on -->

<!-- scripting and the syntax of the RIBCL XML -->

 

<!-- Firmware support information for this script: -->

<!-- iLO 4 - Version 2.42 or later. -->

<!-- iLO 3 - None. -->

<!-- iLO 2 - None. -->

 

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="Administrator" PASSWORD="">

<RIB_INFO MODE="write">

<FORCE_FORMAT VALUE="all" />

</RIB_INFO>

</LOGIN>

</RIBCL>

Kind regards,

Andrew