My TOGAF 9.2 Exam Experience

On the first of April I passed the TOGAF 9.2 Combined Part 1 and 2 certification!
 
 

TOGAF 9.2
 

My colleagues were asking me about my experience on this certification, so I thought to write up on my TOGAF 9.2 Exam Experience and share it with you all.

Why TOGAF?

In the last couple of years I’ve obtained a couple of VMware and other vendor certifications. After that I wanted to broaden my knowledge outside the vendor specific certification and more in the IT architect certification direction. After some research into various architect certification, I found that TOGAF (The Open Group Architecture Framework) is a widely used architecture frameworks in the industry. A small summary of TOGAF in one sentence would be: “TOGAF is a framework for enterprise architectures which provides an approach for planning, designing, implementing and governing an enterprise technology architecture.”. And this fitted my goal perfectly as the framework can be tailored to different needs and I use from it only what is required for my project.

The Preparation

I followed the 4 day TOGAF 9.2 Foundation and Certified (Part 1 & 2) training at The knowledge Academy. Normally I’m not a big fan of 4 consecutive days of training, but in this case it was better than go through the 500+ pages documentation by myself. And in my case the trainer gave a lot of good tips (which I come to later in this article) and tricks on how to tackle this specific exam.
(more…)

Read More

Migrate a VCF Hybrid vSAN Cluster to an All-Flash vSAN Cluster

Two weeks ago I published an article describing how to Migrate a Hybrid vSAN Cluster to an All-Flash vSAN Cluster. I received many positive comments on the article, thanks for that! And a few good questions too, one of those questions stood out because it was asked multiple times. The question was “How does this process look like if we want to migrate a VCF Hybrid vSAN Cluster to an All-Flash vSAN Cluster?”.

Migrate a VCF Hybrid vSAN Cluster to an All-Flash vSAN Cluster
 

Well that’s a good question and just like in the previous article I had no experience with this myself. And the VMware Cloud Foundation documentation (link) only describes the commissioning (link) and decommissioning of hosts (link). But it does not describe the procedure for replacing the Hybrid vSAN hosts in a, VCF managed, vSAN enabled cluster by All-Flash vSAN hosts. But even if the procedure would have been described in the documentation, I want to gain experience with this myself as well. Not from a theoretical standpoint (as it should work) but more from a practical standpoint as I also want to understand what the impact would be for the running workloads when you perform this action. Especially because we might need to perform this procedure on a VCF Hybrid vSAN Cluster in the Management Workload Domain of a VMware Cloud Foundation deployment. So, this article isn’t only to check the procedure. But also to check if there isn’t any impact on the workloads running on the VCF Hybrid vSAN Cluster where we want to perform the life cycle of the hosts!

So here we go again, TO THE LAB!

Lab Setup

  • Software used
    • VCF 4.1
    • vCenter 7.0 u1
    • vSphere 7.0 u1
    • vSAN 7.0 u1
  • Hosts – Hybrid – 1x 48GB Cache SSD 3x 48GB Capacity HDD
    • esxi-1.vrack.vsphere.local
    • esxi-2.vrack.vsphere.local
    • esxi-3.vrack.vsphere.local
    • esxi-4.vrack.vsphere.local
  • Hosts – All-Flash – 1x 48GB Cache SSD 3x 48GB Capacity SSD
    • esxi-5.vrack.vsphere.local
    • esxi-6.vrack.vsphere.local
    • esxi-7.vrack.vsphere.local
    • esxi-8.vrack.vsphere.local

Let’s get started

I’ve prepared VCF Management Workload Domain Cluster “SDDC-Cluster1” with the 4 Hybrid hosts and made sure the vSphere and vSAN Cluster status was in a healthy state.


 
Within the vSphere Client under Configure -> vSAN -> Disk Management the vSAN Disk Groups are shown. Also in the column “Type” you can see that the vSAN Disk Groups of the VCF Management vSAN Cluster are of the type Hybrid.
(more…)

Read More

Migrate a Hybrid vSAN Cluster to an All-Flash vSAN Cluster

For one of my projects we have to perform a lifecycle on the hosts within a Management Cluster. To make this work we have to migrate a Hybrid vSAN Cluster to an All-Flash vSAN Cluster. The current hosts in the Management Cluster have magnetic spinning disks and vSAN was therefore running in a vSAN Hybrid configuration. The new hosts are equipped with nice NVMe drives and vSAN should therefore be running in an All-Flash (AF) configuration to have all the nice features available like Erasure Coding, Deduplication and Compression.

 
Migrate a Hybrid vSAN Cluster to an All-Flash vSAN Cluster
 

