101 System Architecture KA Flashcards
Knowledge Area
101.1 Determine and configure hardware settings
Key Knowledge Areas:
Enable and disable integrated peripherals.
Differentiate between the various types of mass storage devices.
Determine hardware resources for devices.
Tools and utilities to list various hardware information (e.g. lsusb, lspci, etc.).
Tools and utilities to manipulate USB devices.
Conceptual understanding of sysfs, udev and dbus.
Enable and disable integrated peripherals.
These devices are disabled in the BIOS stage, since this is a relatively simple task it will not be listed.
Differentiate between the various types of mass storage devices.
Here is a list of different mass storage devices in Linux.
sd* = SCSI device driver hd* = IDE device driver nvme0* = NVME device driver
Determine hardware resources for devices.
a
Tools and utilities to list various hardware information (e.g. lsusb, lspci, etc.).
a
Tools and utilities to manipulate USB devices.
a
Conceptual understanding of sysfs, udev and dbus.
a
101.2 Boot the system
Key Knowledge Areas:
Provide common commands to the boot loader and options to the kernel at boot time.
Demonstrate knowledge of the boot sequence from BIOS/UEFI to boot completion.
Understanding of SysVinit and systemd.
Awareness of Upstart.
Check boot events in the log files.
Provide common commands to the boot loader and options to the kernel at boot time.
a
Demonstrate knowledge of the boot sequence from BIOS/UEFI to boot completion.
a
Understanding of SysVinit and systemd.
a
Awareness of Upstart.
a
Check boot events in the log files.
a
101.3 Change runlevels / boot targets and shutdown or reboot system
Key Knowledge Areas:
Set the default runlevel or boot target.
Change between runlevels / boot targets including single user mode.
Shutdown and reboot from the command line.
Alert users before switching runlevels / boot targets or other major system events.
Properly terminate processes.
Awareness of acpid.
Set the default runlevel or boot target.
a