Chapter 1 Z OS Overview
Chapter 1 Z OS Overview
Chapter 2 objectives
Be able to:
•Give examples of how z/OS differs from a
single-user operating system.
•List the major types of storage used by
z/OS.
•Explain the concept of virtual storage and
its use in z/OS.
•State the relationship between pages,
frames, and slots.
•List several defining characteristics of the
z/OS operating system.
•List several software products used with
z/OS to provide a complete system.
•Describe several differences and
similarities between the z/OS and UNIX
operating systems.
What is z/OS?
Designed for:
• Serving 1000s of users concurrently
• I/O intensive computing
• Processing very large workloads
• Running mission critical applications securely
z/OS
System Console
(hardware)
Mainframe computer
(CPU, processor
Master Console storage)
(z/OS)
Operator Console
(z/OS)
Tape drive
Tape
cartridges
DASD
controller
Disk storage
(DASD volumes)
The running portions of a program are kept in real storage; the rest is
kept in auxiliary storage
16 EB
64-bit addresing
(z/OS)
2GB
The “Bar”
31-bit addresing
(MVS/XA)
16 MB
The “Line”
24-bit addresing
(MVS)
Page Stealing
z/OS tries to keep an adequate supply of available real storage frames
on hand.
When this supply becomes low, z/OS uses page stealing to replenish it.
Pages that have not been accessed for a relatively long time are good
candidates for page stealing.
z/OS also uses various storage managers to keep track of all pages,
frames, and slots in the system.
Swapping
Swapping is one of several methods that z/OS uses to balance the
system workload and ensure that an adequate supply of available
real storage frames is maintained.
Swapping has the effect of moving an entire address space into, or out
of, real storage:
User Extended
Private Area
512 terabytes
Shared Area
2 terabytes
User Extended
Private Area
z/OS and its related subsystems require address spaces of their own to
provide a functioning operating system:
Operator communication
Address spaces
AUX REAL
Summary