I had never done this before and the vSAN documentation (link) describes only replacing the disks of the hosts, and does not describe the procedure for replacing the Hybrid vSAN hosts by All-Flash vSAN hosts.

Well this is a good opportunity to get my hands dirty again with some labbing. To the Lab!

Lab Setup

  • Software used
    • vCenter 7.0 u1
    • vSphere 7.0 u1
    • vSAN 7.0 u1
  • Hosts – Hybrid – 1x 8GB Cache SSD 1x 64GB Capacity HDD
    • dcesxi71.vmbaggum.local
    • dcesxi72.vmbaggum.local
    • dcesxi73.vmbaggum.local
  • Hosts – All-Flash – 1x 8GB Cache SSD 1x 64GB Capacity SSD
    • dcesxi74.vmbaggum.local
    • dcesxi75.vmbaggum.local
    • dcesxi76.vmbaggum.local

Let’s get started

I’ve prepared vSphere Cluster “CL-03” with the 3 Hybrid hosts and made sure the vSphere and vSAN Cluster status is healthy.

Migrate a Hybrid vSAN Cluster to an All-Flash vSAN Cluster 1
 
vSAN is enabled, and as you can see everything is pretty default.
(more…)

Read More

VCAP Data Center Virtualization Design 2021

Last week I sat the VCAP Data Center Virtualization Design 2021 (3V0-21.21) exam based on vSphere 7. It was a tough but fair exam, all the questions need to be read carefully as sometimes the answer(s) were really well hidden in the question. I passed with a score of 325 of 500, but I think I could have done better IF I had prepared better.
 


 

That’s the reason why I’m writing this blog, to help you prepare through some handy resources and tips, so that you can ace the VCAP Data Center Virtualization Design 2021 exam.
(more…)

Read More

Automate NSX-T with PowerCLI

While working on an NSX-T project I got the question from the customer to deliver some firewall and network automation based on PowerShell. This to help them ramp up the creation of networks and firewall rules. I pointed them to the PowerCLI Preview for NSX-T, but I wasn’t aware that this fling only was able to retrieve information from NSX-T and not create items/objects. So, how can we do this then? I knew we were able to manage NSX-T since PowerCLI version 6.5.3, but how does this work?

PowerCLI NSX-T

