RAID Array & Server Glossary of Computer Terms (Letter U)

Usable storage capacity
Disk array capacity that is usable for data storage (vs. for mirroring or parity data). For example, under mirroring (RAID 1 and 0/1), usable storage remains a constant fifty percent (half of storage is always used for redundancy). This is in contrast to other RAID levels such as RAID 5, in which usable storage capacity is determined by the formula of “n-1”. “n” is the total number of disk drives and “1” is the number of disks worth of capacity used for parity (redundancy) overhead. So, as the number of disks in the array grows, the usable storage capacity percentage increases in relation to parity (redundancy) information.

Read More

RAID Array & Server Glossary of Computer Terms (Letter W)

Write-Back Cache
A caching strategy whereby write operations result in a completion signal being sent to the host operating system as soon as the cache (not the disk drive) receives the data to be written. The target disk drive will receive the data at a more appropriate time in order to increase controller performance. An optional cache battery backup can be used to protect against data loss as a result of a power failure or system crash.

Write-Through Cache
A caching strategy whereby data is written to the SCSI drive before a completion status is returned to the host operating system. This caching strategy is considered more secure, since a power failure will be less likely to cause loss of data. However, a write through cache results in a slightly lower performance.

Warm swap
The ability to remove and replace a disk drive while the power is on. All bus activity must be paused (usually done through a utility within the array management software) to maintain data integrity during removal or replacement. Typically used when hot swap is not supported by the server or storage enclosure drive tray.

XOR
Exclusive “Or”, a computer language function that generates parity in RAID systems; “this or that but not both

Read More

RAID Array & Server Glossary of Computer Terms (Letter T)

Terminator
A part used to end a SCSI bus.

Termination
A method of matching transmission impedance of a bus to eliminate signal reflections from the physical ends of the bus.

Throughput
The number of I/O requests satisfied per unit of time (usually per second).

TPC-C, Tpm-C

The Transaction Processing Performance Council (TPC) is a standards organization that measures transaction throughput of systems. One of their benchmarks is Tpm-C, which reflects price and performance metrics. TPC-C reflects new order transaction rate, a benchmark for transaction speed. Mylex products have won consistently high TPC-C results.

Transfer Rate
The rate at which data moves between the host computer and storage, input, or output devices, usually expressed as a number of characters per second.

Read More

RAID Array & Server Glossary of Computer Terms (Letter S)

SCSI
Small computer system interface (pronounced scuzzy). The fast, intelligent input/output parallel bus used by high-performance peripherals.

Software-based array
An array in which all management functions including parity calculation (XOR) are performed by the host server CPU. These products are low priced but have high CPU utilization and limited fault-tolerant features. High-performance, low-cost array adapters are quickly replacing these inferior software-based arrays.

System disk
The disk (or array) on which a system’s operating system is stored and from which it is initially loaded into system memory.

SAF-TE
SCSI Accessed Fault-Tolerant Enclosure, an “open” specification designed to provide a comprehensive standardized method to monitor and report status information on the condition of disk drives, power supplies, and cooling systems used in high availability LAN servers and storage subsystems. The specification is independent of hardware I/O cabling, operating systems, server platforms, and RAID implementation because the enclosure itself is treated as simply another device on the SCSI bus. Many other leading server, storage, and RAID controller manufacturers worldwide have endorsed the SAF-TE specification. Products compliant with the SAF-TE specification will reduce the cost of managing storage enclosures, making it easier for a LAN administrator to obtain base-level fault-tolerant alert notification and status information. All Mylex RAID controllers feature SAF-TE.

Sector
The unit in which data is physically stored and protected against errors on a fixed-block architecture disk.

Segment Size
See Cache Line Size

Sequential I/O
A type of read and write operation where entire blocks of data are accessed one after another in sequence, as opposed to randomly.

