- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RedHat Linux 7 multipath.conf for P9500 and HP Sto...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2015 03:34 AM
05-26-2015 03:34 AM
RedHat Linux 7 multipath.conf for P9500 and HP Storeserve
HI,
We are installing Red Hat Linux v7 that is connected to a P9500 and HP Storserve storage. Is there a guidline on the multipath.conf file that we can use, or guidelines on what needs to be set up on the P9500, or Storage?
Thanks
Andrew
- Tags:
- 3PAR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2015 11:29 AM
08-12-2015 11:29 AM
Re: RedHat Linux 7 multipath.conf for P9500 and HP Storeserve
IIRC, the "defaults" in the multipath configuration are already sufficient for optimal Enterprise Server Configuration for Enterprise Class Storage arrays like the P9500 (aka Hitachi VSP) and your 3PAR array.
Check the defaults in /usr/share/doc/device-mapper-multipath-x.y.z/multipath.conf.defaults
Example:
# device {
# vendor "HP"
# product "OPEN-.*"
# path_grouping_policy multibus
# getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n"
# path_selector "round-robin 0"
# path_checker tur
# features "0"
# hardware_handler "0"
# prio const
# rr_weight uniform
# no_path_retry 18
# rr_min_io 1000
# rr_min_io_rq 1
# }
and
# device {
# vendor "HITACHI"
# product "OPEN-.*"
# path_grouping_policy multibus
# getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n"
# path_selector "round-robin 0"
# path_checker tur
# features "0"
# hardware_handler "0"
# prio const
# rr_weight uniform
# no_path_retry 6
# rr_min_io 1000
# rr_min_io_rq 1
# }
You need not really even need to tweak anything except if you do multipath aliasing and ownerships..