AIX

AIX

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


#Power
#Power
 View Only
  • 1.  HMC menu - Virtual SCSI Topology

    Posted Tue July 20, 2010 09:35 AM

    Originally posted by: usrb


    How can I list in HMC CLI the same thing which I can see through WEB GUI in following location:
    VIOS partition - Hardware Information - Virtual I/O adapters - SCSI

    I'm doing some scripting with calculation of storage disk space so I need to connect which hdisk is mapped to which client LPAR.
    #AIX-Forum


  • 2.  Re: HMC menu - Virtual SCSI Topology

    Posted Tue July 20, 2010 11:10 AM

    Originally posted by: Renaud


    lsmap give what device is to which partitions
    lsslot give you the slot for each device
    #AIX-Forum


  • 3.  Re: HMC menu - Virtual SCSI Topology

    Posted Tue July 20, 2010 11:23 AM

    Originally posted by: Renaud


    Apologize, these commands work on vio and not on HMC
    #AIX-Forum


  • 4.  Re: HMC menu - Virtual SCSI Topology

    Posted Tue July 20, 2010 11:19 AM

    Originally posted by: Kosala


    I do not remember the exact command, but...

    lshwres -m managed sys name -r virtualio --rsubtype scsi

    should give you the output you're looking for...I think.

    Kosala
    #AIX-Forum


  • 5.  Re: HMC menu - Virtual SCSI Topology

    Posted Tue July 20, 2010 12:31 PM

    Originally posted by: Kosala


    Sorry for not mentioning this... you can find the device location by combining LPAR id and the card location. For example a vscsi attached to the LPAR id 1 with slot id 5, would give you a device location V1-C5.

    HTH,
    Kosala
    #AIX-Forum