Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.

...

Sv translation
languageja_JP

Table of Contents
stylesquare

Components of FileFlex Enterprise Platform

FileFlex enterprise platform consists of 3 main components.

  1. The FileFlex enterprise server
  2. The FileFlex data connector agent
  3. The FileFlex end-user application

Introduction

FileFlex enterprise server can be deployed as a cluster with a minimum requirement of 4 virtual machines. This allows companies with a high volume of users accessing the system to plan and deploy a highly available FileFlex solution. 

Scope

The scope of this document is to make the enterprise server component of the platform highly available. 

Planning & Requirements

The deployment of the cluster requires some preparation work. Listed below are some of the key requirements; actual provisioning of these required items will happen in sequence during the cluster deployment. 

Panel
bgColor#fff
titleSetup Requirements
  1. Domain Name setup for 4 VMs
    1. Example:
      1. VM#1 = fileflex.example.com 
      2. This is the Main/Primary Domain used by users to access your FileFlex Enterprise
    2. Example: Secondary Domains servicing the users traffic
      1. VM#2 = ff2.example.com
      2. VM#3 = ff3.example.com
      3. VM#4 = ff4.example.com
  2. External/Public IP Addresses = 4 (One per VM)
  3. Wild Card SSL Certificate (this can be bought from within the server installation once the primary machine is setup)

Note on Installation Steps

Once you have the domain names planned you can go ahead with the next installation steps.

We will follow a logical sequence of steps but based on Cloud Service Providers (CSPs) like Azure, AWS Google Cloud etc. the Steps Sequence will have additional steps in their relevant sections.

  1. Provision IPs
  2. Provision VMs
  3. Setup DNS


Info
titleNOTE

This manual assumes that you are familiar with FileFlex single VM installation steps. 

If not please review the single server installation steps to understand the basic requirements. 

You can download the FileFlex Server Installation Guide here: https://enport.fileflex.com/installing-enterprise-server/?platform=Other


Installing High Availability cluster on AWS

Login to AWS Portal at https://console.aws.amazon.com/

STEP: Link AWS Account

NOTE: if you have not linked your AWS account id in the FileFlex enterprise portal already then do that now. This will allow you to see FileFlex VM image in Amazon Machine Image(AMI) listing.

  1. login to the portal: https://enport.fileflex.com/msp-control-panel/
  2. Navigate to your Deployments
    1. Click on Connect web Services Account     
    2. Find your AWS Id here:
    3. Enter Amazon ID and click allow
    4. Wait for the allowed confirmation


STEP: Verify and Enable DNS Attributes

  1. Login to https://console.aws.amazon.com/vpc/
  2. Navigate to "Your VPCs" from the left menu
  3. You may use your existing VPC or provision a separate one for the purpose
  4. Verify that DNS resolution and DNS hostnames attributes of the virtual private cloud (VPC) must be enabled as explained here


STEP: Create IPs

Create 4 (FOUR) separate Elastic IPs ("Network & Security" -> "Elastic IPs" -> "Allocate Elastic IP address")

STEP: Create Security Group

Navigate to "Security Groups" -> "Create security group"

  1. Allow the following "Custom TCP" ports for "inbound rules": 4007, 4010, 4011, 9443, 443, 22, 80, 61616, 27017, 7443 from "Anywhere"
  2. Allow the "All TCP" Type to "Anywhere" for outbound and associate it with your VPC:
  3. Save with "Create security group"

Module

External Ports

Internal Ports

serveradmin

22,9443


webserver

22,80,443

7443

adapter

22,80,443,4010,4011

7443

mongodb

22

27017

activemq

22

61616

pki

22,4007




STEP: Spool up VM instances

Create a VM from the latest image ("AMIs" -> "Images"). 

Find the FileFlex image

If you followed STEP 6.1 to link AWS id in FileFlex Enterprise Partner Portal then you will find the FileFlex image by selecting Private Images in the filter

In order to start the process, select the image and click "Launch"


Deploy the VM

Choose an instance type with at least 4GiB of Memory with 2 cores this is the baseline:



Choose the number of instances

Type in 4 to provision the number of instances we need.

Click all the way to the Configure Security Group

Assign security group

Navigate to the "6. Configure Security Group" tab, 

  1. Click on "Select an existing security group" from "Assign a security group" and
  2. Click on the security group you've previously created to select it
  3. Click "Review and Launch" to proceed with the review
  4. Verify that everything is as it should be, and click the blue "Launch" button at the bottom right.

