HPE Synergy
1832651 Members
2912 Online
110043 Solutions
New Discussion

Re: HPEiLOCmdlets Synergy ILO 5 - Connect-HPEiLO generates error

 
jashaw
Senior Member

HPEiLOCmdlets Synergy ILO 5 - Connect-HPEiLO generates error

I am trying to use the HPEiLOCmdlets to configure iLO on Gen 10 Synergy 480 compute modules (blades).  We use a script to setup iLO on new hardware. Here is the basic process I am using:

$cred = Get-Credential Administrator
# Enter iLO default password at the prompt
$con = Connect-HPEiLO -Address $myIloIpAddress -Credential $cred -DisableCertificateAuthentication

When attempting to connect I keep getting an error that states.  "Server information cannot be retrieved using SMBIOS data. RecordType 195 could not be found."  

The process works fine for Gen 10 BL460 blades and Gen 10 DL380's with or without OneView Management.
I have tried pulling and using the -XAuthToken from OneView as well.  That produced the same error.
Has anyone been able to establish a successful connection to a Synergy system running iLO 5 with the HPEiLOCmdlets?  If so, how do we make it work?

Thanks!

5 REPLIES 5
jashaw
Senior Member

Re: HPEiLOCmdlets Synergy ILO 5 - Connect-HPEiLO generates error

Okay,  I should have tried this first.  The script works fine in PS 5.  The issue only exists in PS 6+.

support_s
System Recommended

Query: HPEiLOCmdlets Synergy ILO 5 - Connect-HPEiLO generates error

System recommended content:

1. HPE Integrated Lights-Out 5 (iLO 5) - Troubleshooting

 

If the above information is helpful, then please click on "Thumbs Up/Kudo" icon.

 

Thank you for being a HPE community member.


Accept or Kudo

current_user
Frequent Visitor

Betreff: HPEiLOCmdlets Synergy ILO 5 - Connect-HPEiLO generates error

Same problem here. Works fine in PS5, does not work in PS7, tried HPEILOCmdlets Versions 3.2.0 and 3.3.0, talking to Synergy 480 modules. Works fine with DL380 Gen10 servers.

Sunitha_Mod
Honored Contributor

Betreff: HPEiLOCmdlets Synergy ILO 5 - Connect-HPEiLO generates error

Hello @current_user

Thank you for posting! Since you have posted in an old topic and there is no response yet, I would recommend you to create a new topic using the create "New Discussion" button, so the experts can check and assist you further. 

m_icha
HPE Pro

Betreff: HPEiLOCmdlets Synergy ILO 5 - Connect-HPEiLO generates error

Hello @current_user 

Which version of .net is installed?  You can quicly find out by running the below snip:

Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | Get-ItemProperty -Name version -EA 0 | Where { $_.PSChildName -Match '^(?!S)\p{L}'} | Select PSChildName, version

 

m_icha

I'm an HPE Employee
Need assistance? Contact HPE Support
How to Say Thank You? Just click the KUDOS!