This post is more than 5 years old
1 Rookie
•
20 Posts
0
46943
October 25th, 2013 02:00
Getting EqualLogic to work with Ovirt
If anyone is having issues getting Ovirt to work with EqualLogic the following link may be helpful:
https://sites.google.com/a/keele.ac.uk/partlycloudy/ovirt/gettingovirttoworkwithdellequallogic
Ovirt is a very good free alternative to a lot of commercial vm management solutions.
No Events found!
DELL-Joe S
7 Technologist
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