NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Additional Virtualization Discussions

Red Hat Ent Linux 5 Update 3 Sample multipath.conf file

christop
5,236 Views

Hi:

My customer is trying to make sure his multipath.conf file for a RHEL 5 U3 standalone host is setup correctly.

Does anyone have a sample multipath.conf for a host connected to an SSI cluster with FCP luns?

Please reply to this thread or send directly to me at [email protected].

Thanks!

Chris

1 REPLY 1

vbalaji
5,236 Views

Hi Chris,

Please find the sample content of multipath.conf as follows.

cat multipath.conf
defaults {
user_friendly_names no
rr_min_io 128
}
devnode_blacklist {
devnode "sda[0-9]*"
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
devnode "^hd[a-z]"
devnode "^cciss!c[0-9]d[0-9]*"
}
devices {
device {
vendor "NETAPP"
product "LUN"
path_grouping_policy multibus
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
prio_callout "/sbin/mpath_prio_netapp /dev/%n"
features "1 queue_if_no_path"
path_checker readsector0
failback immediate
}
}

Please let me know for further information. Hope this helps. Also see attachment.

Thanks and Regards,

Viswanathan Balaji.

Public