共用方式為


Start-SCClusterUpgrade

啟動叢集升級。

語法

Start-SCClusterUpgrade
     [-VMHostCluster] <HostCluster>
     [-PhysicalComputerConfig] <PhysicalComputerConfig[]>
     -Credential <VMMCredential>
     [-SkipClusterValidation]
     [-RunAsynchronously]
     [-PROTipID <Guid>]
     [-JobVariable <String>]
     [<CommonParameters>]
Start-SCClusterUpgrade
     [-StorageFileServer] <StorageFileServer>
     [-PhysicalComputerConfig] <PhysicalComputerConfig[]>
     [-SkipClusterValidation]
     [-RunAsynchronously]
     [-PROTipID <Guid>]
     [-JobVariable <String>]
     [<CommonParameters>]

Description

Start-SCClusterUpgrade Cmdlet 會啟動叢集升級。

參數

-Credential

指定認證物件,或針對某些 Cmdlet 指定執行身分帳戶物件,其中包含具有執行此動作許可權之帳戶的使用者名稱和密碼。 或者,如果 Restart-SCJob,則有權完成重新啟動的工作。

如需 PSCredential 物件的詳細資訊,請輸入 Get-Help Get-Credential

如需執行身分帳戶的詳細資訊,請輸入 Get-Help New-SCRunAsAccount

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

-JobVariable

指定追蹤和儲存作業進度的變數。

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

-PhysicalComputerConfig

指定主機組態對象的陣列。 如需主機設定對象的相關信息,請參閱 New-SCVMHostConfig Cmdlet。

類型:PhysicalComputerConfig[]
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-PROTipID

指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。

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

-RunAsynchronously

表示作業會以異步方式執行,讓控件立即返回命令殼層。

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

-SkipClusterValidation

指出此 Cmdlet 會在建立叢集時略過叢集驗證測試。

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

-StorageFileServer

指定 storageFileServer 物件

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

-VMHostCluster

指定 VMM 主機叢集物件。

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