Written by Sam McGeown on 31/1/2017
Published under Networking and VMware
Equal Cost Multipathing (ECMP), for the vSphere admin, is ability to create routes with an equal cost, which allows multiple paths to the same network to be created and traffic can be distributed over those paths. This is good for a couple of reasons - firstly is availability. If we were to lose a host, and an NSX Edge, the route will time out quicker than NSX Edge High Availability - thus providing higher availability for our network traffic.
Written by Sam McGeown on 30/12/2016
Published under VMware, vRealize Orchestrator and vSphere
My vSphere lab is split into two halves - a low power management cluster, powered by 3 Intel NUCs, and a more hefty workload cluster powered by a Dell C6100 chassis with 3 nodes. The workload servers are noisy and power hungry so they tend to be powered off when I am not using them, and since they live in my garage, I power them on and off remotely. To automate the process, I wanted to write an Orchestrator workflow (vRO sits on my management cluster and is therefore always on) that could safely and robustly shut down the workload cluster.
Written by Simon Eady on 21/12/2016
Published under vRealize Operations
Time to publish the recording for the 12th episode of the vROps Webinar Series. This time we did a what’s new with vRealize Operations 6.4 and the changes made to vRealize Operations 6.4as you will see there has been a lot packed into this recent release! It has been an awesome 12 months working with Sunny on this project and I am very glad to say we will be back next year (we will skip January and will return in February).
Written by Sam McGeown on 19/12/2016
One of the cool new features released with vRealize Automation 7.2 was the integration of VMware Admiral (container management) into the product, and recently VMware made version 1 of vSphere Integrated Containers generally available (GA), so I thought it was time I started playing around with the two. In this article I’m going to cover deploying VIC to my vSphere environment and then adding that host to the vRA 7.2 container management.
Written by Sam McGeown on 16/12/2016
Published under VMware and vRealize Orchestrator
Back in January 2015 I wrote an article on how to modify the Java heap settings for the vCenter Orchestrator client when working with very large workflows. Since vRealize Orchestrator 7.x has been released, we no longer have an installable client, just a Java WebStart file (.jnlp) that you run, or a package that you can download - but nothing that installs. Note that none of this is official or supported by VMware as far as I know - it’s the results of my experimentation which has shown some performance improvement by increasing the configured memory pool.
Written by Simon Eady on 16/12/2016
Published under vRealize Operations
It’s the time of the month when I would like to invite you to join the next episode of our year long vROps Webinar Series. As we move towards the closure of a fantastic year, we would like to take a zoom out view at the vRealize Operations Manager solution with a What’s New Episode. We did a What’s new with vRealize Operations 6.3 a couple of months back, however looking at some awesome changes made to vRealize Operations 6.
Written by Simon Eady on 26/11/2016
Published under vRealize Operations
Time to publish the recording for the 11th episode of the vROps Webinar Series. This time we were joined by Vinith Menon who spoke about getting more from your vROps builds with PowerCLI. Vinith demonstrated the many useful ways of leveraging PowerCLI to manage your vROps environments and also communicate with the vROps API. Huge thanks to Vinith Menon for presenting this excellent session. So without further ado, here is the recording for this session:
Written by Simon Eady on 22/11/2016
Published under vRealize Operations
Another month has gone and Christmas is now looming large! It has been extremely busy but we still want to continue with the momentum of webinar series getting to the business end of the year. This time around we will talk about getting more out of vRealize Operations Manager using PowerCLI. This session we will be joined by Vinith Menon who will show us all kinds of PowerCLI goodness. So without further a do, save the date in your calendars and join use for the next episode of vRealize Operations Webinar Series 2016.
Written by Sam McGeown on 18/11/2016
Published under VMware and vRealize Automation
Recently I’ve been working on some ideas in my lab to leverage the AWS endpoint on vRealize Automation. One of the things I needed to get working was getting Software Components working on my AWS deployed instances. The diagram to the right shows my end-stage network - the instance deployed by vRA into AWS should be in a private subnet in my VPC, and should use my local lab DNS server and be able to access my vRA instance.
Written by Sam McGeown on 7/11/2016
Published under VMware and vRealize Automation
When you’re working with Amazon and vRealize Automation Software Components, one of the requirements is for the Guest Agent (gugent) to talk back to the vRealize Automation APIs - the gugent polls the API for tasks it should perform, downloads them from the API and executes them, then updates the tasks with a status. This means that Virtual Machines deployed as EC2 instances in an AWS VPC require the ability to talk back to internal corporate networks - not something you’d want to publish on the internet!