Versions Compared

Key

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

...

1. Stop the DualShield service

2. If the DualShield uses a local mySQL MySQL database, then export the DaulShield database 

...

3. Install the latest DualShield server with EXACTLY the same FQDN as the old machine

4. Stop the DualShield service 

5. If the DualShield uses a local mySQL MySQL database, then copy the database file "dualshield.sql" from the old machine to the new machine, and import it into the database

Code Block
    cd C:\Program Files\Deepnet DualShield\mysql\bin\
    mysql -uroot -p -e "drop database dualshield"
    mysql -uroot -p < c:\dasdualshield.sql


6. Copy the following files from the old machine:

...

    C:\Program Files\Deepnet DualShield\config\dnencdbenc.jks
    C:\Program Files\Deepnet DualShield\config\storeconf.xml

...

Code Block
    cd C:\Program Files\Deepnet DualShield\jre\lib\security\
    ..\..\bin\keytool -importkeystore -srckeystore c:\oldcacerts -srcstorepass changeit -destkeystore cacerts -dest storepass changeit -srcalias dualultimateca -noprompt

...