Sunteți pe pagina 1din 33

LPI 117-304

LPI Level 3 Exam (LPI 304: Virtualization and High Availability)


Version: 4.0

LPI 117-304 Exam QUESTION NO: 1 Which one of the following statements is true about the live migration feature of Xen? A. It requires that the source and destination hosts have access, with same rights, to the device that exports the virtual machine file system. B. It is used to migrate the file system of virtual machines between two hosts on the same network segment, ensuring data integrity during the migration process. C. It is recommended that the virtual machines be restarted after migration to ensure that network settings will be updated. D. It requires that the virtual machines are turned off to ensure that data stored in the RAM of the virtual machine will not be lost during the migration. E. It is used to convert physical servers into virtual machines without having to stop the physical servers. Answer: A

QUESTION NO: 2 Using Linux Virtual Server (LVS) provides which of the following features? (Select TWO correct answers) A. Balancing load across real servers B. Taking over for fenced nodes C. Stopping services on other nodes when one node has a stopped service D. Checking and maintaining the integrity of services on real servers E. Starting and stopping virtual machines as needed Answer: A,D Explanation:

QUESTION NO: 3 What actions are permitted by a hypervisor? (Select THREE correct answers) A. A hypervisor may install a Guest OS. B. A hypervisor may perform privileged tasks on behalf of the Guest OS. C. A hypervisor may shape traffic on the bridged network devices for the Guest OS. D. A hypervisor may directly manipulate memory. E. A hypervisor may execute privileged CPU instructions. Answer: B,D,E

"Pass Any Exam. Any Time." - www.actualtests.com

LPI 117-304 Exam Explanation:

QUESTION NO: 4 DRBD is equivalent to a networked version of what RAID level? A. 0 B. 1 C. 2 D. 5 Answer: B Explanation:

QUESTION NO: 5 Which of the following are common uses of virtualization? (Select TWO correct answers) A. Operating System virtualization B. User virtualization C. Identification virtualization D. Authentication virtualization E. Storage virtualization Answer: A,E

QUESTION NO: 6 CORRECT TEXT Which option is missing in the command below to perform a Xen migration of a domain without pausing the virtual machine? (Please specify only the option in short or long form) xm migrate vm1 ____ 192.168.1.1 Your Response Answer: -l --live l live

QUESTION NO: 7 Which of the following statements are true when comparing full virtualization and paravirtualization

"Pass Any Exam. Any Time." - www.actualtests.com

LPI 117-304 Exam in Xen? (Select THREE correct answers) A. Paravirtualization demands changes to operating systems designed to be installed directly on the hardware when using those operating systems as guests. B. It is possible to use, without changes, operating systems designed to be installed directly on the hardware when using it as guest in full virtualization. C. The number of virtual CPUs can be configured only in the full virtualization mode. D. Paravirtualization depends on special CPU features like IntelVT or AMDV. E. The virtual network resources are available for both types of virtualization. Answer: A,B,E

QUESTION NO: 8 Why does this virtual machine NOT boot? kvm drive file=sd a.img,if=scsi m 128 A. KVM cannot be started on the command line. B. The boot=on parameter is missing in the drive definition. C. KVM does not use the drive option; it uses hda instead. D. It is missing a cdrom Answer: B

QUESTION NO: 9 How many virtual CPUs can KVM support in SMP guests? A. 32 B. 8 C. 2 D. 16 E. 4 Answer: D

QUESTION NO: 10 Which one of the following is NOT a required component for running an OCFS2 file system

"Pass Any Exam. Any Time." - www.actualtests.com

LPI 117-304 Exam resource in a Pacemaker environment? A. A clone resource for the OCFS2 file system B. quorum C. dlm D. clvm E. o2cb Answer: D

QUESTION NO: 11 Which one of the following statements about STONITH is NOT true? A. You can use hardware devices such as HP ILO or Dell DRAC management boards for STONITH. B. Resources will migrate only after a STONITH operation has been issued successfully. C. It is recommended to use STONITH to increase the integrity of the cluster. D. Null STONITH is a good solution if you have guaranteed the integrity of the file systems used in your cluster in another way. E. When setting up SSHSTONITH, you should use a dedicated communications link for the STONITH traffic in the cluster. Answer: E

