Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 36 pages
Exam (elaborations)

Red Hat Certified Systems Administrator (EX200) - RHEL7 Exam Questions And Answers 100% Verified And Updated.

Document preview thumbnail
Preview 4 out of 36 pages

Red Hat Certified Systems Administrator (EX200) - RHEL7 Exam Questions And Answers 100% Verified And Updated. What command would you execute to view the default systemd target / runlevel? - Answersystemctl get-default What command would you execute to set the default systemd target to the functional equivalent of runlevel 3? - Answersystemctl set-default multi-user What command would you execute to set the default systemd target to the functional equivalent of runlevel 5? - Answersystemctl set-default t When using the "systemctl" utility, what is the default systemd type if omitted? - Answerservice What actions would you perform in order to reset the root password on a RHEL7 system? - Answer- Append "" to the respective kernel entry in GRUB2 - Boot system - mount -o remount,rw /sysroot - chroot /sysroot - passwd - touch /.autorelabel - reboot How much memory does RHEL7 support on a single host? - Answer3TB What log file records the configuration entered during install? - Answer/root/ What file lists the packages being installed during installation? - Answer/root/ What log file stores general messages generated during the installation? - Answer/root/g What log file captures messages related to network interfaces? - Answer/var/log/ ©FYNDLAY 2024/2025 ALL RIGHTS RESERVED. 2 | P a g e What log file contains informational, debug, and other general messages? - Answer/var/log/ What log file records messages related to the kernel? - Answer/var/log/ What log file stores X window information? - Answer/var/log/ What log file records messages generated by the yum and rpm commands during software installation? - Answer/var/log/ What log file captures messages generated by external programs? - Answer/var/log/ What log file records messages generated by storage modules? - Answer/var/log/ What log file contains messages related to yum packages? - Answer/var/log/ Where are log files generated during installation, and where are they moved to when installation is complete? - Answer/tmp; /var/log What command would you execute to install graphical support? - Answeryum group install -y 'GNOME' 'X Window System' What command would you execute to display the terminal name we are currently logged on to? - Answertty What is the name of the standard virtualization toolset available with RHEL7? - Answerlibvirt What command would you execute to verify that your system supports virtualization in general? - Answerlscpu | grep Virtualization What command would you execute to verify that your system with an Intel processor will support virtualization? - Answergrep vmx /proc/cpuinfo What command would you execute to verify that your system with an Intel processor will support virtualization? - Answergrep svm /proc/cpuinfo What command would you execute to install all of the pertinent KVM virtualization packages? - Answeryum group install "virtualization tools" "virtualization hypervisor" "virtualization client" "virtualization platform" -y What is the name of the first virtual switch that is created by default when libvirtd is started? - Answervirbr0 What IP address will automatically be assigned to the default switch, virbr0? - Answer192.168.122.1 What are two types of virtual network switch configuations that are supported by libvirt? - Answerisolated and routed ©FYNDLAY 2024/2025 ALL RIGHTS RESERVED. 3 | P a g e What are isolated switches? - AnswerIsolated switches allow guests to communicate with one another and with the host, but not to external networks, and uses NAT and forwarding What are routed switches? - AnswerRouted switches connect directly to the physical host's network, allow guests to communicate directly to external hosts. What is a storage pool? - AnswerA storage pool is a storage area that is used for the provision of storage to virtual machines What command would you execute to create virtual machines and install RHEL in them? - Answervirt-install What command would you execute to launch the graphical utility for management of virtual machines? - Answervirt-manager What is the default location for storing virtual machine images? - Answer/var/lib/libvirt/images What command would you execute to display a list of present virtual networks? - Answervirsh net-list What would you enter into an XML file to address the following objectives when creating a new virtual network with the virsh utility? 1) Create a persistent NAT virtual network rhcsa7_xml? 2) Assign it subnet 192.168.3.0/24 3) Assign a gateway of 192.168.3.1 4) Assign a DHCP range of 192.168.3.2 to 192.168.3.254 5) Assign a port range of 1024 to 65535 - Answernetwork namerhcsa7_xml/name bridge name='virbr2' stp='on' delay='0' / forward mode='nat' nat port start='1024' end='65535'/ /nat /forward ip address='192.168.3.1' netmask='255.255.255.0' dhcp range start='192.168.3.2' end='192.168.3.254' /

Content preview

©FYNDLAY 2024/2025 ALL RIGHTS RESERVED.



Red Hat Certified Systems Administrator
(EX200) - RHEL7 Exam Questions And
Answers 100% Verified And Updated.



What command would you execute to view the default systemd target / runlevel? -
Answer✔systemctl get-default
What command would you execute to set the default systemd target to the functional equivalent
of runlevel 3? - Answer✔systemctl set-default multi-user
What command would you execute to set the default systemd target to the functional equivalent
of runlevel 5? - Answer✔systemctl set-default graphical.target
When using the "systemctl" utility, what is the default systemd type if omitted? -
Answer✔service
What actions would you perform in order to reset the root password on a RHEL7 system? -
Answer✔- Append "rd.break" to the respective kernel entry in GRUB2
- Boot system
- mount -o remount,rw /sysroot
- chroot /sysroot
- passwd
- touch /.autorelabel
- reboot
How much memory does RHEL7 support on a single host? - Answer✔3TB

What log file records the configuration entered during install? - Answer✔/root/anaconda-ks.cfg

What file lists the packages being installed during installation? - Answer✔/root/install.log
What log file stores general messages generated during the installation? -
Answer✔/root/install.log.syslog
What log file captures messages related to network interfaces? -
Answer✔/var/log/anaconda.ifcfg.log
1|Page

, ©FYNDLAY 2024/2025 ALL RIGHTS RESERVED.

