[Ocfs2-users] Moving data from ext3 to ocfs2 (san to san)

Alexei_Roudnev Alexei_Roudnev at exigengroup.com
Thu Feb 15 10:43:43 PST 2007


dd between ocfsv2 and ext3??? -:)

Right advice should be:
use rsync (check for the op[tions which replicate opwners and permissions)

or use

(cd OLD && tar cf -) | ( cd NEW && tar xf -)

command.


----- Original Message ----- 
From: "Sunil Mushran" <Sunil.Mushran at oracle.com>
To: "LOPEZ DIAZ, JORGE" <jorge.lopez at carm.es>
Cc: "ocfs2-users" <ocfs2-users at oss.oracle.com>
Sent: Thursday, February 15, 2007 9:37 AM
Subject: Re: [Ocfs2-users] Moving data from ext3 to ocfs2 (san to san)


Use cp. Or use dd with bs=1M.

LOPEZ DIAZ, JORGE wrote:
> One server with two hba's, one to old SAN and the other to new one,
mounting each fs on different points and "cp" command with convenient
options? May be too slow.
> ________________________________
>
> Jorge López Díaz
> Técnico de Gestión Informática
> Consejería de Sanidad
> Correo-E:     jorge.lopez at carm.es
>
> -> -----Mensaje original-----
> -> De: ocfs2-users-bounces at oss.oracle.com [mailto:ocfs2-users-
> -> bounces at oss.oracle.com] En nombre de Camilo Alberto Cubillos Jiménez
> -> Enviado el: miércoles, 14 de febrero de 2007 21:57
> -> Para: ocfs2-users
> -> Asunto: [Ocfs2-users] Moving data from ext3 to ocfs2 (san to san)
> ->
> ->
> -> Hi ocfs2 users
> ->
> -> Actually I have a SAN with shares disk to both nodes (pasive, active),
> -> the san disks are in ext3 file system, so now we have new deploy, too
> -> with two new servers, a new san, now we has ocfs2 on the new san share
> -> disks. So I want to how move the data from the old san to the new san,
> -> any body said me "uses san copy" but I understand "this copy is bit a
> -> bit" ext3 to ocfs2 maybe is no correct. its more at less 2TB for move.
> ->
> -> Anybody has any suggetion? or how to do it correctly?.
> ->
> -> Thanks a lot, best regards,
> ->
> ->
> ->
> ->
> ->
> ->
> ->
> -> --
> -> Camilo A. Cubillos Jiménez
> -> Red Hat Certified Engineer
> ->
> ->
> ->
> ->
> ->
> ->
> ->
> -> -------------------------------------------------------------------
> -> Este mensaje fue enviado a traves del webmail corporativo de Pulxar.
>
>
> _______________________________________________
> Ocfs2-users mailing list
> Ocfs2-users at oss.oracle.com
> http://oss.oracle.com/mailman/listinfo/ocfs2-users
>

_______________________________________________
Ocfs2-users mailing list
Ocfs2-users at oss.oracle.com
http://oss.oracle.com/mailman/listinfo/ocfs2-users




More information about the Ocfs2-users mailing list