HP3000-L Archives

September 2004, 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:
Jeff Kell <[log in to unmask]>
Reply To:
Jeff Kell <[log in to unmask]>
Date:
Sun, 12 Sep 2004 15:40:01 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (124 lines)
OK, I have updated our FTP to not quite the latest version, but
according to James, there are no DATA path changes in the most recent
patch.  Our current levels for FTP are:

Subsystem Number : 50

HP FTP/XL        HP36957 module versions:

XL procedure:    HPFTP_COMMON        Version:  A0012E10
XL procedure:    HPFTP_UTIL          Version:  A0012001
NM program file: FTP.ARPA.SYS        Version:  A0012E07
NM program file: FTPSRVR.ARPA.SYS    Version:  A0012E08
Catalog file:    FTPC000.ARPA.SYS    Version:  A0012D06
Catalog file:    FTPHELP.ARPA.SYS    Version:  A0012E07

HP FTP/XL        HP36957 overall version = A.00.12

OK, now here's what I have (cut and paste from experimenting) using the
3000-side FTP client to PUT and GET the file back.

I created the store-to-disc file again, and verified that I can
:restore;;listdir from it as well as :restore;;an actual file on it, so
the file is intact to start with.  Now lets move it around a little:

Original on 3000:
(MANAGER.SYS)# listfile @.backup2,2
ACCOUNT=  SYS         GROUP=  BACKUP2

FILENAME  CODE  ------------LOGICAL RECORD-----------  ----SPACE----
                  SIZE  TYP        EOF      LIMIT R/B  SECTORS #X MX

STORE     STORE   128W  FB    14691733   16776959   1 14691744  *  *


3000 to dbbanner
226 File receive OK.
3761083648 bytes sent in 632.12 seconds (5810.53 Kbytes/sec)
ftp>

3000 back from dbbanner, disc=16776959

150 Here comes the directory listing.
-rw-rw-r--    1 510      505      3761083648 Sep 12 07:26 store
226 Directory send OK.
65 bytes received in 0.01 seconds (7.05 Kbytes/sec)

Doesn't like it in binary mode:
ftp> get store store.backup2;code=2501;disc=16776959
The file size exceeds two gigabytes.  (FILE OPEN ERROR -468)

Came back with bytestream:
ftp> bytestream
200 Switching to Binary mode.
ftp> get store store.backup2;code=2501;disc=16776959
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for store (3761083648 bytes).
End Of File encountered on target file during transfer. Target file not
saved.

Increase file limit and try again.  (FTPERR 16)
226 File send OK.
ftp>

OK, bytestream but let's send with more specific build:
ftp> bytestream
200 Switching to Binary mode.
ftp> get store store.backup2;code=2501;disc=4000000000
The FILE EQUATION STRING option (item# 52) is not in a valid file equation
form.  (FILE OPEN ERROR -449)
ftp> get store store.backup2;code=2501;rec=128,,f,binary;disc=16777000
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for store (3761083648 bytes).
226 File send OK.
3761083648 bytes received in 3156.79 seconds (1163.50 Kbytes/sec)
ftp> quit

Looks better, but it still fails:
(MANAGER.SYS)# listf @.backup2,3
********************
FILE: STORE.BACKUP2.SYS

FILE CODE : 2501                FOPTIONS: BINARY,FIXED,NOCCTL,STD
BLK FACTOR: 1                   CREATOR : **
REC SIZE: 256(BYTES)            LOCKWORD: **
BLK SIZE: 256(BYTES)            SECURITY--READ    : ANY
EXT SIZE: 65535(SECT)                     WRITE   : ANY
NUM REC: 14691733                         APPEND  : ANY
NUM SEC: 14691744                         LOCK    : ANY
NUM EXT: 7177                             EXECUTE : ANY
MAX REC: 16777000                       **SECURITY IS ON
MAX EXT: 32                     FLAGS   : NO ACCESSORS
NUM LABELS: 0                   CREATED : SUN, SEP 12, 2004,  1:10 PM
MAX LABELS: 0                   MODIFIED: SUN, SEP 12, 2004,  2:06 PM
DISC DEV #: 43                  ACCESSED: SUN, SEP 12, 2004,  2:06 PM
SEC OFFSET: 0                   LABEL ADDR: **
VOLCLASS  : DEVELOPMENT:DISC

(MANAGER.SYS)# listeq

 FILE EQUATIONS

 FILE T;DEV=TAPE
 FILE P;DEV=LP
 FILE STORE=STORE.BACKUP2;DEV=DISC

(MANAGER.SYS)# restore *store;;listdir
          >> TURBO-STORE/RESTORE  VERSION  C.75.08  B5152AA  <<
                    (C) 1986 HEWLETT-PACKARD CO.

RESTORE  *store;;LISTDIR

SUN, SEP 12, 2004,  3:27 PM

WARNING: YOUR DEFAULT FILESET BECOMES [log in to unmask]@.@' SINCE YOU HAVE OP
         OR SM CAPABILITY  (S/R 1911)
This message is reserved.
STORE/RESTORE WAS UNABLE TO OPEN PERMANENT DISC FILE
 "/SYS/BACKUP2/STORE" OR "/SYS/BACKUP2/STORE" (S/R 2300)

RESTORE aborted because of error. (CIERR 1091)

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2