× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




On 25/08/2006, at 1:25 AM, Haase, Justin C. wrote:

If a system had equal or more main storage than attached DASD, would the
only disk activity be read operations until a shutdown when the system
would dump what's in main storage to disk?

Simple answer: No.

Complex answer: No because ...

1) The system writes changed main storage pages to DASD. This happens:
        a) when the system has nothing better to do
        b) when those changed pages are needed for something else
        c) when required to by use of various FORCE attributes on objects

2) Main storage is divided into pools. There must be at least 2 such pools: *MACHINE and *BASE. Unless these are always larger than needed for every possible circumstance then one of these pools could become overcommitted in which case changed pages would be forced to DASD.

3) Jobs use temporary objects and space during operation so they could be consuming more space than you expect. These objects do have to exist in the virtual address space but they don't have to exist on DASD.

4) Jobs are temporary (e.g., batch job starts and stops). When a job ends there will likely be DASD write activity (files closed, changes written to DASD, etc.)

5) Other things I haven't considered ...


Regards,
Simon Coulter.
--------------------------------------------------------------------
   FlyByNight Software         AS/400 Technical Specialists

   http://www.flybynight.com.au/
   Phone: +61 3 9419 0175   Mobile: +61 0411 091 400        /"\
   Fax:   +61 3 9419 0175                                   \ /
                                                             X
                 ASCII Ribbon campaign against HTML E-Mail  / \
--------------------------------------------------------------------



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.