× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Is there an easy way to run RTVDIRINF and just get directories with stream files? By that I mean what is in "Root" from the view of iNavigator or not including any objects in the native/traditional library structure.

-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx
Sent: Thursday, November 20, 2014 2:35 PM
To: Midrange Systems Technical Discussion
Subject: RE: RTVDSKINF vs RTVDIRINF - what are the differences , is ther a better option?

Maybe it's the type of objects?

% of Size in
Description Disk 1,000,000 bytes
User libraries 61.79 967506.69
User directories 7.55 118293.04
...

We have other lpars, almost dedicated solely to Domino and WAS, that lean strongly the other way. IDK if that would skew the runtimes to be more like yours.

Yes, it is a P8, all internal 5887 based SSD.
Guested.


Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1 Group Dekko Dept 1600 Mail to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





From: "Steinmetz, Paul" <PSteinmetz@xxxxxxxxxx>
To: "'Midrange Systems Technical Discussion'"
<midrange-l@xxxxxxxxxxxx>
Date: 11/20/2014 02:20 PM
Subject: RE: RTVDSKINF vs RTVDIRINF - what are the differences , is
ther a better option?
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>



Rob,

You are on P8 with all SSD, correct.
I'm on P7, all SSD.
I'm a bit puzzled with the time differences, one faster, one slower.

My QAEZDISK count of QAEZDISK 1,737,299 - 6 minutes.
I have 1.7 more entries, but time was faster.
Job 575786/PRODUCT/QEZDKWKMTH started on 11/19/14 at 02:45:01
Job 575786/PRODUCT/QEZDKWKMTH ended on 11/19/14 at 02:50:57

Your "Total_Qaezdisk" 1,015,690 - 15 minutes.
Job 037382/ROB/OPDSKGET started on 11/15/14 at 04:00:00
Job 037382/ROB/OPDSKGET ended on 11/15/14 at 04:14:47

My QAEZD0006D - 99,900 - 2 hours 13 min
QAEZD0006O - 2,167,285

Job 573806/PRODUCT/QRTVDIRINF started on 11/18/14 at 14:25:41
Job 573806/PRODUCT/QRTVDIRINF ended on 11/18/14 at 16:38:57;


Your qaezd0033d - 185,518 1 hour 23 minutes.
qaezd0033o - 1,521,487

Job 037534/ROB/OPIFSGET started on 11/15/14 at 04:20:00
Job 037534/ROB/OPIFSGET ended on 11/15/14 at 05:53:55;

Paul

-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
rob@xxxxxxxxx
Sent: Wednesday, November 19, 2014 3:51 PM
To: Midrange Systems Technical Discussion
Subject: RE: RTVDSKINF vs RTVDIRINF - what are the differences , is ther a
better option?

I got about a half of a million more rows in RTVDIRINF than RTVDSKINF. IDK
if the difference is multipartition tables or what. That makes it roughly
1.5 times the size of RTVDSKINF.
SELECT COUNT(*)
FROM routines/qaezd0033o WHERE QEZOBJNAM like '%.MBR'
COUNT ( * )
516,460
Ok, damn good guess.

select count(*) as "Total_Qaezdisk" from qusrsys/qaezdisk

"Total_Qaezdisk"
1,015,690

D=Directory
O=Objects within that directory

"Total_QAEZD-D"
185,518
"Total_QAEZD-O"
1,521,487

(Runtime of RTVDSKINF) * 1.5 <> (Runtime of RTVDIRINF). Not even close.
Job 037382/ROB/OPDSKGET started on 11/15/14 at 04:00:00 Job
037382/ROB/OPDSKGET ended on 11/15/14 at 04:14:47; Job 037534/ROB/OPIFSGET
started on 11/15/14 at 04:20:00 Job 037534/ROB/OPIFSGET ended on 11/15/14
at 05:53:55;

Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1 Group Dekko Dept 1600 Mail
to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





From: "Steinmetz, Paul" <PSteinmetz@xxxxxxxxxx>
To: "'Midrange Systems Technical Discussion'"
<midrange-l@xxxxxxxxxxxx>
Date: 11/19/2014 03:25 PM
Subject: RE: RTVDSKINF vs RTVDIRINF - what are the differences , is

ther a better option?
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>



Rob,

So it's basically a length issue.
RTVDSKINF field length for path is 63, DIFLPT, object name is 12.
RTVDIRINF field length for path is 1024, QEZDIRNAM1, object name is 512,
QEZOBJNAM

Why the big difference in runtimes?

Paul


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
rob@xxxxxxxxx
Sent: Wednesday, November 19, 2014 3:01 PM
To: Midrange Systems Technical Discussion
Subject: RE: RTVDSKINF vs RTVDIRINF - what are the differences , is ther a

better option?

Look at
SELECT * FROM syscolumns WHERE TABLE_NAME ='QAEZDISK'
You see any variable length character columns in there which can handle
directory names like
'/Domino/ApplicationServer/data/WesternHemisphere/UnitedStates/Michigan/MacombCounty'?
You see any variable length character columns in there which can handle
names like 'AReviewofthebookLifeAndTimesOfJudgeRoyBean.doc'?


Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1 Group Dekko Dept 1600 Mail
to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





From: "Steinmetz, Paul" <PSteinmetz@xxxxxxxxxx>
To: "'Midrange Systems Technical Discussion'"
<midrange-l@xxxxxxxxxxxx>
Date: 11/19/2014 02:46 PM
Subject: RE: RTVDSKINF vs RTVDIRINF - what are the differences , is


ther a better option?
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>



Rob,

If you take a closer look, RTVDSKINF loads complete Folder/Doc
information, name, path, dates, size, etc.
For IFS STMF etc,, RTVDSKINF loads everything (date, size, owner) except
name and path.
Could this be a bug?
Did anyone ever report this?
Is there a reason name and path are NOT loaded?

Object Library
Object
Parent Folder
Object Type STMF
Object Attribute
Object Size 8192
Text Description *NOLIB
Last Changed Century 1
Last Changed Date: format 140709
Last Changed Time 153031
Object Use Indicator 0-ye 0
Last Used Century 1
Last Used Date: format- y 140709
Last Used Time 114430
Object Status: 0-normal,
Object Owner JOHNS
Object ASP 00001
Folder Path

Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
rob@xxxxxxxxx
Sent: Wednesday, November 19, 2014 1:47 PM
To: Midrange Systems Technical Discussion
Subject: Re: RTVDSKINF vs RTVDIRINF - what are the differences , is ther a


better option?

Can you get this information from RTVDIRINF?
Licensed Internal Code
Temporary space

Can you get these breakdowns from RTVDIRINF?
Licensed Internal Code:
LIC and tables
Dump space
Error logs
Trace tables
VLIC logs
VLIC control blocks

As you noted, RTVDSKINF does NOT have any detail about individual stream
file entries. So if you had directories like /DominoServers /OurFtpSite
/home and more you couldn't summarize it by those directories.


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.