update
This commit is contained in:
9
esxi-scripts/disable-system-vms.ps1
Executable file
9
esxi-scripts/disable-system-vms.ps1
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env pwsh
|
||||||
|
|
||||||
|
. /opt/idssys/powerwall/settings.ps1
|
||||||
|
|
||||||
|
Connect-VIServer -Server $VCENTERHOST -Protocol https -User $VCENTERUSER -Password $VCENTERPASS | Out-Null
|
||||||
|
|
||||||
|
Set-DrsRule -Rule "System VMs (S)" -Enabled $false;
|
||||||
|
|
||||||
|
Disconnect-VIServer -Server $VCENTERHOST -Force –Confirm:$false
|
||||||
@@ -13,10 +13,9 @@ $spec.DrsConfig.Option[0] = New-Object VMware.Vim.OptionValue
|
|||||||
$spec.DrsConfig.Option[0].Key = 'MaxVcpusPerCore'
|
$spec.DrsConfig.Option[0].Key = 'MaxVcpusPerCore'
|
||||||
$spec.DrsConfig.Option[0].Value = $args[0]
|
$spec.DrsConfig.Option[0].Value = $args[0]
|
||||||
|
|
||||||
$modify = $true
|
|
||||||
$cluster_ID= Get-Cluster -Name "iDS-Cluster"
|
$cluster_ID= Get-Cluster -Name "iDS-Cluster"
|
||||||
$_this = Get-View -Id $cluster_ID.Id
|
$_this = Get-View -Id $cluster_ID.Id
|
||||||
$_this.ReconfigureComputeResource_Task($spec, $modify)
|
$_this.ReconfigureComputeResource_Task($spec, $true)
|
||||||
|
|
||||||
|
|
||||||
Disconnect-VIServer -Server $VCENTERHOST -Force –Confirm:$false
|
Disconnect-VIServer -Server $VCENTERHOST -Force –Confirm:$false
|
||||||
Reference in New Issue
Block a user