Discover

Get Started

Developers

Industries

Deploy INNORIX

After the Docker environment has been configured and the INNORIX installation package has been prepared, deploy the INNORIX service.

This section describes how to configure Docker Swarm, run the installation script, start the INNORIX service, and run the Hyperlink Agent.

Configure the Docker Swarm Environment

Configure the server environment where the INNORIX Containers will run.

Move to the installation directory.

bash
1
cd INNORIX-ONPREM-PACKAGE/

Open the Docker Compose configuration file and update the server IP address to match your environment.

bash
1
sudo nano docker-compose.yml

Configuration items:

ItemDescription
Server IP AddressIP address of the server where the INNORIX service will run
Container ConfigurationRuntime environment for the INNORIX service
Network ConfigurationCommunication environment for the Containers

After updating the configuration, save the file.

Run the Server Installation

Run the INNORIX installation script to configure the Containers and service environment.

Run the following command from the installation directory.

bash
1
sudo bash ./install.sh

The installation script performs the following tasks.

  • Install the INNORIX Containers
  • Apply the Docker environment configuration
  • Prepare the service runtime environment
  • Apply the required configuration

After the installation is complete, proceed to the next step to start the INNORIX service.

Start the INNORIX Service

After the installation is complete, start the entire INNORIX system.

Run the following command.

bash
1
sudo bash ./start.sh

After the service starts successfully, the INNORIX Containers are running and the Web Console is ready for access.

Run the INNORIX Hyperlink Agent.

The Hyperlink Agent is the agent application required to operate the INNORIX service.

Start the Agent

bash
1
/opt/INNORIX/INNORIX_Exacoola start

Stop the Agent

bash
1
/opt/INNORIX/INNORIX_Exacoola stop

After starting the Agent, verify that it is operating normally.

Verify the Deployment Status

After the INNORIX service has been deployed, verify its operational status.

Verification items:

ItemDescription
DeploymentVerify that the Stack services are running successfully
INNORIX ServiceService status
Hyperlink AgentAgent status
NetworkVerify server accessibility

After the deployment has been completed successfully, proceed to the next step, Initial Server Configuration.