VMware Cloud Community
RajuVCP
Hot Shot
Hot Shot

Disable SDRS from PowerCLI?

Hi All,

I recently enabled SDRS in our infra and since then we are facing vCenter issues, when called VMware support they finally suggested either upgrade your vCenter or disable SDRS.

the think is when ever i select SDRS -> Edit nothing is appearing.

do we have PowerCLI command to disable SDRS.

Raju Gunnal VCP 4, VCP 5, VTSP 4, VTSP 5, ITIL V3 http://www.techtosolution.com
Tags (1)
0 Kudos
1 Reply
LucD
Leadership
Leadership

You can do

Get-DatastoreCluster -Name MyDSC |

Set-DatastoreCluster -SdrsAutomationLevel Disabled -Confirm:$false


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos