Re: VM users with more than 200 cylinders

2006-06-23 Thread Imler, Steven J
f Of william JANULIN Sent: Friday, June 23, 2006 08:42 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: VM users with more than 200 cylinders Thanks to all who responded to my question. As we do not have all of the CA VM:Manager products (VM:Backup is the only one this customer is licensed for) I'

Re: VM users with more than 200 cylinders

2006-06-23 Thread william JANULIN
> Fax: +1 703 708 3267 > [EMAIL PROTECTED] > > > > From: The IBM z/VM Operating System > [mailto:[EMAIL PROTECTED] On > Behalf Of Huegel, Thomas > Sent: Thursday, June 22, 2006 05:34 PM > To: IBMVM@LISTSERV.UARK.EDU > Subject

Re: VM users with more than 200 cylinders

2006-06-22 Thread Imler, Steven J
Title: RE: VM users with more than 200 cylinders If you license any CA VM:Manger products ... the VM:Manager DASD utility programs will give you the correct size of MDISKs that are defined as "n-END" ... whether it is 0-END, 20-END, 1000-END ... whatever (oh yeah ... as long as yo

Re: VM users with more than 200 cylinders

2006-06-22 Thread Schuh, Richard
IBMVM@LISTSERV.UARK.EDU Subject: Re: VM users with more than 200 cylinders Try generating the DIRECT UNSORT file and then use a PIPE with the TABULATE stage from the IBM DOWNLOADS page. It can do a SUM BY sc-ec function. /Tom Kern --- "Romanowski, John (OFT)" <[EMAIL PROTECTED]>

Re: VM users with more than 200 cylinders

2006-06-22 Thread Thomas Kern
Try generating the DIRECT UNSORT file and then use a PIPE with the TABULATE stage from the IBM DOWNLOADS page. It can do a SUM BY sc-ec function. /Tom Kern --- "Romanowski, John (OFT)" <[EMAIL PROTECTED]> wrote: > But the problem was to report users with MDISKs totaling more than 200 > cyls , so

Re: VM users with more than 200 cylinders

2006-06-22 Thread Huegel, Thomas
Title: RE: VM users with more than 200 cylinders If we wanted to report on how much MDISK space a user had then we would have to calculate 'END' some way. Yes, it would usually be a full pack MDISK, but not necessarily so. It seemed like a simple exercise at first. bu

Re: VM users with more than 200 cylinders

2006-06-22 Thread Brian Nielsen
AIL PROTECTED] >Behalf Of Schuh, Richard >Sent: Thursday, June 22, 2006 3:27 PM >To: IBMVM@LISTSERV.UARK.EDU >Subject: Re: VM users with more than 200 cylinders > > >Change the original pipe I posted to this. > >'PIPE (end \)', >'\ < user direct', >

Re: VM users with more than 200 cylinders

2006-06-22 Thread Huegel, Thomas
Title: RE: VM users with more than 200 cylinders We're getting closer, but how about when the ending cyl is specified as 'END'? -Original Message- From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU]On Behalf Of Schuh, Richard Sent: Thursday, June 22,

Re: VM users with more than 200 cylinders

2006-06-22 Thread Schuh, Richard
Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Rich Smrcina Sent: Thursday, June 22, 2006 11:29 AM To: IBMVM@LISTSERV.UARK.EDU Subject:Re: VM users with more than 200 cylinders It might be easier to write a quick pipeline to

Re: VM users with more than 200 cylinders

2006-06-22 Thread Romanowski, John (OFT)
your system. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, June 22, 2006 3:00 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: VM users with more than 200 cylinders   If you user DIRMAP with the UNSORT

Re: VM users with more than 200 cylinders

2006-06-22 Thread pfa
If you user DIRMAP with the UNSORT option, it will create a file called "DIRECT UNSORT".   The First Token is the Userid, the Second Token the Virtual Address, and the Sixth Token is the number of cylinders.  And, it's all neatly lined up and easy to sort !!!

Re: VM users with more than 200 cylinders

2006-06-22 Thread Huegel, Thomas
Title: RE: VM users with more than 200 cylinders Here is a little snipet .. I think it works. /* THIS EXEC BUILDS A FILE OF USERS MDISKS  */   ARG SELBLD  /* LINK TO DIRMAINTS FLAT DIRECTORY BACKUP FILE AND

Re: VM users with more than 200 cylinders

2006-06-22 Thread Jim Bohnsack
Similiarly (??) to what Kris said you can do with DRM, if you use DIRMAP, you can sort the MDISKMAP output on the cylinder size column. Jim At 02:25 PM 6/22/2006, you wrote: To list: Does anyone have, or know where there is one, a REXX routine or something similar that will read the VM direct

Re: VM users with more than 200 cylinders

2006-06-22 Thread Rich Smrcina
;| j:' Untested, but should work. It might be necessary to align and pad the length field or adjust the word selected if different than 6. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Rich Smrcina Sen

Re: VM users with more than 200 cylinders

2006-06-22 Thread Schuh, Richard
tem [mailto:[EMAIL PROTECTED] On Behalf Of Rich Smrcina Sent: Thursday, June 22, 2006 11:29 AM To: IBMVM@LISTSERV.UARK.EDU Subject:Re: VM users with more than 200 cylinders It might be easier to write a quick pipeline to read the diskmap. william JANULIN wrote: > To list: > Doe

Re: VM users with more than 200 cylinders

2006-06-22 Thread Kris Buelens
> To list: > Does anyone have, or know where there is one, a REXX > routine or something similar that will read the VM > directory and list those users that have say 200 > cylinders or more of MDISK space. Easy with my DRM PACKAGE (from VM's download lib) Start DRM , press PF16 to create an XEDIT

Re: VM users with more than 200 cylinders

2006-06-22 Thread Romanowski, John (OFT)
006 2:25 PM To: IBMVM@LISTSERV.UARK.EDU Subject: VM users with more than 200 cylinders To list: Does anyone have, or know where there is one, a REXX routine or something similar that will read the VM directory and list those users that have say 200 cylinders or more of MDISK space. Thks, B

Re: VM users with more than 200 cylinders

2006-06-22 Thread Rich Smrcina
It might be easier to write a quick pipeline to read the diskmap. william JANULIN wrote: To list: Does anyone have, or know where there is one, a REXX routine or something similar that will read the VM directory and list those users that have say 200 cylinders or more of MDISK space. Thks, B

VM users with more than 200 cylinders

2006-06-22 Thread william JANULIN
To list: Does anyone have, or know where there is one, a REXX routine or something similar that will read the VM directory and list those users that have say 200 cylinders or more of MDISK space. Thks, Bill J. __ Do You Yahoo!? Tired of spam? Ya