QUESTION NO: 12 CORRECT TEXT In order to have all requests matching the ACL acl_static_content directed to the servers defined in server_pool, which HAProxy directive is required in the following declaration? (Specify ONLY the missing directive) ______ server_pool if acl_static_content

Answer: use_backend

QUESTION NO: 13 Which of the following are Pacemaker components? (Select TWO correct answers) A. ccmd B. crmd "Pass Any Exam. Any Time." - www.actualtests.com 5

LPI 117-304 Exam C. heartbeat D. pengine E. keepalived Answer: B,D

QUESTION NO: 14 Which of the following are the primary components to Conga? (Select TWO correct answers) A. luci B. ipvsadm C. cman D. fenced E. ricci Answer: A,E

QUESTION NO: 15 CORRECT TEXT What is the name of the main configuration file for the Xen Daemon, xend? (Please enter the file name without any path information). Your Response Answer: /etc/xen/xend-config.sxp xend-config.sxp

QUESTION NO: 16 In keepalived, what keyword starts the configuration section for one of the failover servers? A. lvs_server B. virtual_server C. vrrp_instance D. vrrp_sync_group Answer: B Explanation:

QUESTION NO: 17

"Pass Any Exam. Any Time." - www.actualtests.com

LPI 117-304 Exam Which of the the following cluster infrastructure services are provided by heartbeat (versions 3 and post 2.1)? (Specify TWO correct answers) A. membership B. communication C. advanced resource management D. STONITH E. service migration Answer: A,B

QUESTION NO: 18 A configuration file for a Xen virtual machine was created in the directory /etc/xen with filename slack.cfg. What is the command to start the virtual machine defined in this configuration file including displaying its console on screen? A. xm start slack B. xm create slack.cfg showconsole C. xm create slack.cfg D. xm start slack.cfg c E. xm create slack.cfg c Answer: E

QUESTION NO: 19 Which configuration setting ultimately determines which server will be the MASTER with keep alived? A. advert_int B. state C. type D. priority Answer: D

QUESTION NO: 20 Which function is not supported in a GFS2 file system? A. repair B. grow "Pass Any Exam. Any Time." - www.actualtests.com 7

LPI 117-304 Exam C. shrink D. withdraw Answer: C

QUESTION NO: 21 When using the user mode network stack with qemu, TCP and UDP connections work fine but ping does not work. Why is this? A. The Qemu user mode network stack does not implement ICMP. B. The problem is caused by incorrect routing. C. The Qemu user mode network stack blocks all ICMP traffic. D. The Qemu user mode network stack requires explicit permission for ping to work. Answer: A

QUESTION NO: 22 When using Xen, each VM will have a configuration file matching the name of the VM. Where are these configuration files stored? A. Each configuration file is stored with the VM disk files. B. In the directory /etc/xen C. On a LDAP, NIS or DHCP server D. In the directory /var/lib/xen Answer: B Explanation:

QUESTION NO: 23 CORRECT TEXT In order to specify that a Xen virtual machine should start at boot time, under which directory must the VM's configuration file (or a link to it) be placed? (Please specify the directory name with or without the full default path) Your Response Answer: /etc/xen/auto auto

QUESTION NO: 24

"Pass Any Exam. Any Time." - www.actualtests.com

LPI 117-304 Exam With HAProxy, which one of the following ACLs can match requests made to the domain example.org? A. acl acl_example hdr_sub(Host) example.org B. acl acl_example url_domain example.org C. acl acl_example hdr_sub(Domain) example.org D. acl acl_example url_host example.org Answer: A

QUESTION NO: 25 Why is quorum used in a Red Hat Cluster Suite installation? A. To keep track of membership among nodes B. To prevent splitbrain conditions C. To establish communication protocols D. To detect configuration conflicts Answer: B

QUESTION NO: 26 Which one of the following should NOT be used as a lowlevel device for DRBD? A. A LVM logical volume B. A physical hard disk C. A EVMS volume D. A loop device Answer: D

QUESTION NO: 27 In heartbeat (versions 3 and post 2.1), what should the crm directive be set to? A. on B. no C. respawn D. pacemaker E. off

"Pass Any Exam. Any Time." - www.actualtests.com

LPI 117-304 Exam Answer: C Explanation:

