File Transfer from Solaris to AIX


 
Thread Tools Search this Thread
Operating Systems AIX File Transfer from Solaris to AIX
# 1  
Old 10-23-2013
File Transfer from Solaris to AIX

Hello All,


Need to transfer 2 Terabyte of data from Solaris 10 to Aix 7.1 (One time complete transfer and then incremental during upgrade ). Please suggest best approach
# 2  
Old 10-24-2013
Quote:
Originally Posted by kumgy01
Please suggest best approach
I suggest using a network connection.

Seriously: the various means of file transfer methods (off the top of my head: ftp, sftp, scp, tapes, disks, NFS, ....) are all well known and well discussed. What exactly do you want to know from us? What have you done yourself and to what conclusions did you come so far?

We can help you to help yourself, but we won't do your work for you.

bakunin
# 3  
Old 10-24-2013
My two cents to Bakunin,

@kumgy01 Since you talking about 2 TB of data, I rather recommend you to use a separate cable, because it will really hit very hard on the network. (use a private IP).

This is applicable if you have atelast one free ethernet port on each system
Make sure that both the systems have atleast one free ethernet port, and do a cross connection between the systems. Run a Private IP over the interface do a ping and you are all set to use any protocol.
# 4  
Old 10-24-2013
for regular files tar, or cpio, or1 similiar, that can stream files and directories with a command like compress before and after the network part. i say compress rather than the better compression programs as it is the lightest cpu load, and you may need cpu capacity for other things.

Also, do not try to do all at once. break it done into pieces, and if data reliability/integrity is important compute a checksum or md5 for files, or archived directories.

choose something that is easy to follow to prevent introducing too much extra work.

and remember, work in chunks, verify and backup at AIX side until all is complete.

report back what you choose!
# 5  
Old 10-24-2013
Quote:
Originally Posted by MichaelFelt
I say compress rather than the better compression programs as it is the lightest cpu load, and you may need cpu capacity for other things.
compress is infamous for making files bigger when their contents are sufficiently incompressible. If you want a modern low-load compressor I'd suggest lzop.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Transfer files from windows to solaris with winscp (file protocol:SFTP)

Hello, I have a couple of zip files to be copied from my local drive to a folder in solaris10 residing in a VM ware. i am using WINSCP, I tried to get hold of the solaris hostname or ip using ifconfig -a , hostname|nslookup etc. when i create a new session in WINSCP using that IP and port... (6 Replies)
Discussion started by: herbich1985
6 Replies

2. Solaris

File transfer from Windows to Solaris.

I have a file on my desktop which is windows based. I make a telnet session with a Solaris machine that too with root access by using putty. I want to transfer a file there on Solaris machine. Is there a mean to transfer this file on solaris machine. If now can it be known by using telnet... (6 Replies)
Discussion started by: nixhead
6 Replies

3. Solaris

Transfer files from Solaris to windows

Please let me know a efficient way to transfer files from a solaris to a windows machine. Total size of data is 800GB. (3 Replies)
Discussion started by: pingmeback
3 Replies

4. UNIX for Dummies Questions & Answers

File Transfer issues SUN - > AIX

Hi, I'm puzzled at how this could be. I'm trying to transfer some files from an Sun box to an AIX box via FTP. The file transfer goes fine until it reaches a file of about 150k then times out and fails. The FTP Does not seem to be able to transfer files of more than 150k! However, I can... (5 Replies)
Discussion started by: bbbngowc
5 Replies

5. AIX

File Transfer thru AIX IPSEC

Hello, I have configured IPSEC between two AIX Server v5.2 using IKE transport. When I try to transfer a files from one server to another, it is very very slow and the file transfer has been terminated after 25% completes. How to overcome this problem? Please advsie. Thanks (0 Replies)
Discussion started by: srllee
0 Replies

6. AIX

How to transfer files from AIX to AS400/i-series Integrated File System

Hi all, We (AIX) currently mount to a ZFS on the Mainframe. When one of our local users wants to transfer a file to the Mainframe, they must first run binary MVSLOGIN passing user name and password. Our mainframe will be retired soon and business processes will be transferring to an... (2 Replies)
Discussion started by: cruiser
2 Replies

7. AIX

File Transfer from windows to AIX

How to transfer a directory from my windows machine to my AIX server?? Plz give me a detailed step wise solution... Thanks in Advance.... (0 Replies)
Discussion started by: abhishek27
0 Replies

8. AIX

How to use SSH Secure File Transfer tool from windows to AIX without password?

If I use SSh Secure File Transfer tool on Windows, I want to transfer file from windows to AIX without password, how to do it? (6 Replies)
Discussion started by: rainbow_bean
6 Replies

9. UNIX for Advanced & Expert Users

MQ and AIX, result transfer to a file ??

Hai all, I have a Question based on Websphere MQ and AIX. How can i get the output of following command in a file ? :confused: echo "DISPLAY QMSTATUS ALL " | runmqsc QM1 runmqsc is a MQ command, through which we can get into the QM (QueueManager) and see its properties and properties of... (1 Reply)
Discussion started by: varungupta
1 Replies

10. Shell Programming and Scripting

SCP file transfer command on solaris

I need to transfer multiple files using SCP between two solaris machines. Can somebody explain how to achieve that ? (3 Replies)
Discussion started by: parthum
3 Replies
Login or Register to Ask a Question