5V0-31.19: VMware Cloud on AWS Management Exam 2019 – Study tips and my notes

January 6, 2019 Manny Sidhu 4

This test had been in my sights for some time, moreso after Graham Barker posted about it last year. I was pretty flat out at work when he made his passing the exam post here and decided to knock it out within the first week of the new year. More importantly, I’m going to deal with VMConAWS this year at my new job, it made even more sense to skill up. So I took the test this morning and passed. I never brag, it only took me about 3 hours of study, most of which was around (and this builds upon Graham’s post): what was where within the SDDC console in VMConAWS billing and consolidation in VMConAWS interoperability and management of […]

Exporting vROps reports continuously using PowerShell

January 5, 2019 Kim Bottu 3

You may come across situations where it makes sense to export vROps reports (continuously) using PowerShell instead of using the build in solutions. There is a very good blog article about how to leverage PowerCLI to extract vROps reports, which you can find here. A huge thanks to @_ryanjan_ for sharing this information and to create and share the excellent helper-module. However, when trying to do export reports using PowerShell, I faced some problems: The report id changes, so we need a variable for that. The exported report must change name each time it is being exported, or any following export will try to use the same name of the report that is already there. This is especially needed when […]

Create an alert for a failed vRO workflow in vRealize Operations Manager

January 3, 2019 Kim Bottu 0

How do you create an alert for a failed vRO workflow in vRealize Operations Manager? You might have noticed when you want to create an alert in vROps for a vRealize Orchestrator workflow,  thatout of the box alerts for vRO workflows simply do not exist in vROps. However, should you have installed the content pack for vRealize Orchestrator, you might have seen that workflow executions and failures are displayed in Log Insight. Aha moment! Let’s integrate vRLI with vROps! Requirements: vROps vRLI Content Pack for vROps in vRLI vRealize Orchestrator First steps Make sure your appliances have been properly configured. So this means that you have to integrate vCenter, vRLI and vROps with eachother. Plenty of guides around to do just […]