Some VCAP 6.5 DCV Design Exam Study Notes

357 篇文章 139 订阅

A couple weeks ago I sat and passed the VCAP 6.5 Datacenter Design Exam. It was a good but tough exam. The VCAP 6.5 Design exam is a bit different from past VCAP Design Exams – there are no Visio type design questions (I did not take the VCAP6, but based on the blueprint it looks like it was mostly Visio). The VCAP6.5 Design exam is made up of multiple choice and “drag and drop” questions.

Couple of tips for the exam:

  • Read the Exam Prep Guide!!! Everything you need to be successful is there (except experience).
  • When taking the exam MAKE SURE YOU READ THE QUESTION or DESIGN SCENARIO completely, then read it again before selecting your answers or completing the question activity.
  • You are able to flag questions for review – but use this wisely. If you are prepared – trust your gut – don’t second guess yourself.
  • Take your time. Since there are no Visio style questions you are given plenty of time (IMHO) to complete the exam. Relax, read the question, answer, move on.
  • Technical tip: Have a deep understand of dependencies required for, and limitations of, vSphere features and services and how these dependencies may impact the ability to meet a design requirement or may introduce risks into a design.

Here are the VMware certification official exam details:

VMware Certified Advanced Professional 6.5 – Data Center Virtualization Design Exam
Certification Page: https://mylearn.vmware.com/mgrReg/plan.cfm?plan=102518&ui=www_cert
3V0-624 Exam Page: https://mylearn.vmware.com/mgrReg/plan.cfm?plan=102526&ui=www_cert
Prep-Guide: https://mylearn.vmware.com/lcms/web/portals/certification/exam_prep_guides/Exam_Prep_Guide_VCAP6.5-DCV_Design.pdf

I did not give myself very long to prepare. I focused a majority of my prep on the new features available in vSphere 6.5 and around the upgrade/migration to vSphere 6.5 and the VCSA. Here are some notes I jotted while studying with links to resources (all of which can be found in the Prep-Guide):


VMware Validated Design
https://www.vmware.com/support/pubs/vmware-validated-design-pubs.html

Conceptual
Gathering, identifying, and analyzing design requirements (business and application)
Identifying stakeholders

Conceptual, Logical, Physical: It’s Simple

Difference between Conceptual Design, Logical Design, and Physical Design?

Conceptual – “Owner View”

Requirements
Availability, Performance, Recovery, Management, Security

  • Functional – What the design must do/accomplish/provide.
  • Non-Functional – How the design must do something (speeds and feeds)

Constraints

  • How the design meets the requirements – specific hardware, topology, etc.
  • Constraints can introduce risks

Assumptions

  • Assumptions – made by the architect. Will likely become risks if they are not validated

Risks

  • Prohibit the design from being successfully implemented or from meeting the requirements.

Logical

Logical – “Designer View”

Physical
Selecting physical storage, compute, and network hardware to support the logical design.
Determine virtual machine configurations to meet business and application requirements.

Physical – “Builder View”

vSphere Upgrade to 6.5 – ESXi, vCenter, Migration
https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.upgrade.doc/GUID-18B7B4BB-C24A-49CD-AE76-13285157B29F.html

vCenter High Availability
https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2148003

  • Network latency between Active, Passive, and Witness nodes must be less than 10 milliseconds.
  • Snapshots, cloning, and FT are not supported on VCHA nodes.
  • Image level backups of a VCHA node is supported
  • vCenter HA provides a RTO of about 5 Minutes
  • Synchronous replication of the vCenter DB
  • Asynchronous replication of vCenter Files
  • Active, Passive, and Witness nodes communicate over a private network.
  • Does not support enhance linked mode
  • Does not support PSC replication

Platform Service Controller (PSC)
PSC Deployment Decision Tree – https://blogs.vmware.com/vsphere/files/2016/04/vSphere_Topology_Decision_Tree_Poster-v5_0804016.pdf

  • Recommended that a PSC be deployed locally to each vCenter Server
  • 100 ms RTT- Recommended maximum latency between PSCs
  • Centralized management of vSphere licenses
  • Certificate Authority and Certificate Store

vSphere Availability
https://docs.vmware.com/en/VMware-vSphere/6.5/vsphere-esxi-vcenter-server-65-availability-guide.pdf

vSphere High Availability (HA) – restarts VMs after a hardware failure

  • Host failures to tolerate – automatic calculation of percentage of CPU and Memory resources to reserve
  • Orchestrated Restart – create dependency chains between VMs. Restart rules enforce start order for VMs within the dependency chain.
  • vCenter Server required to configure HA, but not for HA to function

