This PowerShell script enables the powering on or off of a vSAN cluster, and is supported by PowerCLI 13.1. It supports both vc not on vSAN and vc on vSAN cases. The cmdlets Start-VsanCluster and Stop-VsanCluster were newly added to PowerCLI 13.1 and provide the same functionality. This script...
snippet.ps1
Microsoft SQL Server AG with Pacemaker This project deploys a Microsoft SQL Server on Linux cluster, using Always On Availability Group, with Pacemaker, Corosync and the STONITH fencing component (vmw fence rest). Use Case Microsoft SQL Server on Linux is a version of the well-known...
automation-mssql-linux-main.zip
Sample code showing how to deploy VM on vSAN with shared disks using the multi-writer flag. terraform-vsphere-multi-writer Sample code to deploy VM with shared disk on vSAN using Terraform. This code creates a content library and imports an OVA that will be used to create the...
terraform-vsphere-multi-writer-main.zip
Running this script with a VM name, It will display vSAN objects, components, and the data stored ESXi host. #vSAN #MIT #VMwarePowerCLI #PowerShell
list_vsan_components.ps1
A script that prints a list of devices that make up a vSAN Diskgroup. Refer to the UUID to identify the device. For readability, X No is automatically numbered and assigned to diskgroups and disks. #PowerShell #vSAN #VMwarePowerCLI #MIT
list_vsan_disk_device_config.ps1
Simple tool faciliate the replacement of ESXi SSL certificates. Can either operate on a cluster in a VCF instance or an individual host. #MIT #ESXi #Python #vSphere #vSAN #vSphere
esxi_certtool-master.zip
Sample code showing how to to query vCenter for vSAN health information. #OtherPlatform #MIT #Python #vSAN #vSphere
python_vsan_sdk_monitoring-master.zip
This script will invoke the process to repair any vSAN Objects that need to be repaired. This is typically used when the 60 minute (default) Repair Timer has not expired, but an administrator would like to invoke a repair immediately operation. RVC: PowerCLI: ...
Start-RvcVsanClusterRepairImmediately.ps1
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