RHEL 6 または 7 で、デバイスマッパーマルチパスが、SAN ディスクから起動するマッピングを作成することができない
Issue
- サーバーが 1 つの scsi パスから起動せず、マルチパスデバイスが作成されません。
multipath -llがパスを返しません。 - EMC の Red Hat Enterprise Linux サーバーに BootOnSan を設定しようとしています。ただし、multipath -ll コマンドが何も返しません。
- 以下は/etc/multipath.conf ファイルの設定と、実行したその他のコマンドです。
# cat /etc/multipath.conf
defaults {
find_multipaths yes
user_friendly_names yes
}
blacklist {
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
devnode "^hd[a-z][[0-9]*]"
devnode "^cciss!c[0-9]d[0-9]*"
}
devices {
device {
vendor "DGC"
product "*"
prio tpg_pref
path_grouping_policy group_by_prio
features "1 queue_if_no_path"
failback immediate
hardware_handler "1 alua"
}
}
[root@localhost ~]# multipath -ll
[root@localhost ~]# multipath -l
[root@localhost ~]# multipath -d
create: mpatha (3600601608db038002f6972087458e511) undef DGC,VRAID
size=50G features='1 queue_if_no_path' hwhandler='1 alua' wp=undef
|-+- policy='round-robin 0' prio=130 status=undef
| `- 2:0:1:0 sdb 8:16 undef ready running
`-+- policy='round-robin 0' prio=10 status=undef
`- 2:0:0:0 sda 8:0 undef ready running
Environment
- Red Hat Enterprise Linux(RHEL) 6 および 7
- SAN/DM マルチパスからの起動
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