What log file contains informational, debug, and other general messages? -
Answer✔/var/log/anaconda.log

What log file records messages related to the kernel? - Answer✔/var/log/anaconda.log
What log file stores X window information? - Answer✔/var/log/anaconda.xlog
What log file records messages generated by the yum and rpm commands during software
installation? - Answer✔/var/log/anaconda.packaging.log
What log file captures messages generated by external programs? -
Answer✔/var/log/anaconda.program.log
What log file records messages generated by storage modules? -
Answer✔/var/log/anaconda.storage.log

What log file contains messages related to yum packages? - Answer✔/var/log/anaconda.yum.log
Where are log files generated during installation, and where are they moved to when installation
is complete? - Answer✔/tmp; /var/log
What command would you execute to install graphical support? - Answer✔yum group install -y
'GNOME' 'X Window System'
What command would you execute to display the terminal name we are currently logged on to? -
Answer✔tty

What is the name of the standard virtualization toolset available with RHEL7? - Answer✔libvirt
What command would you execute to verify that your system supports virtualization in general?
- Answer✔lscpu | grep Virtualization
What command would you execute to verify that your system with an Intel processor will
support virtualization? - Answer✔grep vmx /proc/cpuinfo
What command would you execute to verify that your system with an Intel processor will
support virtualization? - Answer✔grep svm /proc/cpuinfo
What command would you execute to install all of the pertinent KVM virtualization packages? -
Answer✔yum group install "virtualization tools" "virtualization hypervisor" "virtualization
client" "virtualization platform" -y
What is the name of the first virtual switch that is created by default when libvirtd is started? -
Answer✔virbr0
What IP address will automatically be assigned to the default switch, virbr0? -
Answer✔192.168.122.1
What are two types of virtual network switch configuations that are supported by libvirt? -
Answer✔isolated and routed


2|Page

, ©FYNDLAY 2024/2025 ALL RIGHTS RESERVED.

What are isolated switches? - Answer✔Isolated switches allow guests to communicate with one
another and with the host, but not to external networks, and uses NAT and forwarding
What are routed switches? - Answer✔Routed switches connect directly to the physical host's
network, allow guests to communicate directly to external hosts.
What is a storage pool? - Answer✔A storage pool is a storage area that is used for the provision
of storage to virtual machines
What command would you execute to create virtual machines and install RHEL in them? -
Answer✔virt-install
What command would you execute to launch the graphical utility for management of virtual
machines? - Answer✔virt-manager
What is the default location for storing virtual machine images? - Answer✔/var/lib/libvirt/images

What command would you execute to display a list of present virtual networks? - Answer✔virsh
net-list
What would you enter into an XML file to address the following objectives when creating a new
virtual network with the virsh utility?


1) Create a persistent NAT virtual network rhcsa7_xml?
2) Assign it subnet 192.168.3.0/24
3) Assign a gateway of 192.168.3.1
4) Assign a DHCP range of 192.168.3.2 to 192.168.3.254
5) Assign a port range of 1024 to 65535 - Answer✔<network>
<name>rhcsa7_xml</name>
<bridge name='virbr2' stp='on' delay='0' />
<forward mode='nat'>
<nat>
<port start='1024' end='65535'/>
</nat>
</forward>
<ip address='192.168.3.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.3.2' end='192.168.3.254' />


3|Page

, ©FYNDLAY 2024/2025 ALL RIGHTS RESERVED.

</dhcp>
</ip>
</network>
What command would you execute to create a new virtual network from a definition contained
within the file /home/stanky/rhcsa7.xml? - Answer✔virsh net-define /home/stanky/rhcsa7.xml
What command would you execute to set automatic start-up of the virtual network named
rhcsa7_xml? - Answer✔virsh net-autostart rhcsa7_xml
What command would you execute to start the virtual network named rhcsa7_xml? -
Answer✔virsh net-start rhcsa7_xml
What command would you execute to display details for the rhcsa7_xml network? -
Answer✔virsh net-info rhcsa7_xml
What command would you execute to define a new storage pool as type "dir" with a source path
of "- - - -" and a target path of the /var/lib/libvrirt/rhcsa7_pool directory? - Answer✔virsh pool-
define-as rhcsa7_pool dir - - - - /var/lib/libvirt/rhcsa7_pool
What command would you execute to set automatic start-up of the storage pool named
rhcsa7_pool? - Answer✔virsh pool-autostart rhcsa7_pool
What command would you execute to start the storage pool named rhcsa7_pool? -
Answer✔virsh pool-start rhcsa7_pool

What command would you execute to display all existent storage pools? - Answer✔virsh pool-
list
What command would you execute to display details for the rhcsa7_pool storage pool? -
Answer✔virsh pool-info rhcsa7_pool
What command would you execute to create a volume named rhcsa7_vol with a size of 25G
within a storage pool named rhcsa7_pool? - Answer✔virsh vol-create-as rhcsa7_pool rhcsa7_vol
25G
What command would you execute to install FTP server software? - Answer✔yum install -y
vsftpd
What command would you execute to add a permanent rule to the firewall to allow FTP traffic to
pass through? - Answer✔firewall-cmd --permanent --add-service=ftp && firewall-cmd --reload
What command would you execute to validate the syntax of a Kickstart file located at
/var/kick_me.ks? - Answer✔ksvalidator /var/kick_me.ks

What package would you install to provide the ksvalidator utility? - Answer✔pykickstart
wget placeholder - Answer✔


4|Page

Document information

Uploaded on
January 24, 2025
Number of pages
36
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$10.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Fyndlay
3.6
(76)
Sold
422
Followers
81
Items
20241
Last sold
2 days ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions