-
Notifications
You must be signed in to change notification settings - Fork 52
Set HPOVLogicalEnclosure
Modify a configured Logical Enclosure resource.
Set-HPOVLogicalEnclosure [-InputObject] <Object>[ [-EnclosureGroup] <Object>][ [-Async] <SwitchParameter>][ [-ApplianceConnection] <Array>] [<CommonParameters>]
Set-HPOVLogicalEnclosure [-InputObject] <Object>[ [-Name] <String>][ [-ConfigurationScript] <String[]>][ [-EnclosureGroup] <Object>][ [-PowerMode] <String>][ [-AmbientTemperatureSetting] <String>][ [-Async] <SwitchParameter>][ [-ApplianceConnection] <Array>] [<CommonParameters>]
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 modify an existing Logical Enclosure.
-AmbientTemperatureSetting <String>
The ambient temperature mode describing the environment in which the logical enclosure should be optimized to operate. When not specified, a default value of Standard is assumed.
Allowed values:
* ASHRAE_A3 - Extended ambient temperatures up to 40C/104F degrees.
* ASHRAE_A4 - Extended ambient temperatures up to 45C/113F degrees.
* Standard - Expected ambient temperatures up to 35C/95F degrees.
* Telco - Extended ambient temperatures up to 40C/104F degrees and operation extremes up to 55C/131F degrees.
Aliases | None |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-ApplianceConnection <Array>
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? | 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 |
-ConfigurationScript <String[]>
Specify a new HPE BladeSystem c-Class Onboard Administrator configuration script to set. This is not supported with HPE Synergy.
Aliases | None |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-EnclosureGroup <Object>
Associate the Logical Enclosure with a new Enclosure Group.
Aliases | eg |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | False |
-InputObject <Object>
Logical Enclosure resource from Get-HPOVLogicalEnclosure.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | False |
-Name <String>
Specify a new Logical Enclosure name.
Aliases | None |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-PowerMode <String>
Change the Power Mode of the Logical Enclosure.
Allowed values:
* RedundantPowerFeed - There are at least twice as many power supplies as are necessary (n + n).
* RedundantPowerSupply - There is at least 1 more power supply than is necessary (n + 1).
Aliases | None |
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)
HPOneView.LogicalEnclosure
HPE Syngery Logical Enclosure resource from Get-HPOVLogicalEnclosure.
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Asyncronous task resource to monitor
-------------------------- EXAMPLE 1 --------------------------Get-HPOVLogicalEnclosure -Name OriginalName | Set-HPOVLogicalEnclosure -Name NewName
Change the Logical Enclosure name.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVLogicalEnclosure -Name OriginalName | Set-HPOVLogicalEnclosure -AmbientTemperatureSetting ASHRAE_A3
Change the Logical Enclosure ambient temperature setting.
- Get-HPOVLogicalEnclosure
- New-HPOVLogicalEnclosure
- Remove-HPOVLogicalEnclosure
- Update-HPOVLogicalEnclosure
- Update-HPOVLogicalEnclosureFirmware
Modify a configured Logical Enclosure resource.
Set-HPOVLogicalEnclosure [-InputObject] <Object>[ [-Name] <String>][ [-EnclosureGroup] <Object>][ [-PowerMode] <String>][ [-AmbientTemperatureSetting] <String>][ [-ApplianceConnection] <Array>][ [-Async] <SwitchParameter>] [<CommonParameters>]
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 modify an existing Logical Enclosure.
-AmbientTemperatureSetting <String>
The ambient temperature mode describing the environment in which the logical enclosure should be optimized to operate. When not specified, a default value of Standard is assumed.
Allowed values:
* ASHRAE_A3 - Extended ambient temperatures up to 40C/104F degrees.
* ASHRAE_A4 - Extended ambient temperatures up to 45C/113F degrees.
* Standard - Expected ambient temperatures up to 35C/95F degrees.
* Telco - Extended ambient temperatures up to 40C/104F degrees and operation extremes up to 55C/131F degrees.
Aliases | None |
Required? | false |
Position? | 4 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-ApplianceConnection <Array>
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? | 5 |
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 |
-EnclosureGroup <Object>
Associate the Logical Enclosure with a new Enclosure Group.
Aliases | eg |
Required? | false |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-InputObject <Object>
Logical Enclosure resource from Get-HPOVLogicalEnclosure.
Aliases | None |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | False |
-Name <String>
Specify a new Logical Enclosure name.
Aliases | None |
Required? | false |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-PowerMode <String>
Change the Power Mode of the Logical Enclosure.
Allowed values:
* RedundantPowerFeed - There are at least twice as many power supplies as are necessary (n + n).
* RedundantPowerSupply - There is at least 1 more power supply than is necessary (n + 1).
Aliases | None |
Required? | false |
Position? | 3 |
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)
HPOneView.LogicalEnclosure
HPE Syngery Logical Enclosure resource from Get-HPOVLogicalEnclosure.
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Asyncronous task resource to monitor
-------------------------- EXAMPLE 1 --------------------------Get-HPOVLogicalEnclosure -Name OriginalName | Set-HPOVLogicalEnclosure -Name NewName
Change the Logical Enclosure name.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVLogicalEnclosure -Name OriginalName | Set-HPOVLogicalEnclosure -AmbientTemperatureSetting ASHRAE_A3
Change the Logical Enclosure ambient temperature setting.
- Get-HPOVLogicalEnclosure
- New-HPOVLogicalEnclosure
- Remove-HPOVLogicalEnclosure
- Update-HPOVLogicalEnclosure