Difference between revisions of "Solaris: SAN Multipathing"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
* Check the multipathing.
 
* Check the multipathing.
<pre>
+
<source lang="php">
 
root@host1# mpathadm list lu
 
root@host1# mpathadm list lu
 
         /dev/rdsk/c9t60060E80056FB30000006FB300000698d0s2
 
         /dev/rdsk/c9t60060E80056FB30000006FB300000698d0s2
Line 95: Line 95:
 
                 Total Path Count: 2
 
                 Total Path Count: 2
 
                 Operational Path Count: 2
 
                 Operational Path Count: 2
</pre>
+
</source>
 
[[Category:Unix_Scripts]]
 
[[Category:Unix_Scripts]]

Latest revision as of 17:33, 24 October 2011

  • Check the multipathing.

<source lang="php"> root@host1# mpathadm list lu

       /dev/rdsk/c9t60060E80056FB30000006FB300000698d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000695d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000692d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000068Fd0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000068Cd0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000689d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000686d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000683d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000680d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000067Dd0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000067Ad0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000677d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000674d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000671d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000066Ed0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000066Bd0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000668d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000665d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000662d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000065Fd0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000065Cd0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000659d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000656d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000653d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000650d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000064Dd0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000064Ad0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000647d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000644d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB300000641d0s2
               Total Path Count: 2
               Operational Path Count: 2
       /dev/rdsk/c9t60060E80056FB30000006FB30000063Ed0s2
               Total Path Count: 2
               Operational Path Count: 2

</source>