Before you begin
Ensure that you successfully completed and verified the required pre-installation tasks and settings (see Pre-installation tasks and considerations), in particular the following:
You are logged on using a user account with sufficient administrative privileges on the machine to run the installation.
Installing OneSpan Authentication Server
To install OneSpan Authentication Server (basic installation)
Open a terminal window.
Ensure that the terminal window resolution is at least 80x24. Otherwise the Configuration Wizard cannot start automatically after the installation or upgrade.
Log on as root using the hyphen option (su -).
This ensures you load the root profile, not the default profile.
Navigate to the mounted disk or ISO image containing the OneSpan Authentication Server setup files and locate the OneSpan Authentication Server install script install.sh.
Run ./install.sh.
The install script will guide you through the installation.
Type the installation mode to run, in this case: basic.
Use Space to scroll through the OneSpan license agreement and type yes to accept it.
If required, specify whether to encrypt the embedded MariaDB database and database connections.
If you want to use encryption for the data store and all connections to the embedded database, type yes. Type no to leave it unencrypted.
Once you decide to use (or not use) encryption for the embedded database and all database connections, encryption will remain permanently enabled (or disabled). You cannot change this setting at a later time!
If required, install any missing dependencies.
The script is designed to install as many dependencies as possible. However, due to license and other restrictions, not all required standard packages are shipped with the OneSpan Authentication Server setup. Any required dependency that is not already installed and cannot be installed by the script automatically, is listed and you are prompted to install it now.
Open a separate terminal window.
Install the required packages according to your Linux distribution.
Return to the terminal window where the OneSpan Authentication Server script is running and press Enter.
When you install the embedded MariaDB database on Red Hat Enterprise Linux, you might get a conflict with older MariaDB or MySQL packages, such as:
file /etc/my.cnf from install of MariaDB-common-10.11.5-1.el7.centos.x86_64 conflicts with file from package mysql-libs-5.1.73-3.el6_5.x86_64
or
error: Failed dependencies:
mariadb-libs < 1:10.1.0 conflicts with MariaDB-compat-10.11.5-1.el7.centos.x86_64
mariadb-libs is obsoleted by MariaDB-compat-10.11.5-1.el7.centos.x86_64
To resolve this issue, the conflicting package needs to be removed. This can be done using rpm --erase --nodeps <package-name> for mariadb-libs.
This command normally needs to be executed with root permissions (e.g. using sudo).
When you install the embedded MariaDB database on Red Hat Enterprise Linux 9 or Rocky Linux 9, you might get a package conflict, such as:
Package rhel9/MariaDB-shared obsoletes following packages: mariadb-connector-c, mariadb-connector-c-config
To resolve this issue, the conflicting package needs to be removed. This can be done using the following command:
dnf remove mariadb-connector-c*
Note that removing the mariadb-connector-c and mariadb-connector-c-config packages might also implicitly remove other applications installed.
The necessary OneSpan Authentication Server components have now been installed by the installer.
Next steps
When the required components have been installed, the Configuration Wizard is started to complete the initial configuration (see Configuring OneSpan Authentication Server (basic installation)).