HP3000-L Archives

July 1995, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Randy Medd <[log in to unmask]>
Reply To:
Randy Medd <[log in to unmask]>
Date:
Fri, 7 Jul 1995 13:05:25 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (40 lines)
Ken Fowler wrote:
 
>A customer with an elderly 3000 maintains that there is a way
>to move a file from MPE-old to HP-UX.  The method (he thinks) involves
>use of dscopy on the 3000 end.  But he doesn't know what to do
>on the HP-UX end.
>
>I (like to think that I) understand HP-UX but have no idea what
>a dscopy is or does.  Is there a UNIX equivalent?
 
MPE-1P is a version of MPE V.  If your customer has NS on the HP9000,
to push from the 3000 to the 9000, he/she can enter:
 
  :DSCOPY MPEFILE;"/path/hpux.file",hpuxnode[user:pw];{opts}
 
    opts: (among others)
 
        ASC - ASCII
        BIN - BINARY
        VAR - variable width
        REP - replace target file
 
To push a file from the 9000 to the 3000, use something like:
 
  # dscopy {opts} hpuxfile mpenode#user.account/pw,group#mpefile
 
    opts: (among others)
 
        -A - ASCII
        -B - BINARY
        -r - replace target file
        -p - print status
 
Note that the HP-UX dscopy goes away as of version 10.0.
 
--
------------
Randy Medd
Telamon, Inc.

ATOM RSS1 RSS2