Data Storage - Migrating files from NetApp to Linux

This is Interesting: Free IT Magazines  
Home > Archive > Data Storage > May 2007 > Migrating files from NetApp to Linux





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Migrating files from NetApp to Linux
Sandman

2007-04-21, 7:13 pm

Hi,
For various reasons I need to do this. Would like to use ndmpcopy,
in fact I have it running on my Linux system. I have ndmpd turned on,
on NetApp.

Is there an Open Source ndmpd server available for Linux?

Thanks,
Sandman

hsing

2007-04-22, 7:12 pm

Why can't you mount the NFS file system on the Linux machine and do
local copy?

Hsing

On Apr 21, 1:04 pm, Sandman <enjoylife_95...@hotmail.com> wrote:
> Hi,
> For various reasons I need to do this. Would like to use ndmpcopy,
> in fact I have it running on my Linux system. I have ndmpd turned on,
> on NetApp.
>
> Is there an Open Source ndmpd server available for Linux?
>
> Thanks,
> Sandman



Raju Mahala

2007-04-23, 1:13 pm

On Apr 22, 11:47 pm, hsing <hsingy...@gmail.com> wrote:
> Why can't you mount the NFS file system on the Linux machine and do
> local copy?
>
> Hsing
>
> On Apr 21, 1:04 pm, Sandman <enjoylife_95...@hotmail.com> wrote:
>
>
>
>
>
>
> - Show quoted text -



I hope you want ndmpcopy for level 1 and level 2 for incremental. So
same can achieved by rsync on linux. So just mount netapp volume over
NFS and migrate the data by rsync command.

- Raju

Sandman

2007-05-03, 7:14 pm

The volume I wanted to migrate contained directories with lots and
lots of files in them. Rsync really cannot help because it chokes up.
Copying the files is out of the question as well because it takes so
long.

I ended up using plain old dump and restore, and it was amazingly
fast:
linuxclient# cd /volume_you_need_transfer_files_to
linuxclient# rsh filer dump 0f - /vol/volname > level0_dmp
linuxclient# restore rf level0_dmp

I ran sysstat on the filer and there was a lot of data leaving the
filer, but actually very little data coming in, so I'm assuming rsh
wasn't creating additional traffic

If my understanding of ndmpcopy is correct, this is exactly what it
does anyway, but between filers. Since my destination was a non-filer
I realized I didn't really need ndmpcopy after all.

EL


On Apr 23, 7:08 am, Raju Mahala <rajumah...@gmail.com> wrote:
> On Apr 22, 11:47 pm, hsing <hsingy...@gmail.com> wrote:
>
>
>
>
>
>
>
>
>
>
> I hope you want ndmpcopy for level 1 and level 2 for incremental. So
> same can achieved by rsync on linux. So just mount netapp volume over
> NFS and migrate the data by rsync command.
>
> - Raju



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com