Appendix G4 - Configuring DS-E3

Overview

  • The following steps will guide you to extract and install the Zuken DS-E3 library .jar files for use with of Syndeia Cloud (SC).

Steps

  1. Collect Zuken DS-E3 lib files & review configuration file:

    1. Libraries - available with the DS-E3 Server, e.g. C:\Zuken\DS-E3\Engine\ndslib\client\. Collect these in a local directory named lib_DSE3

      1. nds_ap.jar

      2. nds_light.jar

      3. nds_sorb.jar

      4. sif4j-nop-17.25.jar

    2. Properties file - available with the DS-E3 Server Engine , e.g. C:\Zuken\DS-E3\Engine\ndsengine\conf\

      1. ndsapp.properties : this file shows the values you will want to use when configuring the repository in the SC web-dashboard.

  2. Copy the Zuken DS-E3 libs: Upload the local Zuken DS-E3 directory lib_DSE3 to the server and copy the contents to a new dse3 directory, ex:

    1. On Linux ,

      1. Copy the .jar files to /opt/icx/syndeia-cloud-current/dse3-impl-3.6/lib/dse3 and ensure the user & group ownership of those files is set to syndeia-cloud:syndeia-cloud by running the below :

        SC_HOME=/opt/icx/syndeia-cloud-current/ SC_snapshot_version=3.6 # update as needed if you are running a SP, ie: SP1, ex: "3.6-SP1" sudo -u syndeia-cloud mkdir "${SC_HOME}"/dse3-impl-"${SC_snapshot_version}"/lib/dse3 sudo cp ~/lib_DSE3/nds_*.jar "${SC_HOME}"/dse3-impl-"${SC_snapshot_version}"/lib/dse3/. sudo chown syndeia-cloud:syndeia-cloud "${SC_HOME}"/dse3-impl-"${SC_snapshot_version}"/lib/dse3/*.jar
    2. On Windows ,

      1. Create the new dse3 directory on the server, ie: c:\cygwin64\opt\icx\syndeia-cloud-current\dse3-impl-3.6\lib\dse3

      2. Copy the .jar files from lb_DSE3 to c:\cygwin64\opt\icx\syndeia-cloud-current\dse3-impl-3.6\lib\dse3

  3. Restart the respective services, ie:

    1. On Linux , sudo systemctl restart sc-dse3

    2. On Windows , use services.msc (Windows Services Manager) or from CMD.EXE run:

      sc.exe stop sc-dse3 sc.exe start sc-dse3