Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Firmware Levels of adapters 1

Status
Not open for further replies.

kozlow

MIS
Mar 3, 2003
326
US
I am trying to get the firmware level of our HDAs, but not sure how to do it.

I can list using: ioscan -funC fc

But I have no lscfg like in AIX.

Thanks in advance....
 
corrected:

diskinfo -v /dev/rdsk/cxtxd0

example:

diskinfo -v /dev/rdsk/c2t2d0

SCSI describe of /dev/rdsk/c2t2d0:
vendor: HP 36.4G
product id: ST336753LC
type: direct access
size: 35566480 Kbytes
bytes per sector: 512
rev level: HPC3
blocks per disk: 71132960
ISO version: 0
ECMA version: 0
ANSI version: 3
removable media: no
response format: 2
(Additional inquiry bytes: (32)48 (33)58 (34)30 (35)51 (36)31 (37)35 (38)50 (39)20 (40)20 (41)20 (42)20 (43)53 (44)45 (45)41 (46)47 (47)41 (48)54 (49)45 (50)20 (51)f (52)0 (53)0 (54)0 (55)0 (56)0 (57)0 (58)0 (59)0 (60)0 (61)0 (62)0 (63)0 (64)0 (65)0 (66)0 (67)0 (68)0 (69)0 (70)0 (71)0 (72)0 (73)0 (74)0 (75)0 (76)0 (77)0 (78)0 (79)0 (80)0 (81)0 (82)0 (83)0 (84)0 (85)0 (86)0 (87)0 (88)0 (89)0 (90)0 (91)0 (92)43 (93)6f (94)70 (95)79 (96)72 (97)69 (98)67 (99)68 (100)74 (101)20 (102)28 (103)63 (104)29 (105)20 (106)32 (107)30 (108)30 (109)32 (110)20 (111)53 (112)65 (113)61 (114)67 (115)61 (116)74 (117)65 (118)20 (119)41 (120)6c (121)6c (122)20 (123)4 (124)3d (125)67 (126)20 (127)0 (128)0 (129)2 (130)0 (131)77 (132)fd (133)e0 (134)38 (135)77 (136)ff (137)4 (138)54 )
 
Looking for firmware level on HBA Adapters not disk drives. Sorry for the typo...

Thanks anyway.....
 
ok, then

fcmsutil /dev/tdX

where X is the number of the HBA (FC card).

# ll /dev/td*
# fcmsutil /dev/tdX

example:

# fcmsutil /dev/td0

Vendor ID is = 0x00103c
Device ID is = 0x001029
XL2 Chip Revision No is = 2.3
PCI Sub-system Vendor ID is = 0x00103c
PCI Sub-system ID is = 0x00128c
Topology = PRIVATE_LOOP
Link Speed = 1Gb
Local N_Port_id is = 0x00000f
Local Loop_id is = 121
N_Port Node World Wide Name = 0x50060b000021c407
N_Port Port World Wide Name = 0x50060b000021c406
Driver state = ONLINE
Hardware Path is = 0/10/0/0
Number of Assisted IOs = 1262
Number of Active Login Sessions = 0
Dino Present on Card = NO
Maximum Frame Size = 960
Driver Version = @(#) PATCH_11.11: libtd.a : Jun 28 2002, 11:08:35, PHSS_26799


hope this helps.

 
BTW, this is for HP cards.. if you have Emulex you can use "lputil"

Cheers.
 
That was what I needed ...... Thanks for the help..... And someday I will learn to type.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top