This Package contains the 3 Sample Scripts referenced in this Post These are intended for demonstration and proof-of-concept purposes. We encourage you to review and adapt them for your own unique situation. There is no warranty implied. They are intended to help the Reader better grasp the...
vMotion-Application-Notification.zip-master.zip
2 Comments - no search term matches found in comments.
The script shows an example how through the use of PrivilegeChecks API a user can find the minimal set of privileges required for the execution of a specific workflow. The example shows how to find the minimal set of privileges required for VM creation from template. However the workflow can be...
get_priv_checks_for_workflow.py
This is a sample script that shows how a PCI passthru device could be hot added to running VM.\\r\\nIt primarily involves two steps:\\r\\n\\r\\n1. Settings the config option needed to enable hot add when the VM is powered off.\\r\\n2. When the VM is up and running invoking the hot add action...
hotplug_passthru_devices_to_vms.py
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 script is a modification of the vsanapisamples.py script that is included with the vSAN Management SDK for python. The syntax for the script is: python vsanapicapacity.py -s vCenterServer -u 'vsphere username' -p 'password' -- cluster ClusterName *Humanize is required to...
Virtual-SAN-6-2-Capacity---Total-and-Free-from-vCenter.py