Install-SCStorageFileServer

Install-SCStorageFileServer

Installs failover clustering and a file server on a set of computers.

構文

Parameter Set: UseBareMetalMachines
Install-SCStorageFileServer -ClusterName <String> -PhysicalComputerConfig <PhysicalComputerConfig[]> -ScaleoutFileServerName <String> [-ClusterIPAddress <String[]> ] [-JobVariable <String> ] [-PROTipID <Guid]> ] [-RunAsynchronously] [-SkipClusterValidation] [ <CommonParameters>]

Parameter Set: UseExistingServers
Install-SCStorageFileServer -AddExistingComputer <String[]> -ClusterName <String> -RunAsAccount <RunAsAccount> -ScaleoutFileServerName <String> [-ClusterIPAddress <String[]> ] [-JobVariable <String> ] [-PROTipID <Guid]> ] [-RunAsynchronously] [-SkipClusterValidation] [ <CommonParameters>]

詳細説明

The Install-SCStorageFileServer cmdlet installs failover clustering and a file server on a set of computers. The computers can be provisioned by Virtual Machine Manager (VMM) by using OSD or they can already have an operating system installed.

パラメーター

-AddExistingComputer<String[]>

Specifies an array containing the fully qualified domain name (FQDN), NetBIOS, or IP address of a server on the network with an operating system.

エイリアス

none

必須?

true

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ClusterIPAddress<String[]>

Specifies one or more IP addresses to use as a cluster IP address.

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ClusterName<String>

Specifies the name of a cluster.

エイリアス

none

必須?

true

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-JobVariable<String>

Specifies that job progress is tracked and stored in the variable named by this parameter.

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-PhysicalComputerConfig<PhysicalComputerConfig[]>

Specifies an array of host configuration objects.

For information about host configuration objects, see the New-SCVMHostConfig cmdlet.

エイリアス

none

必須?

true

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-PROTipID<Guid]>

Specifies the ID of the PRO tip that triggered this action. This allows for auditing of PRO tips.

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-RunAsAccount<RunAsAccount>

Specifies a Run As account that contains credentials with permission to perform this action.

エイリアス

none

必須?

true

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-RunAsynchronously

Indicates that the job runs asynchronously so that control returns to the command shell immediately.

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ScaleoutFileServerName<String>

Specifies the name of a scaleout file server role.

エイリアス

none

必須?

true

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-SkipClusterValidation

Indicates that this cmdlet skips cluster validation tests when creating a cluster.

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • StorageFileServer

関連トピック

Get-SCStorageFileServer

New-SCVMHostConfig

Set-SCStorageFileServer

Uninstall-SCStorageFileServer