Error Messages found in /var/log/messages as follows:
multipathd: asm!.asm_ctl_spec: add path (uevent)
multipathd: asm!.asm_ctl_spec: failed to store path info
multipathd: uevent trigger error


Solution:
Modify /etc/multipath.conf  and add the highlighted two lines to the file.
>>
blacklist {
        devnode         "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
        devnode         "^hd[a-z][[0-9]*]"
        devnode         "^asm/*"
        devnode         "ofsctl"
}


Then reboot the machine if applicable.

文章標籤
全站熱搜
創作者介紹
創作者 DanBrother 的頭像
DanBrother

DanBrother的部落格

DanBrother 發表在 痞客邦 留言(0) 人氣(626)