AIX

AIX

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

 View Only
  • 1.  how to check which path is active in MPIO?

    Posted Tue May 24, 2011 04:11 AM

    Originally posted by: wangmmx


    I'm running AIX 5.3 with 2 FC adapters n the failover mode, the MPIO is displaying the list of configured path,but I didn't find a way to see which one is currently active.


  • 2.  Re: how to check which path is active in MPIO?

    Posted Tue May 24, 2011 08:06 AM

    Originally posted by: tech100


    maybe check and compare i/o statistics on your HBAs using 'fcstat fcsX' command - you could see somethink like:

    Transmit Statistics Receive Statistics


    Frames: 141323710 94168668
    Words: 53312362752 12522211072
    lspath -F'status name path_id parent connection'
    shows also paths priorities. on vscsi envronment path with id 0 holds transfer at the moment (when is in Enabled state of course).


  • 3.  Re: how to check which path is active in MPIO?

    Posted Tue May 24, 2011 08:21 AM

    Originally posted by: jvk


    The 'iostat -m -d hdiskN 2' shows you every 2 sec. which path of hdiskN is really active.