2. Creación de nueva máquina
En esta sección se describe el proceso de creación de la máquina Red Hat Linux sobre la que se instalará B+ Fuse. Se trata de This section describes the process of creating the Red Hat Linux machine on which to install b+ Fuse. This is Red Hat Enterprise Linux 7.3 y puede ser descargado desde la página web de and can be downloaded from the Red Hat website.
- Creación desde plantilla
Creating from Template
Proceso de instalación de Red1-
Selección del dispositivo de instalaciónRed Hat Linux Installation Process
2-
Selecting the Installation Device
Si se requiere, se puede seleccionar la opción de Servidor con GUI de cara a poder gestionar el sistema operativo mediante3-
If required, you can select the Server with GUI option to be able to manage the operating system through user interface.
Se crea una partición / de 49,5 Gb, dejando 512 Mb a la partición /boot (dependiendo del sistema de instalación se podrá seleccionar valores mayores4-
A / 49.5 Gb partition is created, leaving 512 Mb to the / boot partition (depending on the installation system larger values can be selected)
Se comprueba que los cambios realizados en el particionado sean los correctos5-
It is verified that the changes made in the partitioning are correct
Configuración de red6-
Asegurarse que los datos introducidos sean los correctosRed Configuration
7-
Ensure that the entered data is correct
Selección de la política de seguridad que se requiera en la instalación del SO8-
Selection of security policy required in OS installation
- Configuración adicional
Una vez realizado la instalación del sistema operativo se requieren unos pasos adicionales de cara a completar la instalación del sistema. Estas configuraciones se tendrán que realizar con un usuario root.
1- Se registra el servidor en Red Hat para actualizarlo |
|
|
|
2- Se crea la partición lvm para swap: |
|
|
|
|
|
|
|
3- Se crea la partición /home para instalar en el usuario fuseadmin, toda la configuración de necesaria para el SII |
|
|
|
|
|
4- Se registran las particiones creadas de /swap y /home en el /etc/fstab |
|
|
|
Contenidos de /etc/fstab |
|
|
|
5- Se crea el usuario fuseadmin, para la instalación de Tomcat y Fuse 6.3 |
|
|
|
6- Se agrega el usuario fuseadmin al grupo wheel para que tenga permisos de root (exclusivamente para la instalación) |
|
|
|
...
7- Se comprueba la instalación de vm-tools
...
...
8- Se habilita y se comprueba la partición swap
...
...
9- En lo que resta de manual, utilizaremos siempre el usuario fuseadmin
...
10- Preparando archivos de configuración de Fuse
Necesitaremos una serie de archivos para el proyecto que vendrán en un comprimido llamado release.tar.gz que descargamos y extraemos en el directorio ~/Descargas/.
...
- Additional Configuration
After the installation of the operating system, additional steps are required to complete the installation of the system. These settings will have to be done with a root user.
1- The server is registered in Red Hat to update it |
2- The lvm partition for swap is created: |
|
|
3- The /home partition is created to install in the user fuseadmin, all the configuration needed for the SII |
|
4- Partitions created from /swap and /home are recorded in /etc/fstab |
Contents of /etc/fstab |
5- The user fuseadmin is created, for the installation of Tomcat and Fuse 6.3 |
6- The user fuseadmin is added to the wheel group to have root permissions (exclusively for the installation) |
|
7- The installation of vm-tools is checked |
8- Swap partition is enabled and checked |
9- In the rest of manual, we will always use the user fuseadmin |
10- Preparing Fuse Configuration Files |
We can do the extraction with: |