New HPOVSupportDump - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

New-HPOVSupportDump

Generate and download Support Dumps.

SYNTAX

New-HPOVSupportDump [-Type] <String> [-Location] <String>[ [-Encrypted] <SwitchParameter>] [-ApplianceConnection] <Array> [<CommonParameters>]
New-HPOVSupportDump [-LogicalInterconnect] <Object> [-Location] <String> [-ApplianceConnection] <Array> [<CommonParameters>]

Detailed Description

Support Dumps are required when an issue is encountered and HP Support requests one to be generated. There are two different Support Dumps:

  1. Appliance
  2. Logical Interconnect

The Appliance Support Dump contains important log files about the appliance, but excludes the Logical Interconnect logs.

Parameters

-ApplianceConnection <Array>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s). 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

-Encrypted <SwitchParameter>

Use this parameter for the appliance to encrypt the Support Dump. Only HPE Support representatives can decrypt the contents.

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

-Location <String>

Aliases [-save]

The full path to where the Support Dump will be saved to. The downloaded file name will be generated by the appliance. If the directory does not exist, it will be created.

Aliases save
Required? true
Position? named
Default value (get-location).Path
Accept pipeline input? false
Accept wildcard characters?    False

-LogicalInterconnect <Object>

Aliases [-liobject, -li, -name]

Specify the Logical Interconnect URI or Object the Support Dump will be generated for, from pipeline.

Aliases liobject, li, name
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-Type <String>

The type of Support Dump to collect. Possible values are:

  1. appliance
  2. li
Aliases None
Required? true
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

Accepts pipeline input from Get-HPOVLogicalInterconnect only.

Return Values

The generated Support Dump File

Examples

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

New-HPOVSupportDump c: emp appliance

This command will save the Appliance support dump to C: emp, for Myappliance.domain.com Appliance Connection.

 -------------------------- EXAMPLE 2 --------------------------

New-HPOVSupportDump c: emp appliance

This command will save the Appliance support dump to C: emp, for all Appliance Connections.

 -------------------------- EXAMPLE 3 --------------------------

New-HPOVSupportDump c: emp li ENC1-LI

This command will save the Logical Interconnect ENC1-LI to C: emp.

 -------------------------- EXAMPLE 4 --------------------------

Get-HPOVlogicalinterconnect ENC1-LI | New-HPOVSupportDump c: emp

Accepting the response from Get-HPOVLogicalInterconnect CMDLET.

 -------------------------- EXAMPLE 5 --------------------------

Get-HPOVlogicalinterconnect | New-HPOVSupportDump c: emp

Accepting the response from Get-HPOVLogicalInterconnect CMDLET for all Logical Interconnects and creating support dumps for all.

Related Links


Top

HPE OneView 4.00 Library

New-HPOVSupportDump

Generate and download Support Dumps.

SYNTAX

New-HPOVSupportDump [-Type] <String> [-Location] <String>[ [-Encrypted] <SwitchParameter>] [-ApplianceConnection] <Array> [<CommonParameters>]
New-HPOVSupportDump [-LogicalInterconnect] <Object> [-Location] <String> [-ApplianceConnection] <Array> [<CommonParameters>]

Detailed Description

Support Dumps are required when an issue is encountered and HP Support requests one to be generated. There are two different Support Dumps:

  1. Appliance
  2. Logical Interconnect

The Appliance Support Dump contains important log files about the appliance, but excludes the Logical Interconnect logs.

Parameters

-ApplianceConnection <Array>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s). 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

-Encrypted <SwitchParameter>

Use this parameter for the appliance to encrypt the Support Dump. Only HPE Support representatives can decrypt the contents.

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

-Location <String>

Aliases [-save]

The full path to where the Support Dump will be saved to. The downloaded file name will be generated by the appliance. If the directory does not exist, it will be created.

Aliases save
Required? true
Position? named
Default value (get-location).Path
Accept pipeline input? false
Accept wildcard characters?    False

-LogicalInterconnect <Object>

Aliases [-liobject, -li, -name]

Specify the Logical Interconnect URI or Object the Support Dump will be generated for, from pipeline.

Aliases liobject, li, name
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-Type <String>

The type of Support Dump to collect. Possible values are:

  1. appliance
  2. li
Aliases None
Required? true
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

Accepts pipeline input from Get-HPOVLogicalInterconnect only.

Return Values

The generated Support Dump File

Examples

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

New-HPOVSupportDump c:\temp appliance

This command will save the Appliance support dump to C:\Temp, for Myappliance.domain.com Appliance Connection.

 -------------------------- EXAMPLE 2 --------------------------

New-HPOVSupportDump c:\temp appliance

This command will save the Appliance support dump to C:\Temp, for all Appliance Connections.

 -------------------------- EXAMPLE 3 --------------------------

New-HPOVSupportDump c:\temp li ENC1-LI

This command will save the Logical Interconnect ENC1-LI to C:\Temp.

 -------------------------- EXAMPLE 4 --------------------------

Get-HPOVlogicalinterconnect ENC1-LI | New-HPOVSupportDump c:\temp

Accepting the response from Get-HPOVLogicalInterconnect CMDLET.

 -------------------------- EXAMPLE 5 --------------------------

Get-HPOVlogicalinterconnect | New-HPOVSupportDump c:\temp

Accepting the response from Get-HPOVLogicalInterconnect CMDLET for all Logical Interconnects and creating support dumps for all.

Related Links


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