Valid EX200 Dumps shared by ExamDiscuss.com for Helping Passing EX200 Exam! ExamDiscuss.com now offer the newest EX200 exam dumps, the ExamDiscuss.com EX200 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com EX200 dumps with Test Engine here:
Part 1 (on Node1 Server) Task 2 [Installing and Updating Software Packages] Configure your system to use this location as a default repository: http://utility.domain15.example.com/BaseOS http://utility.domain15.example.com/AppStream Also configure your GPG key to use this location http://utility.domain15.example.com/RPM-GPG-KEY-redhat-release
Correct Answer:
* [root@node1 ~]# vim /etc/yum.repos.d/redhat.repo [BaseOS] name=BaseOS baseurl=http://utility.domain15.example.com/BaseOS enabled=1 gpgcheck=1 gpgkey=http://utility.domain15.example.com/RPM-GPG-KEY-redhat-release [AppStream] name=AppStream baseurl=http://utility.domain15.example.com/AppStream enabled=1 gpgcheck=1 gpgkey=http://utility.domain15.example.com/RPM-GPG-KEY-redhat-release [root@node1 ~]# yum clean all [root@node1 ~]# yum repolist [root@node1 ~]# yum list all