New HPOVLogicalEnclosure - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

New-HPOVLogicalEnclosure

Create a Logical Enclosure.

SYNTAX

New-HPOVLogicalEnclosure [-Name] <String> [-Enclosure] <Object> [-EnclosureGroup] <Object> [-FirmwareBaseline] <String> [-ForceFirmwareBaseline] <Boolean>[ [-Scope] <HPOneView.Appliance.ScopeCollection>][ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

A logical enclosure represents a logical view of a single enclosure with an enclosure group serving as a template. If the intended configuration in the logical enclosure does not match the actual configuration on the enclosures, the logical enclosure becomes inconsistent. Use the Logical Enclosures screen to manage firmware, configuration scripts, create a support dump, and to apply updates made from the Enclosure Groups screen to the enclosures in the logical enclosure.

A logical enclosure is automatically created when a c7000 enclosure is added.

Use this Cmdlet to define a new Logical Enclosure that will include multiple Synergy Frames that share the same Virtual Connect Fabric Domain.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one HPOneView.Appliance.Connection object or Name property value. If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.

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

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

-Async <SwitchParameter>

Use this parameter to immediately return the async task. By default, the Cmdlet will wait for the task to complete.

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

-Enclosure <Object>

One of the connected Frames. The Interlink Topology will be discovered to include the other Frame members.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-EnclosureGroup <Object>

The Enclosure Group resource to deploy the policy from.

Aliases eg
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-FirmwareBaseline <String>

Provide the Firmware Baseline object to use with the Logical Enclosure is being created.

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

-ForceFirmwareBaseline <Boolean>

Specify to force the installation of firmware if the same version is found or if you wish to downgrade from a newer installed version.

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

-Name <String>

A name for the new Logical Enclosure.

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

-Scope <HPOneView.Appliance.ScopeCollection>

Provide an HPOneView.Appliance.ScopeCollection resource object to initially associate with. Resource can also be added to scope using the Add-HPOVResourceToScope Cmdlet.

Aliases None
Required? False
Position? named
Default value False
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

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

Single Enclosure (Synergy Frame) resource object

Return Values

HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]

The async task resource

Examples

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

$EG = Get-HPOVEnclosureGroup -Name "Prod Synergy EG 1" Get-HPOVEnclosure -Name 0000A66101 | New-HPOVLogicalEnclosure "My Synergy LE 1" -EnclosureGroup $EG

Create a new Logical Enclosure, "My Synergy LE 1", using the specified Enclosure Group and a specific Synergy Frame.

Related Links


Top

HPE OneView 4.00 Library

New-HPOVLogicalEnclosure

Create a Logical Enclosure.

SYNTAX

New-HPOVLogicalEnclosure [-Name] <String> [-Enclosure] <Object> [-EnclosureGroup] <Object> [-FirmwareBaseline] <String> [-ForceFirmwareBaseline] <Boolean>[ [-Scope] <HPOneView.Appliance.ScopeCollection>][ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

A logical enclosure represents a logical view of a single enclosure with an enclosure group serving as a template. If the intended configuration in the logical enclosure does not match the actual configuration on the enclosures, the logical enclosure becomes inconsistent. Use the Logical Enclosures screen to manage firmware, configuration scripts, create a support dump, and to apply updates made from the Enclosure Groups screen to the enclosures in the logical enclosure.

A logical enclosure is automatically created when a c7000 enclosure is added.

Use this Cmdlet to define a new Logical Enclosure that will include multiple Synergy Frames that share the same Virtual Connect Fabric Domain.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one HPOneView.Appliance.Connection object or Name property value. If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.

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

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

-Async <SwitchParameter>

Use this parameter to immediately return the async task. By default, the Cmdlet will wait for the task to complete.

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

-Enclosure <Object>

One of the connected Frames. The Interlink Topology will be discovered to include the other Frame members.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-EnclosureGroup <Object>

The Enclosure Group resource to deploy the policy from.

Aliases eg
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-FirmwareBaseline <String>

Provide the Firmware Baseline object to use with the Logical Enclosure is being created.

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

-ForceFirmwareBaseline <Boolean>

Specify to force the installation of firmware if the same version is found or if you wish to downgrade from a newer installed version.

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

-Name <String>

A name for the new Logical Enclosure.

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

-Scope <HPOneView.Appliance.ScopeCollection>

Provide an HPOneView.Appliance.ScopeCollection resource object to initially associate with. Resource can also be added to scope using the Add-HPOVResourceToScope Cmdlet.

Aliases None
Required? False
Position? named
Default value False
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

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

Single Enclosure (Synergy Frame) resource object

Return Values

HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]

The async task resource

Examples

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

$EG = Get-HPOVEnclosureGroup -Name 'Prod Synergy EG 1' Get-HPOVEnclosure -Name 0000A66101 | New-HPOVLogicalEnclosure 'My Synergy LE 1' -EnclosureGroup $EG

Create a new Logical Enclosure, 'My Synergy LE 1', using the specified Enclosure Group and a specific Synergy Frame.

Related Links


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