taskXymon Clients for System z OSs - Tasks: task #13681, xymonzos: Errors in disk...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #13681: xymonzos: Errors in disk utilisation module LISTVTOC

Submitter:  Juha Vuori <juvuori>
Submitted:  Sun 19 Jul 2015 02:39:52 PM UTC
   
 
Should Start On:  Sat 18 Jul 2015 09:00:00 PM UTC Should be Finished on:  Sun 18 Oct 2015 09:00:00 PM UTC
Category:  Bug fix Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  juvuori Percent Complete:  0%
Open/Closed:  Open Effort:  0.00

Sun 19 Jul 2015 02:39:52 PM UTC, original submission:  

Output format of IEHLIST/LISTVTOC FORMAT is apparently changed, because rexx code LISTVTOC does not produce correct track numbers without the changes listed below.
Check the reason for the problem and find and way to correct the code.

diff xymonzos.source.all.original.20150718/LISTVTOC xymonzos.source.all.withmycorrections.20150718/LISTVTOC
115c116
<            if substr(myLine.i,96,11) = "VTOC EXTENT" then
---

>            if substr(myLine.i,94,11) = "VTOC EXTENT" then

118c119,120
<                myVTOCExtent = substr(myLine.j,92,18)
---

>                myVTOCExtent = substr(myLine.j,90,18)
>                /* say "debug: myVTOCExtent = " myVTOCExtent */

151c153
<                myMaxTracks = (substr(myLine.j,2,8) +1)
---

>                myMaxTracks = (substr(myLine.j,2,9) +1)

158c160
<                myRowPointer = i +5
---

>                myRowPointer = i +7

Juha Vuori <juvuori>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by juvuori (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-07-19 juvuori Assigned toNone juvuori

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code