* [linux-lvm] LVM with Powerpath - incompatibility
@ 2005-05-27 7:11 Hantzley Tauckoor
2005-05-27 13:00 ` Luca Berra
2005-05-30 7:52 ` Chris Osicki
0 siblings, 2 replies; 4+ messages in thread
From: Hantzley Tauckoor @ 2005-05-27 7:11 UTC (permalink / raw)
To: linux-lvm
Hi,
I have a CX300 Clariion and a x445 IBM (4 processors and 4GB RAM) server
equipped with 2 Emulex FibreChannel cards which are directly connected
to the cx300's controllers.
My software config is as follows:
Redhat ES 3.0 with Kernel 2.4.21-20.ELsmp
PowerPath 4.3.1
LPFC 2.4 driver kit 7.2.4-1
lvm-1.0.3-15
I created 2LUNs on the cx300, and therefore I can see 4 sd devices on
linux (2 on one path and 2 on the other). After installing PowerPath, I
am able to access the LUNs via /dev/emcpowera1 and /dev/emcpowerb1
respectively.
But I cannot use LVM on these devices directly. However LVM works with
/dev/sd* devices. I wish to use it with the PowerPath devices instead,
so as to have dynamic multipathing.
I also tried to install Veritas Volume Manager; no luck, the eval
version was compiled for kernel.2.4.xx-Hugemem - which is not my present
kernel. I have incompatibility problems because PowerPath 4.3.1 requires
at kernel 2.4.21-15 or 2.4.21-20.
Is there someone who had the same type of problem? Any tip on how to
make LVM run with PowerPath devices?
Thank you in advance for your replies.
Rgds,
Hantzley Tauckoor
----------------------------------------------------
Project Manager
Telecom Plus Ltd
www.telecomplus.net
----------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] LVM with Powerpath - incompatibility
2005-05-27 7:11 [linux-lvm] LVM with Powerpath - incompatibility Hantzley Tauckoor
@ 2005-05-27 13:00 ` Luca Berra
2005-05-30 7:52 ` Chris Osicki
1 sibling, 0 replies; 4+ messages in thread
From: Luca Berra @ 2005-05-27 13:00 UTC (permalink / raw)
To: Hantzley Tauckoor; +Cc: linux-lvm
On Fri, May 27, 2005 at 11:11:40AM +0400, Hantzley Tauckoor wrote:
>Is there someone who had the same type of problem? Any tip on how to
>make LVM run with PowerPath devices?
>
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124647
which is the first hit on google with keywords "lvm powerpath redhat
3.0"
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] LVM with Powerpath - incompatibility
2005-05-27 7:11 [linux-lvm] LVM with Powerpath - incompatibility Hantzley Tauckoor
2005-05-27 13:00 ` Luca Berra
@ 2005-05-30 7:52 ` Chris Osicki
2005-05-30 8:05 ` Hantzley Tauckoor
1 sibling, 1 reply; 4+ messages in thread
From: Chris Osicki @ 2005-05-30 7:52 UTC (permalink / raw)
To: LVM general discussion and development
Hi Hantzley
You should read PowerPath Release Notes (P/N 300-001-969) or at least it's page 15 ;-)
"EMC pseudeo devices are not supported with LVM. Instead, native SCSI devices must be used..."
I think EMC messed up with device names as seeen in /proc/devices under "Block devices" and
LVM doesn't recognize them. They used to be called emcpower in older versions of PP I think,
now they are "emcp".
Regards,
Chris
On Fri, 27 May 2005 11:11:40 +0400
Hantzley Tauckoor <hantzley@telecomplus.net> wrote:
> Hi,
>
> I have a CX300 Clariion and a x445 IBM (4 processors and 4GB RAM) server
> equipped with 2 Emulex FibreChannel cards which are directly connected
> to the cx300's controllers.
>
> My software config is as follows:
>
> Redhat ES 3.0 with Kernel 2.4.21-20.ELsmp
> PowerPath 4.3.1
> LPFC 2.4 driver kit 7.2.4-1
> lvm-1.0.3-15
>
>
> I created 2LUNs on the cx300, and therefore I can see 4 sd devices on
> linux (2 on one path and 2 on the other). After installing PowerPath, I
> am able to access the LUNs via /dev/emcpowera1 and /dev/emcpowerb1
> respectively.
>
> But I cannot use LVM on these devices directly. However LVM works with
> /dev/sd* devices. I wish to use it with the PowerPath devices instead,
> so as to have dynamic multipathing.
>
> I also tried to install Veritas Volume Manager; no luck, the eval
> version was compiled for kernel.2.4.xx-Hugemem - which is not my present
> kernel. I have incompatibility problems because PowerPath 4.3.1 requires
> at kernel 2.4.21-15 or 2.4.21-20.
>
> Is there someone who had the same type of problem? Any tip on how to
> make LVM run with PowerPath devices?
>
> Thank you in advance for your replies.
>
> Rgds,
>
> Hantzley Tauckoor
> ----------------------------------------------------
> Project Manager
> Telecom Plus Ltd
> www.telecomplus.net
> ----------------------------------------------------
>
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] LVM with Powerpath - incompatibility
2005-05-30 7:52 ` Chris Osicki
@ 2005-05-30 8:05 ` Hantzley Tauckoor
0 siblings, 0 replies; 4+ messages in thread
From: Hantzley Tauckoor @ 2005-05-30 8:05 UTC (permalink / raw)
To: LVM general discussion and development
[-- Attachment #1: Type: text/plain, Size: 2436 bytes --]
Thanks mate.
I'll dig into the doc.
Rgds,
Hantzley
Chris Osicki wrote:
>Hi Hantzley
>
>You should read PowerPath Release Notes (P/N 300-001-969) or at least it's page 15 ;-)
>"EMC pseudeo devices are not supported with LVM. Instead, native SCSI devices must be used..."
>
>I think EMC messed up with device names as seeen in /proc/devices under "Block devices" and
>LVM doesn't recognize them. They used to be called emcpower in older versions of PP I think,
>now they are "emcp".
>
>Regards,
>Chris
>
>
>On Fri, 27 May 2005 11:11:40 +0400
>Hantzley Tauckoor <hantzley@telecomplus.net> wrote:
>
>
>
>>Hi,
>>
>>I have a CX300 Clariion and a x445 IBM (4 processors and 4GB RAM) server
>>equipped with 2 Emulex FibreChannel cards which are directly connected
>>to the cx300's controllers.
>>
>>My software config is as follows:
>>
>>Redhat ES 3.0 with Kernel 2.4.21-20.ELsmp
>>PowerPath 4.3.1
>>LPFC 2.4 driver kit 7.2.4-1
>>lvm-1.0.3-15
>>
>>
>>I created 2LUNs on the cx300, and therefore I can see 4 sd devices on
>>linux (2 on one path and 2 on the other). After installing PowerPath, I
>>am able to access the LUNs via /dev/emcpowera1 and /dev/emcpowerb1
>>respectively.
>>
>>But I cannot use LVM on these devices directly. However LVM works with
>>/dev/sd* devices. I wish to use it with the PowerPath devices instead,
>>so as to have dynamic multipathing.
>>
>>I also tried to install Veritas Volume Manager; no luck, the eval
>>version was compiled for kernel.2.4.xx-Hugemem - which is not my present
>>kernel. I have incompatibility problems because PowerPath 4.3.1 requires
>>at kernel 2.4.21-15 or 2.4.21-20.
>>
>>Is there someone who had the same type of problem? Any tip on how to
>>make LVM run with PowerPath devices?
>>
>>Thank you in advance for your replies.
>>
>>Rgds,
>>
>>Hantzley Tauckoor
>>----------------------------------------------------
>>Project Manager
>>Telecom Plus Ltd
>>www.telecomplus.net
>>----------------------------------------------------
>>
>>
>>_______________________________________________
>>linux-lvm mailing list
>>linux-lvm@redhat.com
>>https://www.redhat.com/mailman/listinfo/linux-lvm
>>read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>>
>>
>>
>
>_______________________________________________
>linux-lvm mailing list
>linux-lvm@redhat.com
>https://www.redhat.com/mailman/listinfo/linux-lvm
>read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
>
>
[-- Attachment #2: Type: text/html, Size: 3422 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-05-30 8:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-27 7:11 [linux-lvm] LVM with Powerpath - incompatibility Hantzley Tauckoor
2005-05-27 13:00 ` Luca Berra
2005-05-30 7:52 ` Chris Osicki
2005-05-30 8:05 ` Hantzley Tauckoor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).