- Community Home
- >
- Servers and Operating Systems
- >
- HPE Synergy
- >
- HPE Synergy
- >
- Re: HPEiLOCmdlets Synergy ILO 5 - Connect-HPEiLO g...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2022 12:06 PM - last edited on 01-12-2022 04:56 AM by support_s
01-11-2022 12:06 PM - last edited on 01-12-2022 04:56 AM by support_s
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!
- Tags:
- iLO_OA
- Synergy system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2022 12:15 PM
01-11-2022 12:15 PM
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+.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2022 01:07 PM
01-11-2022 01:07 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 11:53 PM
11-10-2022 11:53 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 08:32 PM
11-15-2022 08:32 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 01:00 AM
11-16-2022 01:00 AM
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 EmployeeNeed assistance? Contact HPE Support
How to Say Thank You? Just click the KUDOS!