Appendix G3 - Configuring DS-CR
Overview
The following steps will guide you to extract and install the Zuken DS-CR library
.jarfiles for use with Syndeia Cloud (SC) 3.6.
Steps
Collect Zuken DS-CR lib files & review configuration file:
Libraries - available with the DS-CR Server, e.g.
C:\Zuken\DS-CR\Engine\ndslib\client\. Collect these in a local directory namedlib_DSCRnds_ap.jarnds_light.jarnds_sorb.jarsif4j-nop-17.25.jar
Properties file - available with the DS-CR Server Engine , e.g.
C:\Zuken\DS-CR\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-CR libs: Upload the local Zuken DS-CR directory
lib_DSCRto the server and copy the contents to a newdscrdirectory, ex:On Linux ,
Copy the
.jarfiles to/opt/icx/syndeia-cloud-current/dscr-impl-3.6/lib/dscrand 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 -p "${SC_HOME}"/dscr-impl-"${SC_snapshot_version}"/lib/dscr sudo cp ~/lib_DSCR/* "${SC_HOME}"/dscr-impl-"${SC_snapshot_version}"/lib/dscr/. sudo chown syndeia-cloud:syndeia-cloud "${SC_HOME}"/dscr-impl-"${SC_snapshot_version}"/lib/dscr/*.jar
On Windows ,
Create the new
dscrdirectory on the server, ie:c:\cygwin64\opt\icx\syndeia-cloud-current\dscr-impl-3.6\lib\dscrCopy the
.jarfiles fromlb_DSCRtoc:\cygwin64\opt\icx\syndeia-cloud-current\dscr-impl-3.6\lib\dscr
Restart the respective services, ie:
On Linux ,
sudo systemctl restart sc-dscrOn Windows , use
services.msc(Windows Services Manager) or fromCMD.EXErun:sc.exe stop sc-dscr sc.exe start sc-dscr