Mailing List Archive

filer to filer copy
Hi

I want to transfert all users data from a F85 to a F87
is there some command to "safely" do such transfert
I expect tar from a third remote machine would be very
slow to do the job.

The two filers are attached to the LAN with a gigabit
fiber link on the same switch.

THX
--
Frank Bonnet
Re: filer to filer copy [ In reply to ]
Frank,

Do you have any special software options on the filers? NDMPCopy?
SnapMirror?

Joe

At 04:48 PM 11/12/02 +0100, Frank Bonnet wrote:
>Hi
>
>I want to transfert all users data from a F85 to a F87
>is there some command to "safely" do such transfert
>I expect tar from a third remote machine would be very
>slow to do the job.
>
>The two filers are attached to the LAN with a gigabit
>fiber link on the same switch.
>
>THX
>--
>Frank Bonnet
RE: filer to filer copy [ In reply to ]
You can use volcopy I believe. This is how we moved our disk storage from
SCSI to fibre a while back. Also, ndmp copy, from ndmp.org works well.

Simon

-----Original Message-----
From: Frank Bonnet [mailto:bonnetf@bart.esiee.fr]
Sent: 12 November 2002 15:48
To: toasters@mathworks.com
Subject: filer to filer copy


Hi

I want to transfert all users data from a F85 to a F87
is there some command to "safely" do such transfert
I expect tar from a third remote machine would be very
slow to do the job.

The two filers are attached to the LAN with a gigabit
fiber link on the same switch.

THX
--
Frank Bonnet
RE: filer to filer copy [ In reply to ]
Frank,

If the ndmp or snap utilities aren't available,
using multiple remote machines for the tar/cp will speed
things up. Mount source and target filers on each box,
and run cp commands for each subdirectory on the vol.
When I did this, I listed the subdirs, then split that
list by n boxes (12 I think it was) with a shell loop on
each one doing something like the below. Parallel tuning
applies, but it'd probably take more than a dozen cp on
different hosts to saturate the filer.

for f in `cat $list`
do
cd $source/$f
find . | cpio -dmpv $target/$f
done


--
Dave Toal
Systems reenignE
Thomson & Thomson
N. Quincy, MA



-----Original Message-----
From: Frank Bonnet
To: toasters@mathworks.com
Sent: 11/12/02 10:48 AM
Subject: filer to filer copy

Hi

I want to transfert all users data from a F85 to a F87
is there some command to "safely" do such transfert
I expect tar from a third remote machine would be very
slow to do the job.

The two filers are attached to the LAN with a gigabit
fiber link on the same switch.

THX
--
Frank Bonnet
RE: filer to filer copy [ In reply to ]
Hello Frank,
If any of your filers is running Ontap 6.2 or above, then you should be able to use the 'ndmpcopy' command on the filer itself to make the copy. Ndmpcopy was designed specifically for such migrations, so it pretty much will work.

The other ndmpcopy from ndmp.org that Simon mentioned will also work, but you will require to install it on a solaris client machine within your network.

Hope that helps,
Amol.

*-----Original Message-----
*From: Clawson, Simon [mailto:simon_clawson@mentorg.com]
*Sent: Tuesday, November 12, 2002 8:36 AM
*To: 'Frank Bonnet'; toasters@mathworks.com
*Subject: RE: filer to filer copy
*
*
*You can use volcopy I believe. This is how we moved our disk
*storage from
*SCSI to fibre a while back. Also, ndmp copy, from ndmp.org works well.
*
*Simon
*
*-----Original Message-----
*From: Frank Bonnet [mailto:bonnetf@bart.esiee.fr]
*Sent: 12 November 2002 15:48
*To: toasters@mathworks.com
*Subject: filer to filer copy
*
*
*Hi
*
*I want to transfert all users data from a F85 to a F87
*is there some command to "safely" do such transfert
*I expect tar from a third remote machine would be very
*slow to do the job.
*
*The two filers are attached to the LAN with a gigabit
*fiber link on the same switch.
*
*THX
*--
*Frank Bonnet
*
Re: filer to filer copy [ In reply to ]
Or if you don't have a solaris box at all, there is a java version of ndmpcopy
available at ftp://ftp.ndmp.org/pub/version.3/contrib/jndmpcopy.tar.gz
I used that perviously to move 12gb of data between filers and it worked
without a problem.

