Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Linux+ Certification Bible.pdf
Скачиваний:
46
Добавлен:
15.03.2015
Размер:
3.78 Mб
Скачать

Chapter 19 Installing and Maintaining System Hardware

561

You need to make several considerations when installing or configuring new or existing hardware on your Linux system. For example, the most overlooked

aspect of installation and configuration is hardware compatibility — every piece of hardware needs corresponding kernel or driver support.

You may have a difficult time finding drivers for newer devices or older, more obscure devices. Linux developers need time to understand how a new device reacts in a Linux system, and then to create a proper driver for it.

This chapter focuses on the installation and maintenance of your system hardware, and relates considerations and tips for all types of devices — from SCSI and IDE disk drives to multi-processor support — and makes special considerations for laptops.

Most of the questions on the exam concerning hardware are not Linux-specific, and are more general hardware questions — much like the A+ exam.

Mainboard Components

7.1 Identify basic terms, concepts, and functions of system components, including how each component should work during normal operation and during the boot process

7.12 Identify proper procedures for diagnosing and troubleshooting core system hardware

Your system mainboard, or motherboard, is the heart of your computer. It contains all the essential devices that make your system run, including the BIOS, CPU, RAM, and caching. The following section gives you a quick overview of these components, and many special considerations for Linux installations.

BIOS

BIOS (Basic Input Output System) is built-in software on the system mainboard that contains all the code required to control most of the basic devices and operations, and provides the interface to the underlying hardware of your server for the operating system.

Modern systems contain flash BIOS, and you can access three possible sources for a BIOS update: Your system vendor (for major brand systems), your motherboard vendor, or your BIOS vendor (if you’ve already purchased a replacement BIOS chip). Contact the system or motherboard vendor for the flash BIOS file that you must download. Most major system vendors have a database of models and the matching BIOS files.

You must ensure that your BIOS can support Linux on your system prior to installation.

562

Part VI Troubleshooting and Maintaining System Hardware

After you find the correct BIOS version, you can download it as a single compressed file that contains the BIOS image file. Most upgrades involve saving the BIOS upgrade image to a bootable floppy diskette. To update the flash BIOS, simply boot your server with the image floppy and follow the instructions.

It is extremely important to not power down or reboot the server during a BIOS upgrade. If you do, you may render the BIOS inoperable.

CPU

The CPU (central processing unit) is the main component of any computer system. It is the brain that controls all aspects of a system’s operations, processes program instructions, and programs data. The following sections detail some of the basic characteristics and processes that comprise the CPU.

Clock frequency

The clock frequency of a CPU refers to how often its internal clock “ticks.” Each tick represents the execution of an instruction in the CPU. The faster the ticking, the faster each instruction is being processed. The clock frequency is measured in Megahertz (MHz).

Cache

To prevent bottlenecks in communications between the CPU and RAM, a special memory area, called the cache, holds information that is mostly used by the CPU, without having to go to RAM. Caches are available in two types — the type just described is a Level 1 cache. A Level 2 cache is a second cache layer outside of the CPU that is larger and slower than the Level 1 cache, but is included in the system to allow a second buffer between the CPU and system RAM.

Multiprocessing

The term multiprocessing describes a system that is using more than one processor to service requests. In order for this service to work, multiprocessing must be supported by both your hardware and your software. If your operating system does not recognize other processors, it won’t use the additional CPU’s.

In Linux, you must specify multiprocessor support directly into the kernel. You need a special kernel version that includes SMP (Symmetric Multi-Processing) support. SMP is the operating system’s ability to assign tasks to any one of the processors in the system. The other type of processing is called asymmetrical processing, in which certain processors are designated for certain tasks only. Most modern systems use SMP due to its higher performance and efficiency.

System memory

RAM (Random Access Memory) is the system memory in which the server stores running applications and data. Memory is crucial to system performance because

Chapter 19 Installing and Maintaining System Hardware

563

no amount of CPU power will help a machine without enough memory to store its operations. Many different types of memory are available, so it’s very easy to make a mistake when choosing the right RAM for your particular system. The memory type, size, packaging, and supported chip sets are all items that you should keep in mind when upgrading server memory.

