Introduction to z/OS Basics © 2006 IBM Corporation Chapter 16B: The IPL process.

Slides:



Advertisements
Similar presentations
©HCCS & IBM® 2006 Stephen Linkin 1 Overview Of System Programming Stephen S. Linkin Houston Community College © HCCS and IBM 2006.
Advertisements

Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 2: z/OS Overview.
ITE PC v4.0 Chapter 1 1 Operating Systems Computer Networks– 2.
Chapter 2 Accessing Your System and the Common Desktop Environment.
Lesson 15 – INSTALL AND SET UP NETWARE 5.1. Understanding NetWare 5.1 Preparing for installation Installing NetWare 5.1 Configuring NetWare 5.1 client.
11 INSTALLING WINDOWS XP Chapter 2. Chapter 2: Installing Windows XP2 INSTALLING WINDOWS XP  Prepare a computer for the installation of Microsoft Windows.
Combining the strengths of UMIST and The Victoria University of Manchester Cluster Checker Training Installations and Rebuilds.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Introduction of z/OS Basics © 2006 IBM Corporation Chapter 5: Working with data sets.
Introduction to z/OS Basics © 2006 IBM Corporation Chapter 16: Topics in z/OS System Programming.
Cs238 Lecture 3 Operating System Structures Dr. Alan R. Davis.
Chapter 11 Operating Systems
Introduction to z/OS Basics © 2006 IBM Corporation Chapter 7: Batch processing and the Job Entry Subsystem (JES) Batch processing and JES.
Chapter 17: Using SMP/E In this lecture, we’ll discuss the process for installing and updating the software in a z/OS system. SMP/E is the z/OS tool for.
CCNA 2 v3.1 Module 2.
WANs and Routers Routers. Router Description Specialized computer Like a general purpose PC, a router has:  CPU  Memory  System Bus Connecting Internal.
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
 Contents 1.Introduction about operating system. 2. What is 32 bit and 64 bit operating system. 3. File systems. 4. Minimum requirement for Windows 7.
Installing software on personal computer
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 14: Problem Recovery.
Introduction to the new mainframe: z/OS basics © Copyright IBM Corp., All rights reserved. Chapter 16 Topics in z/OS system programming.
Stephen Linkin Houston Community College January 15, 2007 © Mike Murach & Associates, HCC, IBM 1 Introduction To IBM Mainframe Systems Chapter.
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 5: Batch processing and the Job Entry Subsystem (JES) Batch.
© 2012 IBM Corporation Tivoli Workload Automation Informatica Power Center.
Operating Systems Networking for Home and Small Businesses – Chapter 2 – Introduction To Networking.
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
DOS  In the 1980s or early 1990s, the operating system that shipped with most PCs was a version of the Disk Operating System (DOS) created by Microsoft:
Please Note: Information contained in this document is considered LENOVO CONFIDENTIAL For Lenovo Internal Use Only Do Not Copy or Distribute!! For Lenovo.
11 INSTALLING AND MANAGING STORAGE DEVICES IN WINDOWS XP Chapter 8.
MCTS Guide to Microsoft Windows Vista Chapter 4 Managing Disks.
Windows NTFS Introduction to Operating Systems: Module 15.
MCTS Guide to Microsoft Windows 7
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 4: Working with data sets.
© Janice Regan, CMPT 300, May CMPT 300 Introduction to Operating Systems Memory: Relocation.
© 2004 IBM Corporation IBM ^ z/VM Design considerations > Security > Performance (SIE)
Construction Planning and Prerequisite
OPERATING SYSTEMS BY LANDON, KYLE, AND ETHAN. WHAT IS THEIR PURPOSE? (1) manage the computer's resources, such as the central processing unit (2) establish.
Introduction to z/OS Basics © 2006 IBM Corporation Chapter 7: Batch processing and the Job Entry Subsystem (JES) Batch processing and JES.
Introduction to z/OS Basics © 2006 IBM Corporation Chapter 7: Batch processing and the Job Entry Subsystem (JES) Batch processing and JES.
Chapter 5 Input/Output 5.1 Principles of I/O hardware
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Introduction to the new mainframe © Copyright IBM Corp., All rights reserved. Chapter 6: Using Job Control Language (JCL) and System Display and.
Page 1 of 38 Lenovo Confidential Lenovo Confidential Lenovo Confidential Lenovo Confidential Lenovo Confidential Please Note: Information contained in.
Introduction to Operating Systems Prepared by: Dhason Operating Systems.
Copyright © Genetic Computer School 2008 Computer Systems Architecture SA 8- 0 Lesson 8 Secondary Management.
MCTS GUIDE TO MICROSOFT WINDOWS 7 Chapter 4 Managing Disks.
Sem 2v2 Chapter 5 Router Startup and Setup. A router initializes by loading the bootstrap, the operating system, and a configuration file. If the router.
Click to add text © 2004 IBM Corporation IBM ^ z/VM Basic Structures and Commands Control Program.
© 2002, Cisco Systems, Inc. All rights reserved.
Guide to Linux Installation and Administration, 2e
CCNA Routing and Switching Routing and Switching Essentials v6.0
Introduction to Cisco IOS -(Internetwork Operating System)
Router Startup and Setup
Chapter 2: System Structures
Chapter 5: Switch Configuration
Chapter 10: Device Discovery, Management, and Maintenance
CCNA Routing and Switching Routing and Switching Essentials v6.0
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Networking for Home and Small Businesses – Chapter 2
Chapter 10: Device Discovery, Management, and Maintenance
Our z/OS System Setup Company Name Introduction to z/OS
Memory Management Tasks
Networking for Home and Small Businesses – Chapter 2
Operating Systems Networking for Home and Small Businesses – Chapter 2 – Introduction To Networking.
Router Startup and Setup
In Today’s Class.. General Kernel Responsibilities Kernel Organization
Presentation transcript:

