SimpliVity VM Data to SimpliVity Host Mapping
A quick powershell script using the SimpliVity REST API I put together to identify the location of VM primary data and secondary data.
Read MoreHyperconverged, Virtualization, VMware, Citrix, Datacenter Administration, and more…
A quick powershell script using the SimpliVity REST API I put together to identify the location of VM primary data and secondary data.
Read MoreJust a quick powershell script I put together for a customer which uses the SimpliVity REST API to generate a report of the SimpliVity Backups taken in the last 24 hours.
Read MoreI put together a powershell script which uses the SimpliVity REST API to automate copying backups across OmniStack Clusters.
Read MoreI 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 MoreSimpliVity 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 MoreI was looking for away to easily add an entry to an ESXi host’s /etc/hosts file without using SSH to connect to the host. ESXi has a file management interface which can be accessed with standard GET/PUT operations. I put together a quick example of doing this with PowerShell using Invoke-WebRequest.
Read MorePolicy 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 MoreI was working with a partner last week brainstorming different ways the SimpliVity REST API could be leveraged to simplify and automate the recovery of workloads protected using SimpliVity’s data protection to a Disaster Recovery site.
Read MoreJust a quick snip of PowerShell for renaming files or folders in mass.
Read MoreThis is just a quick script I put together for a fellow SA to generate a HTML Report contianing details on the configured volumes for all running Windows Guest VMs. The HTML report shows the Name, Label, Filesystem Type, Allocation Unit (Blocksize), Capacity, and Free Space.
Read MoreJust a quick script I put together to change the IP Address of Windows 2012 (including R2) virtual machines using PowerCLI.
Read More