First, the multipathing solution tested by EqualLogic is only RHEL and SUSE Linux.
However, at first glance, the multipath.conf file doesn't seem to be complete (I really didn't review all the files).
Missing is:
getuid_callout "/sbin/scsi_id -g -u /dev/%n"
Add the wwid for the devices to the multipath section, and an alias (in the example, replace your actual wwid with your device):
multipath {
wwid 12345123451234515b521249fae00
alias eql-rhel6
}
}
There may be other misconfigurations, we have a document on setting up RHEL at the eqlsupport.dell.com (support contract required to login), that you can review and modify for your needs.
Joe S586
7 Technologist
•
729 Posts
0
October 25th, 2013 07:00
First, the multipathing solution tested by EqualLogic is only RHEL and SUSE Linux.
However, at first glance, the multipath.conf file doesn't seem to be complete (I really didn't review all the files).
Missing is:
getuid_callout "/sbin/scsi_id -g -u /dev/%n"
Add the wwid for the devices to the multipath section, and an alias (in the example, replace your actual wwid with your device):
multipath {
wwid 12345123451234515b521249fae00
alias eql-rhel6
}
}
There may be other misconfigurations, we have a document on setting up RHEL at the eqlsupport.dell.com (support contract required to login), that you can review and modify for your needs.
-joe