Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all articles
Browse latest Browse all 175326

Wrong quantity of VMSockets

$
0
0

Made a simple script:

$VM = get-vm -name ********SQL03
$VMview = get-view $oneVM
$VMCores = $VMview.config.hardware.numcorespersocket
$VMSockets = $VMview.Config.Hardware.NumCPU
$VMCPU = $VM.NumCPU


Write-Host $oneVM.Name -ForegroundColor Cyan
Write-Host "VMCores   - $VMCores" -ForegroundColor Magenta
Write-Host "VMSockets - $VMSockets" -ForegroundColor Magenta
Write-Host "VMCPU     - $VMCPU" -ForegroundColor Magenta

 

Received strange results.

it turns out to receive VMSockets value through PowerCLI - it is impossible


Viewing all articles
Browse latest Browse all 175326

Latest Images

Trending Articles



Latest Images

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