WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple

Few #migrate2vcsa VMworld sessions & HOL worth checking out

09.09.2016 by William Lam // 4 Comments

One thing that I had noticed at VMworld last week was that there was a lot of excitement and buzz coming from our customers/partners around migrating from a Windows based vCenter Server to the vCenter Server Appliance (VCSA). I am pretty sure it had nothing to do with the awesome #migrate2vcsa stickers that my buddy Emad had created.

migrate2vcsa-sticker
or the killer #migrate2vcsa apparel ...

#migrate2vcsa represent w/ @DuncanYB @lamw @alanrenouf #VMworld pic.twitter.com/vsnikHp1Cg

— Emad Younis (@emad_younis) September 2, 2016

In all seriousness, I do think our customers are genuinely excited about this upcoming migration capability and the value of the VCSA over the Windows vCenter Server. This is especially true for simplified lifecycle management from deployment (Day 0), configuration (Day 1), patching and upgrade (Day 2) of the VCSA. Customers not only benefit from the operational aspect of the VCSA, but it also allows them to reduce their overall Windows licensing footprint for both the vCenter Server as well as the backend database which is usually a Microsoft SQL Server or an Oracle Database. I do understand that this is not the goal of all customers, but I also know of many customers who do appreciate this additional CapEx savings.

At VMworld this year, there was a ton of coverage across a variety of topics for the VCSA including Migration, Deployment, Management, Operations and most dearest to my heart, Automation which spans all of these areas. I thought it would be useful to share some of the content in the form of publicly available VMworld sessions that you can view regardless if you attended VMworld or not. I know many of you have been asking about the VCSA Migration Tool and all I can say is check out the resources below and stay tune for an update real soon 😀

#migrate2vcsa Sessions:

  • INF9044 - Journey to the vCenter Server Appliance: A Migration Story
  • INF8260 - Automated Deployment and Configuration of the vCenter Server Appliance

#migrate2vcsa HOL (simulation):

