共用方式為


Enable-ServiceFabricNode

啟用 Service Fabric 節點。

語法

Enable-ServiceFabricNode
      [-NodeName] <String>
      [-TimeoutSec <Int32>]
      [<CommonParameters>]

Description

Enable-ServiceFabricNode Cmdlet 會啟用先前停用的 Service Fabric 節點。 停用節點並完成系統管理工作之後,請使用此 Cmdlet。 此 Cmdlet 也可以取消現有的 Disable-ServiceFabricNode 命令。

若要管理 Service Fabric 叢集,請使用 [以系統管理員身分執行] 選項啟動 Windows PowerShell。 在 Service Fabric 叢集上執行任何作業之前,請使用 Connect-ServiceFabricCluster Cmdlet 來建立叢集的連線。

範例

範例 1:啟用節點

PS C:\> Enable-ServiceFabricNode -NodeName "DB.41"

此命令會啟用名為 DB.41 的節點。

參數

-NodeName

指定 Service Fabric 節點的名稱。 Cmdlet 會啟用您指定的節點。

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-TimeoutSec

指定作業的逾時期間,以秒為單位。

類型:Int32
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

System.Object