ProLiant Servers (ML,DL,SL)
1752275 Members
5035 Online
108786 Solutions
New Discussion юеВ

Re: HP iLO RIBCL parser timed out via Powershell

 
SOLVED
Go to solution
HDeep
Collector

HP iLO RIBCL parser timed out via Powershell

Hi All,

I was facing issue on one of the iLO and I was not able to get in via browser even though Login page was getting displayed. 
When I tried to RESET the iLO via Powershell , it throws me an error message 

STATUS_TYPE STATUS_MESSAGE
----------- --------------
ERROR Internal error. RIBCL parser timed out

Could anyone please help , How can I remotely RESET the iLO 4 if we  are facing above error or if any workaround.

PS - The only option i could see that Shutdown Server Physically , Unplug the iLO connection and replug after some time.

2 REPLIES 2
HDeep
Collector
Solution

Re: HP iLO RIBCL parser timed out via Powershell

Fortunately I was able to do so , within Esxi shell .
Do let me know if anyone needs help.
GokulKS
HPE Pro

Re: HP iLO RIBCL parser timed out via Powershell

Hi,

I suspect some problems with your iLO4 server. If you have backup of server configuration settings then you can try iLO factory default settings.

Alternatively if RIBCL does not work you can try REST API cmdlets from PowerShell which uses REST communication.

We have HPRESTCmdlets which uses REST interface for communication and can try RESET of server or iLO.

https://www.powershellgallery.com/packages/HPRESTCmdlets/

OR you can use below command to download the module from Gallery. ( Refer samples file - HPRESTExamples.ps1 inside the installed folder )

Install-Module HPRESTCmdlets -Scope CurrentUser -Verbose

Thanks,

Gokul


I am a HPE Employee

Accept or Kudo