Having issues with Multipath configuration.
I have A Dell Unity that im connecting to on 4 targets
But when i look at my Volume groups i get errors
I have the following in my /etc/multipath.conf
cat /etc/multipath.conf
And im not sure if its related but all 4 of my targets have the same WWID. im not quiet sure how to resolve this .
I have A Dell Unity that im connecting to on 4 targets
But when i look at my Volume groups i get errors
I have the following in my /etc/multipath.conf
cat /etc/multipath.conf
Code:
defaults {
polling_interval 2
path_selector "round-robin 0"
path_grouping_policy multibus
rr_min_io 100
failback immediate
no_path_retry queue
user_friendly_names yes
}
blacklist {
wwid .*
}
blacklist_exceptions {
wwid "3600601601e914e00d391266038b8e2f6"
property "(ID_SCSI_VPD|ID_WWN|ID_SERIAL)"
}
multipaths {
multipath {
wwid "3600601601e914e00d391266038b8e2f6"
alias ElasticSearchSAN
}
}
And im not sure if its related but all 4 of my targets have the same WWID. im not quiet sure how to resolve this .