Re: Move large number of files from AIX to Windows
- From: Kurt Gilpin <Kurtis.Gilpin@xxxxxxxxxxxx>
- Date: Mon, 3 Dec 2007 14:39:21 -0600
Without getting the calculator out and figuring how many seconds it should
take; Are you sure the network adapters are working properly? I've copied
larger filespaces than 60GB before, and it never took anywhere close to 36
hours. I routinely use cygwin and ssh to copy large filesystems over the
network to a Windows machine, and it works just fine.
Kurt Gilpin
Senior Information Specialist
MoDOT Information Systems
Kurtis.Gilpin@xxxxxxxxxxxx
Phone: 573.522.6022
Mobile: 573.291.9573
"Christopher D. Clausen" <cclausen@xxxxxxx>
Sent by: IBM AIX Discussion List <aix-l@xxxxxxxxxxxxx>
12/03/2007 01:19 PM
Please respond to
IBM AIX Discussion List <aix-l@xxxxxxxxxxxxx>
To
aix-l@xxxxxxxxxxxxx
cc
Subject
Re: Move large number of files from AIX to Windows
Alan R Vidmar <Alan.Vidmar@xxxxxxxxxxxx> wrote:
I've got an F80 with a large number of files (1.6 Million files, 800K
folders, ~60GB) on a JFS2 SSA Raid 5 array that I need to get down to
a Windows server. I've been able to copy the files using NFS and SSH,
but it just takes too long (~1.5 days) Both servers have Gb
interfaces and are working as expected, but NFS and SSH are just too
slow for this process.
I think the fastest way may be to move the files/folders to a
portable/removable drive that can be attached to each server. But I
just don't think there exists and interface/partition format that
both AIX and Windows2003 both support.
I also thought about TARing up the whole folder structure then NFS or
SSH it down, but the TAR process seems to take half as long as the
transfer. Thus it's no time saver.
Any thoughts?
tar -c | nc on the AIX side and then nc | tar -x on the Windows side.
You'll of course need to find a version of netcat and tar for Windows.
This should be significantly faster than SSH although there is no
encryption or authentication.
You may also want to mount -noatime on the filesystem, if AIX supports
such a thing, as writing an updated entry when the file is copied isn't
exactly useful for you.
<<CDC
- Follow-Ups:
- Re: Move large number of files from AIX to Windows
- From: Alan R Vidmar
- Re: Move large number of files from AIX to Windows
- References:
- Re: Move large number of files from AIX to Windows
- From: Christopher D. Clausen
- Re: Move large number of files from AIX to Windows
- Prev by Date: Re: Move large number of files from AIX to Windows
- Next by Date: Re: Move large number of files from AIX to Windows
- Previous by thread: Re: Move large number of files from AIX to Windows
- Next by thread: Re: Move large number of files from AIX to Windows
- Index(es):
Relevant Pages
|