HP3000-L Archives

October 1995, Week 4

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:
"Paul H. Christidis" <[log in to unmask]>
Reply To:
Date:
Wed, 25 Oct 1995 10:14:23 PST
Content-Type:
text/plain
Parts/Attachments:
text/plain (37 lines)
>Subject: ftp of image database files
>Author:  Gary Pastor <[log in to unmask]> at CCGATE
>Date:    10/25/1995 7:34 AM
 
 
>Is there any way to FTP an image database between 2 HP3000 computers?
 
The only way that comes to mind requires the use of Vesoft's MPEX:
 
1. Use MPEX to change the file code of the root file and the datasets to
non-negative values.
 
2. Use FTP, binary transfer, to move the files to your destination site.
 
3. Use MPEX, at the destination site, to change the file codes back to their
proper settings (-400 for the root file and -401 for the datasets).
 
 
If, on the other, hand you have a dsline connection between the two machines
then using DSCOPY may be simpler:
 
1. Establish a session on one machine (M1)
 
2. Establish a DS session on the second machine (M2)
 
3. Issue the following commands to copy the rootfile and then the datasets:
        a. Dscopy dbroot;   :M2;fcode = -400
 
        b. Dscopy dbroot##; :M2;fcode = -401
 
Note!  In the event that your database has more than 99 datasets then you may
have to replace the '##' in the second Dscopy command with '??'
 
Hope this helps
 
Paul H. Christidis

ATOM RSS1 RSS2