[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference lassie::ucx

Title:DEC TCP/IP Services for OpenVMS
Notice:Note 2-SSB Kits, 3-FT Kits, 4-Patch Info, 7-QAR System
Moderator:ucxaxp.ucx.lkg.dec.com::TIBBERT
Created:Thu Nov 17 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5568
Total number of notes:21492

5104.0. "Using RCP copy from VMS to Unix and back to VMS" by EEMELI::HELLMAN () Mon Jan 13 1997 02:15

T.RTitleUserPersonal
Name
DateLines
5104.1Possible fix in IPV6 ???PRSSOS::DIETZPierre-Etienne DIETZ, Support/FranceTue Jan 14 1997 06:3777
5104.2twick.nio.dec.com::PETTENGILLmulpTue Jan 28 1997 01:0716
This is a bad answer since the problem that they have can not possibly be
fixed if rcp is used.  Basically, we have a file with data and meta data
and be send it twice via rcp sans meta data.  There is no way to recreate
the meta data no matter how many times it is transfered via rcp once it
is discarded.

!From talking with the engineering manager I get the impression the
!requested change is a major effort, measured in many person-months.  I know
!we'll have it when we roll out an IPv6 implementation, but based upon the
!magnitude of the changes, we may not be able to justify (although we will
!definately look at the cost/benefit) the amount of the effort required to
!incorporate the change in the existing IPv4 product.

It should be possible to do it on OpenVMS V7.1 by doing something like
$pipe tar cf sys$output: file | compress sys$input: sys$output: | rcp sys$input: node:
and the complement on the reverse transfer.