IBM XL C Enterprise Edition for AIX, V9.0 Exploits the Capabilities of the IBM POWER6 Processors

Total Page:16

File Type:pdf, Size:1020Kb

IBM XL C Enterprise Edition for AIX, V9.0 Exploits the Capabilities of the IBM POWER6 Processors IBM Canada Ltd. Announcement A07-1516, dated June 5, 2007 IBM XL C Enterprise Edition for AIX, V9.0 exploits the capabilities of the IBM POWER6 processors Description .................................................2 At a glance Product positioning .................................... 3 XL C Enterprise Edition for AIX, V9.0 adds the following new features: • Specific optimizations for the latest POWER6 processors • Additional new features and enhancements for increased performance and optimization tuning • Additional built-in functions • New or changed compiler options Overview XL C Enterprise Edition for AIX®, V9.0, a highly advanced optimizing compiler for the AIX operating system, runs on the PowerPC® architecture, including the POWER6™ processors. The compiler is an industry standards-based professional programming tool that can be used for developing large, complex, computationally intensive 32-bit and 64-bit applications in the C programming language. XL C Enterprise Edition for AIX, V9.0 is the follow-on release to IBM XL C Enterprise Edition, V8.0 for AIX. The XL family of IBM compilers now includes • XL C Enterprise Edition (AIX and PASE) • XL C/C++ Enterprise Edition (AIX and PASE) • XL C/C++ Advanced Edition (Linux™) • XL C/C++ (z/OS®) • XL C/C++ Advanced Edition (Blue Gene®/L) • XL Fortran Enterprise Edition (AIX and PASE) • XL Fortran Advanced Edition (Linux) • XL Fortran Advanced Edition (Blue Gene/L) The C and C/C++ family of products also includes C/C++ for z/VM®. The XL C compiler has the ability to optimize and tune your application code for execution on IBM System p™ servers supporting the POWER3™, POWER4™, POWER5™, POWER6, and PowerPC architectures, including the PowerPC 970 processor within the IBM BladeCenter® JS20 and BladeCenter JS21. With the V9.0 release, the XL C compiler exploits, optimizes, and tunes the latest POWER6 architecture for the System p5™ servers and PowerPC processor-based blades. The XL C compiler also supports the POWER4 and POWER5 architectures on IBM System i™ with the i5/OS™ Portable Application Solutions Environment (i5/OS PASE). IBM Canada Ltd. Announcement A07-1516 IBM is a registered trademark of International Business Machines Corporation 1 What's new • Support for the new POWER6 processors • Addition of decimal floating-point support for C • Upgrade of default language level option for C to extc99 allowing you to use C99 features and headers without having to explicitly specify extc99 in a suboption • New default settings for -qarch and -qtune to tune generated code for optimized performance across a range of recent processor architectures, including POWER6 Key prerequisites • System p servers and PowerPC processor-based blades supported by AIX 5L™ V5.2 or AIX 5L for POWER™ V5.3 • Disk space: 350 MB Planned availability dates • June 8, 2007: Electronic software delivery • July 6, 2007: Physical software delivery Description The XL C compiler continues to provide additional functionality and enhancements, especially in the areas of performance and optimization, support for language enhancements, and support for new processors. Support for the new POWER6 processors With V9.0, the XL C compiler exploits, optimizes and tunes for the latest POWER6 processors. XL C V9.0 expands the list of -qarch and -qtune suboptions to support the newly available POWER6 processors. Decimal floating-point arithmetic Decimal floating-point arithmetic offers greater computational performance and precision in business and financial applications where numeric data computation and I/O is usually performed in decimal form. Data conversions from decimal type to binary floating-point type and back are avoided, as are inherent rounding errors accumulated during data conversions. XL C adds support for decimal floating-point arithmetic with the following new compiler options: • -qdfp: Specifying -qdfp enables compiler support for decimal floating-point data types and literals • -qfloat=dfpemulate: Specifying -qfloat=dfpemulate instructs the compiler to use software emulation when handling decimal floating-point computations. Note: Compiler support for decimal floating-point operations requires AIX 5L for POWER V5.3 with the 5300-06 Technology Level. Default language level change for C — extc99 The default -qlanglvl compiler option setting is now extc99 when invoking the C compiler with the xlc invocation. This change will allow you to use C99 features and headers without having to explicitly specify the extc99 suboption. You can revert to previous xlc behavior by specifying -qlanglvl=extc89 when invoking the compiler. Architecture and processor support The -qarch and -qtune compiler options control the code generated by the compiler. These IBM Canada Ltd. Announcement A07-1516 IBM is a registered trademark of International Business Machines Corporation 2 compiler options adjust the instructions, scheduling, and other optimizations for a specified target processor or range of processors. New default setting for -qarch, -qtune • -qarch=ppc • -qtune=balanced The -qtune=balance suboption is new for this release and becomes the default -qtune setting when certain -qarch settings are specified. Using -qtune=balance instructs the compiler to tune generated code for optimized performance across a range of recent processor architectures, including POWER6. New compiler options for POWER6 processors • -qarch=pwr6 • -qarch=pwr6e • -qtune=pwr6 The -qipa compiler option also adds a new architecture cloning suboption, -qipa=clonearch=pwr6, to support interprocedural analysis optimizations on POWER6 processors. Support removed for selected processors: XL C V9.0 removes support for processor architectures not supported by AIX 5L V5.2 or later, such as POWER, POWER2™, and PowerPC 601®. As a result, the following -qarch and -qtune suboption settings are no longer supported: -qarch=com | pwr | pwr2 | pwr2s | p2sc |601 |602 |603 -qtune=pwr | pwr2 | pwr2s | pwrx | p2sc |601 |602 |603 Additional enhancements • XL C V9.0 introduces many new performance-related compiler options and directives. • New built-in functions for this release include PowerPC cache control and POWER6 prefetch extensions and cache control. Accessibility by people with disabilities You can request a U.S. Section 508 Voluntary Product Accessibility Template (VPAT) with details on accessibility compliance at http://www-3.ibm.com/able/product_accessibility/index.html Product positioning XL C Enterprise Edition V9.0 for AIX is part of the IBM family of C and C++ compilers that support a number of platforms. It joins XL C/C++ Enterprise Edition for AIX on the System p, XL C/C++ Advanced Edition for Linux on System i and System p, XL C/C++ for z/OS, ILE C/C++ for OS/400® on System i, and C/C++ for z/VM. The code base for all of these compilers (C and C++) is the same. This will facilitate source-level portability of your applications from these platforms to AIX. In addition, the C compiler supports the latest ISO C 1999 (International Standard ISO/IEC 9899:1999) standard. With XL C V9.0, the default -qlanglvl compiler option is now extc99 when invoking the C compiler with the xlc invocation. You can now more easily use C99 features and headers without having to explicitly specify the extc99 option. With representation from the IBM compiler development team on the ISO/ANSI C committee, IBM is in a position to understand the latest updates, clarifications, and recommendations to the C standards. Support of programming language standards allows for portability of your source code among a variety of compiler implementations. Trade-marks IBM Canada Ltd. Announcement A07-1516 IBM is a registered trademark of International Business Machines Corporation 3 POWER6, System p, POWER3, POWER4, POWER5, System p5, System i, i5/OS, POWER, AIX 5L, and POWER2 are trade-marks of International Business Machines Corporation used under license by IBM Canada Ltd. AIX, PowerPC, z/OS, Blue Gene, z/VM, BladeCenter, PowerPC 601, and OS/400 are registered trade-marks of International Business Machines Corporation used under license by IBM Canada Ltd. Linux is a trade-mark of Linus Torvalds in the United States, other countries or both. Other company, product, and service names may be trade-marks or service marks of others. This announcement is provided for your information only. For additional information, contact your IBM representative, call 800-IBM-4YOU, or visit the IBM home page at: http://www.ibm.com/ca/ IBM Canada Ltd. Announcement A07-1516 IBM is a registered trademark of International Business Machines Corporation 4.
Recommended publications
  • Power Architecture® ISA 2.06 Stride N Prefetch Engines to Boost Application's Performance
    Power Architecture® ISA 2.06 Stride N prefetch Engines to boost Application's performance History of IBM POWER architecture: POWER stands for Performance Optimization with Enhanced RISC. Power architecture is synonymous with performance. Introduced by IBM in 1991, POWER1 was a superscalar design that implemented register renaming andout-of-order execution. In Power2, additional FP unit and caches were added to boost performance. In 1996 IBM released successor of the POWER2 called P2SC (POWER2 Super chip), which is a single chip implementation of POWER2. P2SC is used to power the 30-node IBM Deep Blue supercomputer that beat world Chess Champion Garry Kasparov at chess in 1997. Power3, first 64 bit SMP, featured a data prefetch engine, non-blocking interleaved data cache, dual floating point execution units, and many other goodies. Power3 also unified the PowerPC and POWER Instruction set and was used in IBM's RS/6000 servers. The POWER3-II reimplemented POWER3 using copper interconnects, delivering double the performance at about the same price. Power4 was the first Gigahertz dual core processor launched in 2001 which was awarded the MicroProcessor Technology Award in recognition of its innovations and technology exploitation. Power5 came in with symmetric multi threading (SMT) feature to further increase application's performance. In 2004, IBM with 15 other companies founded Power.org. Power.org released the Power ISA v2.03 in September 2006, Power ISA v.2.04 in June 2007 and Power ISA v.2.05 with many advanced features such as VMX, virtualization, variable length encoding, hyper visor functionality, logical partitioning, virtual page handling, Decimal Floating point and so on which further boosted the architecture leadership in the market place and POWER5+, Cell, POWER6, PA6T, Titan are various compliant cores.
    [Show full text]
  • Managing the Control Panel Functions
    System i and System p Managing the control panel functions System i and System p Managing the control panel functions Note Before using this information and the product it supports, read the information in “Notices” on page 51 and the IBM Systems Safety Information manual, G229-9054. Seventh Edition (September 2007) © Copyright International Business Machines Corporation 2004, 2007. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Safety and environmental notices ........................v About this topic ................................ix Managing the control panel functions .......................1 What’s new for Capacity on Demand ...........................1 PDF file for Managing the control panel functions .......................1 Control panel concepts ................................1 Physical control panel ...............................2 Remote control panel ...............................5 Planning for the remote control panel .........................6 Virtual control panel................................7 Differences between the virtual control panel and remote control panel...............9 Control panel function codes .............................9 Control panel function codes on the HMC ........................10 Control panel function codes on the 7037-A50 and 7047-185 models ...............12 Control panel function code comparison for the RCP, VCP, and HMC ...............13 Values for IPL types, system operating modes, and speeds ..................15
    [Show full text]
  • System I and System P: Changing Consoles, Interfaces, and Terminals Safety and Environmental Notices
    System i and System p Changing consoles, interfaces, and terminals System i and System p Changing consoles, interfaces, and terminals Note Before using this information and the product it supports, read the information in “Notices” on page 33 and the IBM Systems Safety Information manual, G229-9054. Seventh Edition (September 2007) © Copyright International Business Machines Corporation 2005, 2007. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Safety and environmental notices ........................v About this publication .............................ix Changing consoles, interfaces, and terminals ...................1 PDF file for Changing consoles, interfaces, and terminals ....................1 Concepts for changing your current configuration of consoles, interfaces, or terminals ...........1 Choosing the procedure to follow to change a console, interface, or terminal ..............2 Changing the console from devices that use the ASMI and SMS to the HMC .............2 Changing the console without an HMC .........................3 Changing the console without an HMC and when the correct hardware is installed .........4 Changing the console without an HMC and when hardware changes are needed ..........5 Changing the console hardware with the power on ...................6 Changing the console hardware with the power off, and using another workstation ........7 Changing the console hardware with the power off, and no other workstation is available
    [Show full text]
  • System I and System P: Backplanes and Cards Safety and Environmental Notices
    System i and System p Backplanes and cards System i and System p Backplanes and cards Note Before using this information and the product it supports, read the information in “Notices” on page 79 and the IBM Systems Safety Information manual, G229-9054. Twelfth Edition (September 2007) © Copyright International Business Machines Corporation 2004, 2007. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Safety and environmental notices ........................v About this topic ................................ix Backplanes and cards .............................1 PDF file for backplanes and cards ............................1 Install the model 285, 52x,55x, or 720 RAID enablement card ...................1 Prepare the system ................................2 Install the RAID enablement card ...........................2 Remove the model 285, 52x,55x, or 720 RAID enablement card ..................5 Prepare the system ................................5 Remove the RAID enablement card...........................6 Replace the model 285, 52x,55x, or 720 RAID enablement card ..................8 Removing and replacing the system backplane in a model 9113-550, 9133-55A, 9406-550, and OpenPower 720 . 10 Remove the model 9116-561 or 570 system backplane .....................13 Prepare the system ................................14 Remove the system backplane ............................15 Replace the model 9116-561 or 570 system backplane .....................17 Replace
    [Show full text]
  • IBM System P5 520 and 520Q Technical Overview and Introduction September 2006
    Front cover IBM System p5 520 and 520Q Technical Overview and Introduction Finer system granulation using Micro-Partitioning technology to help lower TCO Support for versions of AIX 5L and Linux operating systems From Web servers to integrated cluster solutions Giuliano Anselmi Charlie Cler Carlo Costantini Bernard Filhol SahngShin Kim Gregor Linzmeier Ondrej Plachy ibm.com/redbooks Redpaper International Technical Support Organization IBM System p5 520 and 520Q Technical Overview and Introduction September 2006 Note: Before using this information and the product it supports, read the information in “Notices” on page vii. Second Edition (September 2006) This edition applies to IBM System p5 520 (product number 9131-52A), Linux, and IBM AIX 5L Version 5.3, product number 5765-G03. © Copyright International Business Machines Corporation 2006. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . viii Preface . ix The team that wrote this Redpaper . ix Become a published author . .x Comments welcome. .x Chapter 1. General description . 1 1.1 System specifications . 3 1.2 Physical package . 3 1.2.1 Deskside model . 3 1.2.2 Rack-mount model . 5 1.3 Minimum and optional features . 6 1.3.1 Processor features . 6 1.3.2 Memory features . 7 1.3.3 Disk and media features . 7 1.3.4 USB diskette drive . 8 1.3.5 I/O drawers . 8 1.3.6 Hardware Management Console models . 10 1.4 Express Product Offerings . 11 1.4.1 Express Product Offerings requirements .
    [Show full text]
  • System I and System P: Partitioning for I5/OS with an HMC About This Topic
    System i and System p Partitioning for i5/OS with an HMC System i and System p Partitioning for i5/OS with an HMC Note Before using this information and the product it supports, read the information in “Notices” on page 311 and the IBM Systems Safety Information manual, G229-9054. Eleventh Edition (September 2007) This edition applies to version 5, release 4, modification 0 of IBM i5/OS (product number 5722-SS1) and to all subsequent releases and modifications until otherwise indicated in new editions. This version does not run on all reduced instruction set computer (RISC) models nor does it run on CISC models. © Copyright International Business Machines Corporation 2004, 2007. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents About this topic ................................v Partitioning for i5/OS with an HMC ........................1 PDF file for Partitioning for i5/OS with an HMC .......................1 Partitioning with version 6 or earlier of the HMC ......................194 Configuring i5/OS logical partitions using version 6 or earlier of the HMC.............211 Partitioning a new or nonpartitioned server ......................211 Partitioning a new or nonpartitioned IBM System i5 or eServer i5 managed system using version 6 or earlier of the HMC .............................211 Partitioning a new or nonpartitioned IBM System p5, eServer p5, or IntelliStation POWER 285 managed system using version 6 or earlier of the HMC ....................217
    [Show full text]
  • IBM POWER Virtualization Best Practice Guide
    IBM Power Systems Performance IBM POWER Virtualization Best Practices Guide Version 4.0 March 2020 Copyright © 2020 by International Business Machines Corporation. IBM Power Virtualization Best Practices Guide CONTENTS 1 INTRODUCTION .................................................................................................................... 7 2 VIRTUAL PROCESSORS .......................................................................................................... 7 2.1 Sizing/configuring virtual processors ......................................................................................................... 9 2.2 Entitlement vs. Virtual processors ........................................................................................................... 10 2.3 Matching entitlement of an LPAR close to its average utilization for better performance ....................... 10 2.4 When to add additional virtual processors .............................................................................................. 11 2.5 How to estimate the number of virtual processors per uncapped shared LPAR ...................................... 11 3 AIX VIRTUAL PROCESSOR MANAGEMENT - PROCESSOR FOLDING ....................................... 11 3.1 VPM folding example .............................................................................................................................. 12 3.2 Tuning Virtual Processor Management Folding ....................................................................................... 13 3.3
    [Show full text]
  • IBM System P5 550 and 550Q Technical Overview and Introduction September 2006
    Front cover IBM System p5 550 and 550Q Technical Overview and Introduction Finer system granulation using Micro-Partitioning technology to help lower TCO Outstanding performance based on POWER5+ processor technology From Web servers to integrated cluster solutions Giuliano Anselmi Charlie Cler Carlo Costantini Bernard Filhol SahngShin Kim Gregor Linzmeier Ondrej Plachy ibm.com/redbooks Redpaper International Technical Support Organization IBM System p5 550 and 550Q Technical Overview and Introduction September 2006 Note: Before using this information and the product it supports, read the information in “Notices” on page vii. Second Edition (September 2006) This edition applies to the IBM System p5 550Q and 550 (product number 9133-55A), Linux, and AIX 5L Version 5.3, product number 5765-G03. © Copyright International Business Machines Corporation 2006. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . viii Preface . ix The team that wrote this Redpaper . ix Become a published author . .x Comments welcome. xi Chapter 1. General description . 1 1.1 System specifications . 3 1.2 Physical package . 3 1.2.1 Deskside model . 3 1.2.2 Rack-mount model . 4 1.3 Minimum and optional features . 5 1.3.1 Power supplies features . 6 1.3.2 Processor card features . 6 1.3.3 Memory features . 8 1.3.4 Disk and media features . 8 1.3.5 USB diskette drive . 9 1.3.6 I/O drawers . 9 1.3.7 Hardware Management Console (HMC) models . 11 1.4 Express Product Offerings .
    [Show full text]
  • IBM Power Systems S922, S914, and S924 Technical Overview and Introduction
    Front cover IBM Power Systems S922, S914, and S924 Technical Overview and Introduction Young Hoon Cho Gareth Coates Bartlomiej Grabowski Volker Haug Redpaper International Technical Support Organization IBM Power Systems S922, S914, and S924: Technical Overview and Introduction July 2018 REDP-5497-00 Note: Before using this information and the product it supports, read the information in “Notices” on page vii. First Edition (July 2018) This edition applies to IBM Power Systems S922, S914, and S924, machine types and model numbers 9009-22A, 9009-41A, and 9009-42A. © Copyright International Business Machines Corporation 2018. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . viii Preface . ix Authors. ix Now you can become a published author, too! . .x Comments welcome. xi Stay connected to IBM Redbooks . xi Chapter 1. General description . 1 1.1 Systems overview . 2 1.1.1 Power S922 server . 2 1.1.2 Power S914 server . 3 1.1.3 Power S924 server . 4 1.1.4 Common features . 5 1.2 Operating environment . 6 1.3 Physical package . 8 1.3.1 Tower model . 8 1.3.2 Rack-mount model . 8 1.4 System features . 9 1.4.1 Power S922 server features . 9 1.4.2 Power S914 server features . 10 1.4.3 Power S924 server features . 11 1.4.4 Minimum features . 13 1.4.5 Power supply features . 13 1.4.6 Processor module features . 14 1.4.7 Memory features . 17 1.4.8 Peripheral Component Interconnect Express slots.
    [Show full text]
  • System I and System P: Creating a Virtual Computing Environment About This Topic
    System i and System p Creating a virtual computing environment System i and System p Creating a virtual computing environment Note Before using this information and the product it supports, read the information in “Notices” on page 25 and the IBM Systems Safety Information manual, G229-9054. Eighth Edition (September 2007) This edition applies to IBM AIX 5L Version 5.3 and to version 5, release 4, modification 0 of IBM i5/OS (product number 5722-SS1) and to all subsequent releases and modifications until otherwise indicated in new editions. This version does not run on all reduced instruction set computer (RISC) models nor does it run on CISC models. © Copyright International Business Machines Corporation 2004, 2007. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents About this topic ................................v Creating a virtual computing environment .....................1 PDF files for Planning ................................1 Virtualization overview ................................1 Virtualization resources ...............................2 PowerVM Editions ...............................3 Capacity on Demand offerings ...........................4 Dynamic LPAR ................................5 Logical partition overview .............................6 Micro-Partitioning ...............................9 Multiple operating system support .........................10 Virtual adapters ................................10 Planning for a virtual computing
    [Show full text]
  • IBM Power Systems S922, S914, and S924 Technical Overview and Introduction
    Front cover IBM Power Systems S922, S914, and S924 Technical Overview and Introduction Young Hoon Cho Gareth Coates Bartlomiej Grabowski Redpaper International Technical Support Organization IBM Power Systems S922, S914, and S924: Technical Overview and Introduction July 2018 REDP-5497-00 Note: Before using this information and the product it supports, read the information in “Notices” on page vii. First Edition (July 2018) This edition applies to IBM Power Systems S922, S914, and S924, machine types and model numbers 9009-22A, 9009-41A, and 9009-42A. © Copyright International Business Machines Corporation 2018. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . viii Preface . ix Authors. ix Now you can become a published author, too! . .x Comments welcome. .x Stay connected to IBM Redbooks . xi Chapter 1. General description . 1 1.1 Systems overview . 2 1.1.1 Power S922 server . 2 1.1.2 Power S914 server . 3 1.1.3 Power S924 server . 4 1.1.4 Common features . 5 1.2 Operating environment . 6 1.3 Physical package . 8 1.3.1 Tower model . 8 1.3.2 Rack-mount model . 8 1.4 System features . 9 1.4.1 Power S922 server features . 9 1.4.2 Power S914 server features . 10 1.4.3 Power S924 server features . 11 1.4.4 Minimum features . 13 1.4.5 Power supply features . 13 1.4.6 Processor module features . 14 1.4.7 Memory features . 16 1.4.8 Peripheral Component Interconnect Express slots.
    [Show full text]
  • IBM System P5 570 Technical Overview and Introduction
    Front cover IBM System p5 570 Technical Overview and Introduction Finer system granulation using Micro-Partitioning technology to help lower TCO Modular midrange solution for managing On Demand Business New POWER5+ processor options using DDR2 memory technology Giuliano Anselmi Gregor Linzmeier Wolfgang Seiwald Philippe Vandamme Scott Vetter ibm.com/redbooks Redpaper International Technical Support Organization IBM System p5 570 Technical Overview and Introduction September 2006 Note: Before using this information and the product it supports, read the information in “Notices” on page vii. Second Edition (September 2006) This edition applies to the IBM System p5 570 (9117-570) and AIX 5L™ Version 5.3, product number 5765-G03. © Copyright International Business Machines Corporation 2004, 2006. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . viii Preface . ix The team that wrote this Redpaper . ix Become a published author . .x Comments welcome. .x Chapter 1. General description . 1 1.1 System specifications . 3 1.2 Physical package . 3 1.3 Minimum and optional features . 4 1.3.1 Processor card features . 5 1.3.2 Memory features . 6 1.3.3 Disk and media features . 6 1.3.4 USB diskette drive . 7 1.3.5 I/O drawers . 7 1.3.6 Hardware Management Console models . 10 1.4 System racks. 11 1.4.1 IBM 7014 Model T00 rack. 11 1.4.2 IBM 7014 Model T42 rack. 12 1.4.3 The ac power distribution unit and rack content .
    [Show full text]