User guide
System Features
007-5832-001 41
Distributed Shared I/O
Like DSM, I/O devices are distributed among the blade nodes within the IRUs. Each BaseIO riser
card equipped blade node is accessible by all compute nodes within the SSI (partition) through the
NUMAlink interconnect fabric.
Chassis Management Controller (CMC)
Each IRU has a chassis management controller (CMC) located directly below the upper set of
cooling fans in the rear of the IRU. The chassis manager supports powering up and down of the
compute blades and environmental monitoring of all units within the IRU.
One GigE port from each compute blade connects to the CMC blade via the internal IRU
backplane. A second GigE port from each even number blade slot is also connected to the CMC.
This second port is used to support an optional BaseIO riser card in the even numbered slots.
ccNUMA Architecture
As the name implies, the cache-coherent non-uniform memory access (ccNUMA) architecture has
two parts, cache coherency and nonuniform memory access, which are discussed in the sections
that follow.
Cache Coherency
The SGI UV 2000 server series use caches to reduce memory latency. Although data exists in local
or remote memory, copies of the data can exist in various processor caches throughout the system.
Cache coherency keeps the cached copies consistent.
To keep the copies consistent, the ccNUMA architecture uses directory-based coherence protocol.
In directory-based coherence protocol, each block of memory (128 bytes) has an entry in a table
that is referred to as a directory. Like the blocks of memory that they represent, the directories are
distributed among the compute/memory blade nodes. A block of memory is also referred to as a
cache line.
Each directory entry indicates the state of the memory block that it represents. For example, when
the block is not cached, it is in an unowned state. When only one processor has a copy of the
memory block, it is in an exclusive state. And when more than one processor has a copy of the
block, it is in a shared state; a bit vector indicates which caches may contain a copy.