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



Relevant Pages

  • Move large number of files from AIX to Windows
    ... but NFS and SSH are just too slow for this ... portable/removable drive that can be attached to each server. ...
    (AIX-L)
  • Re: policy
    ... I have a folder "userfiles" on the server. ... browsing a list of shared folders and their content, ... running at Windows Server 2003 SP1. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Hidden shares on PDC AD Win2K server self disabling?
    ... Symptoms include missing admin shares and strange share ... behaviours on other network available folders. ... > Can you check System and Application logs on this server? ... > Virus scanning recommendations on a Windows 2000 or on a Windows Server 2003 ...
    (microsoft.public.windows.server.active_directory)
  • Re: Configure Auditing
    ... a freeware tool in the Windows Server 2003 Resource Kit Tools. ... continue due to access denied messages (I have many folders with ... way to enable auditing using the command prompt where I can use a switch ...
    (microsoft.public.win2000.cmdprompt.admin)
  • Re: New to FTP
    ... >I'm setting up my first FTP site for my company using windows server 2003. ... How To Set Up an FTP Site So That Users Log Onto Their Folders: ...
    (microsoft.public.inetserver.iis.ftp)