- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux Multipath configuration
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
02-05-2006 10:15 PM
02-05-2006 10:15 PM
mdadm -C /dev/md1 --level=raid0 --raid-devices=2 /dev/sda1 /de
v/sdb1
mdadm: /dev/sda1 appears to contain an ext2fs file system
size=16032K mtime=Thu Jan 1 00:00:00 1970
mdadm: Cannot open /dev/sdb1: No such device or address
mdadm: create aborted
any ideas ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 10:28 PM
02-05-2006 10:28 PM
Re: Linux Multipath configuration
mdadm -C /dev/md1 --level=multipath --raid-devices=2 /dev/sda1 /dev/sdb1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 10:31 PM
02-05-2006 10:31 PM
Re: Linux Multipath configuration
mdadm: Cannot open /dev/sdb1: No such device or address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 10:49 PM
02-05-2006 10:49 PM
Re: Linux Multipath configuration
You can also try:
mknod /dev/sdb b 8 16
You can also run hp_rescan -a if you installed fibreutils. You can try with the rescan-scsi-bus.sh script also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 01:24 AM
02-06-2006 01:24 AM
Re: Linux Multipath configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 01:36 AM
02-06-2006 01:36 AM
Re: Linux Multipath configuration
parted /dev/sda print
parted /dev/sdb print
Remember to try to create the devices if you don't get any output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 01:39 AM
02-06-2006 01:39 AM
Re: Linux Multipath configuration
if I try and used parted to create one it gives an error unbale to open device
[root@ralph root]# parted /dev/sda print
Error: Unable to open /dev/sda - unrecognised disk label.
Information: Don't forget to update /etc/fstab, if necessary.
[root@ralph root]# parted /dev/sdb print
Disk geometry for /dev/sdb: 0.000-208390.781 megabytes
Disk label type: msdos
Minor Start End Type Filesystem Flags
1 0.031 15.688 primary ext3 boot
2 15.688 31.376 primary ext3
3 31.377 89996.945 primary ext3
4 89996.946 149997.524 primary ext3
Information: Don't forget to update /etc/fstab, if necessary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 02:11 AM
02-06-2006 02:11 AM
Re: Linux Multipath configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 07:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 08:09 AM
02-06-2006 08:09 AM
Re: Linux Multipath configuration
What you are trying to do will not work.
In order to create a RAID device, you must have two active paths to the storage subsystem. The MSA1000 only has one active path and does not present the other path to any server unless the active controller fails for some reason.
When you boot a Linux server, you will see one MSA1000 controller changing to the Active controller when being probed by the QLogic card attached to it. The other controller becomes a Standby controller.
With two cards in the server, each controller will become active at some stage, but not both controllers at the same time. Therefore paths will lost by the server.
Your configuration would work in a Active/Active controller SAN, eg MSA1500 or EVA system.
My suggestion for you is to use the QLogic driver with the failover option.
Hope this helps
Anthony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 11:06 PM
02-06-2006 11:06 PM
Re: Linux Multipath configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 01:23 AM
02-07-2006 01:23 AM
Re: Linux Multipath configuration
Sorry, but the MSA1000/MSA1500cs is not Active/Active, yet. And EVA3000/5000 are not Active/Active until VCS V4.