Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Code Block
languagebash
yum install -y perl-Module-Install.noarch

1.2 install libaio 

Code Block
languagebash
yum install -y libaio

For Debian based Linux, e.g. Ubuntu:

1.1 install libaio

Code Block
languagebash
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
languagebash
echo "127.0.0.1 dualshield-fqdn" >> /etc/hosts

or,

Code Block
languagebash
echo "127.0.0.1 dualshield-fqdn" | sudo tee -a /etc/hosts


3. Execute the command commands below:

Code Block
languagebash
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
languagebash
(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:

...