Previous Topic: How to Set Up the Integration

Next Topic: Create Reports to Access Metric-Related SLA Data

Meet the Prerequisites

Meeting the following prerequisites is a required task to set up the integration between CA Service Catalog and CA BSI. More specifically, this task is required to establish communication between the two products so that you can set and test the administration configuration parameters correctly.

  1. Enable the CA BSI openAPI, so that CA Service Catalog can access the CA BSI secured web services.

    For details, see your CA BSI documentation.

    Note: If you require SSL support for this API, for assistance, if necessary, see the Windows Communication Foundation (WCF) documentation on the Microsoft MSDN web site, msdn.microsoft.com. At publication time, the most relevant article is named "How to: Use wsHttpBinding with Username Authentication and TransportWithMessageCredentials in WCF Calling from Windows Forms." In addition, for further assisitance enabling SSL support for the CA BSI openAPI, if necessary, contact CA BSI CA Support at http://ca.com/support.

  2. Verify that you have a copy of the digital certificate that contains the CA BSI public key for the server certificate used to enable the openAPI.
  3. In CA Service Catalog, import the CA BSI public key certificate into a Java keystore file, using the following sample command as a model:
    keytool -import -file  publickey.cer -keystore  oblicorekeyfile -alias oblicoreauthcert
    
    publickey.cer

    Specifies the client certificate file for communicating with CA BSI using the open API.

    oblicorekeyfile

    Specifies the name of the Java keystore file that this command generates. CA Service Catalog uses this file to access CA BSI.

    oblicoreauthcert

    Specifies the alias name for the publickey.cer file.

  4. Enter the password you want to use for the keystore file created by this command.

    Record this password for future use.

    Note: Keytool is a utility that the Sun Java Development Kit (JDK) supplies.

  5. Create reports to access metric-related SLA data.
  6. Verify that Microsoft Internet Explorer is installed on the computers from which you plan to access CA BSI. Even when you access CA BSI indirectly through CA Service Catalog, for example, to view the details of a contract that you want to associate to a service option element, you must use Internet Explorer.