- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- flashfwpkg MR controller via ilorest?
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
05-05-2024 11:24 AM - last edited on 05-10-2024 04:16 AM by support_s
05-05-2024 11:24 AM - last edited on 05-10-2024 04:16 AM by support_s
flashfwpkg MR controller via ilorest?
It is not clear to me from the documents whether it is possible to upgrade the firmware on an MR controller via ilorest. Francois Donzé says basically that ilorest can upload more payloads than it can actually process. I unzipped the fwpkg file and examined the .json file therein, looking for the updatableby field which Donzé describes, but I was still not sure. My file has:
"UpdatableBy": [
"Bmc"
],
Trying it, I got a 200 code, but then an error.
iLORest > flashfwpkg "/ts/datagit/hcpy/ilorest/HPE_MR416i-p_Gen11_52.26.3-5379_A.fwpkg"
Uploading firmware: HPE_MR416i-p_Gen11_52.26.3-5379_A.fwpkg
Successfully checked 'HPE_MR416i-p_Gen11_52.26.3-5379_A.fwpkg'.
Uploading component HPE_MR416i-p_Gen11_52.26.3-5379_A.fwpkg.
[200] The operation completed successfully.
Component HPE_MR416i-p_Gen11_52.26.3-5379_A.fwpkg uploading successfully.
Waiting for iLO UpdateService to finish processing the component
ERRORing: Error occurred while updating the firmware.
Can someone confirm that it is or is not possible to upgrade the firmware on an MR controller via ilorest?
Regards,
Stefan
- Tags:
- storage controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 11:29 PM - last edited on 09-16-2024 02:34 AM by support_s
05-06-2024 11:29 PM - last edited on 09-16-2024 02:34 AM by support_s
Re: flashfwpkg MR controller via ilorest?
Hello,
You can try to install the firmware separately by downloading it from the download page. Please review the steps on the "Installation Instructions" tab to install it.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Tags:
- bios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 09:15 AM - last edited on 09-16-2024 02:30 AM by support_s
05-07-2024 09:15 AM - last edited on 09-16-2024 02:30 AM by support_s
Re: flashfwpkg MR controller via ilorest?
Thank you, in fact page Firmware Package - HPE MR416i-p Gen10 Plus Tri Mode Controller | HPE Support
does confirm the ilorest command I have been using and makes me think it should have worked.
I get a failure. I don't think it's me; the command is just too simple. There must be a bug in there somewhere.
- Tags:
- storage controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 03:26 AM
05-08-2024 03:26 AM
Re: flashfwpkg MR controller via ilorest?
Hello,
have you tried both ways ?
localhost OS example:
ilorest flashfwpkg <file_name.fwpkg>
remote example:
ilorest flashfwpkg <file_name.fwpkg> --url <iLO5_IP_Address> -u <iLO5_username> -p <iLO5_password>
Regards
HPE
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[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-13-2024 01:07 PM - last edited on 05-13-2024 10:40 PM by Sunitha_Mod
05-13-2024 01:07 PM - last edited on 05-13-2024 10:40 PM by Sunitha_Mod
Re: flashfwpkg MR controller via ilorest?
@Sham82 I didn't try running ilorest locally since if I were local I could use storcli64 directly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 08:07 AM
05-20-2024 08:07 AM
Re: flashfwpkg MR controller via ilorest?
Did you found any solution? If yes, can you share