Flylib.com

Books Software

 
 
 

3.17 Hubs

only for RuBoard - do not distribute or recompile

3.17 Hubs

FC_AL hubs connect devices to the loop. It is a simple way to connect participants in a private loop. There are two types of hubs:

  • Passive, which only reacts to ports being inserted into or removed from a loop.

  • Active, which are able to do configuration changes dynamically, based on some controlling protocol.

Some hubs can sense or manage configuration changes in the loop, including:

  • knowing when NL_Ports are added

  • knowing when NL_Ports are removed

  • knowing when address changes occur for an entire set of NL_Ports

  • switching NL_Ports into or out of a loop

Hubs also provide port bypass circuits to heal a loop when a device is removed or fails. This allows for less disruption in operations. Hubs help solve the problems of cabling devices and keeping track of which loop a device is on. With central cabling by way of the FC-AL hub, it is easy to add and remove devices from arbitrated loops .

There are some definite advantages to using Fibre Channel hub:

  • Extremely fast solution for connecting peripherals and hosts (nodes)

  • Up to 124 NL_Ports per loop

  • Loop topology eliminates wiring clutter

  • FC-AL hubs enhance subsystem availability

  • FC-AL hubs provide port bypass circuits to permit hot repair

only for RuBoard - do not distribute or recompile
only for RuBoard - do not distribute or recompile

3.18 Hub Topologies

There will be more information about hubs in Chapter 4. For now, to demonstrate a couple of topologies using hubs see Figures 3-24 and 3-25.

Figure 3-24. Cascaded Shortwave Hub Topology
graphics/03fig24.gif
Figure 3-25. Cascaded Longwave Hub Topology
graphics/03fig25.gif

3.18.1 Cascading Shor twave Hubs

A server with an FC-AL shortwave host bus adapter (HBA) can connect to an FC-AL hub 500 meters away. Each of the 10 ports on the hub can connect to an FC-AL device up to 500 meters away.

Cascaded hubs use one port on each hub for the hub-to-hub connection and this increases the potential distance between nodes in the loop an additional 500 meters. In this topology the overall distance is 1500m. Both hubs can support other FC-AL devices at their physical locations. Stated distances assume a 50 micron multimode cable.

3.18.2 Cascading Longwave Hubs

Cascaded FC-AL, non-OFC, longwave hubs use the long-wave port for the hub-to-hub connection. Ports 1 through 9 on each longwave hub are for connections to FC-AL devices. When cascading longwave hubs, only use the longwave port on each hub to connect the hubs. The overall distance in this topology is 11,000 meters. There is 500 m from the server to the first hub, plus 10,000 m between the two longwave hubs, plus 500 m from the second hub to the final device.

only for RuBoard - do not distribute or recompile
only for RuBoard - do not distribute or recompile

Chapter 4. The SAN in Detail

This chapter discusses:

  • SAN principles

  • SAN terms and building blocks

  • SAN topologies

  • Other SAN considerations

In this chapter we build various SANs from the SAN building blocks.

only for RuBoard - do not distribute or recompile
only for RuBoard - do not distribute or recompile

4.1 SAN Principles

By creating a SAN from its component parts , we can see the promises and pitfalls in the topologies. As the components come together, certain practical connectivity considerations will assert themselves .

The old saying is, In theory, there is no difference between theory and practice, but in practice there is. This is true of the SAN. The theoretical limits of capacity and performance have practical limitations. Some elements of connectivity do not yet work or don t work as well as they should.

Let s fabricate some SANs. We begin with principles and concepts we want to follow, and then describe some of the terms and building blocks that apply generally to all SAN building.

Then we ll create some topologies, building them up step by step. There are additional considerations besides the basic connections. Fault protection, distance, and tape backup topologies are among them.

We ll also look at legacy devices, and how to integrate them into the SAN. Legacy is a polite term for old equipment you already own and can t afford to replace. This is important, since most IT shops are not prepared to junk their older devices every time a new technology develops.

Once we ve created some SANs, we ll look at SAN planning, maintenance, and management considerations. Finally, we ll wrap up with some SAN cost considerations.

4.1.1 Review of the Principles

We said in Chapter 1 that a SAN is an interconnected set of hardware devices. The SAN will exhibit most of these characteristics:

  • Storage behind the server

  • Storage devices connected to each other

  • Multiple servers connected to the storage pool

  • Heterogeneous servers may be connected to the storage pool

  • Fibre Channel connectivity (FC host bus adapters and fiber optic cable)

  • Hubs and switches

  • Multiple paths to devices

Not all characteristics need be present. For example, some SANs don t have heterogeneous servers, as the enterprise has chosen a one-vendor server solution.

FC host bus adapters and fiber optic cable connections imply a full Fibre Channel interconnection, but that s not always possible. There s a need to connect SCSI devices to SANs. At this time, the majority of SANs back up data to SCSI tape libraries.

Some SANs don t have multiple paths to devices. These SANs operate at an elevated level of risk of failure, and we generally discourage that sort of connectivity. A foundation concept of the SAN is no single point of failure, and most of our models in this chapter are built on that concept. Ideally, there should be at least two ways to get from one device to another.

SAN-building can be a gradual process. You can build the core SAN loop and migrate devices to it. Because of this, many data centers will have a combination of directly attached storage, Network Attached Storage, and SAN storage. However, as the benefits of the SAN assert themselves, the older storage connectivity options will fall by the wayside.

only for RuBoard - do not distribute or recompile