SES
SCSI Enclosure Services, a standard for SCSI access to services within an enclosure containing one or more SCSI devices. For disk drives, power supplies, cooling elements, and temperature sensors, the actions performed are the same as for SAF-TE monitoring. If a UPS is connected to any SES-monitored enclosures, and an AC failure or two minute warning is reported, conservative cache is enabled and all system drives are switched to write-through cache. Primarily used in fibre enclosures.

Session
The period of time between any two consecutive system shutdowns; system shutdown may be either a power off/on, or a hardware reset.

SMART
Self-Monitoring Analysis and Reporting Technology, the industry standard reliability prediction indicator for both the ATA/IDE (advanced technology attachment/integrated drive electronics) and SCSI hard disk drives. Hard disk drives with SMART offer early warning of some hard disk failures so critical data can be protected.

Spanning
A process that provides the ability to configure multiple drive packs or parts of multiple drive packs. In effect, spanning allows the volume used for data processing to be larger than a single drive. Spanning increases I/O speeds, however, the probability of drive failure increases as more drives are added to a drive pack. Spanned drive packs use striping for data processing. See also Striping and Drive Groups, Drive Packs.

Standard Disk Drive
This term refers to a hard disk drive with SCSI, IDE, or other interface, attached to the host system through a standard disk controller.

Standby Replacement of Disks
See also Hot Spare. One of the most important features the RAID controller provides to achieve automatic, non-stop service with a high degree of fault-tolerance. The controller automatically carries out the rebuild operation when a SCSI disk drive fails and both of the following conditions are true:

  • A “standby” SCSI disk drive of identical size is found attached to the same controller;
  • All of the system drives that are dependent on the failed disk are redundant system drives, e.g., RAID 1, RAID 3, RAID 5, and RAID 0+1.

Note: The standby rebuild will only happen on the same DAC960 controller, never across DAC960 controllers.

During the automatic rebuild process, system activity continues as normal. System performance may degrade slightly during the rebuild process.

To use the standby rebuild feature, you should always maintain a standby SCSI disk in your system. When a disk fails, the standby disk will automatically replace the failed drive and the data will be rebuilt. The system administrator can disconnect and remove the bad disk and replace it with a new disk. The administrator can then make this new disk a standby.

The standby replacement table has a limit of 8 automatic replacements in any session (from power-on/reset to the next power-off/reset). When the limit of 8 is reached and a disk failure occurs, the standby replacement will occur but will not be recorded in the replacement table.

To clear the “standby replacement” table, reboot the system from a DOS bootable floppy, run the configuration utility and select the option ‘view/update configuration’ from the main menu. A red box labeled ‘Drive Remap List’ will be displayed. Selecting the box will allow you to continue. You should save the configuration without making any changes, and exit the configuration utility. This will clear the replacement table. You may now proceed to boot your system and continue normal operations.

In normal use, the replacement table limit of 8 should not cause any problems. Assuming that a disk fails about once a year (drives we support generally come with a 5-year warranty), the system would run continuously for a minimum of 8 years before the table would need to be cleared.

Storage Device
A collective term for disks, tape transports, and other mechanisms capable of non-volatile data storage.

Stripe Order
The order in which SCSI disk drives appear within a drive group. This order must be maintained, and is critical to the controller’s ability to “rebuild” failed drives.

Stripe Size
The size, in kilobytes (1024 bytes) of a single I/O operation. A stripe of data (data residing in actual physical disk sectors, which are logically ordered first to last) is divided over all disks in the drive group.

Stripe Width
The number of striped SCSI drives within a drive group.

Striping
The storing of a sequential block of incoming data across multiple SCSI drives in a group. For example, if there are 3 SCSI drives in a group, the data will be separated into blocks. Block 1 of the data will be stored on SCSI drive 1, block 2 on SCSI drive 2, block 3 on SCSI drive 3, block 4 on SCSI drive 1, block 5 on SCSI drive 2, and so on. This storage method increases the disk system throughput by ensuring a balanced load among all drives.

Sub-System Storage
A collection of disks providing data storage space to a system user.

Read More

RAID Array & Server Glossary of Computer Terms (Letter P)

