- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to configure redhat multipath
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-29-2011 01:22 AM
тАО04-29-2011 01:22 AM
Please tell me the step-by-step procedure to configure redhat-multipath.. Below are the details..
Server : IBM Blade
Storage : HP EVA
OS : RedHat Enterprise Linux 5.1
Multipath rpm : device-mapper-multipath-0.4.7-12.el5
/etc/multipath.conf is attached..
Currently I have 4 paths for each LUN.
Please let me know what are the chjanges to be made to the conf file..
Let me know if you need more info...
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2011 01:25 AM
тАО04-29-2011 01:25 AM
Re: How to configure redhat multipath
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2011 02:51 PM
тАО04-29-2011 02:51 PM
SolutionYes you can.
> Does this activity impact the Data ?
No, not at all. After all, you're accessing the exact same LUNs: the multipath layer just chooses the path(s) used, and can retry any I/O operation using other path(s) if the original path seems to have failed.
For the configuration steps, see RedHat's DM-Multipath guide for RHEL 5:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/index.html
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/DM_Multipath/index.html
By the way, you really should update to at least RHEL 5.3 (the current RHEL 5.x version is 5.6). The dm-multipath subsystem received some improvements in 5.2 and 5.3.
HP has also provided a "dm-multipath enablement kit" for HP EVA storage. This is important if you plan to use RHEL 5.1 or other early 5.x releases.
In RHEL 5.6 release, the configuration settings and other important parts of the enablement kit were included in the main dm-multipath package by RedHat, so the kit will eventually become unnecessary if you update your system.
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=3559652тМй=en&cc=us&taskId=135&prodTypeId=18964&prodSeriesId=3559651
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2011 12:32 AM
тАО04-30-2011 12:32 AM
Re: How to configure redhat multipath
Thank you.
Can you please confirm if I can follow below steps..
1. Edit /etc/multipath.conf
2. Save the file and exit editor.
3. Run modprobe dm-multipath
4. Run service multipathd start
5. Run multipath ├в v2
6. Run chkconfig multipathd on
7. Check if multipath devices are created. Use ls ├в l /dev/mpath* ( It should list devices )
8. Run multipath ├в ll to see the mappings.. ..
9. Edit /etc/fstab and comment all the filesystems using SAN.
10. Reboot the server.
11. Confirm if the service is running, service multipathd status
12. Check the device files.. ls ├в l /dev/mpath
13. Use multipath ├в ll and the old df ├в h output to map the corresponding multipath device file for each filesystem..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2011 12:21 AM
тАО05-02-2011 12:21 AM
Re: How to configure redhat multipath
NOTE: if your /var is a separate filesystem, you should do this procedure before rebooting with dm-multipath enabled:
mkdir /etc/multipath
mv /var/lib/multipath/bindings /etc/multipath/bindings
ln -s /etc/multipath/bindings /var/lib/multipath/
Relevant links to RedHat Knowledge Base (RHN access required):
https://access.redhat.com/kb/docs/DOC-5544
https://access.redhat.com/kb/docs/DOC-17650
MK