Ch 6 Linux Server Deployment
Which of the following could result in a segmentation fault (fatal signal 11) during a Fedora installation?
"All of the above" 1. improper device driver 2. overclocked CPU 3. RAM problems
To which directory will the test ZFS volume from the previous question be mounted by the ZFS system?
/test
You want to view log files to get information about a problem that occurred during a Linux installation. In which directory will you likely find the log files?
/var/log
Which of the following RAID levels is not fault tolerant?
RAID 0
SCSI devices that use an 8-bit-wide data path use _____.
a 50-pin connector
Which command can you use during a system rescue to switch from the root of the live OS to the root of the Linux system installed on the hard disk?
chroot
What command can be issued after system startup in order to view messages regarding hardware detected during boot?
dmesg
Which of the following is used to describe a computer that is used to access an iSCSI hard disk across the network?
iSCSI initiator
Where is the /proc filesystem stored?
in RAM
Which of the following is not a type of RAID?
serial RAID
SCSI-1 is also referred to as _____.
slow and narrow
Which RAID level is also referred to as mirroring?
1
Which of the following items are you typically required to configure during a Linux server installation? (Choose all that apply.)
1. Package selection 2. Update configuration 3. System host name 4. Boot loader configuration
Linux servers are typically installed in a rack using rackmount server hardware. Which of the following is used to describe the minimum height of a rackmount server?
1U
RAID-Z is functionally equivalent to RAID level 1. True or False?
False
SAS transfers data to SCSI disks via parallel cables. True or False?
False
ZFS volumes are mounted at boot time from entries within /etc/fstab by default?
False
Your supervisor has asked you to configure a server with a RAID utilizing disk striping with two sets of parity bits for additional fault tolerance, so that up to two hard disk failures can occur without data loss. What type of RAID is your supervisor describing?
RAID6
Which of the following commands can be used on a Fedora 20 system to view hardware and service startup information during the boot process?
journalctl -b
Which type of RAID is entirely configured during the Linux installation process?
software RAID
What command can be used to create a ZFS volume called test from the space on /dev/sdb and /dev/sdc that functions like RAID level 1?
zpool create test mirror /dev/sdb /dev/sdc
Which RAID level uses striping with parity?
5