Skip to content

Start-OVRemoteSupportCollection

Syntax

Start-OVRemoteSupportCollection
    [-InputObject] <Object>
    [-Type] <Object>
    [-ApplianceConnection <Object>]
    [-Async]
    [<CommonParameters>]

Description

Use this Cmdlet to initiate colleciton of remote support data. This will help send collection reports back to HPE that are in between the default scheduled task.

Examples

Example 1

Get-OVServer -Name Prod-Sql-01 | Start-OVRemoteSupportCollection -Type AHS

Start the collection of AHS logs immediately for the specified server.

Example 2

Get-OVEnclosure | Start-OVRemoteSupportCollection -Type Basic

Start the collection of basic server configuration immediately.

Parameters

-InputObject <Object>

A supported Gen8 or newer compute, HPE BladeSystem enclosure, or HPE Synergy frame.

Aliases None
Required? True
Position? Named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? False

-Type <Object>

Used to specify the type of remote support collection to start. Allowed values are:

  • AHS - Active Health Service collection
  • Basic - Basic server configuration collection
Aliases None
Required? True
Position? Named
Default value
Accept pipeline input? false
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

-ApplianceConnection <Object>

Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).

Aliases Appliance
Required? False
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
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

A Gen8 or newer generation server hardware resource object from Get-OVServer.

A Gen8 or newer generation server hardware resource object from Get-OVServer.

Return Values

Asynchronous task resource to monitor