powershell

PowerCLIStoragevHersey

Collect Virtual Disk IOPS with PowerCLI

I was messing around with PowerCLI and the real-time statistics to collect the IOPS used by virtual machines/virtual machine disks in my my home lab. Virtual disk performance counters are available in the real-time performance stats but at the default statistics level, Level 1, with the IOPS statistics are not rolled up into the daily, weekly, monthly, or yearly statistics. I put together a PowerCLI script, collect-iops.ps1, to collect the real-time samples.

Read More
SimpliVityvHersey

SimpliVity Custom Backup Scheduling Using the REST API

SimpliVity Backups are Policy-based and VM-Centric. SimpliVity Backup Policies automate the protection of virtual machines in order to meet Recovery Point Objectives (RPO). Full virtual machines or individual files/folders with virtual machines can be quickly restored to the point in time when the backup was taken. This post provides a solution for using the REST API to schedule SimpliVity backups outside of the standard options available when creating backup policy rules.

Read More
SimpliVityvHerseyVMware

Locating SimpliVity Manual Backups

Policy based SimpliVity backups have a retention period defined in the backup policy. When the retention period expires the backup is removed from the system. When a Manual SimpliVity Backup is taken, no retention period is set and the backup will never expire. This post provides some details on how to locate Manual SimpliVity Backups using the vSphere Web Client or the SimpliVity REST API.

Read More