Enabling Control IBM Sterling Center OSA support via SSP CM command-line
You can enable Open Server Architecture (OSA) support through the
startCM.sh. The following Java System properties will be used to configure OSA
support.
Enabling OSA support
-Dssp.osa.enable=true|falseConfiguring the Control Center EP Hosts and Ports for OSA support
-Dssp.osa.ep.host=xxxxxxx:zzzzz;xxxxxxxx:zzzzz - where xxxxxx is the host and zzzzz is the port. A series of EP host/port must be separated by
semicolon. Example, be
-Dssp.osa.ep.secure=true:osaKeyCert
Configuring the EPs secure connection
-Dssp.osa.ep.secure=xxxx:yyyy- where xxxx is true or false, and yyyy is the keycert alias to be used when establishing the
secure connection with EP. Example,
If-Dssp.osa.ep.secure=false:osaKeyCertssp.osa.ep.secureis set to false or is not specified then, secure connection to EP will be disabled.
Configuring the EP admin User and Password
-Dssp.osa.user.admin=xxxx:yyyy- where xxxx is the userId and yyyy is the admin password.
-D ssp.osa.user.admin=myUserId:myAdminPassword.There will be no defaults for these two values. It must be specified if user authentication is desired when sending events to a configured EP.
Configuring Control Center EP Service URL
The Service URL routes events and statuses to IBM Sterling Control Center. If not specified, the
default Service URL will be /sccwebclient/. To specify and configure different
values, the JAVA system property ssp.osa.service.url must be specified. For
example,
-Dssp.osa.service.url= /sccwebclient/events
EP Configuration
| Property Name | Acceptable Value | Description |
|---|---|---|
| ssp.osa.enable |
True or false
Default: false |
Use to enable or disable OSA support |
| ssp.osa.ep.host |
Valid IP/Host and port. Example:
|
Each IP/host pair must be separated by colon. Each EP set must be separated by semicolon |
| ssp.osa.ep.secure |
True| false and keycert Alias
Example: Default: false |
keycert alias must be followed by the true/false value |
| ssp.osa.service.url |
Default: /sccwebclient/events |
Used to specify Control Center service that will handle status and events |
Importing EP trusted certificate into SSP CM default truststore
configureCmSsl.sh or
configureCmSsl.bat script. Here is a sample command to import an EP’s trusted
certificate into SSP CM default
truststore:<SSP CM Install Dir>\bin>configureCmSsl.bat -u trustedCert=trustedFileName where
“trustedFileName” is the location of the EP’s trusted certificate