Reset HPOVEnclosureDevice - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Reset-HPOVEnclosureDevice

Power reset or EFuse HPS Synergy Frame component.

SYNTAX

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>]

Detailed Description

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

Parameters

-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)

Input Types

HPOneView.Enclosure

Resource from Get-HPOVEnclosure.

Return Values

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

Asyncronous task resource to monitor

Examples

 -------------------------- 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.

Related Links


Top

HPE OneView 4.00 Library

Reset-HPOVEnclosureDevice

Power reset or EFuse HPS Synergy Frame component.

SYNTAX

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>]

Detailed Description

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

Parameters

-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)

Input Types

HPOneView.Enclosure

Resource from Get-HPOVEnclosure.

Return Values

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

Asyncronous task resource to monitor

Examples

 -------------------------- 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.

Related Links


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