ex200 question 136 discussion

View all Red Hat Certified System Administrator Exam here
back to redhat forum

Question 136

Part 2 (on Node2 Server)
Task 8 [Tuning System Performance]
Set your server to use the recommended tuned profile

Answer:

See the


Explanation:
[root@node2 ~]# tuned-adm list
[root@node2 ~]# tuned-adm active
Current active profile: virtual-guest
[root@node2 ~]# tuned-adm recommend
virtual-guest
[root@node2 ~]# tuned-adm profile virtual-guest
[root@node2 ~]# tuned-adm active
Current active profile: virtual-guest
[root@node2 ~]# reboot
[root@node2 ~]# tuned-adm active
Current active profile: virtual-guest

Discussions
0 / 1000
mamadousamba
1 year, 2 months ago

yum install tuned
systemctl start tuned
systemctl enable tuned
tuned-adm active
tuned-adm recommended
tuned-adm profile home-guests

myuser
11 months, 2 weeks ago

profil=$(tuned-adm recommend)
tuned-adm profile "$profil"

myuser
11 months, 2 weeks ago

profil=$(tuned-adm recommend)
tuned-adm profile "$profil"

kumarlankala74
3 months, 2 weeks ago

tuned-adm profile-info