HP3000-L Archives

April 2003, 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:
Tom of Bunyon <[log in to unmask]>
Reply To:
Tom of Bunyon <[log in to unmask]>
Date:
Tue, 22 Apr 2003 02:02:23 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (69 lines)
On a system with private volume sets you have to say :REPORT
xxxxxxxx.@;ONVS=VOLUMESETNAME for each volume set.

Also, if your REPORT to a file with a recsize of 34 words (Binary), it will
write the entries in table form.



"Mike Hornsby" <[log in to unmask]> wrote in message
news:IbOdnfc5J7KiwTmjXTWcoA@fidnet.com...
> On a system with a single system volume set, usually a
> :report xxxxxxxx.@
> will do what you want.
>
> However to get a good look at all of the top level directory entries, and
> all of the disc space I like to use the following command
> file:
>
> :print diskusex
>
> ECHO           SECTORS
> ECHO       TREE       LEVEL   DIRECTORY
> ECHO                  BELOW
> IF FINFO("DUMSG",0)
>    PURGE DUMSG,TEMP
> ENDIF
> BUILD DUMSG;REC=-79,,F,ASCII;TEMP;MSG
> FILE DUMSG=DUMSG,OLDTEMP
> DISKUSE / >*DUMSG
> SETVAR PINLIST ""
> WHILE FINFO("DUMSG",19) <> 0
>      INPUT DULINE < DUMSG
>      IF POS("+",DULINE) <> 0 THEN
>        ECHO !DULINE
>      ENDIF
> ENDWHILE
>
> ----- Original Message -----
> From: "J Temple" <[log in to unmask]>
> To: <[log in to unmask]>
> Sent: Monday, April 21, 2003 4:17 PM
> Subject: [HP3000-L] Auditing MPE accounts and merging systems
>
>
> > I'm looking for a way using MPEX or MPE to go through all MPE accounts
> > on a given server and have them listed in a summary form.
> >
> > What would be perfect would be a listing of the accounts in the format
> > that MPEX listf,3 does, with the addition of disk space used. One line
> > per account.
> >
> > It appears that the MPE listacct command does not have sufficient
> > options and I do not see a enhanced listacct command in MPEX.
> >
> > The goal of this is to audit two MPE servers to see if we can merge
> > them and to retire some accounts that are not being used.
> >
> > Thanks for your help !!
> >
> > * 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 *
>

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

ATOM RSS1 RSS2