- Community Home
- >
- Software
- >
- HPE OneView
- >
- iLo Firmware install on many servers
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
12-30-2020 01:42 AM - edited 12-30-2020 02:00 AM
12-30-2020 01:42 AM - edited 12-30-2020 02:00 AM
iLo Firmware install on many servers
Hi,
I want to install the newest iLo firmware with HP OneView to more as 100 servers. How can I do that automatically not per hand?
OneView: 5.5
Thanks
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2021 08:06 PM - edited 01-05-2021 08:08 PM
01-05-2021 08:06 PM - edited 01-05-2021 08:08 PM
Re: iLo Firmware install on many servers
Hi Peter,
This can be achieve by writing PowerShell script.
For Example:
$con = Connect-HPEiLO -Address <iLO IP Adress> -Username <iLO User Name> -Password <iLO Password> -DisableCertificateAuthentication
Update-HPEiLOFirmware -Connection $con -Location "C:\ilo5_2.33.bin" -UploadTimeout 700
For more information please refer below PowerShell Command Reference
https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021 01:26 AM
05-06-2021 01:26 AM
Re: iLo Firmware install on many servers
look for util name :
hpe directories support for proliant management processors
will do the job great !