NOTES Product/Feature: vCenter Server/SDRS .NOTES Author: Vikas Shitole .NOTES Reference: https://pubs.vmware.com/vsphere-65/index.jsp#com.vmware.wssdk.apiref.doc/vim.StorageResourceManager.html#configureStorageDrsForPod .NOTES https://www.vmware.com/support/developer/PowerCLI/PowerCLI65R1/html/Set-PowerCLIConfiguration.html .NOTES Description: Re-enable SDRS on VMs where SDRS was disabled when particular datastore was selected for VMDK/VM placement
SDRSVmOverrides.ps1
1 Comment - no search term matches found in comments.
//:: # Product/Feature: vCenter Server/SDRS //:: # Reference: https://pubs.vmware.com/vsphere-65/index.jsp#com.vmware.wssdk.apiref.doc/vim.StorageResourceManager.html#configureStorageDrsForPod //:: # Description: Re-enable SDRS on VMs where SDRS was disabled when particular datastore was selected for VMDK/VM placement
SDRSVMOverrides.txt
//:: # Author: Vikas Shitole //:: # Website: www.vThinkBeyondVM.com //:: # Product/Feature: vCenter Server/DRS //:: # Reference: //:: # Description: Tutorial: PlaceVM API: Live relocate a VM from one DRS cluster to another DRS cluster (in a Datacenter or across Datacenter) //:: # How cool is it when DRS takes care of placement from cpu/mem perspective and at the same time SDRS take care of storage placement //::# How to run this sample: http://vthinkbeyondvm.com/getting-started-with-yavi-java-opensource-java-sdk-for-vmware-vsphere-step-by-step-guide-for-beginners/ //:: # Author: Vikas Shitole //:: # Website: www.vThinkBeyondVM.com //:: # Product/Feature: vCenter Server/DRS/placevm //:# vSphere API reference: http://vthinkbeyondvm.com/great-vsphere-api-ever-part-i-placevm-api-which-places-the-vm-on-best-possible-host-and-datastore/ //:: # Description: Tutorial: PlaceVM API: Live relocate a VM from one DRS cluster to another DRS cluster (in a Datacenter or across Datacenter). How cool is it when DRS takes care of placement from cpu/mem perspective and at the same time SDRS take care of storage placement //::# How to run this sample: http://vthinkbeyondvm.com/getting-started-with-yavi-java-opensource-java-sdk-for-vmware-vsphere-step-by-step-guide-for-beginners/ #vSpherejavasdk #Java #MIT #vSphereManagementSDK #sdrs #vSphereAPI #drs
PlaceVMRelocate.java
SDRSRecommendation This sample demonstrates how to Run the Storage DRS on a given SDRS cluster and show the list of recommendations generated by SDRS
SDRSRecommendation.java
SDRSRules This sample demonstrates how to Add/List/Modify/Delete the rules for an existing SDRS cluster. Parameters: url [required]: url of the web service. username [required]: username for the authentication Password [required]: password for the authentication podname [required]: StoragePod name. option [required]: valid option are "addVmAntiAffinity", "addVmdkAntiAffinity", "list", "modifyVmAntiAffinity", "modifyVmdkAntiAffinity", "deleteVmAntiAffinity" and "deleteVmdkAntiAffinity". rulename Rule name. vmlist Comma separated, list of VM name
SDRSRules.java