- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to find the frimeware??
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
09-16-2002 08:08 AM
09-16-2002 08:08 AM
How to find the frimeware??
Ho can hep ?
I want to find a version of frimeware installed in my system HP_UX N4000 for a FC card A5158 A.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 08:09 AM
09-16-2002 08:09 AM
Re: How to find the frimeware??
If you have stm installed on your system, try
echo 'selclass qualifier cpu;info;wait;infolog' |cstm >/tmp/cpuinfo.txt
more /tmp/cpuinfo.txt
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 08:11 AM
09-16-2002 08:11 AM
Re: How to find the frimeware??
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 08:14 AM
09-16-2002 08:14 AM
Re: How to find the frimeware??
sorry about the first post. That will give you the firmware version for the system cpu. To find the firmware version of individual hardware, take a complete list and then search for the controller you are looking for,
echo 'selclass qualifier all;info;wait;infolog' |cstm >/tmp/system_info.txt
more /tmp/system_info.txt
Looks for the device firmware for the controller you are looking for.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 09:37 AM
09-16-2002 09:37 AM
Re: How to find the frimeware??
# swlist |more
OR
# swlist |grep A5158A
It should return something like:
A5158A 11.00.10 PCI Tachyon TL/TS Fibre Channel
where the 11.00.10 is the version.
This also happens to be the most current version which can be obtained from:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=A5158A
See the installation instructions here for important patch information:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=A5158A&oper=install
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 07:15 PM
09-16-2002 07:15 PM
Re: How to find the frimeware??
Cheryl has placed the link as where to get it and the necessary required patch information.