All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Zeimetz <bernd@bzed.de>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: Device Access Question
Date: Fri, 29 Sep 2006 12:04:25 +0200	[thread overview]
Message-ID: <451CEFA9.3090403@bzed.de> (raw)
In-Reply-To: <C514D40EFDB5C84083DAEB84A1186A8F266AEE@msc-ex02.msc-ge.mscnet>

Heya,
>
> #multipath -l
> (3600601604032190097fd5fbefd22db11)
> [size=11 GB][features="1 queue_if_no_path"][hwhandler="1 emc"]
> \_ round-robin 0 [active]
>  \_ 3:0:0:7 sdi 8:128 [active][ready]
> \_ round-robin 0 [enabled]
>  \_ 3:0:1:7 sdq 65:0  [active][ready]
>
> #fdisk -l /dev/sdi
>   

try
fdisk /dev/mapper/3600601604032190097fd5fbefd22db11
you can configure alias names in mutipath.conf if you don't like the 
weird name.

multipaths {
        multipath {
                wwid                    3600601604032190097fd5fbefd22db11
                alias                   mylunname
        }
}

you'll find a device called /dev/mapper/mylunname then.


Best regards,

Bernd

  reply	other threads:[~2006-09-29 10:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-28 10:02 Device Access Question Herr, Manuel
2006-09-29 10:04 ` Bernd Zeimetz [this message]
2006-09-29 15:49 ` Edward Goggin

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=451CEFA9.3090403@bzed.de \
    --to=bernd@bzed.de \
    --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.