Aix 搭配EMC storage 使用native MPIO的調整方式
Default MPIO是使用single lun path , 要改成round robin才會提升disk array io 效能
Device
|
Attribute
|
Value
|
fscsi
|
fc_err_recov
|
fast_fail
|
hdisk
|
reserve_policy
|
no_reserve
|
hdisk
|
algorithm
|
round_robin
|
以上三個參數,是設定AIX Multipath IO參數,簡稱MPIO的設定,作用是當AIX主機有多條路徑連到後端儲存系統時,
需要在AIX上面做參數的調整,以取得較佳的資料路徑選擇方式。
Ref: https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000013773272
http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD105839
via this command if no disks are in use:
# chdev -l hdisk5 -a dyntrk=yes -a fc_err_recov=fast_fail
or if the disks are in use:
# chdev -l hdisk5 -a dyntrk=yes -a fc_err_recov=fast_fail -P
chdev -l hdisk5 -a reserve_policy=no_reserve -a algorithm=round_robin
沒有留言:
張貼留言