Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us

 Home

 Search

Latest Brain Dumps

 BrainDump List

 Certifications Dumps

 Microsoft

 CompTIA

 Oracle

  Cisco
  CIW
  Novell
  Linux
  Sun
  Certs Notes
  How-Tos & Practices 
  Free Online Demos
  Free Online Quizzes
  Free Study Guides
  Free Online Sims
  Material Submission
  Test Vouchers
  Users Submissions
  Site Links
  Submit Site

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Online Training Demos and Learning Tutorials for Windows XP, 2000, 2003.

 

 

 

 





Braindumps for "VCP-510" Exam

Certified Professional on vSphere 5

 Question 1.
Click the Exhibit button.
 

An administrator has deployed a new virtual machine on an ESXi 5.x host. Users are complaining of poor performance on the application running on the virtual machine. Performance tools display the results shown in the exhibit.

Which two tasks might improve the user experience? (Choose two.)

A. Add a vCPU to the virtual machine
B. Remove CPU affinity on the advanced CPU setting of the virtual machine
C. Migrate the virtual machine to another ESXi host
D. Remove the limit on the CPU settings of the virtual machine

Answer: A, D

Explanation:
The picture shows CPU at 100% in VM, not CPU shortage on ESX server. A, D – these 2 options both increase the amount of CPU allocated to VM B,C – these 2 options change the physical CPU allocated to VM, but this was not the problem shown

Question 2.
An administrator notices that when a virtual machine is placed into a resource pool, a warning indicates that the virtual machine will receive a very large percentage of the total shares for memory. 

Which action can be taken to resolve this problem?

A. Increase the memory resource allocation to the resource pool.
B. Increase the share value for the resource pool.
C. Change the shares setting from custom to high, medium, or low for the virtual machine.
D. Decrease the memory allocation for the virtual machine.

Answer: C

Explanation:
The Memory Resources panel lets you allocate memory resources for a virtual machine and specify reservations, limits, and shares. Symbolic values Low, Normal, High, and Custom are compared to the sum of all shares of all virtual machines on the server and, on an ESX host, the service console. By decreasing the memory share of a particular system, it receives less memory out of the total available memory.

Question 3.
An administrator views the Fault Tolerance pane of the Summary tab of a virtual machine and finds that the current status is Not Protected.

What are two vSphere Fault Tolerance states that would cause the virtual machine to not be protected? (Choose two.)

A. Stopped - Fault Tolerance has been stopped on the secondary virtual machine.
B. Need Secondary VM - The primary virtual machine is running without a secondary virtual 
    machine and is not protected
C. Need Primary VM - The secondary virtual machine is running, and a new primary virtual 
    machine cannot be generated.
D. Disabled - Fault Tolerance is disabled.

Answer: B, D

Explanation:

Reason for not protected status 	Description
Starting 	Fault Tolerance is in the process of starting the Secondry VM. This is message is only visibale for a short period of time.
Need Secondary VM 

[ C above ]	The Primary VM is running without a Secondary VM, so the Primary VM is Currently not protected. This generally occurs when there is no compatible host in the duster available for the Secondary VM. Correct this by bringing a compatible host online. If there is a compatible host online in the cluster further investigation might be required. Under certain circumstances, disabling Fault Tolerance and then re-enabling it corrects this problem.
Disabled
 
[ A above ]	Fault Tolerance is currently disabled (no Secondary VM is running). This happends when Fault Tolerance is disabled by the user or when vCenter Server disableds Fault Tolarance after being unable to power on the Secondary VM.
VM not Running	Fault Tolerance is enbled but the virtual machine is powered off Power on the virtual machine to reach Protected state.

untitled
Table 3-2. Reasons for Primary VM Not Protected Status
Part 3: Create and Configure Resource Pools (14 questions).

Question 4.
Which two conditions prevent the application of a host profile to an ESXi 5.x host? (Choose two.)

A. The host has multiple profiles attached.
B. The host has not been placed into maintenance mode.
C. The host is running virtual machines.
D. The host is an ESXi host.

Answer: B, C

Explanation:

Question 5.
An administrator is editing the IP allocation policy for a vApp.

Which three options are available? (Choose three.)

A. Automatic
B. Roaming
C. Transient
D. DHCP
E. Fixed

Answer: C, D, E

Explanation:
 

untitled

