- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: dm-multipath
Operating System - Linux
1824993
Members
2150
Online
109678
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО07-07-2009 11:17 PM
тАО07-07-2009 11:17 PM
Folks,
I need to get this out. Where could i find the "specific settings" for the Hitachi USP1100 and USPV which i should include in the multipath.conf.
The below link suggests only a few are there by default:
http://kbase.redhat.com/faq/docs/DOC-1251
Ps: Our arrays are HDS USPV and USP1100
cheers folks.
I need to get this out. Where could i find the "specific settings" for the Hitachi USP1100 and USPV which i should include in the multipath.conf.
The below link suggests only a few are there by default:
http://kbase.redhat.com/faq/docs/DOC-1251
Ps: Our arrays are HDS USPV and USP1100
cheers folks.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2009 12:20 AM
тАО07-08-2009 12:20 AM
Solution
Shalom,
Alternative document:
http://www.redhat.com/docs/manuals/csgfs/browse/4.6/DM_Multipath/index.html
You don't indicate your RHEL version, so I'm guessing.
There is no actual need to configure it. If there are two paths to the disk it will work active passive without modification.
To have two paths to the disk, you would need to connections (fiber or scsi) to the disk.
SEP
Alternative document:
http://www.redhat.com/docs/manuals/csgfs/browse/4.6/DM_Multipath/index.html
You don't indicate your RHEL version, so I'm guessing.
There is no actual need to configure it. If there are two paths to the disk it will work active passive without modification.
To have two paths to the disk, you would need to connections (fiber or scsi) to the disk.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2009 01:33 AM
тАО07-08-2009 01:33 AM
Re: dm-multipath
Hiya,
Thanks Steven, Well my mistake couldn't quote the RHEL version. It's RHEL V5.2 and 5.3 would be tested as well.
What should i be giving :
device {
vendor "IBM"
product "S/390.*"
}
In the above block, any idea?
Thanks for the link.
cheers,
RHEL 5 out of the box with the inbox driver is stable enough for Dm-Multipath ?
cheers,
Thanks Steven, Well my mistake couldn't quote the RHEL version. It's RHEL V5.2 and 5.3 would be tested as well.
What should i be giving :
device {
vendor "IBM"
product "S/390.*"
}
In the above block, any idea?
Thanks for the link.
cheers,
RHEL 5 out of the box with the inbox driver is stable enough for Dm-Multipath ?
cheers,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2009 06:27 PM
тАО07-08-2009 06:27 PM
Re: dm-multipath
Hello ossuport55,
These setting should be given by the storage vendor and not use genric values.
The storage vendor would have tested the values.
Example for HP array;
For EVA3000/EVA5000/EVA4x00/EVA6x00/EVA8x00
device
{
vendor "(HP|COMPAQ)"
product "HSV1[01]1\(C\)COMPAQ|HSV[2][01]0|HSV300|HSV4[05]0"
path_grouping_policy group_by_prio
getuid_callout "/lib/udev/scsi_id -g -u /dev/%n"
path_checker tur
path_selector "round-robin 0"
prio alua
rr_weight uniform
failback immediate
hardware_handler "0"
no_path_retry 12
rr_min_io 100
}
6
Again on the driver, your storage vendor will have a supported driver for the OS.
Hope this info helps.
-Thank You
Bharath
These setting should be given by the storage vendor and not use genric values.
The storage vendor would have tested the values.
Example for HP array;
For EVA3000/EVA5000/EVA4x00/EVA6x00/EVA8x00
device
{
vendor "(HP|COMPAQ)"
product "HSV1[01]1\(C\)COMPAQ|HSV[2][01]0|HSV300|HSV4[05]0"
path_grouping_policy group_by_prio
getuid_callout "/lib/udev/scsi_id -g -u /dev/%n"
path_checker tur
path_selector "round-robin 0"
prio alua
rr_weight uniform
failback immediate
hardware_handler "0"
no_path_retry 12
rr_min_io 100
}
6
Again on the driver, your storage vendor will have a supported driver for the OS.
Hope this info helps.
-Thank You
Bharath
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP