From: Tore Anderson <tore@linpro.no>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: Changing SAN vendors
Date: Fri, 06 Feb 2009 08:41:09 +0100 [thread overview]
Message-ID: <498BE995.7080406@linpro.no> (raw)
In-Reply-To: <4905EFD192EEDF4A9A19EEE98C32B7F70F0DC22D@DBQV3005.na.corp.mckesson.com>
* Allen, Jack
> The Answer: The friendly names are kept in
> /var/lib/multipath/bindings. Because the WWID changed multipathd created
> new entries. All I had to do was remove the entries for the old WWID and
> change the friendly name for the new WWID. Simple, but hard to locate
> the file when no documents I could find to begin with tells you that is
> where the friendly names are kept.
>
> The Question: The first system was running RH EL 5.2, but the next
> system is running RH AS 4.7. There was no /var/lib/multipath directory,
> therefore no bindings file. So I created both, and entered mpath0 and
> mpath1 with the WWID, but it still uses mpath2 and mpath3. I know
> multipathd are different version between the two RH Release. Is there
> something else I need to change on the RH AS 4.7 system to make it use
> the mpath0 and mpath1 names?
I suggest you configure the names statically in /etc/multipath.conf
instead, this will work in both RHEL 4 and 5. This will also allow you
to give the devices more descriptive names than just "mpathN". For
instance:
multipaths {
multipath {
wwid 36006016034301f00b8934c11c241dd11
alias oracle
}
multipath {
wwid 36006016034301f001c578c8bab21dd11
alias varwww
}
}
Regards,
--
Tore Anderson
Redpill Linpro AS - http://www.redpill-linpro.com/
next prev parent reply other threads:[~2009-02-06 7:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-03 23:44 Changing SAN vendors Allen, Jack
2009-02-05 22:03 ` Allen, Jack
2009-02-06 7:41 ` Tore Anderson [this message]
2009-02-13 0:03 ` Allen, Jack
2009-02-13 10:28 ` Bryn M. Reeves
2009-02-13 22:47 ` Allen, Jack
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=498BE995.7080406@linpro.no \
--to=tore@linpro.no \
--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.