Blog
Projects
About
Backtrack:
Blog
›
Trigger Storage DRS recommenda…
Comments
Trigger Storage DRS recommendations using PowerCLI
posted on May 14th 2020, at 12:20
by
lunarg
You can force-trigger storage DRS recommendations (and possible subsequent storage vMotions) through PowerCLI.
Run the snippet below, replacing the value of $dscName to match the name of the datastore cluster you wish to trigger the DRS recommendation on:
$dscName = 'DatastoreCluster1'$dsc = Get-View -ViewType StoragePod -Filter @{'Name'=$dscName}$si = Get-View ServiceInstance$storMgr = Get-View -Id $si.Content.StorageResourceManager$storMgr.RefreshStorageDrsRecommendation($dsc.MoRef)$dsc.UpdateViewData()if($dsc.PodStorageDrsEntry.Recommendation){ $dsc.PodStorageDrsEntry.Recommendation | %{ $storMgr.ApplyStorageDrsRecommendationToPod_Task($dsc.MoRef,$_.Key) }}
...
read more
add a comment
Tags
computer
windows
software
vmware
microsoft
linux
exchange
network
hardware
news
mac
powershell
home
office365
msoffice
server
sqlserver
dell
ad
soaring
internet
esx
rds
sbs
mssql
events
terminalserver
powercli
hp
virtualization
Archive
«
‹
March 2023
›
»
Sun
Mon
Tue
Wed
Thu
Fri
Sat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Links
-
@harkx
-
Cats & Dogs
-
Jargon-free Security Guide
Quote
«
Most people tend to avoid true conflict. Ironically this breeds more conflict.
»
Contact
© 2009-2023 Black Manticore – all rights reserved
code by
lunarg
, design by
SuriAmanah
, hosted at Cats&Dogs