Submission date : 10/06/2013 Note: Please find the answers highlighted for the below given questions.
Review Questions & Solution :
Review Questions
1. SAS transfers data to SCSI disks via parallel cables. True or False?
2. Which of the following is used to describe a computer that is used to access an iSCSI hard disk across the network?
a. iSCSI target
b. iSCSI requestor
c. iSCSI initiator
d. iSCSI terminator
3. You want to view log files to get information about a problem you are having. In which directory will you likely find the log files?
a. /root/log
b. /sys/log
c. /var/log
d. /etc/log
4. Which of the following RAID levels is not fault tolerant?
a. RAID 0 …show more content…
b. RAID 1
c. RAID 4
d. RAID 5
5. Which directory does System Rescue use to mount the / (root) filesystem that is located on your hard disk?
a. /media
b. /mnt/sysimage
c. /chroot
d. /
6. Which of the following is not a type of RAID?
a. hardware RAID
b. software RAID
c. firmware RAID
d. serial RAID
7. Where is the /proc filesystem stored?
a. in RAM
b. on the hard disk drive in the / directory
c. on the hard disk drive in the /etc directory
d. on the hard disk drive in the /var directory
8. Which RAID level uses striping with parity?
a. RAID 2
b. RAID 4
c. RAID 1
d. RAID 5
9. The Fedora installation process automatically generates a sample kickstart configuration file called /root/anaconda-ks.cfg. True or False?
10. SCSI devices that use an 8-bit-wide data path use _____.
a. an 8-pin connector
b. a 15-pin connector
c. a 50-pin connector
d. a 68-pin connector
11. Which type of RAID requires that you choose Specialized Storage Devices during the Fedora installation?
a. hardware RAID
b. software RAID
c. firmware RAID
d. serial RAID
12. What stores the default boot order for a PC?
a. system BIOS
b. boot loader
c. the /proc/loader file
d. the MBR of the first hard disk
13. List the following SCSI IDs in proper priority order.
a. 5
b. 7
c. 15
d. 8
e. 2
f. 11
g. 13
h. 1
i.
0 Answer: b, a, e, h, i, c, g, f, d
14. Which of the following can be used to simplify the deployment of several Linux servers in your organization?
a. disk burning software
b. an automatic software installation server
c. a kickstart file
d. an automated boot disk
15. Which RAID level is also referred to as mirroring?
a. RAID 0
b. RAID 1
c. RAID 4
d. RAID 5
16. A SCSI-3 controller card can always accommodate more devices than a SCSI-2 controller card. True or False?
17. Which of the following could result in a segmentation fault (fatal signal 11) during a Fedora installation? (Choose all that apply.)
a. RAM problems
b. overclocked CPU
c. damaged installation media
d. Plug and Play support
18. SCSI-1 is also referred to as _____.
a. fast and wide
b. slow and wide
c. slow and narrow
d. fast and narrow
19. You need to perform a Fedora installation from source files hosted on an FTP server across the network. What is the first step that you should perform?
a. Boot from local Fedora installation media and select the FTP server option from the welcome screen
b. Obtain a network boot floppy disk from http://fedoraproject.org
c. Download a network installation CD from …show more content…
http://fedoraproject.com
d. Boot from local Fedora installation media and modify the boot options to include the word askmethod
20. Immediately after installation, you want to view the installation log files. Which files should you view? (Choose two answers.)
a. /root/install.log
b. /proc/install.log
c. /root/install.log.syslog
d. /proc/install.log.syslog
Hands –on Project :
Project 6-1:
Step1: Logged in as root user on command line terminal tty2.
Step2: Command “ yum install system-config-kickstart”.
Step3: Downloading and installing packages by running the above command.
Step4: Switched to graphical terminal as other user.
Step5: Bash shell terminal.
Step6: Command “ system-config-kickstart” to open the Kickstart Configuration.
Step7: Configured and saved file as ks.cfg to /home directory of user.
Step8: Closed Kickstart Configuration.
Step9: Switched back to command line terminal.
Step10: Command “ less /home//ks.csf “
Step 11: Difference between the anaconda-ks.cfg file and the initial-setup-ks.csg file as as given below.
Step12: Logged out of shell.
Project 6-4:
Step1: Logged into shell.
Step2: *Not able to answer this as for some reason these log files are not created in my system.*Troubleshooting in progress.
Step3:
Step4: “ ls –F /proc”
Step5: Yes. The CPU configuration detected successfully.
Step6: List of modules currently present : “/proc/modules”
Step7: Yes. It does recognize the entire memory .
Step8:
Command “dmesg | less “ displays the kernel ring buffer messages which are recorded during the booting
sequence.
On the other hand /modules consists of the modules that are currently installed.
Step9:
Dmesg prints the contents of the ring buffer. This information is also sent in real time to syslogd or klogd, when they are running, and ends up in /var/log/messages; when dmesg is most useful is in capturing boot-time messages from before syslogd and/or klogd started, so that they will be properly logged.
Step10: Logged out of shell.
Discovery Exercise 1 :
a) Linux kernel is located in the /boot directory.
b)Version of kernel : command “ uname –r “
/proc/version
c)Filesystems support by linux kernel can be found in the file /proc/filesystems.
d)PCI devices in use on the system : command “lspci” OR view /proc/pci
e)/proc/modules
These are driver packages installed.
f) /proc/meminfo
After Creating a volume for /home dir.
Outputs :
1) df –h
2) mount | grep home
3) pvdisplay
4) vgdisplay
5) lvdisplay