. VMs with RDMs Dashboard for vRealize Operations Cloud Use this vRealize Operations dashboard to view all VMs with RDMs. View the details of each vmdk attached to the VM including details about bus sharing. Please note that this dashboard uses properties that are disabled by...
vrops-dashboard-vms_with_rdms-main.zip
2 Comments - no search term matches found in comments.
This PowerCLI script will return a list of local disks on a vSAN host as the vsan.disks info RVC command does. Disk information includes the name, model, revision, whether an SSD or not, use by vSAN or not, and Hba/Controller specific information. Disks are sorted ascending by the capacity...
Get-RvcVsanDisksInfo.ps1
1 Comment - no search term matches found in comments.
This script includes a function that reports the vSAN Cluster information for a vSAN Cluster. Information included is: Host configurations vSAN Witness Host configuration (if Stretched Cluster or 2 Node) Fault Domain information (if they exist) Preferred Fault Domain (if Stretched...
Get-RvcVsanClusterInfo.ps1
This script provides a report of all of the physical disks in a vSphere cluster, sorted by ESXi host, provided that the Physical Location attribute is available for the disk. The storage controller, size of the disk (in GB), and whether the drive is an SSD or not is also reported. ...
EsxiPhysicalDisks.ps1
This code sample will report the disk utilization of a vSAN Cluster by disk/diskgroup/host #vSAN #Apache2.0 #report #disk #PowerShell #VMwarePowerCLI #Capacity
snippet.ps1
Set VM Disk IO Limits by Datastore Name. Project WebSite: http://mycloudrevolution.com/2016/05/11/mit-vrealize-orchestrator-vdisk-iops-limits-setzen/ #IO #disk #vROWorkflow #Apache2.0 #vRealizeOrchestratorPlug-inSDK
Process-VM-Disk-Limits.workflow
This file includes sample code to upgrade the On-Disk Format from V2 to V3 for vSAN 6.2. The code has been tested with the following configuration Testbed: One cluster with four hosts. Each host has one 50G SSD and two 100G SSD Preconditions: 1. vCenter Server is version 6.0...
vsanUpgrade.py
This sample code shows how to retrieve a list of virtual disk for a given VM. How To Run In order to run this sample code you must provide four arguments: [1] The server name or IP address [2] The user name to log in as [3] The password to use [4] The virtual machine IP address. ...
Retrieve-a-list-of-virtual-disk-for-a-given-VM-master.zip