Skip to main content

Get-LXCAScalableComplexSystem

This cmdlet retrieves inventory data for one or more scalable-complex devices that Lenovo XClarity Administrator manages.

Note
You cannot pipe objects to this cmdlet.

Syntax

Get-LXCAScalableComplexSystem  -Connection LXCAConnection
[-ID String[]]
-RackServer
[CommonParameter]

Get-LXCAScalableComplexSystem -Connection LXCAConnection
[-ID String[]]
-ComputeNode
[CommonParameter]

Parameters

-Connection LXCAConnection
Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the result from the last Connect-LXCA cmdlet is used.
-ID String[]
Specifies one or more scalable complex system IDs.
-RackServer
Specifies that the scalable system was created from rack servers.
-ComputeNode
Specifies that the scalable system was created from servers in Flex System chassis.
CommonParameters
This cmdlet supports the following common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -WarningAction, -WarningVariable, -OutBuffer, -PipelineVariable, -OutVariable. For detailed information about each common parameter, see the Microsoft PowerShell Common Parameters webpage.

Results

This cmdlet returns one or more ComplexForComputeNode or ComplexForRackServer objects.

Examples

The following example retrieves information about all scalable complex systems created from System x servers.

$cred = Get-Credential
Connect-LXCA -Host 192.0.2.0 -Credential $cred

Get-LXCAScalableComplexSystem -RackServer

Disconnect-LXCA