HighDots.NET Computer Hardware Forums  

Migrating files from NetApp to Linux

Storage systems Storage system issues, both hardware and software (comp.arch.storage)


Discuss Migrating files from NetApp to Linux in the Storage systems forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Sandman
 
Posts: n/a

Default Migrating files from NetApp to Linux - 04-21-2007 , 03:04 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


Reply With Quote
  #2  
Old   
hsing
 
Posts: n/a

Default Re: Migrating files from NetApp to Linux - 04-22-2007 , 01:47 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... (AT) hotmail (DOT) com> wrote:
Quote:
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



Reply With Quote
  #3  
Old   
Raju Mahala
 
Posts: n/a

Default Re: Migrating files from NetApp to Linux - 04-23-2007 , 09:08 AM



On Apr 22, 11:47 pm, hsing <hsingy... (AT) gmail (DOT) com> wrote:
Quote:
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... (AT) hotmail (DOT) 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- Hide quoted text -

- 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



Reply With Quote
  #4  
Old   
Sandman
 
Posts: n/a

Default Re: Migrating files from NetApp to Linux - 05-03-2007 , 07:01 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... (AT) gmail (DOT) com> wrote:
Quote:
On Apr 22, 11:47 pm, hsing <hsingy... (AT) gmail (DOT) 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... (AT) hotmail (DOT) 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- Hide quoted text -

- 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



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.