Create a key pair to access server instances

You will be presented with the key pair specification dialogue next

  1. If you already have a key pair, you can select it from the list. If you do not, you will need to create one to be able to access your instance. Choose "Create a new key pair" from the first dropdown, and enter a name for the keypair.
  2. Click on the blue "Launch Instances" button at the bottom right of the dialogue to proceed.


Click the blue "View Instances" button at the bottom right. You will see a list of your running instance, including the newly spooled up instance


STEP: Assign Elastic IPs to Instances

  1. Go to "Network & Security" -> "Elastic IPs"
  2. Select each of the elastic IPs you've already allocated and associate them with the running instances. NOTE: you will do this four times, one IP per instance


STEP: Copy the private IPs

  1. Now go back to the running instances
  2. Select the "Instance ID" of each of the machines (one by one)
  3. Copy and note somewhere the Private IP addresses:


STEP: Create Hosted Zones

Route 53 is Amazon's DNS service that will be used to route traffic internally.

  1. Go to Route53 -> "Hosted Zones" (https://console.aws.amazon.com/route53/v2/hostedzones)
  2. Select " Create hosted zone" on the right side of the page to create a reverse DNS zone
    a. For the "Domain name" add the corresponding XXX.in-addr.arpa record, depending on your configuration. we used 31.172.in-addr.arpa
    b. Select "Private hosted zone" for "Type"
    c. Select your Region and VPC ID from "VPCs to associate with the hosted zone". Confirm with "Create hosted zone"
Info
titleMore Info

More info about the reverse DNS zones can be found here


STEP: Create PTR Record (reverse zones) Per Instance

From the "Hosted zone details" select "Create record":

From the "Quick create record" window add a record for each of the nodes by using the private IPs which were copied above.

Fill the details as follows:
1. The reverse IP for "Record name"
2. PTR as "Record type"
3. The actual hostname for the "Value"

4. Click create record

5. Add a PTR record for each of the machines (total of 4)

In the end, the hosted zone should look similar to the following:

Here we created one PTR record per machine


STEP: Create Forward Zones per Instance

  1. Go back to "Route53" -> "Hosted zones" in order to create a forward zone
    a. Use the main domain you will use for "Domain name"
    b. Again, use "Private hosted zone" as type
    c. Select the appropriate "Region" and "VPC ID"
    Confirm with "Create hosted zone"
  2. Select "Create record" for each of the 4 machines
    a. Add the subdomain for "Record name"
    b. Select "A" as "Record type"
    c. Enter the internal IP for "Value"
  3. Add an A record for each of the machines (total of 4). In the end, the hosted zone should look similar to:


STEP: Setup External Domain DNS

Depending on where you are hosting you existing domain, it is time to configure A records pointing to external IPs assigned to the Instances.

  1. Add an A record for each Instance
  2. Use One IP as configured above making sure you are using the right IP of each instance

For example the A records for our sample domain setup looks like this on Network Solutions DNS manager:

STEP: Start installing Primary FileFlex Server

Connect with ssh to each of the machines and run the setup process. 

Login using the default password (you will be prompted to change this later in the setup)

Username: sadmin

Password: Q!w2e3r4

As soon as you log in to the VM you will be presented with the following screen.

Info
titleNOTE

Please make sure that Primary Machine is set up first.


STEP 1 Choose the language of choice 


STEP 2 Choose "Primary or single machine"


STEP 3  Choose a password for sadmin account


STEP 4  SKIP this step


STEP 5 Enter the Primary domain that will be used to access the FileFlex server by end-users


STEP 6 WAIT!!!!!! this will take some time.....


PRIMARY Server is ready to be configured. Click Reboot


STEP: Start installing Secondary FileFlex Server

SSH into the Secondary Machines in sequence to start adding them to the cluster i.e. VM#2 then #3 and then #4 

Login using the default password (you will be prompted to change this later in the setup)

Username: sadmin

Password: Q!w2e3r4

Info
titleNOTE

The sequence is important to not cause any confusion. The primary machine was #1

Repeat these steps for adding or replacing any secondary machine in the cluster.

You will see the same initial screen on the first access

STEP 1 Choose language of choice


STEP 2 Choose Secondary machine in a cluster option


STEP 3  Choose a password for sadmin 


STEP 4  SKIP this step


STEP 5 Enter the proper Secondary domain for the designated machine here


STEP 6 Now the VM is ready to be added to the Cluster, its time to open your web browser to access the Primary Machine

Info
titleNOTE

We have made it very simple to add machines to the cluster, at this point this machine is awaiting connection from the Primary server. 

The rest will be taken care of automatically.



NOTE: IF this happens and the timer expires after 30 minutes then run the following command

Code Block
languagebash
sudo /opt/ffs/setup.sh


STEP: Start configuring the FileFlex Server Cluster

STEP 1 Now you can access this machine using the hostname you have configured for the primary server at: 

EXAMPLE: https://fileflex.orionwebware.net:9443 

Info
titleNOTE

Depending on which browser you use, you will see this warning message. 

Since we have not yet installed a valid SSL certificate this warning is logical and you can ignore it and proceed to access the server.



STEP 2 Login using the sadmin username and password that you used for the primary machine.


STEP 3 Prompt to enter the FileFlex deployment ID and FileFlex deployment keys and click Verify 

Info
titleNOTE

You will find your keys in the FileFlex Enterprise Portal >> Add/Manage Deployments


STEP 4  Choose "Configure a high-availability cluster" option and click next


STEP 5 Setup your Global Admin credentials for Policy and Users management console


STEP 6 Almost ready to start adding machines.


STEP 7 Click OK to start

The setup will take few minutes to configure the Primary Server


STEP 8 When prompted enter the hostname of the machine awaiting addition to the cluster and sadmin password for that machine 

NOTE: Primary Server will setup trust with secondary servers and automatically assign their roles in the cluster.

NOTE: the screen will update on the secondary machine as follows


STEP 9 And the Primary server keeps the setup going awaiting the next secondary servers


STEP 10 Follow the ok and Yes prompts



STEP 11 Once the setup completes. Some services may be stopped. Simply select them and click start icon to start them.

Info
titleNOTE

PKI server will require an SSL certificate to be installed first so ignore the warning that it is stopped.



STEP 12 Finalize the setup in the control panel

  1. Setup mail server used to send notifications etc.
  2. Setup SSL Certificate (HELP on SSL Certificate Automated Installation)





Sv translation
languagees

Table of Contents
stylesquare

Componentes de la plataforma FileFlex Enterprise

La plataforma de FileFlex Enterprise consta de 3 componentes principales.

  1. Servidor FileFlex Enterprise
  2. Agente conector de datos FileFlex
  3. Aplicación de usuario final FileFlex

Introducción

El servidor de FileFlex Enterprise puede implementarse como un clúster con un requisito mínimo de 4 máquinas virtuales. Esto permite a las empresas con gran volumen de usuarios que acceden al sistema planificar e implementar una solución FileFlex de gran disponibilidad. 

Alcance

El alcance de este documento es hacer que el componente de servidor Enterpise de la plataforma tenga gran disponibilidad. 

Planificación y requisitos

La implementación del clúster requiere trabajo de preparación. A continuación se enumeran algunos de los requisitos clave; el suministro real de estos elementos necesarios se producirá en secuencia durante la implementación del clúster. 

Panel
bgColor#fff
titleRequisitos de instalación
  1. Configuración de nombre de dominio con 4 VM.
    1. Ejemplo:
      1. VM#1 = fileflex.example.com 
      2. Este es el dominio principal/primario que los usuarios utilizan para acceder a FileFlex Enterprise.
    2. Ejemplo: Dominios secundarios que prestan servicio al tráfico de los usuarios
      1. VM#2 = ff2.example.com
      2. VM#3 = ff3.example.com
      3. VM#4 = ff4.example.com
  2. Direcciones IP externas/públicas = 4 (una por VM)
  3. Certificado SSL comodín (puede adquirirse desde dentro de la instalación del servidor una vez que la máquina principal esté instalada)

Nota sobre los pasos de instalación

Cuando tenga los nombres de dominio planificados puede proceder con los siguientes pasos de instalación.

Seguiremos una secuencia lógica de pasos pero, con base en los proveedores de servicios en la nube (CSP) como Azure, AWS, Google Cloud, etc., la secuencia de pasos tendrá pasos adicionales en las secciones relevantes.

  1. Provisión de IP
  2. Provisión de VM
  3. Configuración de DNS


Info
titleNOTA

Este manual supone que está familiarizado con los pasos de instalación de una VM única de FileFlex. 

De lo contrario, revise los pasos de instalación de un servidor único para comprender los requisitos básicos. 

Puede descargar la Guía de instalación del servidor de FileFlex aquí: https://enport.fileflex.com/installing-enterprise-server/?platform=Other


Instalación del clúster de gran disponibilidad en AWS

Inicie sesión en el portal de AWS en https://console.aws.amazon.com/

PASO: Vincular la cuenta de AWS

NOTA: si aún no ha vinculado la ID de su cuenta de AWS en el portal de FileFlex Enterprise, hágalo ahora. Esto le permitirá ver la imagen de la VM de FileFlex en la lista de imágenes de máquinas de Amazon (AMI).

  1. Inicie sesión en el portal: https://enport.fileflex.com/msp-control-panel/
  2. Navegue hasta sus implementaciones.
    1. Haga clic en la cuenta Conectar servicios web.     Image Added
    2. Encuentre aquí su ID de AWS: Image Added
    3. Introduzca la ID de Amazon y haga clic en permitir. Image Added
    4. Espere la confirmación.Image Added


PASO: Comprobar y habilitar los atributos DNS

  1. Inicie sesión en https://console.aws.amazon.com/vpc/
  2. Navegue hasta "Sus VPC" en el menú izquierdo.
  3. Puede usar el VPC existente o proporcionar uno separado para este fin.
  4. Compruebe si la resolución DNS y los atributos de nombres de host DNS de la nube privada virtual (VPC) está habilitados como se explica aquí.

Image Added


PASO: Crear las IP

Cree 4 (CUATRO) IP elásticas separadas ("Red y seguridad" -> "IP elásticas" -> "Asignar dirección IP elástica")

Image Added

Image Added

Image Added

PASO: Crear grupo de seguridad

Navegue hasta "Grupos de seguridad" -> "Crear grupo de seguridad"

  1. Habilite los siguientes puertos "TCP personalizados" para "reglas entrantes": 4007, 4010, 4011, 9443, 443, 22, 80, 61616, 27017, 7443 desde "Cualquier sitio".
  2. Habilite el tipo "Todos los TCP" para "Cualquier sitio" para salientes y asócielo con su VPC:
  3. Guardar con "Crear grupo de seguridad"

Módulo

Puertos externos

Puertos internos

serveradmin

22,9443


webserver

22,80,443

7443

adapter

22,80,443,4010,4011

7443

mongodb

22

27017

activemq

22

61616

pki

22,4007



Image Added


PASO: Crear instancias de VM

Cree una VM a partir de la última imagen ("AMIs" -> "Imágenes"). 

Encontrar la imagen de FileFlex

Si realizó el PASO 6.1 para vincular la ID de AWS en el portal de socios de FileFlex Enterprise, encontrará la imagen de FileFlex si selecciona Imágenes privadas en el filtro.

Image Added

Image Added

Para comenzar el proceso, seleccione la imagen y haga clic en "Lanzar".


Implementar la VM

Escoja un tipo de instancia con por lo menos 4 GB de memoria con 2 núcleos, esta es la base:

Image Added


Image Added


Escoger el número de instancias

Escriba 4 para suministrar el número de instancias que necesitamos.

Image Added

Haga clic hasta Configurar grupo de seguridad.

Asignar grupo de seguridad

Navegue hasta la pestaña "6. Configurar grupo de seguridad". 

Image Added

  1. Haga clic en "Seleccionar un grupo de seguridad existente" en "Asignar un grupo de seguridad" y
  2. haga clic en el grupo de seguridad que creó anteriormente para seleccionarlo.
  3. Haga clic en "Revisar y lanzar" para continuar con la revisión.
  4. Compruebe si todo está como debe y haga clic en el botón azul "Lanzar" en la parte inferior derecha.

Crear un par de claves para acceder a las instancias del servidor

A continuación, se mostrará el cuadro de diálogo de especificación de par de claves.

  1. Si ya tiene un par de claves, selecciónelo en la lista. Si no lo tiene, deberá crear uno para poder acceder a la instancia. Escoja "Crear un nuevo par de claves" en el primer desplegable e introduzca el nombre del par de claves.
  2. Haga clic en el botón azul "Lanzar instancias" en la parte inferior derecha del cuadro de diálogo para continuar.

Image Added


Haga clic en el botón azul "Ver instancias" en la parte inferior derecha. Verá una lista de instancias en ejecución, incluida la instancia recientemente creada.

Image Added


PASO: Asignar las IP elásticas a las instancias

  1. Vaya a "Red y seguridad" -> "IP elásticas". Image Added
  2. Seleccione cada una de las IP elásticas que ha asignado y asóciela con una instancia en ejecución. NOTA: hará esto cuatro veces, una IP por instancia.

Image Added


PASO: Copiar las IP privadas

  1. Ahora, vuelva a las instancias en ejecución.
  2. Seleccione la "ID de instancia" de cada una de las máquinas (una a una).
  3. Copie y tome nota de las direcciones IP privadas:

Image Added


PASO: Crear zonas alojadas

Route 53 es el servicio DNS de Amazon que se utilizará para enrutar el tráfico internamente.

  1. Vaya a Route53 -> "Zonas alojadas" (https://console.aws.amazon.com/route53/v2/hostedzones)
  2. Seleccione "Crear zona alojada" en el lado derecho de la página para crear una zona de DNS inverso
    a. En "Nombre de dominio", añada el registro XXX.in-addr.arpa correspondiente, dependiendo de su configuración. Nosotros usamos 31.172.in-addr.arpa
    b. En "Tipo", seleccione "Zona alojada privada".
    c. Seleccione su región e ID VPC en "VPC a asociar con la zona alojada". Confirme con "Crear zona alojada".
Info
titleMás información

Encontrará más información acerca de las zonas de DNS inverso aquí.

Image Added


PASO: Crear un registro PTR (zonas inversas) por instancia

En "Detalles de zona alojada", seleccione "Crear registro".

Image Added

En la ventana "Creación rápida de registro", añada un registro para cada uno de los nodos con las IP privadas que se copiaron anteriormente.

Complete la información de la siguiente manera:
1. La IP inversa como "Nombre del registro"
2. PTR como "Tipo de registro"
3. El nombre del host real en "Valor".

4. Haga clic en Crear registro.

Image Added

5. Añada un registro PTR para cada una de las máquinas (total de 4).

Por último, la zona alojada debe ser similar a lo siguiente:

Aquí hemos creado un registro PTR por máquina.

Image Added


PASO: Crear zonas forward por instancia

  1. Vuelva a "Route53" -> "Zonas alojadas" para crear una zona forward
    a. Use el dominio principal que usará para "Nombre de dominio".
    b. Nuevamente, use "Zona alojada privada" como tipo
    c. Seleccione la "Región" apropiada e "ID VPC".
    Confirme con "Crear zona alojada".
  2. Seleccione "Crear registro" para cada una de las 4 máquinas.
    a. Añada el subdominio en "Nombre del registro".
    b. Seleccione "A" como "Tipo de registro".
    c. Introduzca la IP interna en "Valor".
  3. Añada un registro A para cada una de las máquinas (total de 4). Por último, la zona alojada debe ser similar a lo siguiente:

Image Added


PASO: Configurar DNS de dominio externo

Dependiendo de dónde esté alojando el dominio existente, es hora de configurar registros A que señalen a las IP externas asignadas a las instancias.

  1. Añadir una registro A para cada instancia
  2. Use una IP como se configuró anteriormente y asegúrese de usar la IP correcta para cada instancia.

Por ejemplo, los registros A de la configuración de dominio de ejemplo tienen esta apariencia en el administrador de DNS de Network Solutions.

Image Added

PASO: Comenzar la instalación del servidor principal de FileFlex

Conéctese mediante SSH a cada una de las máquinas y ejecute el proceso de configuración. 

Inicie sesión con la contraseña predeterminada (se le solicitará que la cambie más adelante en la configuración).

Nombre de usuario: sadmin

Contraseña: Q!w2e3r4

Después de iniciar sesión en la VM aparecerá la siguiente pantalla.

Info
titleNOTA

Asegúrese de configurar primero la máquina principal.


PASO 1 - Escoja el idioma. 

Image Added


PASO 2 - Escoja "Máquina principal o única".

Image Added


PASO 3 - Escoja una contraseña para la cuenta de sadmin.

Image Added


PASO 4 - OMITA este paso.

Image Added


PASO 5 - Introduzca el dominio principal que los usuarios finales usarán para acceder al servidor de FileFlex.

Image Added


PASO 6 - ¡¡ESPERE!! Esto tardará un tiempo...

Image Added


El servidor PRINCIPAL está listo para la configuración. Haga clic en Reiniciar

Image Added


PASO: Comenzar la instalación del servidor secundario de FileFlex

Conéctese mediante SSH en las máquinas secundarias en secuencia para comenzar a añadirlas al clúster, es decir, VM n.º 2, después la n.º 3 y, a continuación, la n.º 4. 

Inicie sesión con la contraseña predeterminada (se le solicitará que la cambie más adelante en la configuración).

Nombre de usuario: sadmin

Contraseña: Q!w2e3r4

Info
titleNOTA

La secuencia es importante para no producir confusiones. La máquina principal es la n.º 1.

Repita estos pasos para añadir o reemplazar cualquier máquina secundaria del clúster.

Verá la misma pantalla inicial en el primer acceso.

PASO 1 - Escoja el idioma.

Image Added


PASO 2 - Seleccione la opción Máquina secundaria en el clúster.

Image Added


PASO 3 - Escoja una contraseña para sadmin. 

Image Added


PASO 4 - OMITA este paso.

Image Added


PASO 5 - Introduzca aquí el dominio secundario correcto para la máquina designada.

Image Added


PASO 6 - Ahora la VM está lista para añadirla al clúster; esta vez, abra el navegador web para acceder a la máquina principal.

Info
titleNOTA

Hemos diseñado el software para que sea muy sencillo añadir máquinas al clúster; en este punto, esta máquina está esperando la conexión desde el servidor principal. 

El resto se hará automáticamente.


Image Added


NOTA: SI esto ocurre y el temporizador caduca después de 30 minutos, ejecute el siguiente comando

Code Block
languagebash
sudo /opt/ffs/setup.sh


Image Added

PASO: Comenzar a configurar el clúster del servidor FileFlex

PASO 1 - Ahora puede acceder a esta máquina con el nombre de host que ha configurado para el servidor principal en: 

EJEMPLO: https://fileflex.orionwebware.net:9443 

Info
titleNOTA

Dependiendo del navegador que use, verá este mensaje de advertencia. 

Esta advertencia es lógica ya que aún no hemos instalado un certificado SSL válido; puede ignorar el mensaje y acceder al servidor.


Image Added


PASO 2 - Inicie sesión con el nombre de usuario y contraseña de sadmin que usó en la máquina principal.

Image Added


PASO 3 - Introduzca la ID y las claves de implementación de FileFlex y haga clic en Verificar. 

Image Added

Info
titleNOTA

Encontrará las claves en el portal de FileFlex Enterprise >> Añadir/gestionar implementaciones.

Image Added

Image Added


PASO 4  Seleccione la opción "Configurar un clúster de gran disponibilidad" y haga clic en siguiente.

Image Added


PASO 5 - Configure las credenciales de administración global para la consola de administración de políticas y usuarios.

Image Added


PASO 6 - Casi está listo para comenzar a añadir las máquinas.

Image Added


PASO 7 - Haga clic en Aceptar para comenzar.

Image Added

Esta instalación tardará algunos minutos en configurar el servidor principal.

Image Added


PASO 8 - Cuando se le solicite, introduzca el nombre de host de la máquina que está esperando añadirse al clúster y la contraseña sadmin de dicha máquina. 

Image Added

NOTA: El servidor principal configurará confianza con los servidores secundarios y les asignará automáticamente sus roles en el clúster.

Image Added

NOTA: la pantalla se actualizará en la máquina secundaria de la siguiente manera.

Image Added


PASO 9 - El servidor principal continúa con la configuración en espera de los siguientes servidores secundarios.

Image Added


PASO 10 - Siga las opciones Aceptar y Sí.

Image Added

Image Added

Image Added

Image Added



PASO 11 - Cuando finalice la configuración algunos servicios pueden haberse detenido. Simplemente selecciónelos y haga clic en el icono inicio para iniciarlos.

Info
titleNOTA

El servidor PKI requerirá que se instale, primero, un certificado SSL por lo que deberá ignorar la advertencia de que se ha detenido.


Image Added


PASO 12 - Finalice la configuración en el panel de control.

  1. Configure el servidor de correo que se utilizará para enviar notificaciones, etc.
  2. Configure el certificado SSL (AYUDA sobre la instalación automatizada de certificados SSL).