Versions Compared

Key

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

...

3. Install the latest DualShield server with EXACTLY the same FQDN as the old machine - Please refer to Installation on Linux Console

4. Stop the DualShield service 

Code Block
sudo systemctl/etc/init.d/dualshield stop dualshield



5. If the DualShield uses a local MySQL database, then copy the database file "dualshield.sql" from the Windows machine to the home folder of the Linux machine, and import it into the database

...

 7.   'cd' back to your home folder and move copy the files from the home folder to inside the Dualshield install installation folder

Code Block
sudo cp -r certs /opt/dualshield/certs
sudo cp -r dbenc.jks /opt/dualshield/config/dbenc.jks
sudo cp -r storeconf.xml /opt/dualshield/config/storeconf.xml
sudo cp -r server-uuid /opt/dualshield/config/server-uuid
sudo cp -r location.properties /opt/dualshield/config/location.properties

...

Code Block
    cd /opt/dualShield/jre/lib/security/     
    ../../bin/keytool -importkeystore -srckeystore /home/username/cacerts -srcstorepass changeit -destkeystore cacerts -deststorepass changeit -srcalias dualultimateca -noprompt  
    ../../bin/keytool -importkeystore -srckeystore /home/username/cacerts -srcstorepass changeit -destkeystore cacerts -deststorepass changeit -srcalias deepnetownca -noprompt


 9 10. Start the DualShield service on the new machine

Code Block
 sudo systemctl/etc/init.d/dualshield start dualshield

 10 11. Start the DualShield service on the old machine

 11 12. Log onto the DualShield Console on the old machine, remove the license key.

 12 13.  Log Log onto the DualShield Console on the new machine, remove the license key and re-import the license key.

...