I just found out about this, but it looks like our Hands-On-Labs folks also built a nice VCSA Migration simulation HOL (http://docs.hol.vmware.com/hol-isim/HOL-2017/hol-1710-vcsamigration.htm) that you can try out which gives you a sneak peak at a Tech Preview of the VCSA Migration Tool. You simply follow the instructions to the right and it walks you through the simulation and highlighting what you need to perform via the orange colored icon. I thought this was a very neat solution for folks to get an idea of how something works without having to sit through hours of content. migrate2vcsa-hol

Lastly, here are some of the general vCenter Server / VCSA sessions that are also worth checking out.

General VCSA Sessions:

  • INF9047 - Managing vSphere 6.0 Deployments and Upgrades
  • INF8225 - The vCenter Server and Platform Services Controller Guide to the Galaxy
  • INF9083 - Ask the vCenter Server Experts Panel
  • INF9128 - Day 2 Operations: A vCenter Server Administrator's Diary
  • INF8108 - Extreme Performance Series: vCenter Performance Deep Dive
  • INF9144 - Through the Looking Glass: An Overview of the vCenter Server Appliance Management Interface and API
  • INF9089 - Managing vCenter Server at Scale? Here's What You Need to Know
  • INF9944R - What's New with vCenter Server

Categories // Automation, VCSA, VMworld Tags // migrate2vcsa, vcenter server appliance, VCSA, vcva, vmworld

Direct playback & download URLs for all VMworld US 2016 sessions

09.08.2016 by William Lam // 17 Comments

Thanks to Duncan Epping who shared the awesome news the other day in which ALL VMworld US 2016 sessions are now freely available to the general public regardless if you attended VMworld or not! This is definitely fantastic news and kudos not only to the VMworld team for doing this but also having it done right after a US holiday. To access the playback videos, you simply just need to register at http://www.vmworld.com/en/sessions/2016.html. Once you have done that, you will be taken to the page shown below with all the VMworld sessions since 2010.

UPDATE: With a bit more hacking around, I have now also created a second list of all the VMworld sessions with their respective download URLs. Please have a look at the Github repo for more info https://github.com/lamw/vmworld2016-session-urls

screen-shot-2016-09-08-at-6-28-51-am
Although the site allows you to search and filter the content, I personally prefer just a simple list of the titles and direct playback URLs. In the past, I have scraped the VMworld site to build such a list and figure I do the same this year. Luckily, this year it was not as difficult as it was in the past as it looks like some of the data is JSON encoded which makes it trivial to parse into the format I want.

With that, I have published all 539 sessions with direct links to the playback URLs on the following Github project: https://github.com/lamw/vmworld2016-session-urls which you can easily bookmark and hopefully allow Google to also index for searchability in the future. Enjoy!

Categories // VMworld Tags // vmworld

VMware PowerCLI for Mac OS X, Linux & More? Yes, please!

09.06.2016 by William Lam // 10 Comments

powercli_for_mac_osx_linux_1There were a several announcements at last weeks VMworld US Conference, but one of the most exciting piece of news in my opinion was from Alan Renouf, Product Manager for all things API/SDK/CLI at VMware. During Alan's What's New PowerCLI session, he announced that PowerCLI is finally coming to both Mac OS X as well as Linux! As you can imagine, the news was very well received from customers and partners. In fact, after I had tweeted the update here & here, I literally had folks pinging/IM'ing/DM'ing me non-stop about when they could get access 🙂

UPDATE (10/18/16) - PowerCLI Multi-Platform (MP) for Linux and Mac OS X has now been released as a VMware Fling. Please find the download here and provide any feedback in the comments section.

This exciting update was only possible with the help of our friends over at Microsoft who had recently open sourced both .NET Core & PowerShell. Once that news broke, Alan and the PowerCLI Engineering team have been working hard on porting over the existing PowerCLI code which uses the Windows .NET library over to the new .NET Core which is now open sourced. I have been very impressed at how fast the PowerCLI team have already made available many of the default cmdlets as well as the Get View cmdlet which exposes the entire functionality of the vSphere API.

Now, before you get too excited, this new version of PowerCLI is currently not available yet. As Alan mentioned in his session, we plan to release an early Tech Preview of PowerCLI for both Mac OS X and Linux as a VMware Fling shortly after VMworld. It is also very important to note that Microsoft PowerShell for Mac OS X & Linux which PowerCLI uses is just at an Alpha release milestone. There is still much work to do on both sides but I am really looking forward to enabling our customers with the choice of platform when it comes to consuming PowerCLI.

powercli_for_mac_osx_linux_2
A few of us have been quite fortunate to have been involved in the early development of this new version of PowerCLI. In fact, we even built a simple Docker Container for PowerCLI which will allow you to easily access PowerCLI from any system that can run Docker. Here is a quick screenshot of spinning up a PowerCLI Docker Container which will also be part of the Fling release.

powercli_for_mac_osx_linux_3
Lastly, we want customers to be able to quickly and securely set up a persistent PowerCLI environment in which they can use to manage and configure their VMware-based products that support PowerCLI. With that, we have also built a PowerShell package for Photon OS which is VMware's minimal Linux container host distribution. Not only is it free to download and use, but it literally takes a few seconds to install (tdnf -y install powershell) and even less time to boot up and import the PowerCLI module. This was literally done the week before VMworld by the Photon team and huge kudos for their support! As you can see, not only do we want to provide choice for our customers but also simplifying how you might consume PowerCLI whether its natively on Windows, Mac OS X, Linux, Docker Container or running on top of VMware Photon OS. I hope you are excited as I am and stay tuned for more details on the Fling release!

If you have any feedback or what you are most excited regarding this news, please leave a comment and I will make sure it makes it way back to our Product Manager.

Categories // Apple, Automation, Docker, PowerCLI Tags // Docker, linux, Microsoft, osx, Photon, PowerCLI, PowerCLICore, powershell, vSphere

  • « Previous Page
  • 1
  • …
  • 307
  • 308
  • 309
  • 310
  • 311
  • …
  • 561
  • Next Page »

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • Automating the vSAN Data Migration Pre-check using vSAN API 06/04/2025
  • VCF 9.0 Hardware Considerations 05/30/2025
  • VMware Flings is now available in Free Downloads of Broadcom Support Portal (BSP) 05/19/2025
  • VMUG Connect 2025 - Minimal VMware Cloud Foundation (VCF) 5.x in a Box  05/15/2025
  • Programmatically accessing the Broadcom Compatibility Guide (BCG) 05/06/2025

Advertisment

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2025

 

Loading Comments...