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 44 discussion

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

SIMULATION -
Open kmcrl value of 5 , and can verify in /proc/ cmdline

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
# vim /boot/grub/grub.conf
kernel/vmlinuz-2.6.32-71.el6.x86_64 ro root=/dev/mapper/GLSvg-GLSrootrd_LVM_LV=GLSvg/GLSroot rd_LVM_LV=GLSvg/GLSswaprd_NO_LUKSrd_NO_MDrd_NO_DM
LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us crashkernel=auto rhgb quiet kmcrl=5
Restart to take effect and verification:
# cat /proc/cmdline
ro root=/dev/mapper/GLSvg-GLSroot rd_LVM_LV=GLSvg/GLSroot rd_LVM_LV=GLSvg/GLSswap rd_NO_LUKS rd_NO_MD rd_NO_DM
LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet kmcrl=5

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
corpio
Highly Voted 2 years, 11 months ago
this is not found in rhcsa 2021
upvoted 15 times
...
ionix
Highly Voted 3 years ago
grubby --update-kernel=ALL --args="kmcrl=5" cat /boot/grub2/grubenv systemctl reboot cat /proc/cmdline
upvoted 7 times
Hmenu0s
1 year, 9 months ago
I think this is correct except that the /boot/grub2/grubenv file does not show the update. We need to check the bootloader entries config files in `/boot/loader/entries/` directory. There will be one for each boot entry. grubby updates these files. So here is a slightly modified commands - grubby --update-kernel=ALL --args="kmcrl=5" ls /boot/loader/entries/ # check if the kernel args are updated in the conf files. added in the end of the line grep options /boot/loader/entries/8cxxxxx.conf sytemctl reboot cat /proc/cmdline
upvoted 1 times
...
...
VforVodoo
Most Recent 8 months, 1 week ago
#grubby --update-kernel=DEFAULT --args="kmcrl=5" #grubby --info=DEFAULT #reboot #cat /proc/cmdline
upvoted 1 times
...
ruben_mv
1 year, 9 months ago
# vim /etc/default/grub GRUB_CMDLINE_LINUX=... kmcrl=5" # grub2-mkconfig -o /boot/grub2/grub.cfg
upvoted 1 times
...
adolfoale
3 years, 3 months ago
In RHEL8 # grub2-editenv - list | grep kernelopts # grub2-editenv - set "kernelopts=root=/dev/mapper/rhel-root ..... kmcrl=5 # systemctl reboot
upvoted 4 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 ...