- 论坛徽章:
- 0
|
orcle 10G (ASM)服务器(suse SLES 9 SP4)双QLogic的2340 HBA卡连接NetApp FC存储,安装了多路径软件之后,Oracle CRS服务无法启动?麻烦各位帮忙看看。
配置如下:
/etc/multipath.conf
##
## This is a template multipath-tools configuration file
## Uncomment the lines relevent to your environment
##
defaults {
user_friendly_names no
}
blacklist {
devnode "^sda"
}
#blacklist {
# wwid 26353900f02796769
# 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]*[p[0-9]*]"
# device {
# vendor DEC.*
# product MSA[15]00
# }
#}
#blacklist_exceptions {
# devnode "^dasd[c-d]+[0-9]*"
# wwid "IBM.75000000092461.4d00.34"
#}
#multipaths {
# multipath {
# wwid 3600508b4000156d700012000000b0000
# alias yellow
# path_grouping_policy multibus
# path_checker readsector0
# path_selector "round-robin 0"
# failback manual
# rr_weight priorities
# no_path_retry 5
# rr_min_io 100
# }
# multipath {
# wwid 1DEC_____321816758474
# alias red
# }
#}
#devices {
# device {
# vendor "COMPAQ "
# product "HSV110 (C)COMPAQ"
# path_grouping_policy multibus
# getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
# path_checker readsector0
# path_selector "round-robin 0"
# hardware_handler "0"
# failback 15
# rr_weight priorities
# no_path_retry queue
# rr_min_io 100
# product_blacklist LUN_Z
# }
# device {
# vendor "COMPAQ "
# product "MSA1000 "
# path_grouping_policy multibus
# }
#}
devices
{
device
{
vendor "NETAPP"
product "LUN"
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
prio_callout "/sbin/mpath_prio_alua /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
}
}
/etc/modprobe.conf.local
#
# please add local extensions to this file
#
alias bond0 bonding
alias bond1 bonding
#options bond0 mode=802.3ad miimon=100
#options bond1 mode=802.3ad miimon=100
options bond0 mode=0 miimon=100
options bond1 mode=0 miimon=100
install qla2xxx /sbin/modprobe qla2xxx_conf; /sbin/modprobe --ignore-install qla2xxx
remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx && { /sbin/modprobe -r --ignore-remove qla2xxx_conf; }
options qla2xxx ql2xfailover=0 displayConfig=1 ql2xextended_error_logging=1
# multipath -ll
360a98000572d4d414b4a522d7a62376ddm-2 NETAPP,LUN
[size=200G][features=1 queue_if_no_path][hwhandler=0]
\_ round-robin 0 [prio=100][enabled]
\_ 1:0:1:21 sdc 8:32 [active][ready]
\_ 2:0:1:21 sde 8:64 [active][ready]
\_ round-robin 0 [prio=20][enabled]
\_ 1:0:0:21 sdb 8:16 [active][ready]
\_ 2:0:0:21 sdd 8:48 [active][ready]
[ 本帖最后由 xgxiaofei 于 2010-1-21 10:50 编辑 ] |
|