Originally posted by: klaasvaak
To test AIX 5.3 mpio capabilities, we are using the AIX 5.3 MPIO drivers to multipath-IO EMC Symmetrix disks, connected through fiber adapters.
-
lsdev -Cc disk
hdisk2 Available 0E-08-01 MPIO Other FC SCSI Disk Drive
hdisk3 Available 0E-08-01 MPIO Other FC SCSI Disk Drive
hdisk4 Available 0E-08-01 MPIO Other FC SCSI Disk Drive
-
lslpp -l mpio
devices.common.IBM.mpio.rte 5.3.0.32 COMMITTED MPIO Disk Path Control Module
Everything works ok, failovers, failback to the original path, booting from these devices with only 1 fiber connected etc.
The only thing I can't get to work is round_robin scheduling algorithm.
According to lsattr fail_over and round_robin are both valid:
-
lsattr -R -l hdisk3 -a algorithm
fail_over
round_robin
But changing it is not allowed?!?
-
chdev -l hdisk3 -a algorithm=round_robin
Method error (/usr/lib/methods/chgdisk):
0514-018 The values specified for the following attributes
are not valid:
The error message doesn't specify what it is that is not valid.
I haven't been able to come up with an explanation or a workaround, other than to install PowerPath, but I read that basic AIX MPIO should also be able to do round-robin.
What am I missing??
Regards,
Klaas
#AIX-Forum