Basic types of server memory

There are two basic types of server memory: ROM and RAM. Each is very different in the way they store information and the ways they are put to use within the computer system.

ROM

Read Only Memory (ROM) is a type of memory that can’t be written to; its information is static. When your system is turned off and on, the information stored in ROM will remain. ROM is most commonly used in the system BIOS because they store basic information about your computer, which rarely changes.

RAM

Random Access Memory (RAM) can be both read and written to. This type of memory is one of the most important contributors to the performance of your system. If you don’t have enough RAM, your server won’t be able to run as many applications, and large applications won’t run very well. RAM is volatile, and when the server is switched off, anything that was in memory will be lost. There are two main types of RAM: SRAM and DRAM.

SRAM (Static RAM) continues to hold on to its data without a refresh, as opposed to DRAM (Dynamic RAM), which must be refreshed constantly to retain its information. SRAM is much faster, but more expensive than DRAM, and is typically used for cache memory.

DRAM (Dynamic RAM) is refreshed every few milliseconds, hence its dynamic nature. It is used for main system memory because it’s much less expensive than SRAM, and the memory modules are smaller and can fit into a smaller area. There are several different types of DRAM:

FPM: Fast Page Mode RAM was the traditional RAM used in computers for many years. It came in modules of 2MB to 32MB. It is considered too slow for fast, modern system memory buses.

EDO: Extended Data Out DRAM is slightly faster than FPM RAM. It is similar to FPM RAM, but the timing mechanisms have been changed so that no access to the memory can begin before the last access has finished.

It is therefore slightly faster than FPM memory, but still too slow for modern high-speed memory bus requirements.

ECC: Error-Correcting Code memory is a type of memory that includes special parity operations for testing the accuracy of data as it passes in and out of memory. ECC RAM is used mostly in servers that require high availability. ECC RAM can prevent server crashes due to memory errors.

564

Part VI Troubleshooting and Maintaining System Hardware

SDRAM: Synchronous DRAM is different from earlier types of RAM in that it doesn’t run asynchronously with the system clock. SDRAM is specifically designed to be synchronized with the system clock speed of your computer. SDRAM is the most common form of RAM in modern servers, due to its ability to scale to the faster bus speeds of newer motherboards. Another technique that sets SDRAM apart from other memory types is memory interleaving. Interleaving is used by high-end motherboards to increase performance. Memory interleaving allows simultaneous access to more than one area of memory. This improves performance because it can access more data in the same amount of time. This type of memory is helpful with large, enterprise databases and application servers.

RAMBUS (RDRAM): Rambus Direct RAM is a revolutionary new RAM type created by Rambus, a company partnered with Intel. It contains an intelligent micro-channel memory bus, which can run at a very high clock speed. Although the memory module is only 16-bits wide, compared to the traditional 64-bit SDRAM module, this allows a much higher clock frequency. Adding more memory channels increases the throughput to even greater levels.

Memory packaging types

Memory comes in all sorts of types, shapes, and sizes. You must be careful in choosing the right type of memory for your particular system. The following are the most common types of memory packaging.

SIMM

Single Inline Memory Modules (SIMM) are the older standard of memory modules. They are available in two types — an older 8-bit 30-pin version, and a newer 32-bit 72-pin version. They are connected into sockets on the motherboard, which contain clips to keep them in place.

DIMM

The Dual Inline Memory Module (DIMM) are 64-bit modules and have 168 pins, and are used in most modern computer systems. They won’t work in older motherboard SIMM sockets because of the difference in size. They are the most common form of packaging for SDRAM types of memory.

There are three DIMM types: Buffered, registered, and unbuffered. Most memory modules are unbuffered.

Buffered modules contain a buffer to isolate the memory from the controller in order to minimize the load that it sees. Buffered modules are typically used in high-load server environments.

Unbuffered modules do not contain any intermediary buffer, thereby making the system faster for certain types of applications.

Соседние файлы в предмете Операционные системы