Linux RAID subsystem development
 help / color / mirror / Atom feed
* Q: Moving raid1 array to another host, safe?
@ 2005-03-14 13:43 Chris Osicki
  0 siblings, 0 replies; only message in thread
From: Chris Osicki @ 2005-03-14 13:43 UTC (permalink / raw)
  To: linux-raid


Hi

I have two Linux boxes running kernel 2.4.21 having access to two
devices over fibre channel SAN.
What I'm trying to achive is host based mirroring with ability to
"move" the storage from one host to another.
On the firs host I created a raid1 array, put LVM on it, created a
filesystem. To move the storage to the second host I do the following
(on the first host):

deactivate volume group: 
	    vgchange -an dxvg
stop array: 
	    mdadm --misc --stop /dev/md0

Then on the second host:

assemble the array: 
	    mdadm --assemble /dev/md0 /dev/emcpowera  /dev/emcpowerb
activate the volume group: 
	    vgchange -ay dxvg

The following procedure seams to be working OK. 
However, I'm asking myself how safe is it what I'm doing?

Thanks for your time.

Regards,
Chris

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-14 13:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-14 13:43 Q: Moving raid1 array to another host, safe? Chris Osicki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox