HP3000-L Archives

February 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:
Denys Beauchemin <[log in to unmask]>
Reply To:
Date:
Fri, 13 Feb 2004 17:16:47 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (71 lines)
When I did my original calculation, I multiplied the record size (187)
with the number of records requested (2,112,679) and came up with
something just shy of 400MB.  I knew the limit for CM-type files was
around 536MB.  I forgot the default blocksize would be 1 meaning the
record size would be 256.  When you multiply 256 with the number of
records, the file size is over 540MB.  Too big for a CM file.

Someone else came up with the answer, which is to use a different
blocksize than 1.

The CM file limit is 32 extents * 65535 sectors per extent * 256 bytes
per sectors:  536,862,720.

Denys

-----Original Message-----
From: HP-3000 Systems Discussion [mailto:[log in to unmask]]On
Behalf Of Black, Cory
Sent: Friday, February 13, 2004 3:19 PM
To: [log in to unmask]
Subject: Re: [HP3000-L] Is there any way to fix this statement?

Trying Denys' suggestion on a system with lots of free space, 43 gig,
and clean new discs I cannot build the file to the size requested.

:build myfile;rec=-187,,f,ascii;rio;disc=2112679,32,1
EXTENT SIZE EXCEEDS MAXIMUM  (FSERR 106)
Build of file "MYFILE.MGRWORK.SYS" failed. (CIERR 279)
:redo
build myfile;rec=-187,,f,ascii;rio;disc=2112679,32,1
                                          00000
build myfile;rec=-187,,f,ascii;rio;disc=2100000,32,1

:build myfile;rec=-187,,f,ascii;rio;disc=2100000,32,1
EXTENT SIZE EXCEEDS MAXIMUM  (FSERR 106)
Build of file "MYFILE.MGRWORK.SYS" failed. (CIERR 279)
:redo
build myfile;rec=-187,,f,ascii;rio;disc=2100000,32,1
                                         05
build myfile;rec=-187,,f,ascii;rio;disc=2050000,32,1

:listf myfile,2
ACCOUNT=  SYS         GROUP=  MGRWORK

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

MYFILE            187B  FAR          0    2050000   1    47552  1 32




DISCLAIMER:
**This E-mail and any of its attachments may contain Lincoln National
Corporation proprietary information, which is privileged, confidential,
or subject to copyright belonging to the Lincoln National Corporation
family of companies. This E-mail is intended solely for the use of the
individual or entity to which it is addressed. If you are not the
intended recipient of this E-mail, you are hereby notified that any
dissemination, distribution, copying, or action taken in relation to the
contents of and attachments to this E-mail is strictly prohibited and
may be unlawful. If you have received this E-mail in error, please
notify the sender immediately and permanently delete the original and
any copy of this E-mail and any printout. Thank You.**

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

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

ATOM RSS1 RSS2