To install DualShield from a Linux console, follow the steps below:
1. Install dependencies
In some editions of Linux OS, you might need to install the following dependencies first.
For RPM based Linux, e.g. CentOS, RedHat
1.1 install perl module
| Code Block | ||
|---|---|---|
| ||
yum install -y perl-Module-Install.noarch |
1.2 install libaio
| Code Block |
|---|
...
| language | bash |
|---|
yum install -y libaio |
For Debian based Linux, e.g. Ubuntu:
1.1 install
...
libaio
| Code Block |
|---|
...
apt-get update
apt-get install libaio1 |
2. Add FQDN of your DualShield server into the local hosts file:
...