Owner's Manual
62 Setting Up an iSCSI Cluster
4
Add the following section
in /etc/multipath.conf
. The
WWID
is obtained
from step 1. 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 includes configurations of four volumes.
multipaths {
multipath {
wwid 36090a028d059ee902e94b4
6797996fe2
alias ocr
}
multipath {
wwid 36090a028d059ee932e94d4
6797994f67
alias data1
}
multipath {
wwid 36090a028d059ce952e94f4
6797990f2e
alias data2
}
multipath {
wwid 36090a028d059be972e9414
689799efd7
alias fra1
}
}
Lnx_Stnwt.book Page 62 Wednesday, August 4, 2010 11:58 AM