Prerequisite steps to create Provisioning jobs
How to define a new Provisioning job definition using the Dynamic Workload Console.
About this task
To create a Provisioning job definition, you must first complete the prerequisite steps listed below.
Procedure
- Install IBM SmartCloud® Provisioning. To find out the version supported by the product, check the supported software document on the Support.
- Obtain the SmartCloud HTTP server certificate and save
it in a directory for later use. The Provisioning administrator can provide the certificate, or you can retrieve the certificate performing the following steps in your browser. The following example is based on Mozilla Firefox:
- Browse to the directory where a JRE is installed, for example: C:\Program Files\IBM\TWS\javaExt\JRE\JRE
- Create a new truststore by launching the following command:
keytool -genkeypair -alias certificatekey -keyalg RSA -validity 7 -keystore keystore.jks
,where,
keystore.jks
is the file path to the keystore. - Add IBM SmartCloud® certificate
to the truststore by launching the following command:
keytool -import -file certificate_directory\IBMWebSphereCloudBurstAppliance.crt -alias scp -keystore trustore_directory\keystore.jks
, - Open the
TWA_HOME\TWS\ITA\cpa\config\JobManager.ini
file, and locateJavaJobLauncher
section,JVMOptions
row. - Add the following instructions to the row:
"-Djavax.net.ssl.trustStore= DIRECTORY_TRUSTSTORE/keystore.jks -Djavax.net.ssl.trustStorePassword=TRUSTSTORE_PASSWORD"
For example:JVMOptions = -Djavax.net.ssl.trustStore=C:/myUtils/keystore.jks -Djavax.net.ssl.trustStorePassword=passw0rd
- To complete the procedure, stop and restart the agent.