Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam EX200 topic 1 question 31 discussion

Actual exam question from RedHat's EX200
Question #: 31
Topic #: 1
[All EX200 Questions]

SIMULATION -
Install the Kernel Upgrade.
Install suitable kernel update from:
http://server.domain11.example.com/pub/updates.
Following requirements must be met:
Updated kernel used as the default kernel of system start-up.
The original kernel is still valid and can be guided when system starts up.

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
Using the browser open the URL in the question, download kernel file to root or home directory. uname ג€"r// check the current kernel version rpm ג€"ivh kernel-*.rpm vi /boot/grub.conf// check
Some questions are: Install and upgrade the kernel as required. To ensure that grub2 is the default item for startup.
Yum repo : http://content.example.com/rhel7.0/x86-64/errata

OR -
uname -r // check kernel
Yum-config-manager --add-repo=ג€http://content.example.com/rhel7.0/x86-64/ errataג€

Yum clean all -
Yum list kernel// install directly
Yum -y install kernel// stuck with it, do not pipe! Please do not pipe!
Default enable new kernel grub2-editenv list// check
Modify grub2-set-default ג€kernel full nameג€
Grub2-mkconfig ג€"o/boot/grub2/grub.cfg// Refresh

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
PENNSHARK
3 months, 4 weeks ago
wget http://server.domain11.example.com/pub/updates/kernel-package.rpm sudo yum install kernel-package.rpm grub2-mkconfig -o /boot/grub2/grub.cfg grubby --info=ALL (to check which kernel index it is) grubby --set-default-index (change to what index the kernel is) uname -a (to see current kernel) reboot uname -a to check for proof
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...