Displaying 1 result from an estimated 1 matches for "nenxdba2".
2003 Dec 06
2
sol8 - rsync2.5.6 - cannot rsync at all
...k
can rsync locally :
oracle@sys2:/apps/oracle/dba> touch test
oracle@sys2:/apps/oracle/dba> rcp test test2
oracle@sys2:/apps/oracle/dba> rsync test test3
oracle@sys2:/apps/oracle/dba> ls
test test2 test3
cannot rsync over network :
oracle@sys1:/oracle> rcp nenxdba2:/apps/oracle/dba/test . <==
this works
oracle@sys1:/oracle> rsync nenxdba2:/apps/oracle/dba/test .
ksh: rsync: not found
rsync: connection unexpectedly closed (0
bytes read so far)
rsync error: error in rsync protocol data
stream (code 12) at io.c(165)
==> this error ha...