前のトピック: BFC のインストール

次のトピック: インストール後処理を実行するためのクイック スタート手順


非インタラクティブ BFC インストールの実行

BFC インストール プログラムでは、必要に応じて非インタラクティブなインストールを実行できます。 非インタラクティブ インストールを選択すると、設定ファイル内のインストール値を指定できるので、インストール プログラムによって入力を求められることがありません。

入力ファイルのテンプレートを以下に示します。これには、テンプレートを編集するための手順も含まれます。

# Template for the input file that can be used to drive a non-interactive
# installation, e.g., fcinstall.sh -c <input-file>
# Fill in values appropriate for your installation in place of the <INPUT>
# markers in this file

# Section heading -- this should always be BFC
[BFC]

# Enter 'Y' to attempt recovery from replicated database.
#recover=Y
recover=<INPUT>

# Enter 'Y' to enable database replication.
# replenable=Y
replenable=<INPUT>

# Location of replicated database.
# This entry can be empty if neither of 'recover' and 'replenable' are set
#replpaths=/mountpoint/of/NAS/storage
replpaths=<INPUT>

# Passphrase for encryption of replicated database.
# This value must be non-empty
#replpass=my-super-secret-passphrase
replpass=<INPUT>

# Password for the admin account in the BFC application.
# Password must be 6-20 characters, and contain no whitespace.
#password=changeme
password=<INPUT>

# Address of this machine on the external network
# The machine must have an active interface configured at this address
#externalip=10.10.87.2
externalip=<INPUT>

# Address of this machine on the backbone network
# The machine must have an active interface configured at this address
#backboneip=192.168.0.2
backboneip=<INPUT>