Owner's Manual
28
3
Add the following section in /etc/multipath.conf. The WWID is obtained
from the step 1 above. Ensure the alias names are consistent on all hosts in the
cluster.
multipaths {
multipath {
wwid WWID_of_volume1
alias alias_of_volume1
}
multipath {
wwid WWID_of_volume2
alias alias_of_volume2
}
(Add a multipath subsection for each additional volume.)
}
The following sample section includes configurations of four volumes.
multipaths {
multipath {
wwid 36090a028d059ee902e94b46797996fe2
alias ocr-css-spfile
}
multipath {
wwid 36090a028d059ee932e94d46797994f67
alias data1
}
multipath {
wwid 36090a028d059ce952e94f46797990f2e
alias data2
}
multipath {
wwid 36090a028d059be972e9414689799efd7
alias fra1
}
}
4
Restart the multipath daemon and verify the alias names are displayed in the
"multipath -ll" output.
service multipathd restart
multipath -ll