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
Collect Zuken DS-E3 lib files & review configuration file:
Libraries - available with the DS-E3 Server, e.g.
C:\Zuken\DS-E3\Engine\ndslib\client\
. Collect these in a local directory namedlib_DSE3
nds_ap.jar
nds_light.jar
nds_sorb.jar
sif4j-nop-17.25.jar
Properties file - available with the DS-E3 Server Engine , e.g.
C:\Zuken\DS-E3\Engine\ndsengine\conf\
ndsapp.properties
: this file shows the values you will want to use when configuring the repository in the SC web-dashboard.
Copy the Zuken DS-E3 libs: Upload the local Zuken DS-E3 directory
lib_DSE3
to the server and copy the contents to a newdse3
directory, ex:On Linux ,
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 tosyndeia-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
On Windows ,
Create the new
dse3
directory on the server, ie:c:\cygwin64\opt\icx\syndeia-cloud-current\dse3-impl-3.6\lib\dse3
Copy the
.jar
files fromlb_DSE3
toc:\cygwin64\opt\icx\syndeia-cloud-current\dse3-impl-3.6\lib\dse3
Restart the respective services, ie:
On Linux ,
sudo systemctl restart sc-dse3
On Windows , use
services.msc
(Windows Services Manager) or fromCMD.EXE
run:sc.exe stop sc-dse3 sc.exe start sc-dse3