LPI 301 Core Exam(117-301) Detailed Objectives
Exam 301 is the sole exam for LPIC-3 designation. It tests skills in authentication, troubleshooting, network integration and capacity planning.
Capacity planning is the art and science of not running out of resources in the foreseeable future. It’s often done informally, by measuring the resources that a program needs, commonly after having just run out of something.
If you make a table of how much CPU, memory and I/O bandwidth a program needs to do some unit of work, you can estimate how much it will need at some higher load in the future. Alternatively, you can use the measurements for sizing a new machine for the program, or for estimating how big a machine will be needed to consolidate your other programs.
Informal spreadsheet estimates are often sufficient for simple sizing and future planning, but they do not have any correctness guarantees and they don’t tell you:
at what load the program will be overloaded, nor
how much the response time of the program will balloon under load.
For that, you use one of the programs which solve the problem using queuing theory. There are commercial products which will do so on Linux, but at least one free queuing network solver exists, Perl::PDQ by Neil Gunther. These generate proper mathematical models, so you can predict the performance of the program under load, and calculate the drop-off in performance as the program becomes overloaded.
Exam 301: Tasks and Sample Questions
LPIC-3 or LPI Level 3 Exam 301 tests advanced capabilities in these areas:
Authentication and Naming
Capacity Planning
Lightweight Directory Access Protocol
Pluggable Authentication Modules
Troubleshooting
Integration with Core Network Services
OBJECTIVE: 3.303.3 TYPE: MCMA
When configuring a syncrepl provider slapd, which directives must be present in slapd.conf? (Choose TWO correct answers)
1.syncprov-sessionlog
2.syncprov-overlay
3.syncprov-checkpoint
4.syncprov-errorlog
OBJECTIVE: 3.305.2 TYPE: MCMA
When working with NIS netgroups in LDAP, which attributes may be specified with the nisNetgroup object class to store information about the netgroup? (Choose TWO correct answers)
1.memberUid
2.nisNetgroupName
3.memberNisNetgroup
4.nisMapEntry
5.nisNetgroupTriple
OBJECTIVE: 3.301.2 TYPE: MCSA
In which section of slapd.conf is an overlay defined?
1.Global Configuration Options
2.TLS Options
3.General Backend Options
4.General Database Options
OBJECTIVE: 3.306.3 TYPE: MCSA
Which technique could be used in analyzing capacity planning data?
1.Gate Control Theory
2.Combinatorics
3.Category Theory
4.Queueing Theory
OBJECTIVE: 3.306.2 TYPE: MCSA
When troubleshooting capacity problems, when would taking measurements be most appropriate?
1.During successful operation.
2.During an overload or an episode.
3.After an overload or an episode.
4.After replacing problematic hardware.
OBJECTIVE: 3.306.1 TYPE: MCMA
Which of the following tools are used to measure disk I/O? (Select THREE correct answers.)
1.iostat
2.lpstat
3.mpstat
4.sar
5.vmstat

