Server Management - Remote Server Management
1752573 Members
4635 Online
108788 Solutions
New Discussion

Re: PS-cmdlets without iLo-Reset

 
SOLVED
Go to solution
Marcel_D
Advisor

PS-cmdlets without iLo-Reset

Hi,

I'm trying to realize a complete iLo-Configuration with Powershell-cmdlets (HPEiLoCmdLets; 2.1.0.0) It seems that after every "set-hpeilo...", the iLo is Resetting. Is there a way to supress this behavior, until the Script ran through and do a Reset at the End? Otherwise, this will take a long time until it's done.

Samle:

Set-HPEiLOAccessSetting ...

Set-HPEiLOSNTPSetting ...

Set-HPEiLOEncryptionSetting ...

Set-HPEiLODirectorySetting ...

2 REPLIES 2
Hema_H
HPE Pro
Solution

Re: PS-cmdlets without iLo-Reset

Hi Marcel,

The cmdlets uses RIBCL and Redfish interfaces for iLO4 and iLO5 respectively for communication. It is the RIBCL interface that does the reset after the changes are made and Redfish returns a message "ResetRequired" in which case you will be able to reset the iLO after all the settings are made using the cmdlet Reset-HPEiLO -Device iLO.  So there is no way to supress this behaviour from the cmdlets in iLO4.

Thanks,

Hema

 

 


I work for HPE

Accept or Kudo

ronissac
Trusted Contributor

Re: PS-cmdlets without iLo-Reset

Hi , 

This is as per design , hence not possible to supress this behaviour.

 

Regards

Ronny


I am an HPE employee
Accept or Kudo