< Back

Get-iBMCProcessors

Tue Jan 14, 2020 2:54 am

NAME Get-iBMCProcessors



SYNOPSIS

Query information about the Processor resources collection of a server.





SYNTAX

Get-iBMCProcessors [-Session] <RedfishSession[]> [<CommonParameters>]





DESCRIPTION

Query information about the Processor resources collection of a server.





PARAMETERS

-Session <RedfishSession[]>

iBMC redfish session object which is created by Connect-iBMC cmdlet.

A session object identifies an iBMC server to which this cmdlet will be executed.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

PSObject[][]

Returns an array of PSObject indicates all Processor resources if cmdlet executes successfully.

In case of an error or warning, exception will be returned.





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$credential = Get-Credential



PS C:\\> $session = Connect-iBMC -Address 10.1.1.2 -Credential $credential -TrustCert

PS C:\\> $ProcessorsArray = Get-iBMCProcessors -Session $session

PS C:\\> $ProcessorsArray



Host : 10.1.1.2

Id : 1

ProcessorType : CPU

ProcessorArchitecture : x86

InstructionSet : x86-64

Manufacturer : Intel(R) Corporation

Model : Intel(R) Xeon(R) Silver 4110 CPU @ 2.10GHz

IdentificationRegisters : 54-06-05-00-FF-FB-EB-BF

MaxSpeedMHz : 4000

TotalCores : 8

TotalThreads : 16

Socket : 0

L1CacheKiB : 512

L2CacheKiB : 8192

L3CacheKiB : 11264

DeviceLocator : CPU1

Position : mainboard

PartNumber : 41020679

Temperature : 30

EnabledSetting : True

FrequencyMHz : 2100

OtherParameters : 64-bit Capable| Multi-Core| Hardware Thread| Execute Protection| Enhanced

Virtualization| Power/Performance Control

Status : @{State=Enabled; Health=Warning}



Host : 10.1.1.2

Id : 2

ProcessorType : CPU

ProcessorArchitecture : x86

InstructionSet : x86-64

Manufacturer : Intel(R) Corporation

Model : Intel(R) Xeon(R) Silver 4110 CPU @ 2.10GHz

IdentificationRegisters : 54-06-05-00-FF-FB-EB-BF

MaxSpeedMHz : 4000

TotalCores : 8

TotalThreads : 16

Socket : 1

L1CacheKiB : 512

L2CacheKiB : 8192

L3CacheKiB : 11264

DeviceLocator : CPU2

Position : mainboard

PartNumber : 41020679

Temperature : 31

EnabledSetting : True

FrequencyMHz : 2100

OtherParameters : 64-bit Capable| Multi-Core| Hardware Thread| Execute Protection| Enhanced

Virtualization| Power/Performance Control

Status : @{State=Enabled; Health=OK}











RELATED LINKS

https://github.com/Huawei/Huawei-iBMC-Cmdlets



Get-iBMCProcessorsHealth

Connect-iBMC

Disconnect-iBMC