- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I determine adapter type remotely?
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
01-02-2003 07:44 AM
01-02-2003 07:44 AM
How do I determine adapter type remotely?
Is there an easy way to termine what adapter type is installed in a machine remotely?
I need to know if a fibre channel card is an A5158A and can't physically get to the box at the moment.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 07:46 AM
01-02-2003 07:46 AM
Re: How do I determine adapter type remotely?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 07:52 AM
01-02-2003 07:52 AM
Re: How do I determine adapter type remotely?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 08:23 AM
01-02-2003 08:23 AM
Re: How do I determine adapter type remotely?
We have a mix of A5158A and A6795A cards in one of our boxes. I played with using the 'fcmsutil' command and it looks like the 'Device ID' field might help. On the A5158A cards it returns 0x001028 and for the A6795A it returns 0x001029. It is just a hack I played with and I don't know if that field is reliable, but it does seem to return the '1028' consistently for the A5158A cards. Maybe one of the real HP wizards can add something to this.
# fcmsutil /dev/td0
Vendor ID is = 0x00103c
Device ID is = 0x001028
TL Chip Revision No is = 2.3
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 08:27 AM
01-02-2003 08:27 AM
Re: How do I determine adapter type remotely?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 08:29 AM
01-02-2003 08:29 AM
Re: How do I determine adapter type remotely?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 08:29 AM
01-02-2003 08:29 AM
Re: How do I determine adapter type remotely?
You'll need the correct device file, usually /dev/td# or /dev/fcms# . fcmsutil with the "stat" argument might give you the card model. But I've also heard that the 5158 driver is used by more than one card.
Here is a link to manpages for fcmsutil, since I cannot get it to display on my server here at work.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&con=/hpux/onlinedocs/B2355-90681/00/00/79-con.html&toc=/hpux/onlinedocs/B2355-90681/00/00/79-toc.html&searchterms=clear_stat&queryid=20020628-111241
Example: #fcmsutil /dev/td1 stat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 09:21 AM
01-02-2003 09:21 AM
Re: How do I determine adapter type remotely?
Mine are displayed as HP5158a_Tachyon_TL which are the A5158A cards you are after.
Hope this helps,
Kind regards,
Robert Thorneycroft
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 09:31 AM
01-02-2003 09:31 AM
Re: How do I determine adapter type remotely?
As said before, fcmsutil/tdutil will show you that information.
tdutil /dev/td0
...
TL Chip Revision No is = 2.3
..
tdutil /dev/td2
...
XL2 Chip Revision No is = 2.3
..
In the above TL is 5158A and XL2 is 6795A.
-Sri