AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  HBA Product information.

    Posted Wed January 06, 2010 04:15 AM

    Originally posted by: abhishek_kulkarni


    Hi,

    How would I find product information of HBA on AIX?

    I got vendor, firmware and other required information using lscfg and lsattr.

    bash-2.05b# lscfg -vl fcs0
    fcs0 U788C.001.AAB0674-P1-C14-C1-T1 FC Adapter

    Part Number.................03N7067
    EC Level....................A
    Serial Number...............1B64704AA6
    Manufacturer................001B
    Customer Card ID Number.....197E
    FRU Number.................. 03N7067
    Brand.......................H0
    Device Specific.(ZM)........3
    Network Address.............10000000C95CC636
    ROS Level and ID............02881955
    Device Specific.(Z0)........1001206D
    Device Specific.(Z1)........00000000
    Device Specific.(Z2)........00000000
    Device Specific.(Z3)........03000909
    Device Specific.(Z4)........FF801413
    Device Specific.(Z5)........02881955
    Device Specific.(Z6)........06831955
    Device Specific.(Z7)........07831955
    Device Specific.(Z8)........20000000C95CC636
    Device Specific.(Z9)........TS1.91A5
    Device Specific.(ZA)........T1D1.91A5
    Device Specific.(ZB)........T2D1.91A5
    Device Specific.(ZC)........00000000
    Hardware Location Code......U788C.001.AAB0674-P1-C14-C1-T1

    1. Can anybody explain what are these Device Specific (Z0,Z1.....ZC)?
    2. How can I find product information of HBA?

    My system has Emulex HBA installed and I got one utility (binary) which shows the vendor, firware and product information of HBA. Please suggest and alternative (possibly an OS command) for that utility.


  • 2.  Re: HBA Product information.

    Posted Wed January 06, 2010 06:07 AM

    Originally posted by: copper7


    maybe "fcstat fcs0" ?
    or you can get EMC's inqutility (single binary file)- the latest binaries for several OSes are available to download from:

    ftp://ftp.emc.com/pub/symm3000/inquiry/v7.1.0.0/

    What I noticed, the older inq shows "vendor name: EMULEX CORPORATION" for IBM-branded Emulex adapters. The latest inq shows "vendor name: IBM" for the same IBM-branded Emulex adapters. Which Emulex adapters models are IBM-branded you can find on Emulex site.

    try:
    ./inq.aix64_51 -hba

    
    # ./inq.aix64_51 -h Inquiry utility, Version V7.3-1009 (Rev 0.0)      (SIL Version V7.1.0.0 (Edit Level 1009) Copyright (C) by EMC Corporation, all rights reserved. For help type inq -h.     Usage: inquiry <options>   display types: -h               : display 
    
    this help screen -et              : display emulation and type info   (Symmetrix only) -ckd             : display CKD device info           (Symmetrix only) -page0           : display detailed page0 (only valid with -dev option) -pagec0          : display detailed pagec0 (only valid with -dev option and on CLARiiON devices) -parent          : display both PowerPath and OS device relationships -celerra         : display Celerra lable devices -sid             : display Symmetrix Serial Number -sym_wwn         : display Symmetrix device wwn and Serial Number -clariion        : display CLARiiON device information -clar_wwn        : display CLARiiON WWN and Serial Number -showvol         : display Symmetrix Volume Number. -compat          : display old format -btl             : display Bus Target and Lun -sw_wwn          : display StorageWorks WWN and Serial Id -hds_wwn         : display HDS WWN and Serial Id -s80_wwn         : display S80 WWN and Serial Id -invista_wwn     : display Invista WWN and Serial Id -shark_wwn       : display IBM Shark WWN and Serial Id -compaq_wwn      : display Compaq WWN and Serial Id -netapp_wwn      : display Netapp WWN and Serial Id -hba             : display HBA info only. See options below -identifier <device_name | nice_name | hp_id | vms_id> : display device identifier info (EMC devices only) -mapinfo         : display target mapping information -emcvdasd        : display EMC VDASD device information   filter options: -no_filters      : show every device even 
    
    if no data available -f_powerpath     : filter -  only powerpath devices -f_pseudo        : filter -  only pseudo devices -f_real          : filter -  only real devices -f_emc           : filter -  only EMC devices -f_ckd           : filter -  only ckd devices -f_celerra       : filter -  only Celerra devices -f_4k            : filter -  only Symmetrix volumes < 4096 -f_clariion      : filter -  only CLARiiON devices -f_storwrks      : filter -  only Compaq StorageWorks devices -f_hds           : filter -  only Hitachi HDS devices -f_s80           : filter -  only Fujitsu Siemens S80 devices -f_invista       : filter -  only EMC Invista devices -f_shark         : filter -  only IBM SHARK devices -f_size <size>   : filter -  only show devices with <= size in kbytes   query options: -skipread        : 
    
    do not request Read Capacity -skipinq         : 
    
    do not request Inquiry data -skipboth        : 
    
    do not request Read Capacity or Inquiry data   device options: -dev  <device>   : 
    
    do inquiry on specified device (option will not work 
    
    for devices that are part of a varied ON volume group or that may have SCSI reservations placed on them) -symmvol <vol#>  : show devices with Symm HEX volume #= <vol#> -clar_file <file-name>: show clariion devices in file   other options: -no_dots         : 
    
    do not display status dots -sortoff         : 
    
    do not perform ANY sorting -sortsymm        : sort by Symmetrix serial number   (Symmetrix only)   sym_wwn options: -sid_wwn <sid>   : the 12 digit SID of the symm 
    
    for which you want wwn
    's -symdev  <dev>   : the device 
    
    for which you want the wwn   HBA specific options: -hba               : display HBA info only -fibre             : display FC HBA info only -iscsi             : display ISCSI HBA info only -scsi              : display SCSI HBA info only -hba_file <file>   : external HBA file to use. -fibre only -create            : create external HBA file specified by -hba_file Usage : inquiry -hba [-fibre [-hba_file <file>] [-create]] [-scsi] [-iscsi]   Release notes: Only options listed above are supported, although other options may 
    
    continue to work, they are subject to change or removal.   the following parameter changes have occurred -nodots              ->  -no_dots -c                   ->  -ckd -v                   ->  -page0 -r <devicename>      ->  -dev <devicename> -s SymmVolumeNumber  ->  -symmvol SymmVolumeNumber -xr                  ->  -f_pseudo -xps                 ->  -f_real -system              ->  no longer exists -emcvdasd            ->  display EMC VDASD specific information
    


  • 3.  Re: HBA Product information.

    Posted Thu May 13, 2010 09:22 AM

    Originally posted by: oczkov


    Look for the latest version of the inq tool here: ftp://ftp.emc.com/pub/symm3000/inquiry/
    As for the day of writing this post it is V7.1.1.0 -> ftp://ftp.emc.com/pub/symm3000/inquiry/v7.1.1.0/
    1. inq
    Inquiry utility, Version V7.3-1026 (Rev 1.0) (SIL Version V7.1.1.0 (Edit Level 1026)

    Regards,