Argomento precedente: Installazione di BFC

Argomento successivo: Passaggi per l'avvio rapido dopo l'installazione


Esecuzione di un'installazione BFC non interattiva

Il programma di installazione BFC consente di eseguire un'installazione non interattiva, se necessario. L'installazione non interattiva consente di specificare i valori dell'installazione in un file di configurazione in modo che il programma di installazione non richieda all'utente di inserire alcuna informazione.

Di seguito è riportato un modello del file di input, che include le istruzioni per la modifica del template.

# 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=192168.0.2
backboneip=<INPUT>