All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chandra Seetharaman <sekharan@us.ibm.com>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: Multipath-tools errors
Date: Thu, 16 Aug 2007 10:26:28 -0700	[thread overview]
Message-ID: <1187285188.17399.255.camel@linuxchandra> (raw)
In-Reply-To: <1186757447.17449.24.camel@sanderbal>

First off, the "mpath_prio_rdac" is the path checker for the lsi engenio
controller. Is the Dell MD300 based on that controller ?

If it is _not_, then you should _not_ be using mpath_prio_rdac.

If it is, read on.

You need to use the hardware handler for the same controller, you can
setup your multipath.conf to use the "rdac" hardware handler.

Here is how your multipath.conf should look like:
-----------
devices {
        device {
                vendor                  "$vendor_name"
                product                 "$product_name"
                hardware_handler        "1 rdac"
                path_checker            rdac
                path_grouping_policy    group_by_prio
                prio_callout            "/sbin/mpath_prio_rdac /dev/%n"
        }
}
-----------

Note: replace $vendor_name and $product_name with appropriate vendor and
product information for the storage.

Hardware handler for rdac is available only in 2.6.23-rc1 and onwards
(if you are not using this version, do let me know which version of the
kernel you are using, even if it is in distro).

Where did you get the multipath-tools from ? From Christophe's website
or any distro(RedHat/SuSE) ?

And, as Malahal pointed, make sure you have /sbin/mpath_prio_rdac
available and is an executable.

Hope this helps,

chandra
On Fri, 2007-08-10 at 16:50 +0200, S. J. van Harmelen wrote:
> Oke, got a bit further...
> 
> I now understand how to use the disks. Only thing thats not going oke is
> that I get these errors constantly (while formatting):
> 
> end_request: I/O error, dev sdf, sector 30408704
> end_request: I/O error, dev sdf, sector 30670848
> end_request: I/O error, dev sdf, sector 30932992
> end_request: I/O error, dev sdf, sector 31195136
> end_request: I/O error, dev sdf, sector 31457280
> 
> or (while editting a file):
> 
> end_request: I/O error, dev sdc, sector 966656
> device-mapper: multipath: Failing path 8:32.
> end_request: I/O error, dev sdc, sector 966720
> device-mapper: multipath: Failing path 8:32.
> end_request: I/O error, dev sdc, sector 96665
> 
> And the device seems very slow...
> 
> And also stil having this error: "error calling out mpath_prio_rdac"
> 
> Any tips, pointers?
> 
> Sander
> 
> -------- Forwarded Message --------
> From: S. J. van Harmelen <svanharmelen@xillan.nl>
> To: dm-devel@redhat.com
> Subject: Re: Multipath-tools
> Date: Fri, 10 Aug 2007 11:47:01 +0200
> 
> Hi again,
> 
> Seem to have found the solution for the first question. Got
> multipath-tools up and running now :)
> 
> But please do answer the others questions if you have a minute to
> spare...
> 
> Also I'm seeing "error calling out mpath_prio_rdac" when starting
> multipathd?! Any word on that one?
> 
> Regards,
> 
> Sander
> 
> 
> 
> On Fri, 2007-08-10 at 10:27 +0200, S. J. van Harmelen wrote:
> > Hey guys,
> > 
> > Sorry to bother you, but I have a question I think you can answer. I
> > also send this message to Christophe, but I don't know how long he takes
> > to respond. I'm trying to set up a Dell NX1950 which has an RDAC MD300
> > array connected with linux.
> > 
> > Now I got all thinks working, but the RDAC driver. I'm trying to use the
> > opensource multipath-tools (which I want to compile myself), but I have
> > some questions about it:
> > 
> > 1) While compiling I get an error saying: "/usr/bin/ld: cannot find
> > -ldevmapper" Can you tell me what I can do to fix this error?
> > 
> > 2) Can you tell me if there is a mailinglist for the multipath-tools?
> > 
> > 3) Can you point me to some documentation about configuring the
> > multipath-tools with the new RDAC path checker?
> > 
> > Thanks very much for your time!
> > 
> > Kind regards,
> > 
> > Sander van Harmelen
> 
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
-- 

----------------------------------------------------------------------
    Chandra Seetharaman               | Be careful what you choose....
              - sekharan@us.ibm.com   |      .......you may get it.
----------------------------------------------------------------------

  reply	other threads:[~2007-08-16 17:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-10 14:50 Multipath-tools errors S. J. van Harmelen
2007-08-16 17:26 ` Chandra Seetharaman [this message]
2007-08-16 17:58   ` S. J. van Harmelen
2007-08-16 18:23     ` Chandra Seetharaman
2007-08-16 18:36       ` S. J. van Harmelen
2007-08-16 19:05         ` Chandra Seetharaman
2007-08-16 19:21           ` S. J. van Harmelen

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=1187285188.17399.255.camel@linuxchandra \
    --to=sekharan@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.