Networking on z/OS
|
Previous topic |
Next topic |
Contents |
Glossary |
Contact z/OS |
PDF
Example: the ZOS Company data center Networking on z/OS |
|
|
The sample configuration illustrates a medium-to-large z/OS data center. Processing is divided up physically by central processor complexes and logically by logical partitions.
Figure 1 shows a TCP/IP stack and VTAM address space running under each z/OS operating system. It is normal to run only one instance of TCP/IP per LPAR, but some situations may dictate additional TCP/IP stacks on an LPAR (for example, where a business requires external partners to connect through a separate connection or network). Other components in Figure 1 are:
In reality, there would be more CPCs and LPARs. Most large organizations would duplicate this data center at another location as a backup for disaster recovery or site swap, in which processing is moved to this duplicate site. The disks would be also mirrored between sites. Mainframe servers require minimal downtime, but sometimes microcode updates are required that might include resetting the server (this is called a power-on reset). There are also external influences that can cause an outage, such as changes to the data center infrastructure or router (connectivity) changes. In our sample configuration, in order to allow business processes to continue during downtime, the ZOS Company has two mainframe CPCs. When one CPC is down, the second CPC can continue to run the business. For the purposes of this example only three LPARs per CPC are shown.
In reality there might be many more. A minimum configuration might
include three LPARs per CPC (one production LPAR, one development
or quality assurance LPAR, and one systems programming test LPAR).
Isolating the production LPARs Production LPARs are critical to maintaining an organization's viability. Although Figure 1 does not show it, the production LPARs are normally isolated logically (and sometimes physically) from the test and development LPARs. This is achieved by using a Parallel Sysplex, usually just called a sysplex. A sysplex is a clustering technique involving software and physical components. This technique helps with availability and workload balancing and protects environments from each other. There would be a production sysplex for the production LPARs and a test or development sysplex for the remaining systems. Some organizations may have many sysplex systems. With the ability to define multiple independent sysplexes, even LPARs within a single CPC can be isolated logically by participating in separate sysplexes. The main lesson to learn from Figure 1 is that duplicate components are in place to allow for scheduled and unscheduled outages, and provide the availability that z/OS customers expect. |
Copyright IBM Corporation 1990, 2010 |