From: malahal@us.ibm.com
To: dm-devel@redhat.com
Subject: Re: Problem using dm-multipath on first of 2 LUNs on system
Date: Tue, 29 Jan 2008 11:58:18 -0800 [thread overview]
Message-ID: <20080129195818.GA9772@us.ibm.com> (raw)
In-Reply-To: <08F3F42DB42FBF4E87512A3AB4596D4A03F72CBF@HERSHEY.aeo.ae.com>
LittleJ@AE.com [LittleJ@AE.com] wrote:
> I am attempting to implement dm-multipath on a RHEL4U6 server and I have
> been successful in enabling it on the second of 2 LUNs on the server but
> for whatever reason it will not create the device special files in
> /dev/mapper for the fist LUN. `multipath -d` shows that it identifies the
> first LUN and wants to create the mpath0 files:
>
>
>
> [root@svwdcvispay01 etc]# multipath -d
>
> create: mpath0 (36005076801810085c800000000000194)
>
> [size=12 GB][features="1 queue_if_no_path"][hwhandler="0"]
>
> \_ round-robin 0 [prio=50]
>
> \_ 1:0:0:0 sda 8:0 [ready]
>
> \_ round-robin 0 [prio=10]
>
> \_ 1:0:1:0 sdc 8:32 [ready]
One of the fields (DM path state) is missing from the above output.
Looks like it failed to create mpath0 properly. Make sure you enable
'syslog' and send out the syslog out when you run "multipath -v3"
Also, can you do read/write I/O to sda and sdc devices? Try reading
data from both of those devices using dd or something similar. The
following should do:
dd if=/dev/sda of=/dev/null count=10
dd if=/dev/sdc of=/dev/null count=10
Thanks, Malahal.
next prev parent reply other threads:[~2008-01-29 19:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-29 15:42 Problem using dm-multipath on first of 2 LUNs on system LittleJ
2008-01-29 16:58 ` Gerald Nowitzky
2008-01-29 17:17 ` LittleJ
2008-01-29 18:57 ` Chandra Seetharaman
2008-01-29 21:24 ` LittleJ
2008-01-29 19:58 ` malahal [this message]
2008-01-29 21:40 ` LittleJ
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080129195818.GA9772@us.ibm.com \
--to=malahal@us.ibm.com \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.