- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- 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
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
01-09-2007 11:04 PM
01-09-2007 11:04 PM
Multipath
We have a MS500 G2 storage attached to a DL380 using two Smart Array 642 SCSI running Red Hat Enterprise Server 4.
We have 1 LUN and this LUN has two paths in Linux:
/dev/cciss/c1d0
/dev/cciss/c2d0
When we tried to enable Multipath with mdadm mannualy, it works, but we cannot do this change persistent on boot.
Add /dev/md0 with command:
mdadm -C /dev/md0 -l multipath -n 2 /dev/cciss/c1d0p1 /dev/cciss/c2d0p1
WORK.
Reboot the system - doesn't work, and this message appears:
mdadm: failed to add /dev/cciss/c1d0p1 to /dev/md0: Device or resource busy
mdadm: /dev/md0 has been started with 2 drives and -1 spares.
Please, help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 03:35 AM
01-10-2007 03:35 AM
Re: Multipath
Do you have /boot on /dev/md0 ?
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2007 07:43 PM
01-11-2007 07:43 PM
Re: Multipath
also, you can modify the file/etc/mdadm.conf to insert the md device and the phisical disk.
regards, Cristian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 12:16 AM
11-07-2023 12:16 AM
Re: Multipath
I have a server having two hdds (/dev/sdc and /dev/sdd) . Both hdds are same physical disk sent by two different paths to the sever. I am trying to create a multipath raid device using the following command :
"mdadm --create /dev/md0 --level=multipath --raid-devices=2 /dev/sdd /dev/sdc "
But facing error
" mdadm: RUN_ARRAY failed: Invalid argument "
my /etc/mdadm.conf file
DEVICE /dev/sdd /dev/sdc
ARRAY /dev/md0 metadata=1.2 name=myarray:0 UUID=261fb9c:976d0d97:30bc63ce:85e76e91
Can anyone help me with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 11:59 PM
11-08-2023 11:59 PM
Re: Multipath
Hello @Natasha3,
Thank you for posting!
Since you have posted in an old topic and there is no response yet, we would recommend you create a new topic using the create "New Discussion" button, so the experts can check and assist you further.