Concepts:Chapter five begins with a discussion of RAID, variously called Redundant Array of Independent (or Inexpensive) Disk (or Drives, or Devices). The general idea is that multiple linked drives are used features that are not available in other ways. That's a little general, but some early levels of RAID service provide only one benefit, and others provide different benefits. Here is a video with more levels than you usually hear or read about:
If the presenter in the video above is a little slow for you, follow this link to a site that sells drives for each of the RAID types they cover. It is quick to go through, partly because it used to be animated but the death of Flash seems to have pushed them into static images. Having introduced the concepts from several RAID levels, the text discusses using software to support a chosen level on a Linux system.
The text warns us that the next step should be partitioning the drives that will be used in the array. Do NOT create the array until you have done the partitioning. So, following the text, the next several procedures have steps of their own, so don't start this unless you mean it. The following pages discuss:
A common partition scheme is to
create three primary partitions, sized according to
expected need, and one extended partition that takes up
the rest of the hard drive, which can then be subdivided as needed
into logical partitions.
In the section on Monitoring the RAID Array, starting on page 216, note the list of monitor code events that relate to various problems with the array. For a technology that is meant to result in improved data reliability, there are a lot of things to worry about. The first topic is drive interfaces you may run into, which is a moving target. New ones will be added, and old ones will still be found on old equipment. Page 221 begins the chapter section on Adjusting Storage Devices. The author tells us immediately that this is typically not required, but make it sound like legacy knowledge that a certification test will ask about. If you are one of the rare students who likes to read, follow this link to a very good article on hard drives and arrays, which also includes a nice video on choosing an SSD. Moving back to the chapter, the next several pages discuss utilities, some of which you will know. I will call your attention to sysctl, which is better documented and less destructive than some others, The usual recommendation about logical volumes is made in the text, that we should use LVM, Logical Volume Manager. It allows multiple partitions to be treated as one logical volume, hence the name of the utility. The use of LVM is discussed through the end of the chapter. The video shown below will walk you through the basics in about five minutes.
New stuff: we are trying to add more material about Wireshark, but many videos about it were made with older interfaces. The video below was made late in 2020, so the interface is current. Even better, the presenter is a great speaker, and he walks you through a man in the middle attack with great enthusiasm.
|