- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do i identify my FC-HBA card model in HP-UX?
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
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
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-23-2007 12:14 PM
тАО05-23-2007 12:14 PM
How do i identify my FC-HBA card model in HP-UX?
I have been looking in the forum for method, how to identify the fc-hba model. But i have not found one. Could any one please guide me what are the ways ? I read one post, where the author said, "# fcmsutil /dev/td0 vpd" will give me the data. Unfortunately it did not work for me.
# fcmsutil /dev/td0 vpd
This card does not support VPD
# fcmsutil /dev/td1
Vendor ID is = 0x00103c
Device ID is = 0x001028
TL Chip Revision No is = 2.3
PCI Sub-system Vendor ID is = 0x00103c
PCI Sub-system ID is = 0x000006
Topology = PTTOPT_FABRIC
Local N_Port_id is = 0x010b00
N_Port Node World Wide Name = 0x50060b00000ad6af
N_Port Port World Wide Name = 0x50060b00000ad6ae
Driver state = ONLINE
Hardware Path is = 0/4/0/0
Number of Assisted IOs = 185
Number of Active Login Sessions = 0
Dino Present on Card = NO
Maximum Frame Size = 960
Driver Version = @(#) libtd.a HP Fibre Channel Tachyon XL2 Driver B.11.23.03 /ux/core/isu/TL/kern/src/common/wsio/td_glue.c: Aug 16 2004, 13:49:26
Any help will be greatly appreciated.
Thanks,
NKD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2007 03:31 PM
тАО05-23-2007 03:31 PM
Re: How do i identify my FC-HBA card model in HP-UX?
#sam
#ioscan -fnC fc
I saw on you post and know that you have HP Fibre Channel Tachyon XL2 .
The result of ioscan -fnC fc will show you product number.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2007 04:01 PM
тАО05-23-2007 04:01 PM
Re: How do i identify my FC-HBA card model in HP-UX?
# echo 'scl q fibre;cds;q' | cstm | egrep '^Qual|Hard'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 12:41 PM
тАО05-24-2007 12:41 PM
Re: How do i identify my FC-HBA card model in HP-UX?
# ioscan -fnC fc
Class I H/W Path Driver S/W State H/W Type Description
=================================================================
fc 0 0/2/0/0 td CLAIMED INTERFACE HP Tachyon TL/TS Fibre Channel Mass Storage Adapter
/dev/td0
fc 1 0/4/0/0 td CLAIMED INTERFACE HP Tachyon TL/TS Fibre Channel Mass Storage Adapter
/dev/td1
#
and this string hangs in my mcahine,
echo 'scl q fibre;cds;q' | cstm | egrep '^Qual|Hard'
Thanks for both the replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 01:46 PM
тАО05-24-2007 01:46 PM
Re: How do i identify my FC-HBA card model in HP-UX?
A6795A PCI Tachyon XL2 Adapter Card
A5158A PCI Tachlite Fibre Channel Adapter
A6684A HSC-eff Tachlite Fibre Channel Adapter
A6685A HSC Tachlite Fibre Channel Adapter
Looking at the rest of the fcmsutil output shows "TL Chip Revision", so that knocks the A6795A out since it's an XL. Finally look at your full ioscan output at the bus your HBA is connected to. if you don't see HSC or GSC for ext_bus 0/4/0, then we've narrowed it down to the Tachyon TL A5158A HBA.
The TL chip rev and driver have me leaning towards the A5158A.
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2007 07:13 PM
тАО05-24-2007 07:13 PM
Re: How do i identify my FC-HBA card model in HP-UX?
Go to http://pciids.sourceforge.net/ and select "Online list of IDs". Drill down to vendor 103c and then device 1028 and you'll find it is named "Tach TL Fibre Channel Host Adapter", so Denver's analysis is confirmed.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2007 01:59 AM
тАО05-25-2007 01:59 AM
Re: How do i identify my FC-HBA card model in HP-UX?
>echo 'scl q fibre;cds;q' | cstm | egrep '^Qual|Hard'
Check whether ODE is installed and its processes diaglogd, diagmond and memlogd are running i.e.
# ps -ef | grep diag
if the above cmd returns process names like diaglogd and diagmond then ODE is installed and running on the system but is probably hung. Try restarting the diagnostic system and see if you can log into cstm and execute the cmds below and let me know if it worked or not.
# /sbin/init.d/diagnostic stop
# /sbin/init.d/diagnostic start
# echo map | cstm
~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2007 05:58 PM
тАО05-25-2007 05:58 PM
Re: How do i identify my FC-HBA card model in HP-UX?
Sandman's command should work:
# echo 'scl q fibre;cds;q' | cstm | egrep '^Qual|Hard'
Just do as he said in the above thread. If your diagnostics software not started you have to start it for cstm to work.
If it started you can also use its GUI mode by typing stm command.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2007 07:13 PM
тАО05-25-2007 07:13 PM
Re: How do i identify my FC-HBA card model in HP-UX?
fcmsutil /dev/td1 vpd