Passed the VCAP-DCA certification

3

I just got word from VMware that I passed the VCAP-DCA certification. It was a very tough test and the wait for the result has been long and nervous.

I am thrilled about this. Next step is the VCAP-DCD. I was invited to the beta exam but could not fit it into my schedule.

MAC address conflicts

6

During a VMware Install, Configure Manage class I had two students each with seperate vCenters complaining about their virtual machines were receiving the same IP address from the DHCP server. At first I thought there was some weird problem with my DHCP server but that was not the case. We checked the VMware generated MAC addresses for the problem VM’s and guess what… they had the same MAC addresses. That pretty much told us why they were having IP conflicts.

At that time I was not aware how vCenter generates is MAC addresses but after asking google and kb.vmware.com I figured it out.

Every vCenter has a Unique ID. (administration – vCenter server settings – Runtime settings) The value can be between 0 and 63. The value is generated during the installation of vCenter. I checked both vCenters and they had the same unique ID 2.

vCenter then uses the following formula for MAC address generation: 00:50:56: (80+UniqueID) :00:00 This means it is only the last four digits

vCenter changes.

I got more curious about this and tried logging directly in to an ESXi host and creating two virtual machines. They got the following MAC addresses

VM0 00:0C:29:5C:16:BE

VM1 00:0C:29:73:B2:6F

During my research I disovered VMware have three OUI for MAC addresses

00:50:56 (Used for vCenter)

00:0C:29 (Used when creating VM directly on an ESXi host)

00:05:69 (Maybe used on ESX?)

When going through the VMware knowledge base there was a document stating that you should use 00:50:56 for static MAC address. Use the range 00:50:56:(00-3F) for your static mac addresses

VCAP-DCA Experiences

3

I took the VCAP-DCA exam earlier this week in London. I live in Copenhagen so I had to travel there. When I booked my test there were no test centres in Denmark. Now there is, but I had already booked the flight and hotel so it was too late to change it.

I had booked my exam for Tuesday November 9th at 11.00am – I arrived early and after signing in, showing two different signed ID’s and getting my picture taken I was ready for the test. The test started with a survey where you rate yourself in respect to different vSphere topics. Scripting, storage, designing etc. After the survey the test started. I got a total of 34 live labs and I had 4 hours to do them all. English is not my native language so I got 30 minutes more than you US and UK guys. I was happy about that, that meant more time to solve the labs.

All of the live labs is done in the same enviroment, so don’t mess anything up. Some labs required you to have solved an earlier lab. My strategy for the exam was to solve all of the labs I knew to do quick and save the the ones I was not too sure about till the end. Time management is essential especially if you have 30 minutes less than me! When I got to the last lab and completed it, I had about 15 minutes left to go back to the labs, I had ether completely skipped or only half solved. I managed to solve 2 or 3 labs during that time. I had written down the labs I had not done / or completed during my first run. So I was able to quickly go back to them. It is not possible to mark a question as incomplete for later review so do it on paper. If you don’t do this you will have a hard time remembering what to go back to.

After the test I walked out of the room with a good feeling. I had solved a lot of labs but not all of them. I just hope it was enough. Hopefully I willfind out next week.

If you are doing the exam and want some tips here they are:

  • Get a Lab enviroment, install and configure everything listed in the exam blueprints. You will need both ESX and ESXi servers.
  • Work with the GUI and command line. If the VMA (vSphere Management Assistant) is new to you it is time to get used to it.
  • KNOW YOUR DOCUMENTATION – during the exam you have access to most vSphere Product Documentation. Know in whatdocuments to find the information you need to solve the labs.

I hope I did enough to pass the test. If not the test revealed my weak points and I know what to improve. To anyone doing the test. Good luck! :-)

Performance Best Practices for VMware vSphere 4.1

0

A new doc has been posted at VMware’s technical resource center “Performance Best Practises for VMware vSphere 4.1″

I am delivering a VMware Manage for Performance Course next week this will be a good brush up document before the course. Hopefully I will learn something new! :-) .

Here is a link to the document: http://www.vmware.com/pdf/Perf_Best_Practices_vSphere4.1.pdf

vcap

VCAP-DCA preparations

0

My VCAP-DCA is booked for November 9th. In prepration for the course these links are worth checking out:

VCAP Blueprints: link

VCAP Live lab tutorial: link

VCAP-DCA Index: link

From the VCAP live lab tutorial they actually state that a lab enviroment consists of 1xESX, 1xESXi and 1xvCenter server. All labs will be completed in the same enviroment. So some labs require that you have solved the previous lab. At the moment the lab should be installed with 4.0 and not 4.1. This will change at a later date.

Looking through the tutorial I took the following screenshot. I think it gives some clue about what to expect.

vci_award

VMworld VCI Award

0

VMworld has come to an end and what a week. It all started out Monday with the VCI day (VMware Certified Instructor). VMware wanted to recognise some of the instructors for their hard work. I just happened to be one of them :-) I got recognised for my “Pioneer Work”, telling people about the VMware education offerings and delivering all of the new advanced courses. I am very proud of this and it means a great deal to me. Especially when I think of the 80 other instructors present.

At the end I want to send some recognition to my colleague Karsten Bundgaard. I sincerely think he is worthy of this award. He has been delivering solid performances during the last two years. Especially his work in the Troubleshooting classes is impressive. Maybe next year is his year.

My VMworld schedule

1

I am trying to build my perfect VMworld schedule. It is hard with so many great sessions and content. The following sessions I am pretty sure will make it to my final schedule:

EA7726: Virtual Machines Outperforming Physical Machines – Crossing the Performance Barrier

TA7805: Tech Preview: Storage DRS

TA8233: Prioritizing Storage Resource Allocation in ESX Based Virtual Environments Using Storage I/O Control

TA8051: Infrastructure Technologies to Long Distance VMotion – What Is “VM Teleportation”?

TA6720: Troubleshooting using ESXTOP for Advanced Users

I would recommend you to find sessions with the “good” speakers. One of my favorite is Scott Drummonds, I am also looking forward to hearing Chad Sakac talking about long-distance vmotion. Kit Colbert usually have some memory sessions, I like him a lot too.

Best VMware blogs

0

vsphere-land.com just published the result of everyones favorite VMware blogs. My blog got in at position 81. I got 27 votes. Thanks guys! :-)

Check out the result here: vsphere-land.com

The winner (and a deserved one) was Duncan Eppings with his great site www.yellow-bricks.com

Performance Tools ESXi 4.1

0

Last week I delivered another 3 days vSphere Manage for Performance course. The course was developed for ESX 4.0 but I felt confident that ESXi 4.1 would do the job.

One thing I really like about ESXi 4.1 is the options to enable SSH to the host from the vSphere client. (Configuration, Security Profile, Properties)

When you get SSH enabled you have direct access to the host. When you use your favorite SSH client (Mine is putty) and logon to the host you will have access to ESXTOP and vscsistats. Thats right, finally these two great tools is bundled with the default installation.

VMUG VMworld Party

0

Great news. VMware User group Denmark have arranged a party the night before VMworld starts. You can read more about it here:

http://www.vmugparty.com

Pretty much it is free beers and all you need to bring is your VMworld badge for access. Hope to see a lot of you guys there.

Go to Top