Tagged

VROPS

A collection of 4 posts

vrops

vRealize Operations Manager Upgrade Fails Due To Swap Issue

Today I upgraded my non-production vRealize Operations Manager (vROps) appliance from v6.7 to v7.0. However, when applying the initial OS update .pak file via the admin interface, the upgrade immediately failed with the error message "source ./pak_python_wrapper.sh validate.py" failed. Initially a colleague of mine pointed me to the well known disk space issues (KB article), but a quick look at the disk stats showed that there was plenty of space available on all partitions.

vrops

vROps Reports and PowerCLI Part 3: A Helper Module

For your reference here is a list of the articles in this mini-series. vROps Reports and PowerCLI Part 1: Generating Reports vROps Reports and PowerCLI Part 2: Downloading Reports vROps Reports and PowerCLI Part 3: A Helper Module (this article) Introduction If you have been following along with the previous two articles in this series, you should now have a pretty good understanding of how to manipulate the extensionData container via PowerCLI to generate and download reports from vRealize Operations Manager (vROps).

vrops

vROps Reports and PowerCLI Part 2: Downloading Reports

For your reference, here are the articles in this mini-series: vROps Reports and PowerCLI Part 1: Generating Reports vROps Reports and PowerCLI Part 2: Downloading Reports (this article) vROps Reports and PowerCLI Part 3: A Helper Module Introduction Following on from the previous article in this mini-series, this article demonstrates how to retrieve a generated report from vROps as a PowerShell object. Downloading A Generated Report The last step of the previous article was to use the GetReport() method to verify that your report generation was complete.

vrops

vROps Reports and PowerCLI Part 1: Generating Reports

For your reference, here are the articles in this mini-series: vROps Reports and PowerCLI Part 1: Generating Reports (this article) vROps Reports and PowerCLI Part 2: Downloading Reports vROps Reports and PowerCLI Part 3: A Helper Module Introduction I’ve been spending quite a bit of time with vRealize Operations Manager (vROps) lately, mostly running reports. While this is easy enough to do via the web UI, I found myself running a report, downloading the .

×