In this chapter, we have examined how to set up and manage disk volumes using the Redundant Array of Inexpensive Disks (RAID) technology. This technology is used in all production systems to ensure reliability and high availability.
1. |
What is the primary striping level, allowing a single virtual file system to be constructed of multiple physical disks?
|
|
2. |
What is the primary mirroring level, where all data written to a virtual file system is copied in real time to a separate mirroring disk?
|
|
3. |
What is the process of spreading data across different physical disks while presenting a single logical interface for the logical volume?
|
|
4. |
What is the level of content redundancy that retains more than one copy of a system’s data across different disks?
|
|
5. |
What is the command that creates state database replicas for virtual file systems?
|
|
6. |
What is the command that initializes metadevices?
|
|
7. |
Which of the following is a possible cause of disk failure?
|
|
8. |
Which of the following checks is not performed on inodes during fsck?
|
|
9. |
What happens if a bad block number is detected by fsck?
|
|
10. |
Which of the following is not a valid fsck phase?
|
|
Answers
1. |
A. 0 is the primary striping level. |
2. |
B. 1 is the primary mirroring level. |
3. |
C. Striping is the process of spreading data across different physical disks while presenting a single logical interface for the logical volume. |
4. |
B. Mirroring retains more than one copy of a system’s data across different disks. |
5. |
D. The metadb command creates state database replicas for virtual file systems. |
6. |
C. The command that initializes metadevices is metainit. |
7. |
D. Disk failures can be caused by all of the issues listed. |
8. |
D. No check is made during fsck to see if all file systems are mounted. |
9. |
C. The inode is cleared if a bad block number is detected by fsck. |
10. |
B. Filenames are not checked during an fsck phase. |