05.02.2013 Views

Chapter 3. Operating NetView FTP V2.2.1 MVS - IBM

Chapter 3. Operating NetView FTP V2.2.1 MVS - IBM

Chapter 3. Operating NetView FTP V2.2.1 MVS - IBM

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Avoiding Request Queue Overflows<br />

Rebuilding the request queue usually eliminates an overflow. However, because<br />

rebuilding the queue can often take several minutes and during this time users<br />

cannot use <strong>NetView</strong> <strong>FTP</strong> <strong>V2.2.1</strong> <strong>MVS</strong>, it can severely affect the availability of<br />

<strong>NetView</strong> <strong>FTP</strong> <strong>V2.2.1</strong> <strong>MVS</strong>.<br />

Use the following formula to calculate a size for the request queue so that overflows<br />

do not occur:<br />

M > or = (A x N) + (B x N) + C<br />

where:<br />

M Is the size, in number of records, of the request queue.<br />

A Is the number of days that the queue handler is to run continuously.<br />

B Is the number of days that successfully finished file-transfer requests are to be<br />

left in the request queue, so that users can query them.<br />

N Is the average number of file-transfer requests that are added to the request<br />

queue each day. The formula assumes that the same number of file-transfer<br />

requests reach finished status each day.<br />

C Is the number of file-transfer requests that you want to reserve as a buffer on<br />

the request queue, to allow for special situations.<br />

For example, imagine the following:<br />

� You want to stop and restart the queue handler once every week (A=7).<br />

� You want to leave successfully finished requests in the queue for at least two<br />

weeks (B=14).<br />

� An average of 100 file-transfer requests per day are added to the request<br />

queue, and the same number reach finished status each day (N=100).<br />

� You want to have as a buffer the number of requests added to the queue in<br />

five working days (C=5 x N=500).<br />

With this formula you define a request queue with the following number of records:<br />

M = (7 x 100) + (14 x 100) + 500 = 2600<br />

If you define the buffer large enough to cover all unusual situations, the request<br />

queue does not overflow. You can use this result to specify QUANTITY in the<br />

second CREATE statement of the request queue initialization job.<br />

70 <strong>NetView</strong> <strong>FTP</strong> V2 <strong>MVS</strong> Installation, Operation, and Administration

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!