AIX

AIX

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


#Power
#Power
 View Only
  • 1.  MPIO - list of supported arrays

    Posted Fri April 01, 2011 04:45 AM

    Originally posted by: SystemAdmin


    Hello,

    is there any document which says which hardware arrays are supported by AIX's MPIO ?

    Regards
    #AIX-Forum


  • 2.  Re: MPIO - list of supported arrays

    Posted Fri April 01, 2011 05:03 AM

    Originally posted by: jvk


    This is more up to the storage vendor if he provides mpio capable devices or not (with or without an ODM support kit). For example, there are storage boxes they don't come up as mpio disks by default. However after installing a right ODM support supplied by the storage vendor they become mpio disks.
    #AIX-Forum


  • 3.  Re: MPIO - list of supported arrays

    Posted Fri April 01, 2011 06:57 AM

    Originally posted by: SystemAdmin


    Do I understand correctly that every arrays can be MPIO-compatible on condition that we install ODM ?
    #AIX-Forum


  • 4.  Re: MPIO - list of supported arrays

    Posted Fri April 01, 2011 08:03 AM

    Originally posted by: jvk


    Not all disk devices and tape devices can be detected and configured using the AIX default PCMs. If your device is not detected, check with the device vendor to determine if a PCM is available for your device.

    To determine which devices are supported as MPIO other FC disks for example, run the following command:
    1. odmget -qattribute=mpio_model_map PdAt | grep deflt | cut -d'"' -f2

    Output from above can vary of the AIX level you run.
    #AIX-Forum