Vorheriges Thema: So installieren Sie den BFC auf einem vorhandenen CentOS-SystemNächstes Thema: So konfigurieren Sie Ihr Netzwerk


Durchführen einer nicht interaktiven BFC-Installation

Das BFC-Installationsprogramm ermöglicht es Ihnen, bei Bedarf eine nicht interaktive Installation auszuführen. Die nicht interaktive Installation ermöglicht es Ihnen, die Installationswerte in einer Konfigurationsdatei anzugeben, sodass Sie vom Installationsprogramm nicht zu einer Eingabe aufgefordert werden.

Es folgt eine Vorlage für die Eingabedatei, in der auch Anweisungen zum Bearbeiten der Vorlage enthalten sind.

# 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>