FAS Installer Options
インストーラーオプション
Command-line options for installing FAS
FASインストール用コマンドラインオプション
The following options are valid with both: - 以下のオプションは、両方で有効です。
- 1. `XenDesktopFasSetup.exe` file located on the Citrix Virtual Apps and Desktops ISO at `x64\XenDesktop Setup\XenDesktopFasSetup.exe`
-
Citrix Virtual Apps and Desktops ISOにある
x64\XenDesktop Setup\XenDesktopFasSetup.exeファイル -
FasSetup_xxxx.exe, where xxxx is the release available from Citrix Downloads
-
- FasSetup_xxxx.exe(xxxxはCitrixダウンロードから入手可能なリリース)
-
/configure_firewallOpens all ports in the Windows firewall used by the components being installed, if the Windows Firewall Service is running, even if the firewall is not enabled. If you are using a third-party firewall or no firewall, you must manually open the ports. FAS requires inbound TCP port 80. Windowsファイアウォールサービスが実行されている場合、ファイアウォールが有効になっていなくても、インストールされるコンポーネントで使用されるWindowsファイアウォールのすべてのポートを開きます。サードパーティ製ファイアウォールまたはファイアウォールを使用していない場合は、手動でポートを開く必要があります。FASには、受信TCPポート80が必要です。
-
/help or /h or /?Displays command help. コマンドヘルプを表示します。
-
/norebootPrevents a restart after installation. インストール後の再起動を防止します。
-
/quietor/passiveNo user interface appears during the installation. The only evidence of the installation and configuration process is in Windows Task Manager. If this option is omitted, the graphical interface launches.
-
-
インストール中にユーザーインターフェイスは表示されません。インストールおよび構成プロセスの唯一の証拠は、Windowsタスクマネージャーにあります。このオプションを省略すると、グラフィカルインターフェイスが起動します。
-
/removeRemoves FAS. FASを削除します。
-
/installdir
-
- Specifies the installation folder.
- インストールフォルダーを指定します。
For information about how Citrix reports the result of component installations, see Citrix installation return codes. Citrixがコンポーネントインストールの結果を報告する方法については、「Citrixインストールのリターンコード」を参照してください。
Installing FAS on Windows Server Core
Windows Server CoreへのFASのインストール
Citrix Virtual Apps and Desktops ISO or the stand-alone FAS installer exe (FasSetup_xxxx.exe) are the preferred ways to install FAS. However, depending on what OS features are enabled, you may not be able to use them to install on Windows Server Core.
Citrix Virtual Apps and Desktops ISOまたはスタンドアロンのFASインストーラーexe(FasSetup_xxxx.exe)は、FASをインストールするための推奨される方法です。ただし、有効になっているOS機能によっては、Windows Server Coreにインストールするためにこれらを使用できない場合があります。
Instead, use the following MSI files from the Citrix Virtual Apps and Desktops™ ISO: 代わりに、Citrix Virtual Apps and Desktops™ ISOから以下のMSIファイルを使用してください。
| MSI file | Location on ISO | Comment |
|---|---|---|
FederatedAuthenticationService_x64.msi |
x64\Federated Authentication Service |
Required |
TelemetryServiceInstaller_x64.msi |
x64\Virtual Desktop Components |
Recommended, provides support for Always-on Tracing |
As a prerequisite, .net4.8 must be installed.
前提条件として、.net4.8がインストールされている必要があります。
To install or upgrade, use the following commands: インストールまたはアップグレードするには、以下のコマンドを使用します。
msiexec /i FederatedAuthenticationService_x64.msi [/quiet] CONFIGUREFIREWALL=[YES|NO]
msiexec /i TelemetryServiceInstaller_x64.msi [/quiet]
net start "Citrix Telemetry Service"
<!--NeedCopy-->
The options are: オプションは次のとおりです。
-
/quiet: Does not display any user interface -
/quiet:ユーザーインターフェイスを表示しない - CONFIGUREFIREWALL: Specifies YES to configure the firewall to allow incoming connections on port 80. The default if this option is omitted is NO
- CONFIGUREFIREWALL:ファイアウォールを構成してポート80での受信接続を許可するためにYESを指定します。このオプションを省略した場合のデフォルトはNOです。
To remove FAS, use the following commands: FASを削除するには、以下のコマンドを使用します。
msiexec /x FederatedAuthenticationService_x64.msi [/quiet]
msiexec /x TelemetryServiceInstaller_x64.msi [/quiet]
<!--NeedCopy-->
FAS Administration on Windows Server Core
Windows Server CoreでのFAS管理
You can configure and administer FAS locally or from another computer that has FAS installed using either: FASは、ローカルまたはFASがインストールされている別のコンピューターから、以下のいずれかを使用して構成および管理できます。
When using PowerShell cmdlets, set the -Address parameter to the target FAS server’s FQDN. Alternatively, you can set the variable $CitrixFasAddress to the FQDN. You can specify localhost if you want to administer the local FAS.
PowerShellコマンドレットを使用する場合、-AddressパラメーターをターゲットFASサーバーのFQDNに設定します。または、変数$CitrixFasAddressをFQDNに設定することもできます。ローカルFASを管理する場合は、localhostを指定できます。
When using the FAS administration console, click the Connect to another server link in the top right-hand corner. FAS管理コンソールを使用する場合は、右上隅にあるConnect to another serverリンクをクリックします。