Already a member?
Sign in
multipathd.conf configuration for Data ONTAP 7.2.x with ALUA
Valid for:
## Use user friendly names, instead of using WWIDs as names.
defaults {
user_friendly_names yes
}
## Blacklist non-SAN devices
devnode_blacklist {
devnode "sd[a]$"
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
devnode "^hd[a-z]"
devnode "^cciss!c[0-9]d[0-9]*"
}
# FCP configuration, for a NetApp FAS3xxx / IBM n5200
# Vendor is "NETAPP ", spaces are important
# Product is "LUN", though "*" will do
devices {
device {
vendor "NETAPP"
product "*"
path_grouping_policy group_by_prio
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
prio_callout "/sbin/mpath_prio_alua -d/tmp %d"
features "1 queue_if_no_path"
path_checker readsector0
failback immediate
}
}
- Oracle VM Server 2.1
- Oracle Enterprise Linux 5.x, RHEL 5.x, CentOS 5.x
## Use user friendly names, instead of using WWIDs as names.
defaults {
user_friendly_names yes
}
## Blacklist non-SAN devices
devnode_blacklist {
devnode "sd[a]$"
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
devnode "^hd[a-z]"
devnode "^cciss!c[0-9]d[0-9]*"
}
# FCP configuration, for a NetApp FAS3xxx / IBM n5200
# Vendor is "NETAPP ", spaces are important
# Product is "LUN", though "*" will do
devices {
device {
vendor "NETAPP"
product "*"
path_grouping_policy group_by_prio
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
prio_callout "/sbin/mpath_prio_alua -d/tmp %d"
features "1 queue_if_no_path"
path_checker readsector0
failback immediate
}
}
Latest page update: made by emocat
, Jan 18 2008, 12:42 PM EST
(about this update
About This Update
Moved from: The Official Oracle Wiki
- emocat
No content added or deleted.
- complete history)
No content added or deleted.
- complete history)
Keyword tags:
ALUA
dm_multipath
multipath
multipathd
multipathd.conf
NetApp
More Info: links to this page

