Posts

Scheduling Vmware exam through Pearson Vue

Image
There’s an info on the Internet that says it’s possible to pass Vmware VCA certs for free. It’s been a while now and Vmware retired this offer. However, there are some folks that say they could get around and pass without spending a penny. They say it’s a matter of combining promo codes. I’ve been trying all the codes. Pearson Vue warned me that they’re going to shut down my account if I do another attempt! :p So I created a new Vmware account. And I chose very famous first and last Names: The nice part is that Vmware responded positively to my schedule request! The certification team did not watch the Jason Bourne Trilogy, lol: Anyway, back to serious stuff. The 100% discount is officially retired. Only 50% promo codes are still valid. I’ll publish valid promo codes in a later post, inchAllah.

Cloud Service Models

Cloud providers in general and Vmware in particular defines at least three typical vCloud service models.   Infrastructure as a Service IaaS Flexible environment: customers have complete control over the VMs on which their applications run customers are responsible for OS patching and VM maintenance two services emerged from the IaaS: Desktop as a Service (DaaS) and Disaster Recovery as a Service (DRaaS) Platform as a Service PaaS useful for web hosting stable environment PaaS Providers are responsible for patching and upgrading the underlying OS, which is sometimes a slow process customers can customize how their applications work Software as a Service SaaS are provided by SaaS Providers applications must be available to customers anytime, anywhere examples: Google Gmail, Zimbra customers are not concerned by how these applications work customers should be able to customize the look and feel of their applications

Vmware vCloud: My Study Notes

Image
Here are my quick and dirty notes while I was preparing for the VMware vCloud VCA certification. Cloud Deployment Models The cloud can be deployed in one of four ways: Private cloud: all the hardware and the software is owned by the organization management and monitoring is the responsibility of the organization (the IT department) builds on top of traditional virtualization technologies (think vSphere) resources are almost always guaranteed  Community Cloud: the cloud is shared by two or more organizations that have similar technical requirements Public Cloud: is hosted on the provider network resource management and monitoring is the responsibility of the cloud provider  resources are transparently shared by customers providers should allow customers to oversubscribe resources, without impacting other customers’ vDC performance providers should enforce security and prevent unauthorized access between Org vDCs providers allow customer to provision resources for future growth Hybr...

Uploading an IOS image with LMS Software Distribution

Image
In this tutorial we’ll learn : –         How to push an IOS image into a switch flash disk, using Cisco LMS, –         How to verify that the IOS image has been loaded correctly Pushing the IOS image 1.       On the LMS home page, click on the Resource Manager Essentials link. 2.       Click on Software Distribution    3.       Choose a distribution method. By default, I use “by device”. That’s the simplest one 4.       Check the device for which you want to upgrade the IOS and click Next 5.       The Distribute by Devices windows opens. Under Image Options , select the desired IOS image. Note that an image prefixed by an asterisk means that it’s a Cisco-recommended one. The Storage Options shows you how much flash disk space you still have. Here, we want to deploy a 9.33MB image on a flash disk that has 23MB left out of 31MB. 6.       Click Next 7.       LMS gives you a warning. But don’t worry, just click Next 8.       The Job Schedule and Options allows to schedule job...

Vmware Datacenter Virtualization: VCA-DCV

Image
Today I successfully passed the exam! I got a score of 420. How I studied for the exam I watched the Vmware E-learning fundamental videos, took notes, reviewed them with a big mind map, then registered and sat for it. I sat studying in many small sessions (remember the power of chunking). What it feels to get Vmware certified It’s great to sit for an exam and pass it from home :) it’s also great to see there are other folks out there who are sharing the same experience. Thank you Vmware! It took me a total of 6.5 hours of learning:

MGCP Gateway Configuration

Image
In this post, we explore the configuration of an MGCP gateway in CUCM. Given a router equipped with a E1/T1 VWIC card, we will configure it as an MGCP gateway that performs PRI Backhauling with CUCM. Configuration Steps On CUCM We start by adding a new gateway: We select the router platform: We tell CUCM that it is going to be an MGCP gateway: We configure our VIC card or network module: And we need to set the gateway name. This depends actually on whether we activated DNS lookup on the router or not. When a network engineer in IOS gateway has already configured the following command: ip domain-name then he must use the Fully Qualified Domain Name (FQDN) when he adds the MGCP gateway on CUCM. Otherwise, he must simply use the hostname of the router. In our example, we have no domain name configured on the router. So we can use the router hostname: On this router, we have already inserted a T1/E1 card that has one RJ-48 Multiflex trunk. To determine on which subunit this card is, on the...