Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 231085

Re: Has Anyone had the -VMCpuCoreMHz variable in New-OrgVDC work?

$
0
0

got this working, fairly simple after all. Order is important however, set your vCPU speed first then the guarantees otherwise setting the vCPU speed will set your guarantee to 100%

#Set the vCPU Core Speed

$orgVdc.ExtensionData.VCpuInMhz = '2400'

$orgVdc.ExtensionData.UpdateServerData()

 

#Set Org VDC CPU and Memory guarantees

Get-OrgVdc $orgvDCName | Set-OrgVdc -CpuGuaranteedPercent 5

Get-OrgVdc $orgvDCName | Set-OrgVdc -MemoryGuaranteedPercent 5

#Set the vCPU Core Speed
$orgVdc.ExtensionData.VCpuInMhz = '2400'
$orgVdc.ExtensionData.UpdateServerData()
 
#Set Org VDC CPU and Memory guarantees
Get-OrgVdc $orgvDCName | Set-OrgVdc -CpuGuaranteedPercent 5
Get-OrgVdc $orgvDCName | Set-OrgVdc -MemoryGuaranteedPercent 5

Viewing all articles
Browse latest Browse all 231085

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>