All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] EMC Storage + LVM + XFS
@ 2001-05-25  2:46 Austin Gonyou
  2001-05-25  2:57 ` S. Michael Denton
  0 siblings, 1 reply; 12+ messages in thread
From: Austin Gonyou @ 2001-05-25  2:46 UTC (permalink / raw)
  To: linux-lvm

I have a potential dilemma, and I'd like some feedback for those who might
be able to give it. If I have say 2-4 Fibre HBAs connected to an EMC
Symmetrix say 3930, and I create volumes, then disks are added some of
which who's LUN value is lower than disks already in the system, wouldn't
that cause all my sd values to change and move? I know if I add a scsi
disk into a LAS array that happens. So if this does happen, what's a good
procedure for recovering from it and making sure all my volumes are ok?

-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-796-9023
email: austin@coremetrics.com

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: [linux-lvm] EMC Storage + LVM + XFS
@ 2001-05-25 13:30 Christian, Chip
  2001-05-25 14:46 ` Austin Gonyou
  0 siblings, 1 reply; 12+ messages in thread
From: Christian, Chip @ 2001-05-25 13:30 UTC (permalink / raw)
  To: 'linux-lvm@sistina.com'

You could play games with chains of:
	echo 'scsi-remove-single-device 1 0 0 2' >/proc/scsi/scsi
	echo 'scsi-add-single-device 1 0 0 1' >/proc/scsi/scsi
to get them to line up how you want.

You could use devfs and access your devices through
/dev/sd/...

On RedHat, at least, apparently you can use kudzu to do it (though I don't know how, not having explored this option).

-----Original Message-----
From: Austin Gonyou [mailto:austin@coremetrics.com]
Sent: Thursday, May 24, 2001 22:46
To: linux-lvm@sistina.com
Subject: [linux-lvm] EMC Storage + LVM + XFS


I have a potential dilemma, and I'd like some feedback for those who might
be able to give it. If I have say 2-4 Fibre HBAs connected to an EMC
Symmetrix say 3930, and I create volumes, then disks are added some of
which who's LUN value is lower than disks already in the system, wouldn't
that cause all my sd values to change and move? I know if I add a scsi
disk into a LAS array that happens. So if this does happen, what's a good
procedure for recovering from it and making sure all my volumes are ok?

-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-796-9023
email: austin@coremetrics.com


_______________________________________________
linux-lvm mailing list
linux-lvm@sistina.com
http://lists.sistina.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: [linux-lvm] EMC Storage + LVM + XFS
@ 2001-05-25 15:12 Christian, Chip
  0 siblings, 0 replies; 12+ messages in thread
From: Christian, Chip @ 2001-05-25 15:12 UTC (permalink / raw)
  To: 'linux-lvm@sistina.com'

To get the system to recognize a new disk without reloading the driver,
echo "scsi-add-single-device $controller $host $target $lun" > /proc/scsi/scsi

-----Original Message-----
From: Stephan Austermuehle [mailto:au@hcsd.de]
Sent: Friday, May 25, 2001 11:09
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] EMC Storage + LVM + XFS


On Fri, May 25, 2001 at 09:47:34AM -0500, Austin Gonyou wrote:

> I don't think I'm clear on your statement. As far as I know, which is a
> lot about EMC, you can definitely plug disks online. Having Linux see
> them? Not necessarily so, but I believe the polling interval for the Fibre
> driver will take care of that.

Oh, of course the Symmetrix allows hot plugging of disks and online
mapping of hypers to one or more channels via a Bin upgrade or the
SDR. But at the moment I do not know any way to make Linux recognise
the additional disks without reloading (rebooting) the driver. But
even if there's a way to online detect new disks -- if a vgscan is
necessary to tell the Linux LVM about where its VGs have gone it isn't
a very smart solution because it often requires application down time.

Stephan

_______________________________________________
linux-lvm mailing list
linux-lvm@sistina.com
http://lists.sistina.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2001-05-28 11:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-25  2:46 [linux-lvm] EMC Storage + LVM + XFS Austin Gonyou
2001-05-25  2:57 ` S. Michael Denton
2001-05-25  6:58   ` Stephan Austermuehle
2001-05-25 14:47     ` Austin Gonyou
2001-05-25 15:09       ` Stephan Austermuehle
2001-05-25 17:55         ` Ragnar Kjørstad
2001-05-25 23:16           ` Austin Gonyou
2001-05-28 11:02             ` Heinz J. Mauelshagen
2001-05-25 23:14         ` Austin Gonyou
  -- strict thread matches above, loose matches on Subject: below --
2001-05-25 13:30 Christian, Chip
2001-05-25 14:46 ` Austin Gonyou
2001-05-25 15:12 Christian, Chip

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.