230 likes | 259 Views
Chapter 7: Systems Management. Objectives. Be able to: Understand system management disciplines Understand the different data types z/OS uses Understand how errors are handled. Introduction to systems management.
E N D
Objectives Be able to: • Understand system management disciplines • Understand the different data types z/OS uses • Understand how errors are handled
Introduction to systems management Systems management is a general term that is widely used, . Sometimes it means: - the operator interface, - means provisioning capacity. In a large-scale commercial system, “A collection of disciplines aimed to monitor and control a system’s behavior.”
Introduction to systems management • Performance management • Workload management • Configuration management • Operations management • Problem management • Network management • Storage management • Security management • Change management
System Data • Accounting • Reporting • Performance • Errors
Z/OS component SMF (System Management Facilities) Collect info concerning: • Billing users • Reporting reliability • Analyzing the configuration • Scheduling jobs • Summarizing direct access volume activity • Evaluating data set activity • Profiling system resource use • Maintaining system security
WorkLoad Management (WLM) WLM retains the following data: • CPU time used • Memory used + pages/sec • I/Os done + I/O rate • Transaction rate • Goal achievement
Performance management Performance management includes measuring, analyzing, reporting, and tuning the performance of IT resources. Two categories: Real-time monitoring, alerting, problem identification, and problem resolution...What's happening NOW Bench marking, modeling, rerunning problem scenarios, and trending performance metrics to feed capacity planning...Where are we heading
Performance management Objectives: • Optimize response time and throughput of IT resources • Take corrective actions to alerts and problem requests
Performance management : z/OS implementation Resource Measurement Facility (RMF): • Batch monitoring • CPU • Storage • Workload • I/O Activity • Other • Online monitoring • Delay monitoring ...Queue wait time
Configuration management In a large-scale commercial system, - the number of hardware devices, - system software items (compiled modules, source modules, data items, etc.), and - application software items have been large since the first days of the mainframe.
System Software configuration management Characteristics: • Large number of components. • Great packing flexibility. • Backward compatibility need. • Different software developers and vendors. • Long-supported versions.
System Software configuration management 4 types of SYSMODs: • PTF • APAR • FUNCTION • USERMOD
Hardware configuration management Hardware Configuration Definition (HCD) : • It is written in a system file. • Is split between the hardware and the software. • Has to be tested. • Has to be activated sysplex-wide
Application configuration management Application configuration management is a discipline that is common to any platform. On a IBM System z platform these tools must be able to manage Java (WebSphere Application Server) as well as COBOL applications. IBM’s tool is named Software Configuration and Library Manager (SCLM).
Operations management Operations in a large-scale commercial operating system is crucial for performance and availability. Operations means 2 related activities: • Batch scheduling • Console operations
Problem management Problem management is a discipline that can be viewed from various angles: • How problems are solved • How problems are reported • How problems are tracked
Network management z/OS participates as any other node on the network and complies to the standards in this area On such networks, the z/OS network management subsystem usually acts as the focal point.
Storage management • In z/OS the software that manages the external storage devices is called DFSMS. (Data Facility Storage Management Subsystem)
Security management Legend BtB Users Policy Manager Policy Director Manager Intrusion Detection System INTERNET WebSeal TIVOLI SecureWay Directory Switch INTRANET WebSeal WebSeal Switch ... IDS LPAR DMZ Internet LPAR DMZ Internet LPAR DMZ Internet IBM System z FireWall FireWall FireWall Web Services Web Services Web Services Users Production LPAR VPN
Change management Change management is a discipline that is -meant for the whole infrastructure. -z/OS manages changes applied to software through SMP/E asking for prerequisites and logging the changes.
Summary • 9 system management disciplines • Service Level management (SLA) is not covered • Security management is special • Tools are available