- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- System Firmware Version ssh through iLO
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
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
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-11-2010 12:57 PM
тАО05-11-2010 12:57 PM
System Firmware Version ssh through iLO
If it's available any help on the context would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2010 09:06 PM
тАО05-11-2010 09:06 PM
Re: System Firmware Version ssh through iLO
the SYSREV, command are possible run on
Service Processor (GSP or MP)
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-07-2012 02:02 AM - edited тАО08-07-2012 02:05 AM
тАО08-07-2012 02:02 AM - edited тАО08-07-2012 02:05 AM
Re: System Firmware Version ssh through iLO
Hi,
I want to get the SYSREV output from Prloiant servers as follwos which has been collected from RX7640 using manage processor level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-07-2012 02:44 AM - edited тАО08-07-2012 02:53 AM
тАО08-07-2012 02:44 AM - edited тАО08-07-2012 02:53 AM
Re: System Firmware Version ssh through iLO
You have an Integrity server and this is really different compared to proliants.
Log on to the iLO and you will see iLO and BIOS and power management version - this is all what a proliant has - except other controller (HBA) etc.
BTW, you prepared the output, because the rx7640 has only 2 cells max, your output shows 4 cells, must be a rx8640 running release version 4.1, right?
See also
http://h10032.www1.hp.com/ctg/Manual/c02237707.pdf
HP Integrated Lights-Out Management Processor
Scripting and Command Line Resource Guide
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-07-2012 02:55 AM
тАО08-07-2012 02:55 AM
Re: System Firmware Version ssh through iLO
Hi Torsten,
Yes, the above output as for RX9640. In the similar way we can find out out the installed firmware information in PARISC servers as well as in integrity servers and also in blade integrity servers.
So similar way I am trying to check the installed firmware version in proliant servers with single command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-07-2012 04:40 AM
тАО08-07-2012 04:40 AM
Re: System Firmware Version ssh through iLO
There is no single command like SYSREV, but the version of the iLO & system firmware versions is certainly available.
Immediately as you log in to iLO, the login message will include iLO version number:
$ ssh ilouser@ilohostname ilouser@ilohostname's password: ******** User:ilouser logged-in to ILOHOSTNAME.(11.22.33.44) iLO 3 Advanced 1.28 at Jan 13 2012 Server Name: serverhost.company.example Server Power: On </>hpiLO->
Then, you can use the "show" command to get the system model, serial number & system firmware version:
</>hpiLO-> show system1 status=0 status_tag=COMMAND COMPLETED Tue Aug 7 10:37:30 2012 /system1 Targets firmware1 bootconfig1 log1 led1 network1 oemhp_vsp1 oemhp_power1 cpu1 cpu2 memory1 [... many individual targets snipped...] powersupply4 drives1 Properties name=ProLiant DL580 G7 number=<SERIAL_NUMBER> oemhp_server_name=serverhost.company.example enabledstate=enabled processor_number=2 Verbs cd version exit show reset set start stop </>hpiLO-> show system1/firmware1 status=0 status_tag=COMMAND COMPLETED Tue Aug 7 10:37:46 2012 /system1/firmware1 Targets Properties version=P65 date=04/20/2012 Verbs cd version exit show </>hpiLO->
This was from a new system, but even an old ML370 G3 can do the same, although the command to see the system firmware version is "show system1/firmware" instead of "show system1/firmware1". (Just running "show" without any arguments will list the available targets on the current level, and you can use the "cd" command to move deeper into the hierarchy.)
Another way to see the iLO firmware version is "show map1/firmware1".
With the iLO3 systems, you can apparently even get the disk firmware versions with "show system1/drives1", but the SmartArray controller firmware version does not seem to be available through iLO.