Debug-ServiceFabricNodeStatus
Queries the Network Controller Service Fabric to show the replication status and health state of each Network Controller node.
Syntax
Debug-ServiceFabricNodeStatus
[-ServiceTypeName] <String>
[<CommonParameters>]
Description
The Debug-ServiceFabricNodeStatus cmdlet queries the Network Controller Service Fabric to show the replication status and health state of each Network Controller node. It also shows evolution of the status of the nodes by regularly polling for changes.
You can run this cmdlet from one of the Network Controller nodes.
Examples
Example 1: Get the replication status Virtual Switch Service
PS C:\>Debug-ServiceFabricNodeStatus -ServiceTypeName "VSwitchService"
This command gets the replication status VSwitchService, or Virtual Switch Service.
Parameters
-ServiceTypeName
Specifies the service type that this cmdlet queries. The acceptable values for this parameter are:
- ControllerService
- ApiService
- SlbManagerService
- ServiceInsertion
- FirewallService
- VSwitchService
- GatewayManager
- MonitoringService
- TopologyService
- FnmService
- HelperService
- UpdateService
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None