Dave

"Chitre, Amol" wrote:
>
>Hello Frank,
>If any of your filers is running Ontap 6.2 or above, then you should be able t
>o use the 'ndmpcopy' command on the filer itself to make the copy. Ndmpcopy wa
>s designed specifically for such migrations, so it pretty much will work.
>
>The other ndmpcopy from ndmp.org that Simon mentioned will also work, but you
>will require to install it on a solaris client machine within your network.
>
>Hope that helps,
>Amol.
>
>*-----Original Message-----
>*From: Clawson, Simon [mailto:simon_clawson@mentorg.com]
>*Sent: Tuesday, November 12, 2002 8:36 AM
>*To: 'Frank Bonnet'; toasters@mathworks.com
>*Subject: RE: filer to filer copy
>*
>*
>*You can use volcopy I believe. This is how we moved our disk
>*storage from
>*SCSI to fibre a while back. Also, ndmp copy, from ndmp.org works well.
>*
>*Simon
>*
>*-----Original Message-----
>*From: Frank Bonnet [mailto:bonnetf@bart.esiee.fr]
>*Sent: 12 November 2002 15:48
>*To: toasters@mathworks.com
>*Subject: filer to filer copy
>*
>*
>*Hi
>*
>*I want to transfert all users data from a F85 to a F87
>*is there some command to "safely" do such transfert
>*I expect tar from a third remote machine would be very
>*slow to do the job.
>*
>*The two filers are attached to the LAN with a gigabit
>*fiber link on the same switch.
>*
>*THX
>*--
>*Frank Bonnet
>*
>
RE: filer to filer copy [ In reply to ]
Ndmpcopy is in Data ontap? Excellent! It is a very easy to use tool, and
produces a very reliable copy. one point though - and I am sure you know
this - the byte count for your newly created directories will be different
from your originals. Not a great deal off, but if you df them you will some
differences (well we did)

Simon

-----Original Message-----
From: Chitre, Amol [mailto:Amol.Chitre@netapp.com]
Sent: 13 November 2002 18:10
To: Clawson, Simon; 'Frank Bonnet'; toasters@mathworks.com
Subject: RE: filer to filer copy


Hello Frank,
If any of your filers is running Ontap 6.2 or above, then you should be able
to use the 'ndmpcopy' command on the filer itself to make the copy. Ndmpcopy
was designed specifically for such migrations, so it pretty much will work.

The other ndmpcopy from ndmp.org that Simon mentioned will also work, but
you will require to install it on a solaris client machine within your
network.

Hope that helps,
Amol.

*-----Original Message-----
*From: Clawson, Simon [mailto:simon_clawson@mentorg.com]
*Sent: Tuesday, November 12, 2002 8:36 AM
*To: 'Frank Bonnet'; toasters@mathworks.com
*Subject: RE: filer to filer copy
*
*
*You can use volcopy I believe. This is how we moved our disk
*storage from
*SCSI to fibre a while back. Also, ndmp copy, from ndmp.org works well.
*
*Simon
*
*-----Original Message-----
*From: Frank Bonnet [mailto:bonnetf@bart.esiee.fr]
*Sent: 12 November 2002 15:48
*To: toasters@mathworks.com
*Subject: filer to filer copy
*
*
*Hi
*
*I want to transfert all users data from a F85 to a F87
*is there some command to "safely" do such transfert
*I expect tar from a third remote machine would be very
*slow to do the job.
*
*The two filers are attached to the LAN with a gigabit
*fiber link on the same switch.
*
*THX
*--
*Frank Bonnet
*