Parity
A method of providing complete data redundancy while requiring only a fraction of the storage capacity of mirroring. The data and parity blocks are divided between the disk drives in such a way that if any single disk drive is removed or fails, the data on it can be reconstructed using the data on the remaining disk drives. The parity data may exist on only one disk drive or be distributed between all disk drives in a RAID group. See also Rotated XOR Redundancy.

Parity Check
A function used to verify the integrity of data on a system drive. It verifies that mirror or parity information matches the stored data on the redundant arrays. If the parity block information is inconsistent with the data blocks, the controller corrects the inconsistencies. See also Consistency Check.

Partitioning
Where the full usable storage capacity of a disk or array of disks appears to an operating environment in the form of several virtual disks whose entire capacity approximates that of the underlying disk or array.

PCI Hot Plug
A feature that allows for the printed circuit board (PCB) to be replaced without powering down the entire system-an essential feature in newer PCI-based PCs. Mylex DAC960PG, DAC960PJ, AcceleRAID, and eXtremeRAID products are all PCI Hot Plug compatible. See also Hot Plug.

Parity
A form of data redundancy used by RAID levels 2, 3, 4, and 5 to recreate the data of a failed drive in a disk array.

Pre-fetching
Intelligent gathering of data from disks prior to requests from the operating system.

Read More

RAID Array & Server Glossary of Computer Terms (Letter L)

Latency
1. The time between the making of an I/O request and completion of the request’s execution.
2. Short for rotational latency, the time between the completion of a seek and the instant of arrival of the first block of data to be transferred at the disk’s read/write head.

Logical Drive
The logical devices presented to the operating system. System drives are presented as available disk drives, each with a capacity specified by the Mylex RAID controller. See also Storage Device.

Read More

RAID Array & Server Glossary of Computer Terms (Letter I)

Immediate RAID Availability
See Background Initialization

In-Line Terminator
A plug attached to the end of a SCSI cable in order to initiate active termination. Used when SCSI devices on the cable do not have built-in termination. See also Active Termination.

Interface
A hardware or software protocol that manages the exchange of data between the hard disk drive and the computer. The most common interfaces for small computer systems are ATA (also known as IDE) and SCSI.

Internal RAID Controller
A controller circuit board that resides inside a computer or server. An internal RAID controller resides on a bus, such as the PCI bus.
Examples of internal RAID controllers include the Mylex AcceleRAID and eXtremeRAID families.

Read More

RAID Array & Server Glossary of Computer Terms (Letter H)

Host
Any computer system to which disks are attached and accessible for data storage and I/O.

Host adapter
A bus-based (PCI, EISA, ISA) hardware device, such as an add-in card or ASIC, that converts the timing and protocol of a host’s memory bus and an I/O bus.

Hot spare
RAID storage feature that allows a spare drive (or other component) to be configured for automatic (in contrast to hot-swap) replacement and reconstruction in the event of a disk failure. Users can remain on-line and continue to access data.

Hot Replacement of Disks
The design of all Mylex controllers allows for the replacement of failed hard disk drives without interruption of system service. In the event of a SCSI drive failure on a properly configured system (where the data redundancy features of the controller are used), the system generates a message to alert the system operator.

When a replacement drive becomes available, the system operator can remove the failed disk drive, install a new disk drive, and instruct the controller to “rebuild” the data on the new drive, all without interrupting system operations. Once the rebuild is complete, the controller will be brought back into a fault tolerant state. See also Hot Swap.Hot SpareA physical disk drive not part of a system drive that the controller can use to automatically rebuild a critical system drive. The hot spare drive must have at least as much capacity as the largest disk drive in the array or the rebuild may not start. See also Hot Standby and Standby Replacement of Disks.

Hot Standby
A redundant component in a fault tolerant storage system that has power applied and is ready to operate, but which does not perform its task as long as the primary component for which it is standing by is functioning properly. See also Hot Replacement of Disks and Hot Spare.

Read More