Share via


Repair-NetworkControllerCluster

Repair-NetworkControllerCluster

Repairs the network controller to bring it out of quorum loss.

Syntax

Parameter Set: Default
Repair-NetworkControllerCluster [-CertificateThumbprint <String> ] [-ComputerName <String> ] [-Credential <PSCredential> ] [-UseSsl] [ <CommonParameters>]

Detaillierte Beschreibung

The Repair-NetworkControllerCluster cmdlet is used in a scenario when a majority of nodes in the network controller deployment become unavailable, thus causing quorum loss for the deployment

As quorum is lost, the remaining nodes lose consistency and up-to-date data. When a quorum loss occurs, the network controller will stop functioning. If you have deployed System Center Operations Manager (SCOM) for network controller monitoring, you will be able to see a red alert on the SCOM console. If you are not using SCOM, you will see critical events in the network controller event channels on the nodes that describe the problem. When this happens, you must bring the unreachable nodes up or add additional nodes to the deployment so that quorum can be restored. After this, you have to run this cmdlet so that the network controller can internally do a consistency check on the data and state inside the controller system. After the consistency check is complete, the network controller will enable its services and start working.

Parameter

-CertificateThumbprint<String>

Specifies the digital public key X.509 certificate of a user account that has permission to perform this action. Specify the certificate thumbprint of the certificate. Specify this parameter only if you run this cmdlet on a computer that is not part of the network controller cluster.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-ComputerName<String>

Specifies the name of the network controller node on which this cmdlet operates.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-Credential<PSCredential>

Specifies a user credential that has permission to perform this action. The default is the current user. Specify this parameter only if you run this cmdlet on a computer that is not part of the network controller cluster.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-UseSsl

Indicates that the remote machine uses Secure Socket Layer (SSL) protocol to establish a connection to the network controller node. The default value of this parameter is false. Specify this parameter only if you run this cmdlet on a computer that is not part of the network controller cluster.

Aliase

none

Erforderlich?

false

Position?

named

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer und -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die Sie per Piping an das Cmdlet übergeben können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

Beispiele

Example 1: Repair a network controller cluster

This command repairs a network controller cluster, to bring it out of quorum loss. The cluster is identified by Node1.Contoso.com, which is a node in the cluster.

PS C:\> Repair-NetworkControllerCluster -ComputerName "Node1.Contoso.com"                 

Verwandte Themen

Get-NetworkControllerCluster

Install-NetworkControllerCluster

Set-NetworkControllerCluster

Uninstall-NetworkControllerCluster