Skip to content

Get-OVServerProfileConnectionList

Syntax

Get-OVServerProfileConnectionList
    [-Name] <String>
    [-ApplianceConnection] <Object>
    [<CommonParameters>]

Description

Obtain a formatted list of server profile connection IDs, include hardware address, device mapping, and boot settings.

Examples

Example 1

Get-OVServerProfileConnectionList "test"
serverProfile   portId    cid networkType macAddress        wwpn             boot      arrayTarget lun
-------------   --------  --- ----------- ----------        ----             ----      ----------- ---                     
test            Flb 1:1-a   1 Ethernet    36:37:6B:90:00:08 1000378079e00011 Primary                  
test            Flb 1:1-b   2 Ethernet    36:37:6B:90:00:06 1000378079e0000d Secondary                

List Server Profile connections for Test.

Parameters

-Name <String>

The name of the server profile resource to be returned. All server profile resources will be returned if name is omitted.

Aliases None
Required? True
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters? False

-ApplianceConnection <Object>

Specify one [HPEOneView.Appliance.Connection] object or Name property value.

Aliases Appliance
Required? True
Position? Named
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

Formatted table of Server Profile Connections