Re: z/VM 5.2 CP INDICATE LOAD missing STORAGE utilization output

2006-12-13 Thread Steve Gentry
I had a similar problem with an exec when I went to 5.2.  Apparently this 
STORAGE info was dropped as it was
considered sort of meaningless or incorrect.  No one, at that time, made a 
recommendation
as to what to use instead, so I just removed the code.  We used it for 
display purposes and 
never actually used it as part of a calculation.
This is not necessarily a plug for the product, but we use ESAMON and I 
can get most of this type 
of info from it.  It's been a very good and useful product for us.

Steve G.

 New technology goes through three stages: 
 - First, it is ridiculed by those ignorant of its potential 
 - Next, it is subverted by those threatened by its potential 
 - Finally, it is considered self-evident





Craig Sutton [EMAIL PROTECTED]
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU
12/13/2006 11:36 AM
Please respond to The IBM z/VM Operating System

 
To: IBMVM@LISTSERV.UARK.EDU
cc: 
Subject:z/VM 5.2 CP INDICATE LOAD missing STORAGE utilization 
output


Hello,
 I'm debugging an old REXX exec which fails in z/VM 5.2 with the 
following command:

'PIPE CP IND LOAD', 
   '| locate /STORAGE-/', 
   '| xlate - blank % blank', 
   '| specs w2 1', 
   '| var PctStorage' 

It looks like the STORAGE utilization output is missing. Does anyone know 
of another way to obtain this from within a REXX exec?

Thanks, Craig




Re: z/VM 5.2 CP INDICATE LOAD missing STORAGE utilization output

2006-12-13 Thread Tom Duerbusch
STORAGE has always been bogus.  They finally took it out.

The biggest conversion problem I've had, so far, in upgrading from
z/.VM 5.1 to z/VM 5.2 is the changes that were made to the IND command. 
Not a show stopper.  But it is going to take a while to rework the ind
user  exp output.  I think there is some new goodies in there.  

I'm hoping that 5.2 has some commands that relate dataspace
utilization.  Like how many pages of a dataspace are in memory, how many
are on the paging device, how many never used.  

I'm still hoping for a performance monitor, but in the mean time,
knowing that some Linux image, went wild (get the video tape or DVD,
Linux image gone wild!), and started using up lots of dataspace pages
(for swapping).  And since you can't get them back, easily, without
taking the Linux image down,l it becomes important to find and correct
these problems, before paging becomes too full.

Tom Duerbusch
THD Consulting

 [EMAIL PROTECTED] 12/13/2006 10:36 AM 
Hello,
 I'm debugging an old REXX exec which fails in z/VM 5.2 with the
following command:

'PIPE CP IND LOAD',
   '| locate /STORAGE-/',
   '| xlate - blank % blank',
   '| specs w2 1',
   '| var PctStorage'

It looks like the STORAGE utilization output is missing. Does anyone
know of
another way to obtain this from within a REXX exec?

Thanks, Craig


Re: z/VM 5.2 CP INDICATE LOAD missing STORAGE utilization output

2006-12-13 Thread Mike Walter
Not to imply that the STORAGE value is meaningful, but for that LOCATE 
stage as-coded you really want STRLOCATE, not LOCATE.

E.g.

'PIPE CP IND LOAD', 
  '| STRlocate /STORAGE-/', 
  '| xlate - blank % blank', 
  '| specs w2 1', 
  '| var PctStorage' 

You might want also to download PIPEDEMO and PDEM from 
http://vm.marist.edu/~pipeline/ 
PIPEDEMO makes it really easy to find this type of thing.

Mike Walter 
Hewitt Associates 
Any opinions expressed herein are mine alone and do not necessarily 
represent the opinions or policies of Hewitt Associates.



Craig Sutton [EMAIL PROTECTED] 

Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU
12/13/2006 10:36 AM
Please respond to
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU



To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
z/VM 5.2 CP INDICATE LOAD missing STORAGE utilization output






Hello,
 I'm debugging an old REXX exec which fails in z/VM 5.2 with the 
following command:

'PIPE CP IND LOAD', 
   '| locate /STORAGE-/', 
   '| xlate - blank % blank', 
   '| specs w2 1', 
   '| var PctStorage' 

It looks like the STORAGE utilization output is missing. Does anyone know 
of another way to obtain this from within a REXX exec?

Thanks, Craig



 
The information contained in this e-mail and any accompanying documents may 
contain information that is confidential or otherwise protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message, including any attachments. Any 
dissemination, distribution or other use of the contents of this message by 
anyone other than the intended recipient 
is strictly prohibited.


Re: z/VM 5.2 CP INDICATE LOAD missing STORAGE utilization output

2006-12-13 Thread Kris Buelens
VDISKs reside in dataspaces owned by CP.  So don't be surprized nothing is 
reported by IND SPACE MAINT

Find a user with real dataspaces, such as DB2 or SFS

Kris,
IBM Belgium, VM customer support