This HcibenchApiCallSample Java.7z provides Hcibench Api Call Samples implemented in Java. It contains three Java files: 1 Constants.java which stores list of Hcibench REST API constants used by other Java files 2 HciBaseLib.java which provides the common funtionalities consumed by...
HcibenchApiCallSample_Java.7z
This is a simple script that will return the number of associated vSAN Components per host, sorted by VM This requires PowerCLI 11.2 or higher and vSAN 6.2 or higher. The syntax is: VsanComponentsPerHostByVM.ps1 <CLUSTERNAME> You will have to be connected to vCenter first. ...
VsanComponentsPerHostByVM.ps1
Description: The purpose of this script is to move the docker files from the operating system disk to another location and avoid using up the storage space of the OS. This script is especially codded and tested for moving docker files on HCIBench VMs ( https://labs.vmware.com/flings/hcibench ...
DockerVolumeMover.sh
This script is to delete all disk groups when vSAN is enabled, and you just want to delete the existing DGs without caring the data on it. Please use it when you only want to delete them all and want to reenable the vSAN and want to recreate all DGs. #PowerShell #MIT #vSAN
snippet.ps1
For more details, please see https://www.virtuallyghetto.com/2018/06/retrieving-detailed-per-vm-space-utilization-on-vsan.html Get-VSANVMDetailedUsage -Cluster "VSAN-Cluster" VM File ...
VSANVMDetailedUsage.ps1