...
| Code Block |
|---|
|
yum install -y perl-Module-Install.noarch |
1.2 install libaio
| Code Block |
|---|
|
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 hostname FQDN of your DualShield server into the local hosts file:
Replace "dualshield-fqdn" with the actual FQDN of your DualShield server, such as "dualshield.acme.org"
| Code Block |
|---|
|
echo "127.0.0.1 dualshield-fqdn" >> /etc/hosts |
or,
| Code Block |
|---|
|
echo "127.0.0.1 dualshield-fqdn" | sudo tee -a /etc/hosts |
3. Execute the command commands below:
| Code Block |
|---|
|
chmod a+x ./setupdualshield-xxxx--yyyy.bin
./setupdualshield-xxxx--yyyy.bin -- -console |
in which xxx is the version number and yyyy is the build number.
| Code Block |
|---|
|
(base) [root@luna-pc app]# sudo ./setupdualshield64-6.0.0.0309.bin -- -console
Verifying archive integrity... All good.
Uncompressing DualShield Installer......
64 bit OS detected
Command line arguments: -console
Select your language
0 [x] eng
1 [ ] deu
2 [ ] fra
3 [ ] spa
4 [ ] chn
Input selection: |
...