Proactive HA

  • Detect degraded components (hardware failures) within a host and evacuate VMs from the affected host before host failure.
  • Affected host placed in Quarantine Mode.

vSphere Fault Tolerance (FT) – continuous availability (does not protect against application or OS failure)

  • Supports VMs with up to 4 vCPUs and 64 GB of memory

vSphere DRS
https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/techpaper/drs-vsphere65-perf.pdf

  • Predictive DRS – works with vROps – migrate to accomodate future workload/avoid host over-commitment.
  • Predictive DRS – Default look ahead interval is 60 minutes
  • Network-Aware DRS – decides VM placement based on compute and network utilizations – does not trigger vMotion based on network load imbalance.
  • Network-Aware DRS – default 80% utilization threshold – Unless utilization is above 80% DRS considers host to be a good candidate in terms of network resources availability
  • VM Distribution – distribute a more even number of VMs across hosts – spread VMs evenly across hosts (if possible – best effort) – load balancing takes priority
  • Memory Metric for Load Balancing – choose to load balanace based on consumed memory instead of active memory.
  • CPU Over-commitment – 0-500% over-commitment – specify CPU over commit as a percentage of total cluster CPU capacity

Secure Encrypted vMotion

  • Set per-VM
  • Can be Disabled, Opportunistic, Required
  • Generates a 256-bit random key and a 64-bit nonce – each used only once for a vMotion

VM Encryption
https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/techpaper/vm-encryption-vsphere65-perf.pdf

  • VM Encryption is used to secure data in VMDKs
  • Using a processor which supports AES-NI instruction set improves performance.
  • External key management server(KMS) (third party)
  • Key Management Interoperability Protocol (KMIP) v1.1 supported.
  • vCenter Server obtains keys from KMS and pushes them down to ESXi hosts – Key encryption keys (KEK)
  • ESXi hosts generate data encryption keys (DEK) – KEKs encrypt DEKs – DEKs are stored in configuration files
  • KEK for a virtual machine must be in ESXi memory for a VM to be powered on.
  • KEKs are stored in the KMS and are not persisted in the vSphere environment.
  • KMS should be highly available with key replicated between multiple KMS instances.

vSphere Storage
https://docs.vmware.com/en/VMware-vSphere/6.5/vsphere-esxi-vcenter-server-65-storage-guide.pdf
Shared Storage
Block – FC, iSCSI, SAS
File – NFS (v3 and v4.1)
Object – VVOL and VSAN

RAID
0 – Stripe – No protection
1 – Mirror – Write Penalty 2
5 – 1 Parity – supports single drive failure – Write Penalty 4
6 – 2 Parity – support 2 drive failures – Write Penalty 6

vSphere Networking
https://docs.vmware.com/en/VMware-vSphere/6.5/vsphere-esxi-vcenter-server-65-storage-guide.pdf

  • Virtual Distributed Switch – supports LLDP and CDP, NetFlow, LAGs, load based teaming, PVLANs, ingress/egress traffic shaping, per port blocking,
    port mirroring
  • Virtual Standard Switch – CDP only, egress traffic shaping only

Single-root I/O Virtualization (SR-IOV) – enables one PCIe adapter to be presented as multiple logical devices.
VM DirectPath I/O – VM direct access to an IO device – cannot be shared by multiple VMs.
vMotion, NIOC, FT are not supported when using SR-IOV of DirectPath I/O.


Like I said I did not give myself a lot of time to prepare and I really focused on the features of 6.5. I know the notes seem a little sparse but hopefully you will find them helpful.

There are a few books out there which are definitely useful resources for VCAP Design exam preparation. Here are some of my favorites:


VMware vSphere 6.x Datacenter Design CookbookI

 


IT Architect: Foundation in the Art of Infrastructure Design

VMware vSphere Design

IT Architect: Foundation in the Art of Infrastructure Design
 
Fantastic resource if you are preparing for the VCAP exam or to defend VCDX.
VMware vSphere 6.x Datacenter Design Cookbook
 
Full disclosure: I wrote this book, I have been told it is pretty good. The outline of this book aligns with the VCAP 6.0 Design Exam objectives.
VMware vSphere Design
 
Another really great book focusing on vSphere design methodology.

If you are preparing for the exam or just looking to learn more about VMware Design Methodology these books are EXCELLENT resources.


Good luck!!!

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值