260 likes | 270 Views
This chapter covers the security and integrity needs of a large-scale operating environment, methods for serialization in a multi-user environment, built-in features that enable integrity and security, the two-phase commit process, and the features needed from an add-on security package.
E N D
Objectives The ability to: • Describe the security and integrity needs of a large-scale operating environment • Describe the methods for serialization in a multi-user environment • Describe the built-in features that enable integrity and security • Describe the two-phase commit process and why it is needed • Describe the features needed from an add-on security package 2
Integrity Data Integrity – Primarily concerned with the accidental damage and recovery of data. System Integrity – Ensures there is no way for any unauthorized program to: • Bypass store or fetch protection • Bypass security checking • Obtain control in an authorized (privileged) state 3
Serialization Serialization means make a resource to be used on a one-at-a-time basis Methods to prevent concurrent updates: • Enqueing- wait in queue during execution • Reserves- e.g. reserve at startup (before execution) • Locks- exclusive or read shared • Global Resource Serialization (GRS) – across all systems 4
Z/OS ..DFSMS- (Data facility Storage Management Systems) DFSMS the component of the operating system that -controls all data set allocation and -provides automatic backup of the data The DFSMS constructs: - Data class: defines what a file looks like - Storage class: Decides if data will be SMS managed or not - What level of performance a file should have - Management class: determines backup and migration requirements. -Storage group: groups disks together into storage pools, you allocate by storage pool. -ACS routines are used to assign the 4 SMS classes to datasets, tapes or objects 6
Auditing Auditing is ensuring that the information processing system complies with the installation policy. Auditing may be: A one time project (e.g; a snap inspection) or An ongoing process System Management Facilities: writes audit records on DASD System Logger: log changes to data 8
Resource Recovery Services (RRS) RRS is the coordinating resource manager Assures that updates of the different data storage places are: - correctly coordinated and - data integrity is maintained. (2 Phase Commit - Commit Coordinator) 9
Application Resource Recovery Services (RRS) Resource Manager 1 Resource Manager 2 Resource Manager 3 RRS – Two-phase commit 10
FLASHCOPY FlashCopy - A microcode-based technology - Comes as an add-on to some DASD subsystems. - Other DASD manufacturers have similar capabilities -Lets the DASD subsystem handle some of the data movement task (rather than OS or programs). - A useful utility for backing up databases and moving large volumes of data quickly at a volume level. - FlashCopy Version 2 introduces data set level copy. 11
Data backup and recovery : Metro Mirror When the application performs a write update operation to a primary volume, this is what happens: • Write to primary volume (DS6000 cache and NVS). • Write to secondary (DS6000 cache and NVS). • Signal write complete on the secondary DS6000. • Post I/O complete to host server. 14
Data backup and recovery: Global Copy The primary and secondary copies can be separated by any distance. The process is as follows: 1. The host server requests a write I/O to the primary DS6000. The write is staged through cache and non-volatile storage (NVS). 2. The write returns to the host server’s application. 3. At a later time, that is, in a non-synchronous manner, the primary DS6000 sends the necessary data so that the updates are reflected on the secondary volumes. The updates are grouped in batches for efficient transmission. 4. The secondary DS6000 returns write complete to the primary DS6000 when the updates are secured in the secondary DS6000 cache and NVS. The primary DS6000 then resets its change recording information. 15
Data backup and recovery: • Global Mirror • Other backup and recovery solutions: • Data set level • Volume level • Application level 16
Security 17
Security IBM System Z partitioning achieves highest certification ATTENTION: Only the IBM mainframe partitions have attained an EAL5 rating. • System Z servers achieve Common Criteria Security Certification - Evaluation Assurance Level 5. • U. S. Government had rated the mainframe EAL4+ • PR/SM configures separate logical systems on the same hardware. It prevents the flow of information among logical partitions, providing a highly secure isolated environment. 18
z/OS Architecture : Enforced Isolation Virtual Storage (memory) Address Spaces Physical Storage Real Storage (frames) Address Spaces - Unique area for executing and storing data for each user or program. Frames – 4096-byte chunks of storage protected keys. 19
z/OS System Security • An attribute of z/OS such that there is no way for an unauthorized program: • To bypass store or fetch protection. • To bypass Password, RACF, or System Authorization Facility (SAF) mediated security checking, or, • To obtain control in an authorized state 21
Resource Access Control Facility (RACF) Installation decides which resources to protect and which users need access to them. RACF provides functions that: - Identify and verify system users - Identify, classify, and protect system resources - Authorize the users to access protected resources - Control the means of access to these resources - Log and report unauthorized attempts at access - Administer to meet the installation's security goals. 23
z/OS Certification On March 11,2005, BSI awarded IBM EAL3+ certification for its flagship operating system z/OS 1.6 with the RACF optional feature. The certification encompasses Controlled Access Protection Profile (CAPP) EAL3+ and Labeled Security Protection Profile (LSPP) EAL 3+. z/OS 1.5 and later with the RACF optional feature and DB2 Version 8, provides a multilevel security (MLS) solution. 24
Functions provided by z/OS Security Server Traditional Functions • Identify and authenticate users. • Authorize users to protected resources. • Control users’ level of authorization to resources. • Log and report attempts to unauthorized. • Providing auditing functions. Newer Functions • Generation/Management of digital certificates. • Multilevel security 25
Summary The Mainframe: • Has several possibilities for to guaranty the integrity of the data • Data can be recovered when needed • Has several possibilities to make sure that the data is saved and secure 26