How do I display vendor device information?



  • To display vendor hardware information use lscfg, this is different from lsattr, which displays attributes

    To display tape drive vendor information

    # lscfg -vl rmt0
    DEVICE LOCATION DESCRIPTION
    rmt0 10-60-00-5,0 SCSI 8mm Tape Drive (20000 MB)
    Manufacturer................EXABYTE
    Machine Type and Model......IBM-20GB
    Device Specific.(Z1)........38zA
    Serial Number...............60089837
    Device Specific.(LI)........A0000001
    Part Number.................59H2813
    FRU Number..................59H2839
    EC Level....................E30279
    Device Specific.(Z0)........0180020283000030
    Device Specific.(Z3)........
    

    Display all the entries in the Vital Product Data object class

    # lscfg
    

    Display specific vendor memory information for a logical name mem0

    # lscfg -v -l mem0
    Device Location Description
    
    mem0 00-0A Memory Card
    
    Device Specific (Z3)...........04
    EC Level.......................00
    Device Specific (Z0)...........00
    Device Specific (Z1)...........00
    Device Specific (Z2)...........01
    Size...........................64
    

    Display all vendor information for all devices, quite a lot of output

    # lscfg -v
    

Log in to reply
 

© Lightnetics 2024