Tools

Account Tools

Search Tools


Installing a virtualised Unity

Installation

Prerequisites

You must have an ESIA MERCURY Contact support to obtain a serial number

To MINIMUM (depending on the number of services), a server or VM with :

Voir this link for step-by-step installation of Debian. When selecting software, I advise you to uncheck everything except 'SSH server'.

Software selection menu See 'Choosing software to install' on the tutorial

Adding the esia repot

To install unity on your server, you need to add our repository to the list of trusted repositories on your server. To do this, simply enter the following commands.

copy
echo "deb http://stable.repository.esia-sa.com/esia buster contrib non-free" >> /etc/apt/sources.list
wget -O- "http://stable.repository.esia-sa.com/esia/gnupg.key" | apt-key add -

Install packages

Enter the following commands:

copy
apt update
apt install snmpd -y
apt install gesa-base -y

Add the serial number

You need to edit the /etc/gesa/sn file

copy
echo "<ton SN>" > /etc/gesa/sn

Configure SNMP

Next, edit the :

copy
nano /etc/snmp/snmpd.conf

You then need to configure the SNMP community by adding the following line:

copy
rocommunity public localhost

Save the file with ctrl+o and ctrl+x to exit.

Restart services

copy
/etc/init.d/snmpd restart
/etc/init.d/ecatp-client restart

Your Unity is now active and should appear in your interface like a regular Unity. You can go to the following tutorial following tutorial.

en/advanced/install_unityx86.txt · Last modified: 2023/11/09 18:18 by 127.0.0.1