- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: not getting firmware version..
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
06-25-2008 01:24 AM
06-25-2008 01:24 AM
not getting firmware version..
We have HP server connected to XP-512 array.
Below is the fc card details
fc 0 0/4/0/0 td CLAIMED INTERFACE HP Tachyon TL/TS Fibre Channel Mass Storage Adapter
/dev/td0
fc 1 1/10/0/0 td CLAIMED INTERFACE HP Tachyon TL/TS Fibre Channel Mass Storage Adapter
/dev/td1
I would like to know the firmware version of HBA..fcmsutil does not show it and there is no vpd option.
swlist -l product|grep -i tachy also doesnot give me any firmware version.
Need help in getting the firmware version.
OS is HPUX 11.00
Regards
Shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 01:33 AM
06-25-2008 01:33 AM
Re: not getting firmware version..
fcmsutil
Example
#fcmsutil /dev/td0 vpd
#fcmsutil /dev/td1 vpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 02:42 AM
06-25-2008 02:42 AM
Re: not getting firmware version..
First of all,I apologize for raising this request under wrong section of itrc...Not sure how to move to right section..
Ashan-Thanks for your reply..There is no vpd option with this fcmsutil.
Any other suggestions..?
Regards
Shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 05:23 AM
06-25-2008 05:23 AM
Re: not getting firmware version..
Anyway, some cards have upgrade-able firmware, some not. In all cases the firmware is only used if the system is booting from this card. It's slightly different for Integrities, because now the EFI driver will come into play - but anyway, the OS driver will "overlay" the built-in firmware when the system is running.
So you need a current driver.
Since 11.00 is out of support since end 2006 you won't get one.
Consider to update the OS.
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
06-25-2008 05:29 AM
06-25-2008 05:29 AM
Re: not getting firmware version..
To get the FibreChannel Tachyon TL/TS driver version in 11.00, run:
swlist -l fileset FC-TACHYON-TL.
To get the PDC firmware version, run:
echo "selclass qualifier cpu; info; wait; infolog" | cstm | grep PDC
Do you plan to boot your OS from a FC disk? If not, the PDC firmware update might not be important... But as your OS version is 11.00, even the latest PDC firmware for your server model is likely to be very well tested.
And remember that 11.00 is out of support; you should be planning to upgrade the OS if at all possible.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2008 05:07 AM
06-27-2008 05:07 AM
Re: not getting firmware version..
I do not want it boot from FC..just want to know the firmware version..and i got an answer now.
Thanks - Shankar