After some google-fu I came across a blog post of Kyle Ruddy named: Getting Started with the PowerCLI Module for VMware NSX-T. This article describes how the NSX-T PowerShell Module works and which cmdlets where available:

  • Connect-NsxtServer
  • Disconnect-NsxtServer
  • Get-NsxtService
  •  
    Only 3 commands? Yes, only 3 commands! Because of the simple reason that with the 3rd command you have full access to NSX-T’s public API! And therefore you’re able to retrieve and create items/objects. In the blog article Kyle also gives some examples on how to Retrieve Transport Zone Information or perform Logical Switch and IP Pool Management. But how do we create an NSGroup or a Distributed Firewall Section? This post contains some additional examples and I’ll update this post as new scripts will come along.

    The first thing we need to do is connect to the NSX-T Manager:

    NSGroups

    Create a NSGroup based on a Security Tag

    (more…)

    Read More

    VMworld 2018

    VMworld 2018 US Day Three

    Today there was no General Session so it was straight to the VMVillage to catch up with all the people from the vCommunity. It is such a great please to meet the real people behind a twitter picture or other social media and have chat.

    VMworld 2018

    Especially the VMTN Community area in VMvillage is a hot spot and buzzing with activities like for example the vBrownBag TechTalk. If you’re not familiar with the vBrownBag TechTalks:

    vBrownBag is about community education, created by the community to help others in the community. The TechTalks allow community members and community-minded sponsors, to present content at VMworld that would not (or did not) get accepted to the main conference track.

    And believe me, all the sessions where jam-packed! All vBrownBag TechTalk the sessions are recorded as well and published on Youtube in this playlist: 2018 VMworld TechTalks.
     

    VMworld Party Fest!

    The well know VMworld Party was rebranded this year as the VMworld Fest, it was held at the Pavillions at World Market. The venue looked great but there were some issues with long lines at the food trucks and they even ran out of beer!?! Luckily we already enjoyed an awesome dinner and somehow @vHojan managed to find a waiter with a tray full of beer at the venue?!? So we could just watch the show while enjoying a beer.

    The headliner at the VMworld Fest was Royal Machines, the group is fronted by Mark McGrath (of Sugar Ray), Dave Navarro (of Jane’s Addiction), and Billy Morrison (of Billy Idol as well as The Cult). And they even brought some friends in the form of Robin Zander (of Cheap Trick), Sebastian Bach, Macy Gray, Fred Durst (of Limp Bizkit). For a bunch of old-timers, they still know how to throw a party!

    Some cool VMworld 2018 US numbers:

    • 21,000 Registrants
    • 86 Countries
    • 5,280 Companies Represented
    • 215 Exhibitors and Sponsors
    • ~200 Customers stories
    • 50K+ VMworld Mentions on Social Media
    • ~10k Hands On Labs

    Next year the VMworld 2019 US will move back to San Francisco! So mark your calendars for August 25-29 2019.

    Tomorrow is the last day of VMworld 2018 US, it will be the day where everyone is leaving for home and the venue will be so much quieter. So, for now, have a safe trip home for everyone who attended VMworld 2018 US and I hope to see you all again in Barcelona for VMworld 2018 EU!

    As I did for the last couple of days, I’ve gathered some announcements made on the third day which you can find below (only there were not that many…)! I’ll update the page as more and more information will be released.

    VMworld 2018 US Day Three Announcements

    Read More

    VMworld 2018

    VMworld 2018 US Day Two

    Can’t believe I’m still alive after such an amazing day one at VMworld 2018… We closed off day one with an epic party from AWS and Rubrik at Hakkasan with performances by RUN-DMC and The Roots! Rubrik and AWS have again raised the bar for VMworld parties and I’m already looking forward to next year!

    VMworld 2018

    But back to business, VMworld Day Two!

    The General Session on Tuesday was led by Sanjay Poonen and he had an interesting guest namely Malala Yousafza. She is the youngest Nobel Prize winner and her story and message to support education for girls and women is inspiring. You can watch the replay of the General Session here, I’m not 100% sure if the whole interview with Malala was recorded.

    After the General Session, I was able to attend some breakout sessions I had scheduled. When all the recordings are online I’ll update this post with the links to the recordings of the sessions.

    Unfortunately, in the evening I was not able to attend the vExpert party due to some other engagements which was a shame because I heard some good stories!

    Again I’ve gathered some announcements made on the second day which you can find below! I’ll update the page as more and more information will be released.
     

    VMworld 2018 US Day Two Announcements

    Read More

    VMworld 2018

    VMworld 2018 US Day One

    Oh yes, the time has come for the first official day of VMworld 2018 US!

    Yesterday we’ve already kicked off with a VCDX Town Hall session where even Pat Gelsinger and Michael Dell made a guest appearance! During this VCDX Town Hall session the latest announcements to the VCDX program where discussed. Unfortunately, I’m not able to share these announcements yet but they will be soon made public so stay tuned.

    VMworld 2018

    The first day started as usual with the General Session Keynote where CEO Pat Gelsinger took the stage, he started talking about 20 years of VMware and showed how far VMware has come. The keynote featured a number of previews and demonstrations like:

    • RDS on VMware: VMware demonstrated how Amazon Web Service’s RDS service will run on VMware in a private data center, thus offering developers a familiar RDS functionality available on VMware in a private data center or at the Edge.
    • Project Dimension: A VMware technology preview that will extend VMware Cloud to the data center, branch offices and the edge. Project Dimension will combine VMware Cloud Foundation, in a hyperconverged form factor, with VMware Cloud managed service to deliver an SDDC infrastructure as an end-to-end service, operated by VMware. Project Dimension will dramatically simplify operational complexity and cost and offers built-in security and isolation, allowing customers to focus on innovating and differentiating their businesses.
    • Project Magna: Project Magna will make possible a self-driving data center based on machine learning. It is focused on applying reinforcement learning to a data center environment to drive greater performance and efficiencies. The demonstration illustrated how Project Magna can learn and understand application behavior to the point that it can model, test, and then reconfigure the network to a make it more optimal to improve performance. Project Magna relies on artificial intelligence algorithms to help connect the dots across huge data sets and gain deep insights across applications and the stack from application code, to software to hardware infrastructure, to public cloud and the edge.
    • Virtualization on 64-bit ARM for Edge: VMware demonstrated ESXi on 64-bit ARM running on a windmill farm at the Edge. VMware sees an opportunity to work with selected embedded OEMs to scope and explore opportunities for focused, ARM-enabled offering at the edge.
    • Project Concord: VMware demonstrated a highly scalable, energy-efficient decentralized trust infrastructure for digital consensus and smart contract execution. Project Concord may be used to power distributed trust infrastructures, including blockchains. As a leader in enterprise-grade distributed management and security products, VMware is poised to help enterprises harness blockchain technology in a dramatically efficient manner to advance their business goals. Project Concord is available immediately as an open source project.

    I’ve gathered most of the major announcements made on the first day which you can find below! I’ll update the page as more and more information will be released.
     

    VMworld 2018 US Day One Announcements

    Read More

    VMworld 2018 Las Vegas

    Here we go again! VMworld 2018 Las Vegas is starting in just a few days! Vegas Baby!
     

    VMworld 2018 Las Vegas
     

    VMworld is the tech conference everyone from customers to partners dealing with VMware technology. Team ITQ has a presence at VMworld in the form of Johan van Amersfoort, Laurens van Duijn and Wesley Geelhoed and yours truly. And we are bringing a bunch of cool stickers with us as well!

    Just find us lingering around at the VM Village or Bloggers Area or hit us up on twitter to collect yours!
     

    VMworld 2018 Las Vegas Sessions

    Here is a selection from the session I’m really looking forward to:

    [VIN2410BU] Nerds with Appliances: vCenter Server Migration

    William Lam & Emad Younis

    The VMware vCenter Server deprecation for Windows has been announced, and the vCenter Server Appliance is the future. Don’t fear: Migrating your management from a vCenter Server on Windows to a vCenter Server Appliance does not have be complicated. This session will cover native tools provided by VMware to help guide you toward a successful migration from a vCenter Server on Windows to a vCenter Server Appliance. You will learn about the migration process, get best practices, learn tips and tricks, and see some automation magic to guide you through your transition from Windows to the appliance.

    [VIN2256BU] Tech Preview: The Road to a Declarative Compute Control Plane

    Maarten Wiggers & Frank Denneman

    Declarative control planes are becoming increasingly popular in the industry. Instead of explicitly defining configurations, declarative control planes tell the architecture what the desired state should be. The desired state could be high priority, or keep particular VMs or containers separate. Within the software-defined data center (SDDC), VMware vSphere offers two declarative control planes: one for networking and one for storage. However, there is no declarative control plane for compute yet. Compute policy provides a framework to allow our customers the flexibility and control of VM placement and resourcing decisions based on the user’s encompassing application needs. In this session, you will learn about the capabilities introduced in the VMware Cloud SDDC as a path to achieve that goal.

    [CNA2755BU] Architecting PKS for Production: Lessons Learned from PKS Deployments

    Romain Decker & Suman Sharma

    Are you curious about how customers are leveraging Pivotal Container Service (PKS) and VMware NSX-T to design and deploy a Kubernetes solution on VMware vSphere? In this session, you will get a deep dive into PKS within the context of real-world customer deployment scenarios. The speakers will share the lessons learned from their successful PKS and NSX-T deployments, and show you how to architect PKS for a production environment. Come and learn about the do’s, don’ts, and best practices. After this session, you will be better equipped to deploy and manage enterprise-grade Kubernetes in your infrastructure and use NSX-T to bridge the gap in network and security for container workloads.

    [VIN2650BU] Designing for the Unexpected: Delivering IT on a Boat with VMware Horizon

    Mark Brookfield & Katarina Wagnerova

    This session will discuss some of the key requirements of delivering an IT infrastructure on a boat for a maritime expedition.
    You will find out how using VMware’s end-user computing solution enabled the science team to deliver complex applications that map the archeology of the Black Sea.
    Find out about the requirements, constraints, and risks, plus the decisions taken to overcome them, making it possible to conduct one of the largest multidisciplinary maritime archaeology projects ever attempted.

    [VIN1738BU] vSphere Host Resources Deep Dive: Part 3

    Frank Denneman & Niels Hagoort

    While this session focuses on upper levels/overlay services (software-defined data center, VMware NSX), proper host design and management still remain the foundation of success. With these new overlay services, we are presented with a new consumer of host resources. Ironically, it’s the attention to these abstraction layers that returns us to focusing on individual host components. This talk goes into details of CPU and memory configuration. It also zooms in on how virtual networking influences VM configuration and host design. Learn about a collection of forgotten or unknown command line tools that provide you unparalleled insight of the behavior of resource consumers (VMs) and providers (hosts). This info contributes to optimal scaling decisions and allows you to right-size your virtual data center to achieve consistent performance.
     

    VMworld 2018 Las Vegas Links

    Some must read blog posts about VMworld 2018:

    And finally some other handy links for VMworld 2018 Las Vegas:

     

    I hope to see you in Vegas to chat about whatever (even non-VMware related stuff 😉 ), just say hi if you see me or hit me up on twitter @vMBaggum.

    Read More

    VMware EMPOWER 2018

    Well it’s over… The first “VMware’s elite technical event for Partners” aka VMware EMPOWER 2018 is behind us. For people who are not familiar with what VMware EMPOWER is:
     

    empower

    VMware EMPOWER has replaced the technical aspect of Partner Exchange (PEX) previously held at VMworld. EMPOWER 2018 is taking place at the Omni Atlanta Hotel at CNN Center in Atlanta. The event is only available for VMware partners and is the place to be to get in-depth, technical deep-dives into VMware products and solutions. The event is focussing on people with a technical background such as SEs and Architects.

    You can read the full story here

    During the event our hands where itching to blog and tweet about all the goodness that was presented during all the session, but unfortunately all the NDA disclaimers prohibited us to do so…
     

    EMPOWER 2018 Summary

    General Session

    Brandon Sweeney kicked-off the general session and explained how important partners are for VMware. It was nice to see the recognition by VMware for the VCDX certification, including the mention of the VCDXs attending VMware EMPOWER. After Brandon Robin Gunn and Matthew Stepanski took the stage and talked about the portfolio of technical training for partners and successful services delivery. Chris Wolf closed the General Session with some cloud-to-edge principles, VMware Cloud, Functions as a Service (Faas) and the importance of all partners on this journey.

    Partner Networking Reception

    The Partner Networking Reception was held at the College #Football Hall of Fame. Which was a really cool location with loads of stuff to see and to do. Then some good food, good music and an awesome atmosphere of people enjoying themselves kept us busy the whole evening.

    Recordings

    All sessions were recorded and a link will be send out to all registered attendees in about one or two weeks after the event.

    Conclusion

  • The content delivered was GOOD! In my opinion the content was much better (more technical) than at VMworld
  • FREE EXAMS!! An awesome perk of attending the event is that there was a voucher for a free VCP or VCAP exam included
  • The timeframe of around 6 months after VMworld is in my opinion a perfect moment to plan this event and have a summary of what is happening with all things VMware related
  • No vendors!! I think keeping the vendors out is a positive thing, it really keeps the focus on the VMware and not the whole ecosystem
  • VMware really listened to the feedback of partners and the EMPOWER team really took a step in the right direction to empower the Partner Ecosystem
  •  
    The event was spot on, it is the ultimate technical training event of the year for partners. Would I recommend it to other partners? Most definitely!

    Room for improvement?

  • The 60-second “unrehearsed” questionnaire was not well received…
  • For my EUC focussed colleague Hans Jaspers it was quite difficult to fill his agenda with sessions from the EUC track
  • My company, ITQ, invests heavily in all the Solution Competencies available, but these Solution Competencies were never mentioned or explained during this partner event. As #1 leader of the Partner University Arie-Jan Bodde would like to see more information about the importance and necessity of the solution competencies and what benefit it could bring for the Partner Ecosystem
  • The LiveFire sessions looked really good, but they took the whole day, therefore planning these sessions with other shorter sessions was not possible
  • Include Partners in the sessions for their war stories and lessons learned from the trenches
  • WiFi… Yes, the WiFi was horrible the first day but luckily it was improved the next day. Because having a technical event without proper WiFi is asking for a riot
  •  

    Some fun facts

  • The event was put together in 90 days
  • Almost 1,000 attendees
  • 57 countries represented
  • 74 technical sessions completed on the first day
  • 802 backpacks distributed
  • 58 gallons of coffee consumed on the first morning
  • 350+ VMware Certification Exams booked
  •  

    All in all me and my colleagues had a blast and left Atlanta a little bit smarter then we arrived so mission accomplished!

    Read More