Originally posted by: jvk
Running your test on my system:
-
oslevel -r
5300-05
DS6000 disks with default MPIO.
2 FC adapters in AIX box.
-
lsattr -El hdisk33
PCM PCM/friend/fcpother
algorithm fail_over
queue_depth 1
reserve_policy single_path
-
lspath -l hdisk33
Enabled hdisk33 fscsi0
Enabled hdisk33 fscsi0
Enabled hdisk33 fscsi1
Enabled hdisk33 fscsi1
-
date;dd if=/dev/rhdisk33 of=/dev/null bs=8k count=50000;date
Sat Jul 28 23:19:29 DFT 2007
50000+0 records in.
50000+0 records out.
Sat Jul 28 23:19:39 DFT 2007
Disks: % tm_act Kbps tps Kb_read Kb_wrtn
hdisk33 93.2 41564.0 5195.5 124848 0
Paths: % tm_act Kbps tps Kb_read Kb_wrtn
Path3 0.0 0.0 0.0 0 0
Path2 0.0 0.0 0.0 0 0
Path1 0.0 0.0 0.0 0 0
Path0 93.2 41564.0 5195.5 124848 0
Disks: % tm_act Kbps tps Kb_read Kb_wrtn
hdisk33 86.9 41441.5 5180.2 124480 0
Paths: % tm_act Kbps tps Kb_read Kb_wrtn
Path3 0.0 0.0 0.0 0 0
Path2 0.0 0.0 0.0 0 0
Path1 0.0 0.0 0.0 0 0
Path0 86.2 41441.5 5180.2 124480 0
Disks: % tm_act Kbps tps Kb_read Kb_wrtn
hdisk33 89.4 39400.7 4925.1 119384 0
.
Paths: % tm_act Kbps tps Kb_read Kb_wrtn
Path3 0.0 0.0 0.0 0 0
Path2 0.0 0.0 0.0 0 0
Path1 0.0 0.0 0.0 0 0
Path0 88.1 39400.7 4925.1 119384 0
-
chdev -l hdisk33 -aalgorithm=round_robin -areserve_policy=no_reserve
hdisk33 changed
-
date;dd if=/dev/rhdisk33 of=/dev/null bs=8k count=50000;date
Sat Jul 28 23:21:56 DFT 2007
50000+0 records in.
50000+0 records out.
Sat Jul 28 23:22:06 DFT 2007
Disks: % tm_act Kbps tps Kb_read Kb_wrtn
hdisk33 87.8 38475.0 4809.4 123168 0
Paths: % tm_act Kbps tps Kb_read Kb_wrtn
Path3 20.3 9618.7 1202.3 30792 0
Path2 22.2 9618.7 1202.3 30792 0
Path1 19.4 9618.7 1202.3 30792 0
Path0 23.1 9618.7 1202.3 30792 0
Disks: % tm_act Kbps tps Kb_read Kb_wrtn
hdisk33 91.3 37443.1 4680.4 112376 0
Paths: % tm_act Kbps tps Kb_read Kb_wrtn
Path3 20.0 9361.4 1170.2 28096 0
Path2 26.7 9358.8 1169.8 28088 0
Path1 22.7 9361.4 1170.2 28096 0
Path0 20.7 9361.4 1170.2 28096 0
Disks: % tm_act Kbps tps Kb_read Kb_wrtn
hdisk33 90.3 33658.0 4207.2 101016 0
Paths: % tm_act Kbps tps Kb_read Kb_wrtn
Path3 17.3 8415.2 1051.9 25256 0
Path2 24.3 8415.2 1051.9 25256 0
Path1 22.7 8412.5 1051.6 25248 0
Path0 24.3 8412.5 1051.6 25248 0
From above you can see that one path (single_path/fail_over) can manage
same or even slightly more than 4 paths but in general my results are
in both cases 10 seconds.
#AIX-Forum