共用方式為


Install-SCStorageFileServer

在一組電腦上安裝故障轉移叢集和文件伺服器。

語法

Install-SCStorageFileServer
       -PhysicalComputerConfig <PhysicalComputerConfig[]>
       -ClusterName <String>
       -ScaleoutFileServerName <String>
       [-ClusterIPAddress <String[]>]
       [-SkipClusterValidation]
       [-EnableS2D]
       [-RunAsynchronously]
       [-PROTipID <Guid>]
       [-JobVariable <String>]
       [<CommonParameters>]
Install-SCStorageFileServer
       -PhysicalComputerConfig <PhysicalComputerConfig[]>
       -StorageFileServer <StorageFileServer>
       [-SkipClusterValidation]
       [-RunAsynchronously]
       [-PROTipID <Guid>]
       [-JobVariable <String>]
       [<CommonParameters>]
Install-SCStorageFileServer
       -AddExistingComputer <String[]>
       -StorageFileServer <StorageFileServer>
       [-SkipClusterValidation]
       [-RunAsynchronously]
       [-PROTipID <Guid>]
       [-JobVariable <String>]
       [<CommonParameters>]
Install-SCStorageFileServer
       -AddExistingComputer <String[]>
       -ClusterName <String>
       -ScaleoutFileServerName <String>
       [-ClusterIPAddress <String[]>]
       -RunAsAccount <RunAsAccount>
       [-SkipClusterValidation]
       [-EnableS2D]
       [-RunAsynchronously]
       [-PROTipID <Guid>]
       [-JobVariable <String>]
       [<CommonParameters>]

Description

Install-SCStorageFileServer Cmdlet 會在一組電腦上安裝故障轉移叢集和文件伺服器。 您可以使用 Open Software 描述元 (OSD) 來布建 Virtual Machine Manager (VMM) 的電腦,或者它們已經安裝作業系統。

範例

範例 1:建立具有共用記憶體的文件伺服器

PS C:\> $RunAsAcct = Get-SCRunAsAccount -Name "RunAsAccount01"
PS C:\> Install-SCStorageFileServer -ClusterName "Cluster01" -ScaleoutFileServerName "SOFS01" -RunAsAccount $RunAsAcct -AddExistingComputer @("node1", "node2") -RunAsynchronously

第一個命令會取得名為 RunAsAccount01 的執行身分帳戶,然後將它儲存在$RunAsAcct變數中。

第二個命令會使用名為 Cluster01 和檔案伺服器角色 SOFS01 的叢集建立檔案伺服器。

範例 2:使用儲存空間直接存取建立文件伺服器

PS C:\> $RunAsAcct = Get-SCRunAsAccount -Name "RunAsAccount01"
PS C:\> Install-SCStorageFileServer -ClusterName "Cluster01" -ScaleoutFileServerName "SOFS01" -RunAsAccount $RunAsAcct -AddExistingComputer @("node1", "node2") -RunAsynchronously -EnableS2D

第一個命令會取得名為 RunAsAccount01 的執行身分帳戶,然後將它儲存在$RunAsAcct變數中。

第二個命令會建立名為 Cluster01 和檔案伺服器角色 SOFS01 叢集的檔案伺服器。 此命令包含 EnableS2D 參數。

參數

-AddExistingComputer

指定這個 Cmdlet 新增的電腦數位。 指定具有操作系統之網路上伺服器的完整功能變數名稱 (FQDN)、NetBIOS 名稱或 IP 位址。

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

-ClusterIPAddress

指定要作為叢集IP位址使用的IP位址陣列。

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

-ClusterName

指定叢集的名稱。

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

-EnableS2D

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

-JobVariable

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

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

-PhysicalComputerConfig

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

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

-PROTipID

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

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

-RunAsAccount

指定執行身分帳戶,其中包含具有執行此動作許可權的認證。

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

-RunAsynchronously

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

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

-ScaleoutFileServerName

指定向外延展檔伺服器角色的名稱。

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

-SkipClusterValidation

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

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

-StorageFileServer

指定記憶體檔案伺服器物件。

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

輸出

StorageFileServer

此 Cmdlet 會傳回 StorageFileServer 物件。