Tema anterior: Instalación en un sistema CentOS existente

Tema siguiente: Pasos de inicio rápido para realizar tras la instalación

Realización de una instalación de BFC no interactiva

El programa de instalación de BFC permite realizar una instalación no interactiva si es necesario. La instalación no interactiva permite especificar los valores de instalación en un archivo de configuración para que el programa de instalación no le pida que introduzca datos.

A continuación, se muestra una plantilla del archivo de entrada que incluye instrucciones para editar la plantilla.

# 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, alphanumeric and/or '{_-+=$}'
#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>