LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 843|回复: 0

多路径软件问题

[复制链接]
发表于 2010-1-11 13:20:52 | 显示全部楼层 |阅读模式
请教各位一个奇怪的问题:
我们的ORACLE服务器(SLES 9 SP4)两张HBA卡连接NetApp的SAN存储,安装multipath-tools软件,却只能看到一条路径(确认物理连接及光纤交换机配置正确),哪位帮忙看看?谢谢!

:~ # multipath -ll
360a98000572d4d414b4a522d7a62376d dm-2 NETAPP,LUN
[size=200G][features=0][hwhandler=0]
\_ round-robin 0 [prio=1][active]
\_ 1:0:0:21 sdb 8:16 [active][ready]

lspci
0000:03:03.0 Fibre Channel: QLogic Corp. ISP2312-based 2Gb Fibre Channel to PCI-X HBA (rev 02)
0000:04:04.0 Fibre Channel: QLogic Corp. ISP2312-based 2Gb Fibre Channel to PCI-X HBA (rev 02)

:~ # rpm -q multipath-tools
multipath-tools-0.4.7-75.21

:~ # rpm -qa | grep device*
device-mapper-1.01.01-1.6

/etc/multipath.conf
:~ # less /etc/multipath.conf
##
## This is a template multipath-tools configuration file
## Uncomment the lines relevent to your environment
##
defaults {
udev_dir /dev
polling_interval 10
selector "round-robin 0"
path_grouping_policy failover
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
prio_callout /bin/true
path_checker readsector0
rr_min_io 100
rr_weight priorities
failback immediate
no_path_retry fail
user_friendly_names no
}
blacklist {
devnode "^sda"
}

devices
{
device
{
vendor "NETAPP"
product "LUN"
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
prio_callout "/sbin/mpath_prio_netapp /dev/%n"
features "1 queue_if_no_path"
hardware_handler "0"
path_grouping_policy group_by_prio
failback immediate
rr_weight uniform
rr_min_io 128
path_checker readsector0
}
}
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表