Page tree
Skip to end of metadata
Go to start of metadata

Use https (SSL) for wsnotify

For Solution Manager 7.01 some manual steps are required to enable https for EEM notifications (wsnotify). The procedure consists of three steps:

  1. Copy additional libraries from Solution Manager to the EEM robot (SMDAgent).
  2. Adapt the SMDAgent class path to include these libraries
  3. Restart the SMDAgent.

In Solution Manager 7.1 the SSL libraries can be distributed centrally via the Agent Administration application. Just click Install IAIK SSL Libraries in the context menu of an agent.

Copy SSL Libraries

On the Solution Manager, locate the folder /usr/sap/SID/DVEBMGSxx/j2ee/cluster/server0/bin/ext/tc~sec~ssl in the file system. The folder contains four .jar files. Copy all of them to the SMDAgents that are acting as EEM robots. The target folder should be /usr/sap/DAA/SMDA97/SMDAgent/lib/iaik (replace SID DAA and instance name SMDA97 with your values). The lib/iaik folders should already exist.

Adapt the SMDAgent Class Path

Open the file /usr/sap/DAA/SMDA97/SMDAgent/smdagent.properties in a text editor and add the new .jar files to smdagent.classPath. The updated classpath should look like this (everything in a single line):

smdagent.classPath=../exe/jstartupapi.jar:../exe/jstartupimpl.jar:../exe/jperflib.jar:
lib/iaik/iaik_jsse.jar:lib/iaik/iaik_smime.jar:lib/iaik/iaik_ssl.jar:lib/iaik/w3c_http.jar:lib/patch_7.10.1.0.20110223165604/launcher/smdagentlauncher.jar

Make sure not to change the last entry referencing the exact patch level of the SMDAgent.

Restart the SMDAgent

  • No labels