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>]
说明
Install-SCStorageFileServer cmdlet 在一组计算机上安装故障转移群集和文件服务器。 虚拟机管理器(VMM)可以使用 Open Software 描述符(OSD)预配这些计算机,或者它们已经安装了操作系统。
示例
示例 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 提示)的 ID。 此参数允许你审核 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 对象。