QUESTION NO: 28 What action does the virsh save command perform? A. It stops a VM and saves the data from memory to a file. B. It saves the a running domain configuration to file. C. It saves a copy of a running VM. D. It rescues a VM from being fenced. Answer: A

QUESTION NO: 29 An administrator needs to shutdown a Xen virtual machine immediately, otherwise, the virtual machine risks corrupting the file system. Which of the following methods could be used for an immediate shutdown? A. Use xm shutdown <vmname> force B. Use xm destroy <vmname> C. Use xm poweroff <vmname> D. Shut down the xend process E. Use xm stop <vmname> Answer: B

QUESTION NO: 30 Which memory management subsystem does KVM use? A. QEMM B. Xen's memory management module C. KVMMM D. The default memory management of the Host OS kernel Answer: D

QUESTION NO: 31 "Pass Any Exam. Any Time." - www.actualtests.com 10

LPI 117-304 Exam A server with Xen installed has hardware and software requirements for full virtualization. What commands can tell you about the availability of full virtualization on the server? (Select TWO correct answers) A. dmesg |grep i intel|grep i vt; dmesg |grep i amd|grep i v B. egrep '(vmx|svm)' /proc/cpuinfo C. xm dmesg | grep i hvm D. grep i "Full Virtualization" /proc/xen E. grep i "Full Virtualization" /etc/xen/* Answer: B,C Explanation:

QUESTION NO: 32

Which kernel boot option should be used to reserve 512 MB of system memory for the Xen hypervisor? A. xen_mem=512M B. memory=512M C. dom0_mem=512M D. mem=512M Answer: C

QUESTION NO: 33

With GFS, which of the following are valid arguments for the lockproto option when setting up DLM? (Select THREE correct answers) A. lock_dlm B. lock_gulm C. lock_nolock D. lock_exclusive E. lock_softlock Answer: A,B,C

QUESTION NO: 34

"Pass Any Exam. Any Time." - www.actualtests.com

11

LPI 117-304 Exam What is the effect of running the virsh setvcpus CLUSNODE1 2 command? A. It adds 2 virtual CPUs to the virtual machine CLUSNODE1. B. It sets virtual machine CLUSNODE1 to have 2 virtual CPUs. C. It sets all virtual CPUs of virtual machine CLUSNODE1 to physical processor 2. D. It restricts the virtual machine CLUSNODE1 to using, at most, 2 physical processors. Answer: B

QUESTION NO: 35 In Red Hat Cluster Suite, which one of the following commands shows the right syntax for fencing the node on port 3 using the APC rack PDU device which can be found at IP address 192.168.1.145? A. apc_stonith a 192.168.1.145 l apc n 3 v o shutdown r now B. fence_apc a 192.168.1.145 l apc p apc n 3 v o shutdown r now C. fence_apc a 192.168.1.145 l apc p apc n 3 v o reboot D. apc_stonith a 192.168.1.145 l apc p apc n 3 v o reboot Answer: C

QUESTION NO: 36 A user tries to install a Windows virtual machine, but this doesn't work. The same user has just successfully installed a Linuxbased virtual host. What is one possible reason why Windows cannot be installed? A. Virtualization support is not available in the CPU. B. The xend process is not loaded. C. The Xen kernel is not loaded. D. The NTFS file system is required in order to install Windows as a virtual machine. E. The xendomain process is not loaded. Answer: A

QUESTION NO: 37 What is LinuxPMI? A. A Linux process migration technology

"Pass Any Exam. Any Time." - www.actualtests.com

12

LPI 117-304 Exam B. A Linux parallel processing technology C. A Linux processor management interface D. A Linux process management interface Answer: A

QUESTION NO: 38 In virtualization, why is using a 64bit host operating system desirable compared to a 32bit host? A. 64bit hosts provide more data throughput to guests than 32bit hosts. B. Virtualization isn't stable with 32bit based operating systems. C. 64bit operating systems get faster access to hardware resources such as disk drives. D. There is a larger memory address space which allows for potentially more and larger virtualized guests. Answer: D

QUESTION NO: 39 CORRECT TEXT Which virsh subcommand is used to change the number of virtual CPUs onthefly? (Specify only the virsh subcommand without any additional information) Your Response Answer: setvcpus

QUESTION NO: 40 Which one of the following commands will install an EZ Template for OpenVZ? A. vzpkg p template B. vzpkg install template C. vzinstall template D. vzctl p template E. vzctl install template Answer: B Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com

13

LPI 117-304 Exam QUESTION NO: 41 Which option to the xm command will deactivate a live Xen virtual machine? (Select TWO correct answers) A. destroy B. remove C. shutdown D. stop E. halt Answer: A,C

QUESTION NO: 42 How is the AMDV extension made available in a KVM environment? A. modprobe qemu_kvm B. modprobe kvm_intel C. modprobe kvm_amd D. modprobe kvm_amd_v E. modprobe kvm_any Answer: C

QUESTION NO: 43 You have created a configuration file named /etc/xen/debian.cfg for a virtual machine. The virtual machine starts correctly on the command line, However, the virtual machine is not starting automatically when the server is powered on or rebooted. What can be done to start the virtual machine automatically? A. It is necessary to add xendomains_auto = yes to the virtual machine configuration file. B. It is necessary to configure the xend daemon to start automatically when Domain0 starts. C. It is necessary to run the command xm autostart debian.cfg. D. It is necessary to add a symbolic link to the configuration file in /etc/xen/auto directory. E. It is not possible to use Xen and its tools to start virtual machines automatically. Answer: D

QUESTION NO: 44

"Pass Any Exam. Any Time." - www.actualtests.com

14

LPI 117-304 Exam What is the main technical advantage that will be available on a server after installing virtualization technologies such as Xen or KVM? A. The execution time of processes which use the CPU intensively will be reduced. B. The computing power of the server will be increased. C. The number of running kernel instances will be limited to one. D. It will be possible to share physical resources between insulated execution environments. E. It will be possible to create virtual networks. Answer: D Explanation:

QUESTION NO: 45 Global Network Block Device (GNBD) provides block device access to GFS over which mechanism? A. UDP/IP B. SCSI C. eSATA D. TCP/IP E. iSCSI Answer: D

QUESTION NO: 46 Which command in virsh will list the virtual machines that are available on the current host? A. virsh # view B. virsh # show C. virsh # listvm D. virsh # list E. virsh # listall Answer: D

QUESTION NO: 47 Which of the following are valid load balancing algorithms for HAProxy? (Select TWO correct answers)

"Pass Any Exam. Any Time." - www.actualtests.com

15

LPI 117-304 Exam A. persistent B. weightedrr C. source D. leastconn E. destination Answer: C,D

QUESTION NO: 48 What value to the o option is missing from the following command in order to add the contents of the cluster.xml file to the current Pacemaker cluster? cibadmin C o _______ x cluster.xml A. status B. nodes C. resources D. constraints E. config Answer: C Explanation:

QUESTION NO: 49 What change must be made to the Guest OS kernel to support paravirtualization? A. None; the unmodified Guest OS kernel communicates with the CPU through an emulated CPU which is provided by the hypervisor. B. The Guest OS kernel must replace privileged CPU instructions with calls to the hypervisor. C. None; the unmodified Guest OS kernel can communicate directly with the hardware CPU. D. The Guest OS kernel must rewrite modules to communicate with the hypervisor. Answer: B

QUESTION NO: 50

Which of the following statements about OpenVZ is NOT true? A. OpenVZ is developed for server virtualization. "Pass Any Exam. Any Time." - www.actualtests.com 16

LPI 117-304 Exam B. OpenVZ does not use a hypervisor. C. OpenVZ is very fast because virtual machines share a common base environment. D. OpenVZ supports virtualization of Windows as well as Linux. E. In OpenVZ a virtual machine is referred to as a container. Answer: D

QUESTION NO: 51 Which of the following configuration settings specify that keepalived is to use the round robin algorithm? A. lb_mode rr B. lb_algo rr C. loadbalancer_mode=rr D. algorithm=round robin E. lb_algorithm=rr Answer: B

QUESTION NO: 52 In order to use HAProxy to balance incoming connections to a pool of email servers, which one of the following modes should be used? A. mode tcp B. mode mailproxy C. mode smtp D. mode email Answer: A

QUESTION NO: 53 Which command should be used to make a backup of the current state and configuration of a Pacemaker cluster? A. cibadmin Q > backup.xml B. crm_mon vvv > backup.xml C. cibadmin V > backup.xml D. crm_backup "Pass Any Exam. Any Time." - www.actualtests.com 17

LPI 117-304 Exam E. cibadmin E force > backup.xml Answer: A

QUESTION NO: 54 What does the acronym VRRP stand for? A. Variable Resource Routing Protocol B. Virtual Round Robin Protocol C. Virtual Resource Routing Protocol D. Virtual Router Redundancy Protocol Answer: D

QUESTION NO: 55 When setting up a KVM virtualization host, which one of the following components is NOT required? A. libvirt B. kvm kernel modules C. bridgeutils D. virsh E. qemu Answer: D

QUESTION NO: 56 Which CPU flag indicates the hardware virtualization capability on an AMD CPU? A. SVM B. VIRT C. VMX D. PVM E. HVM Answer: A

"Pass Any Exam. Any Time." - www.actualtests.com

18

LPI 117-304 Exam QUESTION NO: 57 What parameter must be set in the main Xen configuration file to allow migration of live virtual machines between servers? A. xendunixserver B. xendmigrationserver C. xendhttpserver D. xendrelocationserver Answer: D

QUESTION NO: 58 What is the effect of running the virsh vcpupin CLUSNODE2 4,2 command? A. It sets the affinity of virtual CPU 4 of virtual machine CLUSNODE2 to physical processor 2. B. It reduces the number of virtual CPUs in CLUSNODE2 from 4 to 2. C. It increases the number of virtual CPUs in CLUSNODE2 from 2 to 4. D. It sets the affinity for all virtual CPUs of virtual machine CLUSNODE2 to the physical processors 2 and 4. Answer: A

QUESTION NO: 59 When using HAProxy to load balance a set of web servers, what directive is needed in the HAProxy configuration to be able to log the IP of the client making the requests to the web servers? A. option reverseproxy B. option forwardfor C. option clientlog D. option exposeclient Answer: B

QUESTION NO: 60 CORRECT TEXT What is the name of the kernel module you need loaded to use the ipvsadm command? (Please specify the module name with or without a suffix) "Pass Any Exam. Any Time." - www.actualtests.com 19

LPI 117-304 Exam Your Response Answer: ip_vs ip_vs.ko

QUESTION NO: 61 Which one of the following is NOT a valid STONITH device in a Pacemaker environment? A. SSH B. SCSI C. DRAC D. RILO E. RackPDU Answer: B

QUESTION NO: 62 Which command will show the status of the initial full synchronization when using DRBD? A. cat /proc/sys/fs/status B. cat /proc/drbd/status C. cat /proc/drbd/currentstatus D. cat /proc/drbd E. cat /proc/fs/drdb Answer: D

QUESTION NO: 63 What is the purpose of the Cluster Configuration System (CCS)? A. It manages the cluster configuration information file. B. It fences a dropped node. C. It manages ACLs for cluster service access. D. It manages the network topology and settings for the cluster. Answer: A

QUESTION NO: 64

"Pass Any Exam. Any Time." - www.actualtests.com

20

LPI 117-304 Exam Which of the following statements are true of full virtualization? (Select THREE correct answers) A. Full virtualization has superior I/O performance through the emulated device drivers. B. Full virtualization is faster than paravirtualization. C. Full virtualization requires time and system resources for emulation. D. Full virtualization requires no modification to the Guest OS kernel. E. Full virtualization works through CPU emulation. Answer: C,D,E

QUESTION NO: 65 Which of the following statements are TRUE regarding KVM virtualization? (Select THREE correct answers) A. Qemu is needed to create virtual machines on top of the KVM kernel module. B. There is no support for Windows virtual machines. C. The /proc/cpuinfo file can be checked to determine if the CPU is able to handle the KVM virtual machines. D. For paravirtualized virtual machines, there is no special CPU support required. E. Any tool that works with libvirt can be used to manage the KVM environment. Answer: A,C,E

QUESTION NO: 66 CORRECT TEXT When enabling a resource in DRBD, a common sequence of actions are: drbdadm attach resource drbdadm ______ resource drbdadm connect resource What is the missing command for the drbdadm tool? (Please specify only the command and no other arguments or options) Your Response Answer: syncer

"Pass Any Exam. Any Time." - www.actualtests.com

21

LPI 117-304 Exam QUESTION NO: 67 What is the correct configuration stanza for a Xen virtual machine? A. kernel "/boot/vmlinuz2.6.18.8xwnU"; ramdisk "/boot/initrd.img2.6.18.8xwnU"; memory "256"; name"Centos"; disk['phy:/dev/sdb1,xvda1,w']; root"/dev/xvda1"; B. kernel "/boot/vmlinuz2.6.18.8xwnU" ramdisk "/boot/initrd.img2.6.18.8xwnU" memory "256" name"Centos" disk['phy:/dev/sdb1,xvda1,w'] root"/dev/xvda1" C. kernel = "/boot/vmlinuz2.6.18.8xwnU" ramdisk = "/boot/initrd.img2.6.18.8xwnU" memory = "256" name= "Centos" disk= ['phy:/dev/sdb1,xvda1,w'] root= "/dev/xvda1" D. kernel ['/boot/vmlinuz2.6.18.8xwnU'] ramdisk ['/boot/initrd.img2.6.18.8xwnU'] memory ['256'] name['Centos'] disk['phy:/dev/sdb1,xvda1,w'] root['/dev/xvda1'] Answer: C

QUESTION NO: 68 Which one of the following is NOT the name of a tool that can be used to manage virtual machines in a KVM environment? A. virtviewer B. virtclone C. virtinstall D. virtimg E. virtmanager Answer: D

"Pass Any Exam. Any Time." - www.actualtests.com

22

LPI 117-304 Exam QUESTION NO: 69 Which one of the following commands can be used to output the Xen guest virtual machine information as an XML dump? A. xm export domainid B. virsh dump domainid C. xm dump domainid D. virsh dumpxml domainid Answer: D

QUESTION NO: 70 What command in Red Hat Cluster Suite is used to display the status of the cluster; such as membership information, quorum view, and the state of all configured user services? A. clustat B. cman C. rhcs D. ccs_status Answer: A

QUESTION NO: 71 Xen was correctly installed, configured and initialized. Some virtual machines have been successfully started, and after that, the xend daemon has been stopped by issuing the command /etc/init.d/xend stop. In this scenario, what is the impact of stopping the xend daemon? A. Virtual machines will not start automatically on the next boot. B. All of the running virtual machines will be turned off. C. The xm command will stop working. D. The Domain0 will halt. E. The hypervisor will be stopped. Answer: C

QUESTION NO: 72 CORRECT TEXT Which file in /proc should an administrator check to determine if full virtualization is supported on a "Pass Any Exam. Any Time." - www.actualtests.com 23

LPI 117-304 Exam system? (Provide only the file name, with no path information) Your Response Answer: /proc/cpuinfo cpuinfo

QUESTION NO: 73 What is the name of the heartbeat configuration file? A. ha.cf B. heartbeat.cf C. heartbeat.conf D. hb.conf Answer: A

QUESTION NO: 74 CORRECT TEXT What is the missing command name in the following example which can be used with Red Hat Cluster Suite to send cluster log messages to syslog using the local7 facility? (Enter the command name only with NO path information or options) ________ s 7 "cluster: my cluster message" Your Response Answer: clulog

QUESTION NO: 75 With DRBD, how can the state of the disks be checked? (Select TWO correct answers) A. cat /proc/drdb/status B. cat /proc/drdb C. drbdadm dstate r0 D. drbdadm diskstatus r0 E. drbdadm state disk r0 Answer: B,C

"Pass Any Exam. Any Time." - www.actualtests.com

24

LPI 117-304 Exam QUESTION NO: 76 Where are paravirtualized device drivers installed? A. In the Guest OS B. In the Host OS C. Compiled into the hypervisor D. No special drivers are required for paravirtualization. Answer: A

QUESTION NO: 77 With KVM, when using VNC as graphical output, how can the absolute positioning of the mouse pointer be assured? A. It cannot be assured. There are always two mouse pointers in VNC; the real pointer and the virtual pointer. B. Using the mouse absolute option C. No additional option is required; this works out of the box. D. Using the usb usbdevice tablet options E. Using the vnc altgrab options Answer: D Explanation:

QUESTION NO: 78 Which one of the following statements regarding quorum in a two node Pacemaker cluster is TRUE? A. Quorum needs to be disabled in a two node cluster or else it will not be reliable. B. With a two node cluster, quorum works fine. C. The default quorum policy in a two node cluster needs to be set to freeze or it will not work. D. The default quorum policy in a two node cluster needs to be set to ignore or it will not work. Answer: D

QUESTION NO: 79

"Pass Any Exam. Any Time." - www.actualtests.com

25

LPI 117-304 Exam In Red Hat Cluster Suite, why does fencing cut off I/O to shared storage? A. It is used to force nodes to go offline. B. It is used to ensure data integrity. C. It is used to retain the DLM locks. D. It is used to resync shared storage. Answer: B

QUESTION NO: 80 Which of the following tools could be used to create a OCFS2 cluster filesystem? (Select TWO correct answers) A. ocfs2_init B. o2cb_svc C. o2cb_ctl D. ocfs2console E. mkocfs2 Answer: C,D

QUESTION NO: 81 Which of the following authentication types does keepalived support for syncing between failover servers? (Select TWO correct answers) A. PASS B. KRB5 C. AH D. NONE E. KEY Answer: A,C

QUESTION NO: 82 Which of the following Messaging Layers are supported by Pacemaker? (Select TWO correct answers) A. Heartbeat

"Pass Any Exam. Any Time." - www.actualtests.com

26

LPI 117-304 Exam B. OpenAIS C. DRBD D. Red Hat Cluster Suite E. Slurm Answer: A,B

QUESTION NO: 83 Which statements are true about container based virtualization? (Select TWO correct answers) A. As many VMs may run as system resources permit but only Linux supports container based virtualization. B. As many OS versions may be used as system resources permit. C. Only the same OS as the host system can be used. D. The VMs must use the same kernel as the host system. E. This allows running of Windows containers on a Linux host. Answer: C,D

QUESTION NO: 84 An administrator wants to create a resource that can be ported to Red Hat Cluster Suite from a Pacemaker environment. Which resource type should be created? A. An OCF resource B. A clone C. A primitive D. An LSB resource E. A RHC resource Answer: A

QUESTION NO: 85 Which CPU flag must be enabled for full virtualization in Xen with AMD processors? A. vmx B. hvm C. svm D. vme

"Pass Any Exam. Any Time." - www.actualtests.com

27

LPI 117-304 Exam Answer: C

QUESTION NO: 86 What function does the distributed lock manager (DLM) in Red Hat Cluster Suite perform? A. It updates configuration settings among nodes. B. It fences a failed node. C. It establishes a quorum. D. It synchronizes nodes access to shared resources. Answer: D

QUESTION NO: 87 CORRECT TEXT What is the name of the kernel module that is required to be loaded in order to use KVM on an Intel CPU architecture? (Specify the module name with NO path information and with or without the module suffix) Your Response Answer: kvm-intel.ko kvm-intel

QUESTION NO: 88 With Red Hat Cluster Suite, which one of the following is NOT a valid resource to be used by high availability services? A. Authentication B. IP Addresses C. NFS Mounts and Exports D. File Systems Answer: A

QUESTION NO: 89 Which of the following are NOT true with regard to fencing in an environment where OCFS2 is managed by Pacemaker? (Select THREE false statements)

"Pass Any Exam. Any Time." - www.actualtests.com

28

LPI 117-304 Exam A. OCFS2 uses fencing based on the split brain algorithm. B. OCFS2 handles its own fencing. C. OCFS2 fencing cannot be controlled with Pacemaker STONITH. D. With the default settings, quorum is needed in the cluster to run OCFS2. E. OCFS2 fencing can be adjusted or tuned through editing its configuration file. Answer: A,C,E

QUESTION NO: 90 What is the name and path of the configuration file for the OCFS2 cluster file system? A. /etc/ocfs2/cluster.conf B. /etc/ocfs/cluster.conf C. /etc/ocfs2.conf D. /etc/cluster.conf Answer: A

QUESTION NO: 91 Which command would start IPVS connection synchronization for the primary load balancer? A. ipvsadm startdaemon=eth0,master B. ipvsadm startdaemon=primary mcastinterface=eth0 C. ipvsadm startdaemon=master mcastinterface=eth0 D. ipvsadm startdaemon=eth0,primary E. ipvsadm startdaemon=1 mcastinterface=eth0 Answer: C

QUESTION NO: 92 Which of the following statements are true about hardware virtualization? (Select THREE correct answers) A. Hardware virtualization can run an unmodified Guest OS. B. Hardware virtualization requires specially configured drivers for virtualized hardware. C. Hardware virtualization does not use CPU emulation. D. Hardware virtualization can take advantage of Intel VT and AMDV technologies. E. Hardware virtualization is also referred to as containerbased virtualization.

"Pass Any Exam. Any Time." - www.actualtests.com

29

LPI 117-304 Exam Answer: A,C,D

QUESTION NO: 93 With IPVS, if this sysctl variable is set to 0, the load balancer will silently drop packets when its destination server is not available. If this variable is enabled, the load balancer will expire the connection immediately when a packet arrives and its destination server is not available. A. expire_nodest_conn B. expire_curr_conn C. drop_entry D. drop_curr_conn Answer: A

QUESTION NO: 94 An administrator wants to be able to do a live migration of a Xen virtual machine. Which of the following statements are true? (Select TWO correct answers) A. The virtual machines need to have the storage backend to the virtual disk files available on shared storage. B. Live migration is only supported in SAN environments. C. Live migration needs to be enabled in the configuration file of the virtual machine. D. Nothing needs to be done, live migration is supported by default. E. The Xen daemon's configuration file needs to be modified to make sure that live migration to this host is allowed. Answer: A,E

QUESTION NO: 95 Which command will indicate whether a DRBD resource is a primary or secondary resource? A. drbdadm verify resource B. drbdadm list resource C. drbdadm cstate resource D. drbdadm role resource Answer: D

"Pass Any Exam. Any Time." - www.actualtests.com

30

LPI 117-304 Exam QUESTION NO: 96 Which one of the following is NOT a required element in setting up GFS in a Red Hat Cluster environment? A. CLVM B. DLM C. CMAN D. GFS E. CCS Answer: A

QUESTION NO: 97 Which command should be used to convert a GFS filesystem to GFS2? A. gfs_update B. gfs2_convert C. gfs2_migrate D. ccs_migrate Answer: B

QUESTION NO: 98 What is the maximum number of nodes that a Red Hat Cluster Suite will support? A. 16 B. 4 C. 32 D. 8 Answer: A

QUESTION NO: 99 What action does the virsh restore command perform? A. It reestablishes a VM's connections to shared resources. B. It restarts a VM from a state file.

"Pass Any Exam. Any Time." - www.actualtests.com

31

LPI 117-304 Exam C. It rescues a VM from being fenced. D. It reactivates a suspended VM. Answer: B Explanation:

QUESTION NO: 100

Which command could be used to generate an ID that uniquely identifies the virtual machine in Xen? A. uuid B. uuidgen C. xm uuid domainid D. openssl uuid Answer: B

QUESTION NO: 101 Which one of the following options represent a valid declaration of a backend server with HAProxy? A. host server_x 10.1.0.1:80 cookie server_x B. backend server_x 10.1.0.1:80 C. server server_x 10.1.0.1:80 check D. pool server_x 10.1.0.1:80 Answer: C

QUESTION NO: 102 Which solution is needed to make several servers in a network appear as one server? A. pacemaker B. heartbeat C. drbd D. lvs E. clvm Answer: D "Pass Any Exam. Any Time." - www.actualtests.com 32

LPI 117-304 Exam

QUESTION NO: 103 Which O2CB mode should be used for OCFS2 integration with heartbeat? A. user B. dlm C. heartbeat D. kernel Answer: A

QUESTION NO: 104 The xm list command has returned: Name ID Mem VCPUs State Time(s) Domain00 384 1 r 498.7 Debian 2 305 1 p 783.5 Slack 664 1 b 313.6 Centos 7 512 2 r 455.1 Which one of the following statements is true about the above output? A. It is necessary to use the xm command to change Slack's state to running. B. Centos is the domain which has consumed the most CPU time. C. The domain with ID 2 uses paravirtualization. D. Both Debian and Slack require xm commands to start running. E. Slack is idle or waiting for I/O. Answer: E Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com

33

S-ar putea să vă placă și