Sponsored Content
Full Discussion: rcp command
Operating Systems HP-UX rcp command Post 302151079 by porter on Thursday 13th of December 2007 02:20:08 PM
Old 12-13-2007
Quote:
Lost connection
The program attempted to read from the socket and failed. This means the socket connection with the remote host was lost.
rcmd(3N)
 

10 More Discussions You Might Find Interesting

1. HP-UX

rcp logs

Hi, Can anyone help me to trace who has made rcp to a HP-UX machine? Is there a file that keeps such records? I know ftp's are recorded in /var/adm/syslog but i only need rcp.Thanks... (0 Replies)
Discussion started by: ilkergu
0 Replies

2. UNIX for Dummies Questions & Answers

Rcp

I am trying to set up RCP so root can access a few machines for file transfer. On the target machine, I have set up a .RHOSTS file that looks like: 10.33.1.59 root However when I try to use RCP to copy a file to this machine, I get permission denied. Is it possible since another user is... (1 Reply)
Discussion started by: hshapiro
1 Replies

3. Shell Programming and Scripting

using rcp command

Hi All, I am writing a shell script which will copy binaries from one remote server to local server. I am using "rcp command". But "rcp" command asks for the login password when copying to local server. Can anybody tell me how to pass the password through the shell script? Thanks ... (2 Replies)
Discussion started by: amitrajvarma
2 Replies

4. Shell Programming and Scripting

rcp command

Hi friends, Am trying to push a file on a remote server to my local host but getting "permission denied." error. Please let me know the basic steps that i need to have a look at in order to let the "rcp" command work successfully. Pl. Note: Both the servers belong to Sun Solaris 10... (5 Replies)
Discussion started by: Srinivas_Hari
5 Replies

5. HP-UX

Strange- RCP command works every other time

This just started happening. I use the rcp command to copy a file from one server to another. Now when I use the command, every other time I execute the exact same command I get the error: remshd: login correct Example: 1. rcp testfile server2:/db/tmp (Work ok, verified file... (6 Replies)
Discussion started by: jrowland
6 Replies

6. Solaris

RCP command timed out

I HAVE A PERL SCRIPT WHICH RCP files from one server to another. The script is not having any issues for years and it is running for more than 3 years . Last week it had failed with error "Command timed out " error. Please help me out (3 Replies)
Discussion started by: praviper
3 Replies

7. UNIX for Dummies Questions & Answers

RCP command

hi, When i use RCP command to copy filr from a different servers, it is showing as connection refused??? ca anyone help me out??? thanks, Arun Manas:b: (2 Replies)
Discussion started by: arunmanas
2 Replies

8. HP-UX

rcp command is not working in crontab

Dear Friends, I am trying to copy SAP log file from one HPux server1 to another HPux server2 remotely through one script. following command has written in the script. rcp -rp /oracle/PRD/sapreorg/*.dbf oraprd@drsite:/oracle/PRD/sapreorg Above command working fine from command mode.... (5 Replies)
Discussion started by: BPANDEY
5 Replies

9. Shell Programming and Scripting

rcp -r || cp -r

what different between two instruction cp -r rcp -r (1 Reply)
Discussion started by: tamer11007
1 Replies

10. Red Hat

Problems with rcp command

I have two servers A and B; A has redhat 5 and B has Suse10. Both of them has rhost file configuration. When i try to copy file from A to B that is OK but when try to copy from B to A i have an error: connection refused. I installed rsh and rsh-server on server A and stop iptables service. I need... (2 Replies)
Discussion started by: robinsonusp2014
2 Replies
rcmd(3x)																  rcmd(3x)

Name
       rcmd, rresvport, ruserok - routines for returning a stream to a remote command

Syntax
       rem = rcmd(ahost, inport, locuser, remuser, cmd, fd2p);
       char **ahost;
       u_short inport;
       char *locuser, *remuser, *cmd;
       int *fd2p;

       s = rresvport(port);
       int *port;

       ruserok(rhost, superuser, ruser, luser)
       char *rhost;
       int superuser;
       char *ruser, *luser;

Description
       The subroutine is used by the superuser to execute a command on a remote machine using an authentication scheme based on reserved port num-
       bers.  The subroutine is a routine that returns a descriptor to a socket with an address in the privileged port space.  The subroutine is a
       routine	used  by  servers to authenticate clients requesting service with All three functions are present in the same file and are used by
       the server (among others).

       The subroutine looks up the host *ahost using returning -1 if the host does not exist.  For further information, see  Otherwise	*ahost	is
       set to the standard name of the host and a connection is established to a server residing at the well-known Internet port inport.

       If  the call succeeds, a socket of type SOCK_STREAM is returned to the caller and given to the remote command as stdin and stdout.  If fd2p
       is nonzero, then an auxiliary channel to a control process will be set up, and a descriptor for it will be placed in  *fd2p.   The  control
       process	will  return diagnostic output from the command (unit 2) on this channel, and will also accept bytes on this channel as being UNIX
       signal numbers, to be forwarded to the process group of the command.  If fd2p is 0, then the stderr (unit 2 of the remote command) will	be
       made  the  same as the stdout and no provision is made for sending arbitrary signals to the remote process, although you may be able to get
       its attention by using out-of-band data.

       The protocol is described in detail in

       The subroutine is used to obtain a socket with a privileged address bound to it.  This socket is suitable for use by and several other rou-
       tines.	Privileged addresses consist of a port in the range 0 to 1023.	Only the superuser is allowed to bind an address of this sort to a
       socket.

       The subroutine takes a remote host's name, as returned by a routine, two user names and a flag indicating if the local user's name  is  the
       superuser.  It then checks the files and in the user's home directory to see if the request for service is allowed.  A 0 is returned if the
       machine name is listed in the file, or the host and remote user name are found in the file.  Otherwise returns -1.  If the  superuser  flag
       is 1, the checking of the file is bypassed.

See Also
       rlogin(1c), rsh(1c), gethostent(3n), rexec(3x), rexecd(8c), rlogind(8c), rshd(8c)

																	  rcmd(3x)
All times are GMT -4. The time now is 12:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy