Enable HPOVDebug - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Enable-HPOVDebug

Enable specific appliance-level component debug logging.

SYNTAX

Enable-HPOVDebug [-Scope] <String> [-LoggerName] <String> [-Level] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

FOR HP SUPPORT USE ONLY. This cmdlet will enable appliance level component debug logging for during issue triage. Do not use this cmdlet unless otherwise instructed by HP Support.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one HPOneView.Appliance.Connection object or Name property value.

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

-Level <String>

The verbose level to enable. Allowed values are:

* ERROR
* WARN
* DEBUG
* TRACE
Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-LoggerName <String>

The internal component name.

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

-Scope <String>

The Scope of the LoggerName.

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

HPOneView.Appliance.Connection

HPE OneView Appliance Connection object.

Return Values

System.Management.Automation.PSCustomObject

Examples

Related Links


Top

HPE OneView 4.00 Library

Enable-HPOVDebug

Enable specific appliance-level component debug logging.

SYNTAX

Enable-HPOVDebug [-Scope] <String> [-LoggerName] <String> [-Level] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

FOR HP SUPPORT USE ONLY. This cmdlet will enable appliance level component debug logging for during issue triage. Do not use this cmdlet unless otherwise instructed by HP Support.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one HPOneView.Appliance.Connection object or Name property value.

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

-Level <String>

The verbose level to enable. Allowed values are:

* ERROR
* WARN
* DEBUG
* TRACE
Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-LoggerName <String>

The internal component name.

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

-Scope <String>

The Scope of the LoggerName.

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

HPOneView.Appliance.Connection

HPE OneView Appliance Connection object.

Return Values

System.Management.Automation.PSCustomObject

Examples

Related Links


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