Written by Mark Schwenden
Illustrated by Chrystie Danzer
Production by Mark Schwenden
Engineering contributions by Rich Altmaier, Steve Bowen, Michael T . Brown, Dick Brownell, David Collins, Thomas Crapisi, Steve Dean, Hartmut Gottwald,
Paul Wiley, Gary Meyer, Galen Flunker, Paul Kinyon, Mark Koneazny, William Kellerman, Paul Pedersen, Gregory Thorson, and Gary Spilde.
The software described in this document is "commercial computer software" provided with restricted rights (except as to included open/free source) as specified
in the FA R 52.227-19 and/or the DFAR 227.7202, or successive sec tions. Use beyond license provis ions is a violation of worldwide intellectual property laws,
treaties and conventions. This document is provided with limited rights as defined in 52.227-14.
The electronic (software) version of this document was developed at private expense; if acquired under an agreement with the USA government or any
contractor thereto, it is acquired as “commercial computer software” subject to the provisions of its applicable license agreement, as specified in (a) 48 CFR
12.212 of the FAR; or, if acquired for Department of Defense units, (b) 48 CFR 227-7202 of the DoD FAR Supplement; or sections succeeding thereto.
Contractor/manufacturer is SGI, 1140 Eas t Arques Avenue Sunnyvale, CA 94085.
TRADEMARKS AND ATTRIBUTIONS
SGI, the SGI logo, and Altix are registered trademarks, and NUMAlink and NUMAflex are trademarks, of SGI, in the United States and/or other countries
worldwide.
Intel and Itanium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. UNIX is a registered
trademark in the United States and other countries, licensed exclusively through X/Open Company, Ltd.
Linux is a registered trademark of Linus Torvalds.
All other trademarks mentioned herein are the property of their respective owners.
Record of Revision
VersionDescription
-001August 2006,
First release
-002March 2007,
Engineering updates to cover RAID 1, DVD-R/W, 2D graphics and IA2.
007-4857-002iii
Contents
Contents
List of Figures . . . . . . . . . . . . . . . . . . . . . . . . xi
List of Tables . . . . . . . . . . . . . . . . . . . . . . . . xv
Table A-10Pin Assignments for USB Type A Connector . . . . . . . .163
007-4857-002xv
About This Guide
This guide provides an overview of the installation, architecture, general operation and
descriptions of the major components that compose the SGI
provides the standard procedures for powering on and powering off the system, basic
troubleshooting and maintenance information, and important safety and regulatory specifications.
Audience
This guide is written for owners, installers, system administrators, and users of SGI Altix 450
computer systems. It is written with the assumption that the reader has a good working knowledge
of computers and computer systems.
Important Information
Warning: To avoid problems that could void your warranty, your SGI or other approved
system support engineer (SSE) should perform any replacement of parts, or service of your
SGI Altix 450 system not covered in the following list of items that you can perform yourself:
•Unpacking, setting up and connecting the system rack(s) and individual rack units IRU(s).
•Using your system console and your L1 controller to enter commands and perform system
functions such as powering on and powering off, as described in this guide.
®
Altix® 450 family of systems. It also
•Adding and replacing system blades and DIMM memory as described in this guide.
•Adding and replacing PCI, PCI-X and PCI express cards, as described in this guide.
•Replacing fan modules and power supplies in the individual rack unit (IRU) enclosures.
•Adding and replacing DVD or disk drives in the base IA/IA2 (I/O) blade.
•Using the On/Off switch and other switches (the reset and non-maskable interrupt [NMI]
switches) on the system IA or IA2 blade (base I/O).
007-4857-002xvii
About This Guide
•Using the ESI/ops panel (operating panel) on optional mass storage bricks. See the user’s
Chapter Descriptions
The following topics are covered in this guide:
•Chapter 1, “System Installation” guides an installer through the steps of unpacking and
•Chapter 2, “Operation Procedures,” provides instructions for operation of the system
•Chapter 3, “System Overview,” provides environmental and technical information needed to
•Chapter 4, “System Control,” describes the function of the L1 and L2 controllers and
•Chapter 5, “Rack Information,” describes the rack sizes and features.
•Chapter 6, “Maintenance and Upgrade Procedures,” provides instructions for installing or
•Chapter 7, “Troubleshooting and Diagnostics,” provides recommended actions if problems
•Appendix A, “Technical Specifications and Pinouts‚" provides physical, environmental, and
•Appendix B, “Safety Information and Regulatory Specifications‚" lists all regulatory
guide for your optional SGI mass storage enclosure.
positioning the system rack(s). Rack mounting guidelines and basic cabling for the IRUs is
also covered.
including powering on and powering off your system.
properly set up and configure the Altix 450 series system.
provides instructions for operating the controllers.
removing the customer-replaceable components of your system.
occur on your system.
power specifications for your system. Also included are the pinouts for the non-proprietary
connectors.
information related to use of the Altix 450 system in the United States and other countries. It
also provides a list of safety instructions to follow when installing, operating, or servicing
the product.
xviii007-4857-002
Related Publications
The following SGI documents are relevant to the Altix 450 series system:
•SGI L1 and L2 Controller Software User’s Guide
•SGI InfiniteStorage 120 Mass Storage Hardware Topics
(P/N 007-3938-00x)
This guide describes how to use the L1 and L2 controller commands at your system console
to monitor and manage your SGI system.
(P/N 007-4853-00x)
This document provides a hardware overview of the SGI non-RAID 12-drive optional mass
storage enclosure used with Altix 450 systems.
(P/N 007-4718-00x)
This guide discusses the optional SGI reconfigurable application-specific software
computing (RASC) program that delivers scalable, configurable computing elements for the
SGI Altix family of servers and superclusters.
Man pages locate and print the titled entries from the online reference manuals.
You can obtain SG I documentation, release notes, or man pages in the following ways:
•See the SGI Technical Publications Library at http://docs.sgi.com. Various formats are
available. This library contains the most recent and most comprehensive set of online books,
release notes, man pages, and other information.
•The release notes, which contain the latest information about software and documentation in
this release, are in a file named README.SGI in the root directory of the SGI ProPack for
Linux Documentation CD.
•You can also view man pages by typing man <title> on a command line.
SGI systems include a set of Linux man pages, formatted in the standard UNIX “man page” style.
Important system configuration files and commands are documented on man pages. These are
found online on the internal system disk (or on a DVD) and are displayed using the man
command. For example, to display the man page for the xscsidisktest command, type the
following on a command line:
man xscsidisktest
007-4857-002xix
About This Guide
References in the documentation to these pages include the name of the command and the section
number in which the command is found.
For additional information about displaying man pages using the man command, see man(1).
In addition, the apropos command locates man pages based on keywords. For example, to
display a list of man pages that describe disks, type the following on a command line:
apropos disk
For information about setting up and using apropos, see apropos(1).
xx007-4857-002
Conventions
Conventions
The following conventions are used throughout this document:
ConventionMeaning
CommandThis fixed-space font denotes literal items such as commands, files,
routines, path names, signals, messages, and programming language
structures.
variableThe italic typeface denotes variable entries and words or concepts being
defined. Italic typeface is also used for book titles.
user inputThis bold fixed-space font denotes literal items that the user enters in
interactive sessions. Output is shown in nonbold, fixed-space font.
[ ]Brackets enclose optional portions of a command or directive line.
...Ellipses indicate that a preceding element can be repeated.
man page(x)Man page section identifiers appear in parentheses after man page names.GUI elementThis font denotes the names of graphical user interface (GUI) elements such
as windows, screens, dialog boxes, menus, toolbars, icons, buttons, boxes,
fields, and lists.
Product Support
SGI provides a comprehensive product support and maintenance program for its products, as
follows:
•If you are in North America, contact the Technical Assistance Center at
+1 800 800 4SGI or contact your authorized service provider.
•If you are outside North America, contact the SGI subsidiary or authorized distributor in
your country.
007-4857-002xxi
About This Guide
Reader Comments
If you have comments about the technical accuracy, content, or organization of this document,
contact SGI. Be sure to include the title and document number of the manual with your comments.
(Online, the document number is located in the front matter of the manual. In printed manuals, the
document number is located at the bottom of each page.)
You can contact SGI in any of the following ways:
•Send e-mail to the following address: techpubs@sgi.com
•Contact your customer service representative and ask that an incident be filed in the SGI
incident tracking system.
•Send mail to the following address:
Technical Publications
SGI
1140 East Arques Avenue, M/S 50-1-946
Sunnyvale, California 94085
SGI values your comments and will respond to them promptly.
xxii007-4857-002
Chapter 1
1.System Installation
This chapter describes how to unpack and install your Altix 450 system. Specifically, the
following topics are covered:
•“System Installation Overview” on page 2
•“Safety Precautions” on page 3
•“Installing a Rack” on page 6
•“Unpacking and Inspecting Modules” on page 22
•“Installing the IRUs in a Rack” on page 24
•“NUMAlink Cabling the System IRUs” on page 29
•“Cabling the System IRUs to a Power Source” on page 31
If you have arranged to have your system installed and set up by SGI professional services
personnel, you can skip this chapter and go on to Chapter 2, “Operation Procedures”.
007-4857-002 1
1: System Installation
System Installation Overview
In this chapter, different installation instructions are provided for different types of system
installations. Follow the instructions for your type of installation, as follows:
Note: It is assumed that you will be connecting a system console to your system in each
installation case.
•If you have ordered a server system that is already rackmounted, which means that the
modules that compose your system are also already cabled together, follow the instructions
in these sections:
–“Safety Precautions” on page 3
–“Installing a Rack” on page 6
–“Cabling the System IRUs to a Power Source” on page 31
–“Connecting the System Console” on page 36
•If you have ordered un-racked IRU modules with the intention of rackmounting and cabling
your own server system, follow the instructions in these sections:
–“Safety Precautions” on page 3
–“Installing a Rack” on page 6
–“Installing the IRUs in a Rack” on page 24
–“NUMAlink Cabling the System IRUs” on page 29
–“Cabling the System IRUs to a Power Source” on page 31
–“Connecting the System Console” on page 36
2 007-4857-002
Safety Precautions
•If you have ordered either a single- or dual-IRU system that you intend to install on a table
top, follow the instructions in these sections:
–“Safety Precautions” on page 3
–“Unpacking and Inspecting Modules” on page 22
–“Installing the IRUs in a Rack” on page 24
–“Cabling the System IRUs to a Power Source” on page 31
–“Connecting the System Console” on page 36
•If you have your own rack, and have ordered system modules with the intention of
rackmounting and cabling your own system, follow the instructions in these sections:
–“Safety Precautions” on page 3
–“Unpacking and Inspecting Modules” on page 22
–“Installing the IRUs in a Rack” on page 24
–“NUMAlink Cabling the System IRUs” on page 29
–“Cabling the System IRUs to a Power Source” on page 31
–“Connecting the System Console” on page 36
Safety Precautions
Before you install an Altix 450 system, you should familiarize yourself with the safety precautions
discussed in the following subsections:
•“Hazard Statements” on page 4
•“ESD Precautions” on page 4
•“Safety Measures” on page 5
007-4857-002 3
1: System Installation
Hazard Statements
During the installation of your Altix 450 system, be alert for hazard advisory statements with
icons, which signify the following:
•Caution indicates a potentially hazardous situation that, if not avoided, can result in minor
or moderate injury. A caution statement also alerts you to unsafe practices that can result in
equipment damage and/or data corruption. A caution message is accompanied by an icon as
shown in the following example:
ESD Precautions
!
!
Caution:
•Warning indicates a potentially hazardous situation that, if not avoided, could result in
death or serious injury. A warning message is accompanied by icon as shown in the
following example:
Warning:
•Danger indicates an imminently hazardous situation that, if not avoided, will result in death
or serious injury. A danger message is accompanied by the same icon as a warning.
Observe electrostatic discharge (ESD) precautions during the entire installation process to
eliminate possible ESD damage to the equipment. Wear an SGI-approved wrist strap when you
handle an ESD-sensitive device. Connect the wrist strap cord directly to earth ground.
Caution: Observe all ESD precautions. Failure to do so can result in damage to the equipment.
4 007-4857-002
Safety Measures
Safety Precautions
Observe the following safety measures when you install the system:
•Use caution when you remove the system from the shipping crate. Failure to handle the
system carefully can result in personal injury or property damage.
!
Caution: Ensure that the shipping crate is positioned close to its destination before you
unpack the crate.
Warning: Employ a minimum of two people to lift an IRU, to move the IRU(s) from
one location to another , and to install the IRU(s) in a rack. Otherwise, someone could be
seriously injured. Note that IRUs should have blades and power supplies removed to
make the unit easier to lift and position.
•Do not move the system while it is connected to power.
Warning: Keep fingers and conductive tools away from high-voltage areas. Failure
to follow these precautions will result in serious injury or d eath. The h igh-volt age ar eas
of the system are indicated with high-voltage warning labels.
•Ensure that a qualified electrician has properly installed the power receptacles.
•Set all PDU circuit breakers to the OFF (
cord.
O) position before you plug in the system power
Warning: Use the following guidelines to prevent the rack from toppling over.
Otherwise, people could be seriously injured and/or equipment could be damaged.
•Follow these guidelines to prevent a rack from toppling over:
–Install all equipment in the lowest available position in the rack.
–Use optional seismic tiedowns where appropriate.
–Always site the unit on a level surface.
007-4857-002 5
1: System Installation
Installing a Rack
This section describes how to install a rack that already has your system IRUs rackmounted and
cabled together. The following information is provided:
•“Preinstallation Activities” on page 6
•“Unloading and Moving System Equipment” on page 12
•“Removing a Short Rack from the Shipping Crate” on page 16
•“Unpacking and Installing the Tall Rack” on page 18
•“Positioning and Leveling Racks” on page 21
After you have completed installing your rack, proceed to “Cabling the System IRUs to a Power
Source” on page 31 to continue your installation.
If your system components were not shipped in a rack, skip this section and proceed to
“Unpacking and Inspecting Modules” on page 22 to begin your installation.
Preinstallation Activities
Perform the following preinstallation activities:
•Perform site verifications (see “Site Plan Verification” on page 6)
•Gather appropriate tools to complete the installation (see “Tools Required” on page 7)
•Ensure that the correct power receptacle is installed and properly wired (see “Power
Receptacle Verification” on page 8)
Note: You can perform the preinstallation activities days or weeks before you receive your
system.
Site Plan Verification
Ensure that all site requirements are met before your system arrives. If you have questions about
the site requirements or you would like to order full-size floor templates for your site, contact a
site planning representative by e-mail (site@sgi.com).
6 007-4857-002
Tools Required
Installing a Rack
Table 1-1 lists the tools that you need to complete the installation.
Table 1-1Installation Tools
ToolPart Number Purpose
13-mm wrench7260744Adjust the leveling pads.
13-mm socket (3/8-in. drive)7260726Remove bracket bolts from tall rack shipping crate.
19-mm socket (3/8-in. drive)9470618Remove bolts from short rack shipping crate.
Extension, 6-in. (3/8-in. drive)7260655Used with ratchet and sockets.
Ratchet, reversible (3/8-in. drive)7260755Used with extension and sockets.
Level, 9-in.9470556Level the rack.
007-4857-002 7
1: System Installation
Power Receptacle Verification
Ensure that a qualified technician installs the correct power receptacles. Your Altix 450 system
uses one or two single-phase power receptacles. For North American sites, the single-phase
receptacle is a 30-amp, 200- to 240-volt receptacle that has two phase sockets and one ground
socket. For international sites, the single-phase receptacle is a 32-amp, 200-volt receptacle that has
one phase socket, one neutral socket, and one ground socket. Note that the ground pin is slightly
longer than the other two pins on the North American plug.
Optional three-phase power distribution is available in systems mounted in 42U (tall) racks.
For North American sites, follow these steps to ensure that a single-phase power receptacle is
properly wired:
1. Set the voltmeter to a high AC voltage range.
2. Check the voltage between socket X and socket Y (see Figure 1-1). The meter should read
3. Check the voltage between socket X and the ground socket. The meter should read
4. Check the voltage between socket Y and the ground socket. The meter should read
between 200 and 240 VAC.
approximately 120 VAC.
approximately 120 VAC.
5. Check the voltage between the ground socket and an earth-ground location. The meter
should read 0 VAC.
6. Change the voltmeter to a low-resistance setting.
7. Measure between the ground socket and an appropriate earth-ground location and ensure that
resistance is less than 1 ohm.
8. Repeat steps 1 through 7 for any additional single-phase power receptacles.
Caution: If a voltage reading is incorrect, or if the resistance measured in step 7 is more than 1
!
8 007-4857-002
ohm, contact a site-approved electrician. Do not proceed with the installation.
Loading...
+ 168 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.