HP3000-L Archives

April 2003, Week 5

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:
Craig Lalley <[log in to unmask]>
Reply To:
Craig Lalley <[log in to unmask]>
Date:
Wed, 30 Apr 2003 09:56:52 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (56 lines)
Chris,

There is also a limit to the number of files per directory.  Actually, it is
not a hard limit, but performance can suffer greatly.  BTW, posix files are
longer and do take up more directory space.

One tool, I have found useful is FILECNT from Jazz.external.hp.com

You probably want to use FILECNT2.

-Craig


--- Chris Sweeney <[log in to unmask]> wrote:
> I need to count how many file labels on particular devices as we're
> hitting the limit on the number of labels well before running out of disk
> space.
> I thought the following was a reasonable attempt but I've no idea what EOF
> I'm hitting.
>
> %SETVAR VESOFTFVLIMIT=100000000
> %REPEAT
> %>SETVAR CURRDEV,"DEV![RFILE.FLABLDEV]"
> %>IF BOUND(!CURRDEV) = FALSE THEN
> %>   SETVAR !CURRDEV,0
> %>ENDIF
> %>SETVAR !CURRDEV,!CURRDEV + 1
> %>FORFILES @[log in to unmask]@
> END OF FILE  (FSERR 0)
> Error: Doing Fwritedir of .SUPPORT.SYS.
>
> Should anybody now the exact limit for the number of labels on a device
> I'd appreciate the information. From bitter experience it appears to be
> somewhere around 450,000 but I can't find it documented anywhere.
>
>
> Thanks
> Chris
>
>
>
> **********
> Posted from www.3kworld.com
>
> * To join/leave the list, search archives, change list settings, *
> * etc., please visit http://raven.utc.edu/archives/hp3000-l.html *


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

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

ATOM RSS1 RSS2