-
Notifications
You must be signed in to change notification settings - Fork 52
Reset HPOVEnclosureDevice
Power reset or EFuse HPS Synergy Frame component.
Reset-HPOVEnclosureDevice [-Enclosure] <Object> [-Component] <String> [-DeviceID] <Int32>[ [-Efuse] <SwitchParameter>][ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object>[ [-WhatIf] <SwitchParameter>][ [-Confirm] <SwitchParameter>] [<CommonParameters>]
Reset-HPOVEnclosureDevice [-Enclosure] <Object> [-Component] <String> [-DeviceID] <Int32>[ [-Reset] <SwitchParameter>][ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object>[ [-WhatIf] <SwitchParameter>][ [-Confirm] <SwitchParameter>] [<CommonParameters>]
This Cmdlet will assist Server Administrators in performing various power operations with enclosure resources. The following resources are supported with their supported operation:
* HPE Synergy Appliance Bay - EFuse
* HPE Synergy Frame Link Module - EFuse or Resetn * Device Bay - EFuse or Resetn * HPE Synergy Fabric Module Device - EFuse
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectSessions}
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 |
-Component <String>
The embedded component to perform the action against. Allowed value:
- FLM - Frame Link Module. Both EFuse and Reset are supported.
- Appliance - Management Appliance; Synergy Compser or Synergy Image Streamer. Only supported method is EFuse.
- ICM - Synergy Fabric Interconnect Module. Only supported method is EFuse.
- Device - Synergy Device (e.g. Compute Node populated in Bay 1). Both EFuse and Reset are supported.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Confirm <SwitchParameter>
Aliases | cf |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-DeviceID <Int32>
The corrisponding bay ID.
Aliases | None |
Required? | true |
Position? | named |
Default value | 0 |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Efuse <SwitchParameter>
EFuse will take away and then present power back to the device. Supported with all component types.
Aliases | None |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Enclosure <Object>
The Synergy Frame resource from Get-HPOVEnclosure.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | False |
-Reset <SwitchParameter>
Reset power to the device. Only supported with certain component types.
Aliases | None |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-WhatIf <SwitchParameter>
Aliases | wi |
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.Enclosure
Resource from Get-HPOVEnclosure.
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Asyncronous task resource to monitor
-------------------------- EXAMPLE 1 --------------------------$Enclosure = Get-HPOVEnclosure -Name Enclosure1 -ErrorAction Stop Reset-HPOVEnclosureDevice -Enclosure $Enclosure -Component FLM -DeviceID 1 -EFuse
Reset the FLM in slot 1 by performing an EFuse.
-------------------------- EXAMPLE 2 --------------------------$Task = Get-HPOVEnclosure -Name Enclosure1 -ErrorAction Stop | Reset-HPOVEnclosureDevice -Component Device -DeviceID 4 -Reset
Reset the device in bay 4 by requesting it to reset itself.
Power reset or EFuse HPS Synergy Frame component.
Reset-HPOVEnclosureDevice [-Enclosure] <Object> [-Component] <String> [-DeviceID] <Int32>[ [-Efuse] <SwitchParameter>][ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object>[ [-WhatIf] <SwitchParameter>][ [-Confirm] <SwitchParameter>] [<CommonParameters>]
Reset-HPOVEnclosureDevice [-Enclosure] <Object> [-Component] <String> [-DeviceID] <Int32>[ [-Reset] <SwitchParameter>][ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object>[ [-WhatIf] <SwitchParameter>][ [-Confirm] <SwitchParameter>] [<CommonParameters>]
This Cmdlet will assist Server Administrators in performing various power operations with enclosure resources. The following resources are supported with their supported operation:
* HPE Synergy Appliance Bay - EFuse
* HPE Synergy Frame Link Module - EFuse or Resetn * Device Bay - EFuse or Resetn * HPE Synergy Fabric Module Device - EFuse
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectSessions}
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 |
-Component <String>
The embedded component to perform the action against. Allowed value:
- FLM - Frame Link Module. Both EFuse and Reset are supported.
- Appliance - Management Appliance; Synergy Compser or Synergy Image Streamer. Only supported method is EFuse.
- ICM - Synergy Fabric Interconnect Module. Only supported method is EFuse.
- Device - Synergy Device (e.g. Compute Node populated in Bay 1). Both EFuse and Reset are supported.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Confirm <SwitchParameter>
Aliases | cf |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-DeviceID <Int32>
The corrisponding bay ID.
Aliases | None |
Required? | true |
Position? | named |
Default value | 0 |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Efuse <SwitchParameter>
EFuse will take away and then present power back to the device. Supported with all component types.
Aliases | None |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Enclosure <Object>
The Synergy Frame resource from Get-HPOVEnclosure.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | False |
-Reset <SwitchParameter>
Reset power to the device. Only supported with certain component types.
Aliases | None |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-WhatIf <SwitchParameter>
Aliases | wi |
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.Enclosure
Resource from Get-HPOVEnclosure.
HPOneView.Appliance.TaskResource [System.Management.Automation.PSCustomObject]
Asyncronous task resource to monitor
-------------------------- EXAMPLE 1 --------------------------$Enclosure = Get-HPOVEnclosure -Name Enclosure1 -ErrorAction Stop Reset-HPOVEnclosureDevice -Enclosure $Enclosure -Component FLM -DeviceID 1 -EFuse
Reset the FLM in slot 1 by performing an EFuse.
-------------------------- EXAMPLE 2 --------------------------$Task = Get-HPOVEnclosure -Name Enclosure1 -ErrorAction Stop | Reset-HPOVEnclosureDevice -Component Device -DeviceID 4 -Reset
Reset the device in bay 4 by requesting it to reset itself.