Introduction to z/OS Basics © 2006 IBM Corporation Chapter 16B: The IPL process

Chapter 16B The IPL Process © 2006 IBM Corporation 2 Objectives  In this chapter you will learn: –About the IPL process –Why a system would be closed down and reloaded –About extended up time for z/OS systems

Chapter 16B The IPL Process © 2006 IBM Corporation 3 Overview  IPL is “booting” the system  The address of the IPL volume and the IODF volume are required

Chapter 16B The IPL Process © 2006 IBM Corporation 4 IPLing the machine

Chapter 16B The IPL Process © 2006 IBM Corporation 5 Initialization functions  When the operator supplies the parameters and tells the system to load the following happens: –The bootstrap code on the IPL volume is loaded into storage at address 0 and control passed to it –The bootstrap the reads the IPLTEXT program IEAIPL00 which is given control and the complex task of loading the system starts

Chapter 16B The IPL Process © 2006 IBM Corporation 6 IEAIPL00  IEAIPL00 prepares the system by clearing central storage to zeroes then defines storage areas for the master scheduler  SYS1.NUCLEUS is located and a series of modules loaded which construct the normal environment of control blocks and subsystems  The first part of the Nucleus Initialization Program is then loaded

Chapter 16B The IPL Process © 2006 IBM Corporation 7 Nucleus Initialization Program (NIP)  NIP sets up –SQA –PLPA –FLPA –MLPA –the common service area CSA –And starts the master scheduler

Chapter 16B The IPL Process © 2006 IBM Corporation 8 Master scheduler  The master address space starts all the other required address space and initializes the subsystems  Once JES is ready jobs can be started and VTAM and TSO will be started next.  The system is now available to do work

Chapter 16B The IPL Process © 2006 IBM Corporation 9 Virtual Storage Layout for Multiple Address Spaces

Chapter 16B The IPL Process © 2006 IBM Corporation 10 Address spaces  Many address spaces are created before JES and these each have special tasks  Each address space by default is allowed 2GB of virtual space  The private region below the 16MB line is usually around 10MB after the common area has been allowed for, depending on system set up and the size of installation modules in the LPA

Chapter 16B The IPL Process © 2006 IBM Corporation 11 The 31-bit address space

Chapter 16B The IPL Process © 2006 IBM Corporation 12 Example 21-1 IPL checklist To IPL the z/OS system, do the following: 1.Select the IPL option 2.IPL with the following parameters: oIf you receive the message IEA888A for the clock, enter: => r 00,u oIf you receive the message IXC4ZOD for XCF, enter: => r 00,i oIf you receive the message IXCZ48E for XCF data sets, enter: => r 00,u 3.When the $HASP426 SPECIFY OPTIONS message appears, enter the following to cold start JES2: => xx COLD,NOREQ where xx is the reply ID of the console prompt. Note: If the $HASP454, $HASP420, $HASP441, or $HASP870 messages appear, Enter a response of Y.

Chapter 16B The IPL Process © 2006 IBM Corporation 13 IPL Types  Cold start: PLPA is reloaded and VIO is cleared. This must happen when the contents of LPA have changed  Quick Start: PLPA is not reloaded but VIO is cleared. No changes were made to LPA but VIO needs to be refreshed  Warm Start: PLPA and VIO are retained from before the IPL allowing jobs to restart using journalled VIO data

Chapter 16B The IPL Process © 2006 IBM Corporation 14 Specifying information  From the hardware console the operator specifies the device address of the IODF file, selects the LOADxx member name and controls how the system will prompt during the IPL  If the IEASYSxx is not specified in the LOADxx member then the operator will be prompted to SPECIFY SYSTEM PARAMETERS

Chapter 16B The IPL Process © 2006 IBM Corporation 15 IPL Errors  If a required parmlib member has an error or is missing then the operator will be prompted  If the parameter cannot be corrected then the default can be accepted  If a default does not exist then the parameter may be cancelled or the IPL abandoned

Chapter 16B The IPL Process © 2006 IBM Corporation 16 Parmlib data sets  The parmlib concatenation is a set of up to 16 partitioned data sets defined in the LOADxx member  These contain the required members to supply the parameters for the system.  SYS1.PARMLIB is the 17 th and default if no others are specified  IEASYSxx is mostly a director to other members

Chapter 16B The IPL Process © 2006 IBM Corporation 17 Shutting down the system  z/OS systems are designed to run continuously with potentially many months between reloads  Important workloads may require 24x365 availability  Systems are only shutdown when necessary usually for a change

Chapter 16B The IPL Process © 2006 IBM Corporation 18 System profiles  Test system –Reloaded as required to satisfy the testing regime  High availability banking system –Loaded very infrequently –May be only yearly for software refresh  Outside influence may dictate reloads such as machine room power maintenance

Chapter 16B The IPL Process © 2006 IBM Corporation 19 Dynamic change  Over the last ten years much work has been done on z/OS and its predecessors so that many changes can be done dynamically

Chapter 16B The IPL Process © 2006 IBM Corporation 20 System shutdown  Each task needs to be shut down in the correct order  Usually this is done by an automation package  The final commands to remove automation and remove connections to other systems are performed by the operators

Chapter 16B The IPL Process © 2006 IBM Corporation 21 Summary  IPL was defined  The initialization process was explained  Types of IPL were discussed  VIO was explained  Extended up time and reasons for IPL were discussed