- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Unable to establish connection with my Gen10 serve...
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
05-15-2018 04:30 AM - edited 05-24-2018 05:51 AM
05-15-2018 04:30 AM - edited 05-24-2018 05:51 AM
Unable to establish connection with my Gen10 server from newer powershell module (2.0.0.0)
Hey Guys,
I am trying to establish connection with my Gen10 server with HPEiLOcmdlts (2.0.0.0), however its failing with error " Unable to proceed as server generation information is not available ".
Same command is works fine with my Gen8/Gen9 servers.
Command : Connect-HPEiLO -IP <iloname> -Username <Admin> -Password <SuperSecret> -DisableCertificateAuthentication
Any help !!!!!!!
Vishal Mugutrao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-15-2018 11:44 PM - last edited on 05-16-2018 01:50 AM by Parvez_AL
05-15-2018 11:44 PM - last edited on 05-16-2018 01:50 AM by Parvez_AL
Re: Unable to establish connection with my Gen10 server from newer powershell module (2.0.0.0)
Hi Vishal,
We need some more details about the problem to get the issue.
I reuest you to enable logging and pass on the log file to me [Private Info Erased].
Kindly follow the below steps:
1. Execute below cmdlet to enable logging, this cmdlet will also provide the log file with full path details.
Enable-HPEiLOLog
2. Execute the Connect-HPEiLO cmdlet for the iLO, which is resulting into error.
Connect-HPEiLO -IP <iloname> -Username <Admin> -Password <SuperSecret> -DisableCertificateAuthentication
3. Execute Find-HPEiLO cmdlet also for the same iLO.
Find-HPEiLO <iLOIP>
3. Disable the logging using below cmdlet
Disable-HPEiLOLog
4. Copy the log file and send it to us.
Regards,
Aarti Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-23-2018 05:59 AM
05-23-2018 05:59 AM
Re: Unable to establish connection with my Gen10 server from newer powershell module (2.0.0.0)
Hi,
as I have the same issue may I ask you, ist there any solution so far?
thanks in advance
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-23-2018 11:20 PM
05-23-2018 11:20 PM
Re: Unable to establish connection with my Gen10 server from newer powershell module (2.0.0.0)
Hi Thomas,
Is your Gen10 system a non-Proliant server ? If yes then our cmdlets does not support it and we support only ProLaint hardware.
If its ProLaint server still you are facing issues then can you share the logs and results what expained in the previous reply of my team mate ( Aarti ) so that we can troubleshoot your issue and fix it soon.
Thanks,
Gokul
I am a HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-24-2018 01:52 AM
05-24-2018 01:52 AM
Re: Unable to establish connection with my Gen10 server from newer powershell module (2.0.0.0)
Hi Gokul,
Thanks for your response, so mine is a Synergy blade not traditinal proliant hardware.
So this module does not support Synergy for session based login ?
Vishal Mugutrao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-24-2018 02:51 AM
05-24-2018 02:51 AM
Re: Unable to establish connection with my Gen10 server from newer powershell module (2.0.0.0)
Hi,
Hmm i am afraid to say you can't use our iLO 2.0 cmdlets with Synergy but you can still use iLO 1.5.x cmdlets version for connecting to syngergy but it does not have any session based login.
There are OneView PoweShell cmdlets for Synergy servers you can referr and same.
https://github.com/HewlettPackard/POSH-HPOneView
Thanks,
Gokul
I am a HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-24-2018 04:10 AM
05-24-2018 04:10 AM
Re: Unable to establish connection with my Gen10 server from newer powershell module (2.0.0.0)
Hey,
My infra is combination of Synergy & proliant based hardware, we were plannig to have a single script to configure standard settings for iLO with it.
Can we configure Synergy iLO settings with OneView module ?
Vishal Mugutrao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-24-2018 10:39 PM
05-24-2018 10:39 PM
Re: Unable to establish connection with my Gen10 server from newer powershell module (2.0.0.0)
Hi,
I am not an expert on OneView (OV) modules but with my limited knowledge i think it should be possible to configure iLO settings from OV cmdlets. You have check thier documentation and inline PowerShell help for more information.
Thanks,
Gokul
I am a HPE Employee
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP