S/390 - Wiki slovník - karaty.sk

Upozornenie: Prezeranie týchto stránok je určené len pre návštevníkov nad 18 rokov!
Zásady ochrany osobných údajov.
Používaním tohto webu súhlasíte s uchovávaním cookies, ktoré slúžia na poskytovanie služieb, nastavenie reklám a analýzu návštevnosti. OK, súhlasím









A | B | C | D | E | F | G | H | CH | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

S/390
IBM System/390
IBM logo.svg
IBM S-390 Parallel Enterprise Server-12-1998-gje.jpg
Inside the IBM S/390 Parallel Enterprise Server Generation 4
ManufacturerInternational Business Machines Corporation (IBM)
Typemainframe (S/360-compatible)
Release dateSeptember 5, 1990; 32 years ago (1990-09-05)
DiscontinuedDecember 31, 2004[1]
Operating systemMVS/ESA, OS/390, VSE/ESA and VM/ESA
MemoryES/9000: up to 2 GB main + 8 GB expanded
9672: up to 32 GB main (2 GB flat)
PredecessorIBM 3090, 4300 and 9370
SuccessorIBM Z
WebsiteOfficial website IBM Archives
"System/390 Announcement". IBM Archives. IBM. 23 January 2003. Retrieved 2017-01-29.

The IBM System/390 is a discontinued mainframe product family implementing the ESA/390, the fifth generation of the System/360 instruction set architecture. The first computers to use the ESA/390 were the Enterprise System/9000 (ES/9000) family, which were introduced in 1990. These were followed by the 9672, Multiprise, and Integrated Server families of System/390 in 1994–1999, using CMOS microprocessors. The ESA/390 succeeded the ESA/370 used in the Enhanced 3090 and 4381 "E" models, and the System/370 architecture last used in the IBM 9370 low-end mainframe. The ESA/390 was succeeded by the 64-bit z/Architecture in 2000.

History

On February 15, 1988, IBM announced[2][3] Enterprise Systems Architecture/370 (ESA/370) for 3090 enhanced ("E") models and for 4381 model groups 91E and 92E. In additional to the primary and secondary addressing modes that System/370 Extended Architecture (S/370-XA) supports, ESA has an access register mode in which each use of general register 1-15 as a base register uses an associated access register to select an address space. In addition to the normal address spaces that XA supports, ESA also allows data spaces, which contain no executable code.

On September 5, 1990, IBM published a group of hardware and software announcements, two[4][5] of which included overviews of three announcements:

  • System/390[6] (S/390), as in 360 for 1960s, 370 for 1970s.
  • Enterprise System/9000[7][8] (ES/9000), as in 360 for 1960s, 370 for 1970s.
  • Enterprise Systems Architecture/390[9][10] (ESA/390) was IBM's last 31-bit-address/32-bit-data mainframe computing design, copied by Amdahl, Hitachi, and Fujitsu among other competitors. It was the successor of ESA/370 and, in turn, was succeeded by the 64-bit z/Architecture in 2000. Among other things, ESA/390 added fiber optics channels, known as Enterprise Systems Connection (ESCON) channels, to the parallel (Bus and Tag) channels of ESA/370.

Despite the fact that IBM mentioned the 9000 family first in some of the day's announcements, it was clear "by the end of the day" that it was "for System/390,"[7] although it was a shortened name, S/390, that was placed on some of the actual "boxes" later shipped.[11][a]

The ES/9000 include rack-mounted models, free standing air cooled models and water cooled models. The low end models were substantially less expensive than the 3090 or 4381 previously needed to run MVS/ESA, and could also run VM/ESA and VSE/ESA, which IBM announced at the same time.

IBM periodically added named features to ESA/390 in conjunction with new processors; the ESA/390 Principles of Operation manual identifies them only by name, not by the processors supporting them.

Machines supporting the architecture were sold under the brand System/390 (S/390) from September 1990. The 9672 implementations of System/390 were the first high-end IBM mainframe architecture implemented first with CMOS CPU electronics rather than the traditional bipolar logic.

The IBM z13 was the last z Systems server to support running an operating system in ESA/390 architecture mode.[12] However, all 24-bit and 31-bit problem-state application programs originally written to run on the ESA/390 architecture readily run unaffected by this change.

ESA/390 architecture

ESA/390
DesignerIBM
Bits32-bit
Introduced1990; 33 years ago (1990)
DesignCISC
TypeRegister–Register
Register–Memory
Memory–Memory
EncodingVariable (2, 4 or 6 bytes long)
BranchingCondition code, indexing, counting
EndiannessBig
PredecessorSystem/360, System/370, S/370-XA, ESA/370
Successorz/Architecture
Registers
General purpose16
Floating point4 64-bit up to the G4; 16 64-bit starting with the G5[13]

The architecture (the Linux kernel architecture designation is "s390"; "s390x" designates the 64-bit z/Architecture) employs a channel I/O subsystem in the System/370 Extended Architecture (S/370-XA) tradition, offloading almost all I/O activity to specialized hardware more sophisticated than the S/360 and S/370 I/O channels. It also includes a standard set[10] of CCW opcodes that new equipment is expected to support.

The architecture maintains problem state backward compatibility back to 1964 with the 24-bit-address/32-bit-data (System/360 and System/370) and subsequent 24/31-bit-address/32-bit-data architectures (System/370-XA and ESA/370). However, the I/O subsystem is based on System/370 Extended Architecture (S/370-XA), not on the original S/370 I/O instructions.

ESA/390 is essentially a 32-bit architecture; as with System/360, System/370, 370-XA, and ESA/370, the general-purpose registers are 32 bits long, and the arithmetic instructions support 32-bit arithmetic. Only byte-addressable real memory (Central Storage) and Virtual Storage addressing is limited to 31 bits. (IBM reserved the most significant bit to easily support applications expecting 24-bit addressing, as well as to sidestep a problem with extending two instructions to handle 32-bit unsigned addresses.)

In fact, total system memory is not limited to 31 bits (2 GB).[b] While the virtual storage of a single address space cannot exceed 2 GB, ESA/390 supports multiple concurrent 2 GB address spaces. Further, each address space can have Dataspaces associated with it, each of which can have up to 2 GB of Virtual Storage. In the ES/9000 the Central Storage is limited to 2 GB, but additional memory can be configured as expanded storage. With Expanded Storage 4 KB pages can be moved between Central Storage and Expanded Storage. Expanded Storage can be used for ultra-fast paging, for disk caching, and for virtual disks within the VM/CMS operating system. Under Linux/390 this memory cannot be used for disk caching; instead, it is supported by a block device driver, allowing to use it as ultra-fast swap space and for RAM drives.

In addition, a machine may be divided into Logical Partitions (LPARs), each with its own virtual system memory so that multiple operating systems may run concurrently on one machine.

An important capability to form a Parallel Sysplex was added to the architecture in 1994.

Some PC-based IBM-compatible mainframes which provide ESA/390 processors in smaller machines have been released over time, but are only intended for software development.

The Hercules emulator is a portable ESA/390 and z/Architecture machine emulator which supports enough devices to boot many ESA/390 operating systems. Since it is written in pure C, it has been ported to many platforms, including S/390 itself. A commercial emulation product for IBM xSeries with higher execution speed is also available.

Common I/O Device Commands

2.0 Chapter 2. Specific I/O-Device Commands in Enterprise Systems Architecture/390 Common I/O-Device Commands[10] shows the following commands.

ESA/390 I/O-Device Commands
Command Bit Position
0 1 2 3 4 5 6 7
Basic sense 0 0 0 0 0 1 0 0
No-operation (no-op) 0 0 0 0 0 0 1 1
Read configuration data D D D D D D D 0
Read (non-DASD) / Read IPL (DASD) 0 0 0 0 0 0 1 0
Read node identifier D D D D D D D 0
Sense ID 1 1 1 0 0 1 0 0
Set interface identifier D D D D D D D 1
Test I/O (may not be included in a CCW; may only be issued by the associated privileged instruction) 0 0 0 0 0 0 0 0
Note:
D Device dependent. The command code, if any, recognized by an I/O device may be obtained by using a sense-ID command.

S/390 computers

ES/9000

Eighteen models[c] were announced[14] September 5, 1990 for the ES/9000 in three form factors; the water-cooled 9021 to succeed the IBM 3090, and the air-cooled standalone 9121 and rack-mounted 9221 to succeed the IBM 4381 and 9370 respectively. The largest announced model had a 100-fold performance over the smallest model, and the clock frequency ranged from 67-111 MHz (15-9 ns) in the 9021 and 67 MHz in the 9121 to 26-33 MHz (38-30 ns) in the 9221. The 9221 models 120, 130 and 150 were initially available only with the "System/370 Base Option"; the "ESA Option" shipped in July 1991. The 9221 processors were made of VLSI CMOS chips designed in Böblingen, Germany, whence the 9672 line later originated.

The lower 6 of the 8 water-cooled models (codenamed H0) were immediately available, but used the same processor as the 3090-J, still at the 69 MHz (14.5 ns) maximum frequency and thus with unchanged performance. Those models' main difference from the 3090-J was the optional addition of ESCON, Sysplex and Integrated Cryptographic Feature. Only the models 900 and 820 had an all-new design (codenamed H2),[d] featuring private split I+D 128+128 KB L1 caches and a shared 4 MB L2 cache (2 MB per side) with 11-cycle latency, more direct interconnects between the processors, multi-level TLBs, branch target buffer and 111 MHz (9 ns) clock frequency. These were the first models with out-of-order execution since the System/370-195 of 1973. However unlike the old S/360-91-derived systems, the models 900 and 820 had full out-of-order execution for both integer and floating-point units, with precise exception handling, and a fully superscalar pipeline. Models 820 and 900 shipped to customers in September 1991, a year later than the models with older technology. Later these new technologies were used in models 520, 640, 660, 740 and 860.[17][18][19][16][20]

All three lines got additions and upgrades until 1993–1994. In February 1993 an 8-processor 141 MHz (7.1 ns) model 982 became available, with models 972, 962, 952, 942, 941, 831, 822, 821 and 711 following in March. These models, codenamed H5, had double the L2 cache and 30% higher per-processor performance than the H2 line, and added a hardware data compression.[21][22] The compression was also included in the new, 50% faster models of the 9121.[23] In April 1994, alongside the CMOS-based new 9672 series and improved 9221 models, IBM announced also their ultimate bipolar model, the 10-processor model 9X2 rated at 468 MIPS,[e] to become available in October.[39][40][41]

Models

ES/9000 water-cooled models (9021-###)[8]
Model CPUs Sides Max storage
(main + expanded)
Max channels
(Max ESCON)
Shipping from
H0 (340-based models)[42][43]
720 6 2 0.5+4 GB 128 (64) September 1990
620 4
580 3 1 0.25+2 GB 64 (32)
500 2
340 1 128+1024 MB
330 1 128+512 MB "available by upgrade only"
H2 (520-based models)[18]
900 6 2 1+8 GB 256 (256) September 1991
860 5 February 1992[44]
820 4 September 1991
740 3 1 0.5+4 GB 128 (128) February 1992[44]
660 2 2
640 1
520 1 0.25+2 GB 64 (64)
H5 (711-based models)[21]
9X2 10 2 2+8 GB 256 (256) October 1994
982 8 February 1993
972 7 March 1993
962 6
952 5
942 4
941 4 1 1+4 GB 128 (128)
832 3 2 August 1993[45]
831 3 1 March 1993
822 2 2
821 2 1
711 1 0.5+2 GB 64 (64)
ES/9000 air-cooled standalone models (9121-###)[8][46]
Model CPUs Sides Max storage
(main + expanded)
Max channels
(Max ESCON)
Shipping from
320-based models[19][47]
610 4 2 512+1536 MB 96 (88) March 1992
570 3
490 2
480 1 256+768 MB 48 (44)[f] March 1991
440
320 1 September 1990
260
210 January 1991
190 128+384 MB 32 (28)[g] March 1991
180 [h] 32 (28) April 1992[48]
511-based models[49]
742 4 2 1+1 GB[i] 128 May 1993
732 3
622 2
621 1 0.5+0.5 GB[j] 64 February 1993
522 2 1+1 GB[i] November 1993[50]
521 1 0.5+0.5 GB[j] May 1993
511 1 February 1993
411 May 1993
311
ES/9000 air-cooled rack-mounted models (9221-###)[8]
Model CPUs Max storage
(main + expanded)
Max channels
(Max ESCON)
Shipping from
170-based models[19]
200 2 256 MB main 24 (24) Q3 1992[48]
170 1 Q4 1991
150 12 (12) December 1990[k]
130
120
211-based models
421 2 512 MB[51][52]
221
211 1
201
191

ES/9000 features

  • ESCON fiber optic channels
  • Sysplex for synchronizing the systems to ease management
  • Vector Facility: up to one vector processor per Central Processor available on the 9021 and 9121. First used on the 3090 to replace the IBM 3838 array processor announced in 1976 for System/370.[53]
  • Up to one Integrated Cryptographic Feature (ICRF) per side was available on the 9021 for accelerating encryption, succeeding the 3848 Cryptographic Unit.
  • (Each Central Processor accommodates one coprocessor at a time; the combined number of installed Vector Facilities and ICRFs cannot exceed the number of Central Processors.)
  • The new models of the 9021 and 9121 from 1993 feature data compression hardware.

Logical partitioning

Previously available only on IBM 3090, Logical Partitions (LPARs) are a standard feature of the ES/9000 processors whereby IBM's Processor Resource/Systems Manager (PR/SM) hypervisor allows different operating systems to run concurrently in separate logical partitions (LPARs), with a high degree of isolation. Initially 7 partitions per a disconnected side were supported.[8][54] In December 1992 the LPAR capacity of the H2 (520-based) models was increased to 10 per a disconnected side. For example, a two-processor model 660 could now support up to 20 partitions instead of 14, if the two sides (each with one processor) are electrically isolated.[55]

This was introduced as part of IBM's moving towards "lights-out" operation and increased control of multiple system configurations.

9672

IBM S/390 Parallel Enterprise Server Gen4

Launched in 1994 first as the "Parallel Transaction Server" (alongside the 9673 "Parallel Query Server"),[56] subsumed by the "Parallel Enterprise Server" launched later in the year,[57] the six generations of the IBM 9672 machines transitioned IBM's mainframes fully to CMOS microprocessors, as by a strategic decision no more ES/9000 (bipolar-based except the 9221) models would be released after 1994. The initial generations of 9672 were slower than the largest ES/9000 sold in parallel, but the fifth and sixth generations were the most powerful and capable ESA/390 machines built by IBM.[58]

Model Year Introduced Number of CPUs Performance (MIPS)[l] Memory (GB)
G1 – 9672-Rn1, 9672-Enn, 9672-Pnn[59] 1994 1–6 15–66 0.125–2
G2 – 9672-Rn2, 9672-Rn3 1995 1–10 15–171 0.125–4
G3 – 9672-Rn4 1996 1–10 33–374 0.5–8
G4 – 9672-Rn5 1997 1–10 49–447 0.5–16
G5 – 9672-nn6 1998 1–10 88–1069 1–24
G6 – 9672-nn7 1999 1–12 178–1644 5–32

In the course of the generations, CPUs added more instructions and increased performance. The first three generations (G1 to G3) focused on low cost.[60] The 4th generation was aimed at matching the performance of the last bipolar model, the 9021-9X2. It was decided to be accomplished by pursuing high clock frequencies. The G4 could reach 70% higher frequency than the G3 at silicon process parity, but it suffered a 23% IPC reduction from the G3.[60] The initial G4-based models became available in June 1997,[61] but it wasn't until the 370 MHz model RY5 (with a "Modular Cooling Unit") became available at the end of the year that a 9672 would almost match the 141 MHz model 9X2's performance.[64] At 370 MHz it was the second-highest clocked microprocessor at the time, after the Alpha 21164 of DEC. The execution units in each G4 processor are duplicated for the purpose of error detection and correction.[65] Arriving in late September 1998,[66] the G5 more than doubled the performance over any previous IBM mainframe,[62][63] and restored IBM's performance lead that had been lost to Hitachi's Skyline mainframes in 1995.[67][68] The G5 operated at up to 500MHz, again second only to the DEC Alphas into early 1999. The G5 also added support for the IEEE 754 floating-point formats.[69][13] The thousandth G5 system shipped less than 100 days after the manufacturing began; the greatest ramping of production in S/390's history.[70] In late May 1999 the G6 arrived featuring copper interconnects, raising the frequency to 637MHz, higher than the fastest DEC machines at the time.

Other

In September 1996 IBM launched the S/390 Multiprise 2000, positioned below the 9672.[71][72][73] It used the same technology as the 9672 G3, but it fit half as many processors (up to five) and its off-chip caches were smaller. The 9672 G3 and the Multiprise 2000 were the last versions to support pre-XA System/370 mode. In October 1997 models of Multiprise 2000 with an 11% higher performance were launched.[74] The Multiprise 3000, based on the 9672 G5, became available in September 1999, featuring PCI buses.[75][76]

The S/390 Integrated Server, an even lower-end S/390 system than Multiprise, shipped by the end of 1998. It emerged from a line of S/390-compatibility/coprocessor cards for PCs, but is a true S/390 system capable of server duties, having relegated the Pentium II to the role of an I/O coprocessor. It was the first S/390 server to support PCI. It had the same performance and 256 MB maximum memory capacity as the 7 years older low-end 9221 model 170.[77][78]

From 1997 IBM also offered a "S/390 Application StarterPak", intended as a devkit for developing and testing mainframe software.[79]

See also

IBM mainframes
Preceded by
Late IBM System/370
(IBM 3090, 4300 and 9370 series)
IBM System/390
1990 - 2000
ES/9000
1990-1994
9672
Parallel Transaction Server
9673
Parallel Query Server

1994
9672
Parallel Enterprise Server

1994-2000
Multiprise
1996-2000
Integrated Server
1998-2000
Succeeded by

Notes

  1. ^ S/390 was also used on earlier and subsequent machines.
  2. ^ In the context of computer memory, 1 GB = 10243 bytes
  3. ^ Lower case "M"
  4. ^ Also Summit, a codename first denied[15] and later seemingly mentioned by IBM.[16]
  5. ^ As explained by IBM,[24] the MIPS ratings are varying estimates. Besides 468 MIPS,[25][26][27] ratings of 465,[28][29] 467,[30] 475,[31] 480,[32][33] 484.5,[34] and 485[35] MIPS exist. IBM's own publication also implies 485 MIPS,[36] but later IBM rated it 510 MIPS.[37] For different workloads different ratings exist, calculated from IBM's LSPR ratings, which can change with OS and microcode updates.[29] Hence confusion.[38] The rated MIPS should also not be confused with the theoretical maximum sustainable MIPS, which is 2817 for model 9X2.
  6. ^ ESCON count was initially up to 36.[19]
  7. ^ ESCON count was initially up to 20.[19]
  8. ^ The combined capacity of the main memory and expanded storage is 512 MB.
  9. Zdroj:https://en.wikipedia.org?pojem=S/390
    >Text je dostupný pod licencí Creative Commons Uveďte autora – Zachovejte licenci, případně za dalších podmínek. Podrobnosti naleznete na stránce Podmínky užití.
Zdroj: Wikipedia.org - čítajte viac o S/390





Text je dostupný za podmienok Creative Commons Attribution/Share-Alike License 3.0 Unported; prípadne za ďalších podmienok.
Podrobnejšie informácie nájdete na stránke Podmienky použitia.