remote file copy across 2 systems (AIX and SCO)


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users remote file copy across 2 systems (AIX and SCO)
# 1  
Old 09-03-2002
remote file copy across 2 systems (AIX and SCO)

Hello,

Pls i need to copy some data from AIX Unix 4.3 to a SCO Openserve 5.0.5 using rcp command. But i keep on having permission error. WHAT IS THE SOLTION OR WHAT COMMAND CAN I USE AGAIN
# 2  
Old 09-03-2002
you need a read, write permision to be able to copy a file.

make sure you have a read,write permission on the file you intend to copy
and a read, write permisson on the directory you are copying to.

you can change permission by using the
chmod command.


read the man page for chmod syntax
# 3  
Old 09-03-2002
use .rhosts for temporary work...

You can use .rhosts if this is a one-time process OR you can keep the .rhosts and disable it when you don't need it to keep from having an possible security hole.

Just put each host's name and the root user or other user in the appropriate home directory for that user. Make sure it is executable. Then disable it when not in use.

SCO box
#vi .rhosts

<hostname> user

AIX BOX
# vi .rhosts

<hostname> user


My brain is your brain...
Smilie
# 4  
Old 09-12-2002
.and maybe also......

And be careful to remember that Kerberos or DCE may be presenting another layer of security that is preventing the operation.

If you don't have PSSP installed or haven't actively installed & activated DCE etc you will not need to consider this...

I'm not so sure about the SCO end of things. Smilie
# 5  
Old 09-13-2002
Bug

Or you could just FTP it across..

=8*)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX Cluster Show shared file systems.

Hello, I am working on applications on an AIX 6.1 two-node cluster, with an active and passive node. Is there a command that will show me which mount points / file systems are shared and 'swing' from one node to the other when the active node changes, and which mount points are truly local to... (6 Replies)
Discussion started by: Clovis_Sangrail
6 Replies

2. UNIX for Advanced & Expert Users

Diff on remote servers file systems

Iam trying to compare two file systems on two hosts basically to check them to be in sync I dont have rsync so trying to use diff Let me know how to do it.... Thanks (3 Replies)
Discussion started by: baanprog
3 Replies

3. SCO

Sco unix 5.0 copy file to pen drive

I have a server unix Sco 5.0 and copy some backup files to flopy drive using command "Tar", but i like copy this files to pen drive, is possible ? my know about Sco is less. Tks (1 Reply)
Discussion started by: ger2112
1 Replies

4. Shell Programming and Scripting

Replacing value in a file on all remote systems.

Hello All, I want to replace a value of a string in a file on all the remote systems. The file is /opt/adapter/Adapter/snmp/conf/snmpd.conf and the parameter to be replaces if "rocommunity" for which current value is "public" and wish to change it to "sp1der". i did trying it through sed, but... (4 Replies)
Discussion started by: Siddheshk
4 Replies

5. Shell Programming and Scripting

Copy file systems

I have to copy 3 file systems from one machine to another on the same local network. Total data is about 150gb. There is not enough free space on the source system to tar the files and then copy. I have to do this remotely, no tape or dvd I need to maintain permissions and ownership. I have... (2 Replies)
Discussion started by: jgt
2 Replies

6. Shell Programming and Scripting

Copy a file on remote servers

Hey Unix Gurus, I'm having trouble in copying a file on 5 different servers, first how can you do it locally (i.e without the need to ssh to the server you want to copy the file) and if you need to ssh how do u run a command within that server. Please see my code below(it doesn't work somehow).... (10 Replies)
Discussion started by: sexyTrojan
10 Replies

7. Shell Programming and Scripting

Copy a file on remote server

I have ssh keys setup and running properly between two servers. I have a Korn shell script that is logging into the remote server and needs to backup the authorized_keys and/or authorized_keys2 files. The following syntax works perfectly ------------------------------------- ssh... (1 Reply)
Discussion started by: sunsysadm2003
1 Replies

8. UNIX for Dummies Questions & Answers

SCO Openserver 6 Remote File Transfer

Hi, I have a server which has SCO Openserver 6 on it and also kermit installed, unfortunately I can't seem to get kermit to send or receive files, is there another way I can use to transfer files remotely? I only have remote access to the server via a dial up modem Any comments/suggestions... (1 Reply)
Discussion started by: Martyn
1 Replies

9. HP-UX

help me to copy remote file

I want to copy dump generated from oracle database to my local DAT drive. Currently I am copying remote file to local drive thru rcp command and later copy it to local DAT. Pls. help me in this. Thanks Man Mohan email address removed (8 Replies)
Discussion started by: manmohan73
8 Replies

10. UNIX for Dummies Questions & Answers

Remote file copy

I facing a problem with Unix command "rcp". I unable to perform a rcp between host machines. I have religiously followed the man pages, but still unable to solve the problem. Do i check for anything to perform this command? Pls help....thanks =) (3 Replies)
Discussion started by: lchunl
3 Replies
Login or Register to Ask a Question