- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Alternate Path Support in LINUX
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
09-13-2006 03:10 AM
09-13-2006 03:10 AM
Alternate Path Support in LINUX
I have a quick question for you!.
Does linux support Alternate pathing in volume groups.
HP UNIX support Alternate paths with LVM.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 03:46 AM
09-13-2006 03:46 AM
Re: Alternate Path Support in LINUX
mdadm -C /dev/md0 --level=multipath --raid-devices=2 /dev/sda1 /dev/sdb1
But normally, multipath is provided by the HBA driver and the os sees only one physical device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 04:27 AM
09-13-2006 04:27 AM
Re: Alternate Path Support in LINUX
Ivan I am sorry, few questions on mdadm.
Is it a Linux Utility(Free), or some kind of extra multipathing software.
See we have powerpath installed on all these linux boxes. We are planing to get ride of powerpath; If mdadm is free software, we are really intersted in that.
Can you please tell me how it works. Though we add multiple paths when allocating disk, it genereates only one device path /dev/sdx ( for one PV). Why is it so.
Or may be some links to get familiar with it
Thanks for your quick reply
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 04:37 AM
09-13-2006 04:37 AM
Re: Alternate Path Support in LINUX
What is the HBA model that you are using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 05:02 AM
09-13-2006 05:02 AM
Re: Alternate Path Support in LINUX
Hi,
We have Qlogic and Emulex cards. How will I make it with these drivers?
Regards, Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 05:14 PM
09-13-2006 05:14 PM
Re: Alternate Path Support in LINUX
I'd pretty sure that MD will not work with Clariion. I think the Clariion array requires some control for failover It may work with Symmetrix.
EMC may support DM, based on the activity on the DM mailing list.
mdadm gnerally comes with most (all?) versions of Linux. It is part of RedHat and SUSE.
DM is part of RH4 and SLES9.
Both QLogic and Emulex drivers have built in multipath functionality. Not sure if they work or are supported with EMC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 07:05 PM
09-13-2006 07:05 PM
Re: Alternate Path Support in LINUX
have a look at multipath-tools.
Linux native multipathing is supported by EMC.
rgds
HGH