- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Keeping firmware up-to-date
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
08-25-2010 11:32 AM
08-25-2010 11:32 AM
Keeping firmware up-to-date
Can the same thing be done with ProLiant servers? - I.e. installing the latest firmware without having to boot on special media?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2010 06:45 AM
08-26-2010 06:45 AM
Re: Keeping firmware up-to-date
I see something called "HP BladeSystem Online Firmware Bundle for Linux" - http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=15351&prodSeriesId=1842750&prodNameId=3288156&swEnvOID=2078&swLang=8&taskId=135&swItem=MTX-f5a3f45e211147b09dfd00b3ba&mode=3
Don't know if there's anything about it that would prevent it from working on a 'standard' (non-blade) server or not.
Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2010 09:29 AM
08-26-2010 09:29 AM
Re: Keeping firmware up-to-date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2010 10:15 PM
08-26-2010 10:15 PM
Re: Keeping firmware up-to-date
ftp://ftp.compaq.com/pub/products/servers/management/smartstart/FWCDUsersGuide.pdf
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c00683436〈=en&cc=us&taskId=101&prodSeriesId=428936
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2010 08:19 PM
09-03-2010 08:19 PM
Re: Keeping firmware up-to-date
Basically what we do is
#mount -o loop,ro -t iso9660 /var/tmp/FW.iso /mnt/fw
#cd /mnt/fw/hp/swpackages
#./hpsum /romonly /silent
you can check the logs it leaves on /var/hp/log/localhost.
As i understand it,the only thing that will not get upgraded with this method is the firmware on HP branded HBAs (Qlogic/Emulex)
Hope it was helpful!