Get HPOVComposerNode - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVComposerNode

Retrieve Synergy Composer node information.

SYNTAX

Get-HPOVComposerNode[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Obtain a collection of Synergy Composer node resources. This includes status, state, model, firmware version, and role.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? false
Position? 0
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
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 (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.ComposerNode [System.Management.Automation.PSCustomObject]

Single Synergy Compose node.

System.Collections.ArrayList <HPOneView.ComposerNode>

Multiple Synergy Compose nodes.

Examples

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

Get-HPOVComposerNode Appliance Name State Status Model Version Role --------- ---- ----- ------ ----- ------- ---- zpo-s18r18s3-ov.vse.rdlabs.hpecorp.net CN75160607 appliance bay 1 OK OK Synergy Composer 3.00.00-0251673 Active zpo-s18r18s3-ov.vse.rdlabs.hpecorp.net CN75140CPW appliance bay 1 OK OK Synergy Composer 3.00.00-0251673 Standby

Return all Synergy Composer nodes

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVComposerNode

Retrieve Synergy Composer node information.

SYNTAX

Get-HPOVComposerNode[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Obtain a collection of Synergy Composer node resources. This includes status, state, model, firmware version, and role.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? false
Position? 0
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
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 (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.ComposerNode [System.Management.Automation.PSCustomObject]

Single Synergy Compose node.

System.Collections.ArrayList <HPOneView.ComposerNode>

Multiple Synergy Compose nodes.

Examples

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

Get-HPOVComposerNode Appliance Name State Status Model Version Role --------- ---- ----- ------ ----- ------- ---- zpo-s18r18s3-ov.vse.rdlabs.hpecorp.net CN75160607 appliance bay 1 OK OK Synergy Composer 3.00.00-0251673 Active zpo-s18r18s3-ov.vse.rdlabs.hpecorp.net CN75140CPW appliance bay 1 OK OK Synergy Composer 3.00.00-0251673 Standby

Return all Synergy Composer nodes

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️