Quantcast
Channel: VMware Communities : Popular Discussions - vCloud Director PowerCLI
Viewing all articles
Browse latest Browse all 13334

update vdc (allocation pool org vdc elastic)

$
0
0

Hello,

 

I'm trying to update allocation pool vcpu speed settings (enabled elastic pool org vdc), but powercli supports only PAYG model.

 

example:

Get-OrgVdc -Name "arunas dev vdc"|select allocationmodel,*cpu*

 

 

AllocationModel      : AllocationPool

CpuUsedGhz           : 0

CpuLimitGhz          : 20

CpuAllocationGhz     : 20

CpuOverheadGhz       : 0

CpuGuaranteedPercent : 0

VMCpuCoreMHz         : 2000

 

 

Get-OrgVdc -Name "arunas dev vdc"|Set-OrgVdc -VMCpuCoreMHz 1000

Set-OrgVdc : 2014-12-23 08:58:04    Set-OrgVdc        The setting VmCpuCoreMhz is not applicable for Org vDC arunas dev

vdc with an allocation model AllocationPool

At line:1 char:35

+ Get-OrgVdc -Name "arunas dev vdc"|Set-OrgVdc -VMCpuCoreMHz 1000

+                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : InvalidArgument: (:) [Set-OrgVdc], VimException

    + FullyQualifiedErrorId : CloudImpl_OrganizationVdcServiceImpl_SetOrgVdc_InvalidSettingAllocModel,VMware.VimAutoma

   tion.Cloud.Commands.Cmdlets.SetOrgVdc

 

it's possible to do that via powercli?

vCD 5.5.2

powercli 5.8 R1


Viewing all articles
Browse latest Browse all 13334

Trending Articles



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