Skip to content

Get-OVSasLogicalInterconnect

Syntax

Get-OVSasLogicalInterconnect
    [-Name <String>]
    [-Label <String>]
    [-ApplianceConnection <Object>]
    [-Export <String>]
    [<CommonParameters>]

Description

A logical interconnect is a single administrative entity that consists of the configuration for a set of interconnects in a single enclosure or an HPE Synergy frame link topology.

A logical interconnect derives its configuration from a logical interconnect group, which serves as a template to ensure that the logical interconnects being created are configured consistently.

A SAS Logical Interconnect represents a single SAS fabric local to the physical HPE Synergy Frame (Enclosure). Which compute modules can be assigned one or more physical drives as a Logical JBOD, or RAID configuration.

This Cmdlet retrieves a list of all SAS Logical Interconnect or just specific ones via a query if the name parameter is provided. The output can be sent to a file using the exportFile parameter.

Info

Minimum required privileges: Read-only

Examples

Example 1

Get-OVSasLogicalInterconnect

Returns all SAS Logical Interconnect defined on the appliance to standard output.

Example 2

Get-OVSasLogicalInterconnect -Name "LE1-SasProduction" -ErrorAction Stop

Returns just the specific SAS Logical Interconnect object to standard output.

Parameters

-Name <String>

The name of the SAS Logical Interconnect to retrieve.

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

-Scope <Object>

Filter resources based on provided Scope membership. By default, all resources for the accounts Active Permissions will be displayed. Allowed values:

  • AllResources
  • AllResourcesInScope
  • [HPEOneView.Appliance.ScopeCollection]
  • [HPEOneView.Appliance.ConnectionPermission]
Aliases
Required? False
Position? Named
Default value AllResourcesInScope
Accept pipeline input?
Accept wildcard characters? False

-Label <String>

Specify the label associated with resources.

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

-ApplianceConnection <Object>

Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).

Aliases Appliance
Required? False
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters? False

-Export <String>

The full path and file name to export the contents retrieved from the call to Get-OVLogicalInterconnect.

Aliases x, ExportFile
Required? False
Position? Named
Default value
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

Logical Interconnect resource object from Get-OVLogicalInterconnect

Multiple Logical Interconnects