Set your server to use the recommended tuned profile. Right Ans -
systemctl status tuned
systemctl start tuned
systemctl enable tuned tuned-adm active
tuned-adm recommend
Create user vicky with the custom UID 2008. Right Ans - useradd -u 2008
vicky
Configure your server to synchronize time with myserver.example.com.
Right Ans - # Install chrony
yum install -y chrony
# enable the chronyd.service
systemctl enable chronyd.service
# start the chronyd.service
systemctl start chronyd.service
# Use the timedatectl command to set ntp to 1
timedatectl set-ntp 1
# Add this line to the chrony config file
vi /etc/chrony.conf
<---server classroom.example.com iburst--->
,# Restart the chronyd.service
systemctl restart chronyd.service
# Verify the ntp server connection
chronyc sources -v
Install a web server and ensure that it is started automatically. Right Ans -
yum install httpd
systemctl enable --now httpd
systemctl status httpd
curl http://localhost
firewall-cmd -permanent -add-service=http
firewall-cmd -reload
Configure your Host Name, IP Address, Gateway and DNS.Host name:
Hostname:station.domain40.example.com
Address:172.24.40.40/24
Gateway172.24.40.1
DNS:172.24.40.1 Right Ans - nmcli connection modify ens33
ipv4.addresses 172.24.40.40/24 ipv4.gateway 172.24.40.1 ifname ens33
ipv4.method manual autoconnect yes
Ensure NTP sync is configured. Right Ans - timedatectl
dnf install chrony
systemctl enable chronyd --now
vim /etc/chrony.conf
timedatectl set-ntp true
timedatectl
, Create xfs file system on "thin_vol1", then mount it on /thin_vol1 directory
persistently. Right Ans - 1. # mkdir /thin_vol1
2. # mkfs.xfs -K /dev/mapper/vg_thin-thin_vol1 //-K: Do not attempt to
discard blocks at mkfs time
3. # udevadm settle //Watches the udev event queue, and exits if all current
events are handled
4. # blkid | grep vol1
5. # vim /etc/fstab
6. Enter the following line:
/dev/mapper/vg_thin-thin_vol1 /thin_vol1 xfs x-
systemd.requires=vdo.service 0 0
7. :wq
8. # mount -a
9. # lsblk
Use the appropriate utility to create a 6T thin provisioned volume "thin_pool".
Right Ans - dnf install vdo kmod-kvdo -y
lvcreate -L 6T --thinpool thin_pool vg_thin //Creating a Thin Pool
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller LeCrae. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $18.99. You're not tied to anything after your purchase.