PowerCLI-Example-Scripts icon indicating copy to clipboard operation
PowerCLI-Example-Scripts copied to clipboard

new-hvpool gives an error when creating pool with gpu's

Open Magneet opened this issue 6 years ago • 1 comments
trafficstars

When you create a pool using a json file that will use nvidia gpu's new-hvpool will trow an error about missing maxnumberofmonitors and maxresolutionofanyonemonitor. This info is not needed with gpu's and the pool will be created correctly

Magneet avatar Jun 05 '19 07:06 Magneet

I have similar problem with nvidia Tesla m60.

Add-HVDesktop -PoolName "BMAPG" -Machines 'bmap58' Exception calling "Desktop_AddMachinesToManualDesktop" with "3" argument(s): "ExceptionType : VMware.Hv.Par tialFailureFault ErrorMessage : Not all machines could be added ResultCount : 1 SuccessCount : 0 Results : VMware.Hv.PartialFailureFaultResult[]" At C:\Program Files\WindowsPowerShell\Modules\VMware.Hv.Helper\VMware.HV.Helper.psm1:463 char:11

  •       $desktop_service_helper.Desktop_AddMachinesToManualDesktop( ...
    
  •       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : VimException

Successfully added desktop(s) to pool

Bat desktop not addes to pool.

Ciparinslv avatar Jun 13 '19 07:06 Ciparinslv