Question 6.
ACME Junkmail Incorporated has been utilizing templates in their environment. They are running a 10-node ESXi 5.x Cluster and DRS has not been configured. Several virtual machines have been deployed from this template and successfully powered on, but a newly deployed virtual machine will not power on. There appear to be adequate CPU and Memory resources available on the host.

Which three things can be done to allow more virtual machines to be deployed into the cluster from this template? (Choose three.)

A. Select a different datastore for the virtual machine
B. Move the swap file to a different location
C. Deploy the virtual machine to a different host using the same datastore
D. Enable DRS on the cluster to balance the virtual machine load out across hosts
E. Increase the virtual machine memory reservation

Answer: A, B, E

Explanation:
If you make reservations for your virtual machine’s that are equal to the amount of RAM assigned to them, swapping and page sharing does not occur. You can over commit pretty heavily if you are comfortable with poorer performance. If you do not set reservations, ESX host creates a .vswp file equal to the difference between the amount of physical memory assigned to the virtual machine and the reservation it has. By default, memory reservations are set to 0. If you have a virtual machine with 2GB of memory without a reservation, it creates a 2GB .vswp file when it is powered on. The virtual machine starts using the .vswp file if the server is out of physical RAM. If you set a 1GB reservation, it creates a 1GB .vswp file. The .vswp files are what allows for memory overcommitment.

Question 7.
What are three valid objects to place in a vApp? (Choose three.)

A. Folders
B. Hosts
C. Resource pools
D. vApps
E. Virtual machines

Answer: C, D, E

Explanation:
 

untitled
http://pubs.vmware.com/vsphere-
50/index.jsp?topic=/com.vmware.vsphere.vcenterhost.doc_50/GUID-3B5AF2B1-C534-4426-
B97A-D14019A8010F.html

Question 8.
Which three Storage I/O Control conditions might trigger the Non-VI workload detected on the datastore alarm? (Choose three.)

A. The datastore is connected to an ESX/ESXi 4.0 host that does not support Storage I/O 
    Control.
B. The datastore is on an array that is performing system tasks such as replication.
C. The datastore is utilizing active/passive multipathing or NMP (Native Multi-Pathing).
D. The datastore is storing virtual machines with one or more snapshots.
E. The datastore is connected to an ESX/ESXi 4.0 host that is not managed by vCenter.

Answer: A, B, E

Explanation:
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1020651
http://pubs.vmware.com/vsphere-50/topic/com.vmware.vsphere.troubleshooting.doc_50/GUID-
38F95285-DB4F-462F-AFD7-0F4D812B085F.html

Question 9.
An administrator has just finished deploying a vApp for a web service.

What three options are available to the administrator for IP allocation within the vApp? (Choose three.)

A. Transient
B. Fixed
C. DHCP
D. Bridged
E. NAT

Answer: A, B, C

Explanation:
Option Description
 

untitled

Question 10.
An administrator is working to implement Storage Profiles in their environment.

Which two ways can storage capabilities be generated? (Choose two.)

A. They are generated by Datastore Clusters as LUNs are added to the cluster.
B. They are automatically determined by the Storage Profile when it is created.
C. They can be retrieved from the array through the VMware APIs for Storage Awareness  
    (VASA).
D. They can be manually generated by the administrator.

Answer: C, D

Explanation:
Understanding Storage Capabilities
A storage capability outlines the quality of service that a storage system can deliver. It is a guarantee that the storage system can provide a specific set of characteristics for capacity, performance, availability, redundancy, and so on. If a storage system uses Storage APIs – Storage Awareness, it informs vCenter Server that it can guarantee a specific set of storage features by presenting them as a storage capability. VCenter Server recognizes the capability and adds it to the list of storage capabilities in the Manage Storage Capabilities dialog box. Such storage capabilities are system-defined. vCenter Server assigns the system-defined storage capability to each datastore that you create from that storage system.

NOTE:
Because multiple system capabilities for a datastore are not supported, a datastore that spans several extents assumes the system capability of only one of its extents. You can create user-defined storage capabilities and associate them with datastores. You should associate the same user-defined capability with datastores that guarantee the same level of storage capabilities. You can associate a user-defined capability with a datastore that already has a system-defined capability. A datastore can have only one system-defined and only one userdefined capability at a time.



Google
 
Web www.certsbraindumps.com


Study Guides and Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA





              Privacy Policy                   Disclaimer                    Feedback                    Term & Conditions

www.helpline4IT.com

ITCertKeys.com

Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.