Appendix G4 - Configuring DS-E3
Overview
The following steps will guide you to extract and install the Zuken DS-E3 library
.jarfiles 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_DSE3nds_ap.jarnds_light.jarnds_sorb.jarsif4j-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_DSE3to the server and copy the contents to a newdse3directory, ex:On Linux ,
Copy the
.jarfiles to/opt/icx/syndeia-cloud-current/dse3-impl-3.6-SP2/lib/dse3and ensure the user & group ownership of those files is set tosyndeia-cloud:syndeia-cloudby 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: SP2, ex: "3.6-SP2" 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
dse3directory on the server, ie:c:\cygwin64\opt\icx\syndeia-cloud-current\dse3-impl-3.6-SP2\lib\dse3Copy the
.jarfiles fromlb_DSE3toc:\cygwin64\opt\icx\syndeia-cloud-current\dse3-impl-3.6-SP2\lib\dse3
Restart the respective services, ie:
On Linux ,
sudo systemctl restart sc-dse3On Windows , use
services.msc(Windows Services Manager) or fromCMD.EXErun:sc.exe stop sc-dse3 sc.exe start sc-dse3