Share via


Start-ServiceFabricNode

OBSOLETE. Starts a node in a Service Fabric cluster.

Syntax

Default (Default)

Start-ServiceFabricNode
    [-NodeName] <String>
    [[-NodeInstanceId] <BigInteger>]
    [[-IpAddressOrFQDN] <String>]
    [[-ClusterConnectionPort] <Int32>]
    [-CommandCompletionMode <CompletionMode>]
    [-TimeoutSec <Int32>]
    [<CommonParameters>]

Description

This cmdlet is OBSOLETE in favor of Start-ServiceFabricNodeTransition.

The Start-ServiceFabricNode cmdlet starts a node in a Service Fabric cluster.

Parameters

-ClusterConnectionPort

Specifies the cluster connection port for the node to start.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:3
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-CommandCompletionMode

Specifies whether the action waits for the restart to complete.

Parameter properties

Type:CompletionMode
Default value:None
Accepted values:Invalid, DoNotVerify, Verify
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IpAddressOrFQDN

Specifies the IP address or fully qualified domain name (FQDN) for the node to start.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-NodeInstanceId

Specifies a node instance ID.

Parameter properties

Type:BigInteger
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-NodeName

Specifies the name of a Service Fabric node to start.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-TimeoutSec

Specifies the time-out period, in seconds, for the operation.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

System.String

System.Nullable`1

System.Nullable`1

Outputs

System.Object