Objectives:This chapter discusses using a RAID with your NetWare 6 network. The objectives important to this chapter are:
Concepts:RAID stands for Redundant Array of Independent (or Inexpensive) Disks (or Devices). An array of smaller drives can produce better performance than a single larger drive. Some RAID implementations can produce better fault tolerance, some can produce faster read and write service. Different implementations of RAID are referred to as levels, and as hardware or software RAID. A hardware implementation would use a RAID controller card for several hard drives. The operating system would communicate with the card. It is up to the configuration of the controller card whether the system sees the drives as one or many. A software implementation would use software as an interface between the disks drivers and the operating system. This software logically controls several drives as a RAID. The chapter compares features of hardware and software RAID solutions:
NSS will support software RAID, levels 0 and 1. It will support hardware RAID, at whatever level you have. Follow the link below to a nice summary of RAID level features not listed in these notes..
The text provides instructions for setting up a software implemented RAID 0 with NSS. As noted above, this will provide a performance enhancement by striping data across multiple disks. This will not improve fault tolerance, it will decrease fault tolerance. To create a RAID 0 array:
Each time more devices are added to the RAID, remember to restripe the array. This means to redistribute the data across the devices to make reads and writes faster. Configure Partition Mirroring and DuplexingFault tolerance can be enhanced by mirroring or duplexing a partition. When you set up two hard drives on the same controller to receive the same data, you are mirroring the drives. If one drive should fail, you continue using the other. Duplexing two drives is the same as mirroring, but duplexed drives each have their own controller. In the rest of the discussion in this chapter, when the text talks about mirroring, this is meant to include duplexing. With NetWare 6, you can mirror or duplex partitions, not just drives.
Troubleshoot Software RAID and Mirroring in NSSTwo observations are made about troubleshooting, repeating the information above:
|