Test-CauSetup

Test-CauSetup

Tests whether a cluster is properly set up to apply software updates using Cluster-Aware Updating (CAU).

Sintaxis

Parameter Set: Default
Test-CauSetup [[-ClusterName] <String> ] [[-Credential] <PSCredential> ] [ <CommonParameters>]

Descripción detallada

The Test-CauSetup cmdlet tests whether a failover cluster is properly set up to apply software updates using Cluster-Aware Updating (CAU). The cmdlet performs a Best Practices Analyzer (BPA) scan of the failover cluster and network environment by invoking the ClusterAwareUpdating BPA model that is installed with CAU. To view the results of a BPA scan that is performed by Test-CauSetup, including possible problems and resolution steps, run the Get-BpaResult cmdlet.

Note: You must run Test-CauSetup with local administrative credentials.

Parámetros

-ClusterName<String>

Specifies the name of the cluster on which to test for proper setup. This parameter is only required when this cmdlet is not run on a failover cluster node, or this cmdlet is used to reference a failover cluster different from where the cmdlet is run.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-Credential<PSCredential>

Specifies the administrative credentials for the target cluster.

Alias

ninguno

¿Requerido?

false

¿Posición?

2

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • None

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.ClusterAwareUpdating.CauBpaProgress

Ejemplos

EXAMPLE 1

This example tests whether failover cluster CONTOSO-FC1 is properly set up for CAU.

PS C:\> Test-CauSetup -ClusterName CONTOSO-FC1

Temas relacionados

Invoke-BpaModel

Get-BpaResult