- Community Home
- >
- Software
- >
- HPE OneView
- >
- Re: Feature requests: Automatic Discovery of 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
- Report Inappropriate Content
06-22-2016 01:17 AM
06-22-2016 01:17 AM
Feature requests: Automatic Discovery of Server Hardware AND HPSUT for ESXi without a RedHat server
Hi
I have two feature requests
- Automatic Discovery of Server Hardware
* I know this can potentially be done with the HP ILO PowerShell Library and Hp OneView PowerShell Library, but it should be integrated into the API/HP OneView PowerShell Library and be part of the UI. This is a fairly big disadvantage to this product if one has many servers to maintain.
- HPSUT for ESXi without a proxy/intermediary RedHat Enterprise Server
* Servers with ESXi cannot be updated while running without HPSUT which requires you to run a service on an intermediary RH server. This is a major shortcoming imo, one should be able to install a .vib or something on ESXi servers with vSphere Update Manager or through the ESXCLI.
Thanks for looking into this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2016 04:01 AM
07-01-2016 04:01 AM
Re: Feature requests: Automatic Discovery of Server Hardware AND HPSUT for ESXi without a RedHat ser
Hi,
I am afraid this forum can't help you in addresssing new feature requests.
But if you are looking for a script on how to discover the server in a range then that you can refer below.
#Discovering complete subnet ip address range
Find-HPiLO -Range 11.10.9.0-255
#Piping output from Find-HPiLO to another cmdlet to get firmware version of iLO
Find-HPiLO 11.10.9.0-255 -Verbose |
% {Add-Member -PassThru -InputObject $_ Username "username"}|
% {Add-Member -PassThru -InputObject $_ Password "password"}|
Get-HPiLOFirmwareVersion -Verbose
Thanks,
Gokul
HPE PowerShell Team
I am a HPE Employee
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP