Previous Topic: How to Deploy JDBC Drivers for Database OperatorsNext Topic: Upload Agent Resources


Upload Orchestrator Resources

After installation, the Orchestrator Resources folder displays only the JDBC JAR files that were added during installation. After you use the Manage User Resources palette to update the Orchestrator Resources folder, the Orchestrator Resources folder also displays the uploaded JAR files.

You can upload a JAR file to the Orchestrator Resources folder on the Domain Orchestrator. When you restart the Domain Orchestrator, CA Process Automation deploys the file to the Domain Orchestrator. The Domain Orchestrator mirrors (copies) the file at the configured mirroring interval, after which you restart the other Orchestrators. When the Orchestrators restart, the mirrored file is available for their use.

Note: Mirroring applies to all Orchestrators in the domain. For clustered Orchestrators, mirroring applies to all nodes in each cluster.

Follow these steps:

  1. Click the Configuration tab.
  2. Click the Manage User Resources palette and expand the Repository folder.
  3. Select the Orchestrator Resources folder.
  4. Click New.

    The Add New Resource: "Untitled" pane opens.

  5. Provide upload details in the following fields as appropriate:
    1. Enter the name of the resource in the Resource Name field.

      The following example is a reasonable way to specify the resource name if you are uploading a JDBC driver:

      database_name Driver
      
      database_name

      Defines the name of the RDBMS. For example, Oracle Driver, MySQL Driver, or Sybase Driver.

    2. Click Browse, navigate to the location where you saved the JAR file, and select the target file. This populates the Resource File field.
    3. Select a user-specified module name from the Module Name drop-down list.
    4. (Optional) Enter a description of the resource in the Resource Description field.
  6. Verify your entry, and then click Save.

    A line with your entry displays.

    Verify your entry.  If not correct, select the checkbox and click Delete.

    CA Process Automation copies the uploaded resource to the following paths:

    install_dir/server/c2o/ext-lib
    
    install_dir/server/c2o/.c2orepository/.c2oserverresources/lib
    
    install_dir

    Defines the directory on the server where the Domain Orchestrator was installed.

  7. Restart the Domain Orchestrator. (Stop the Domain Orchestrator and then start the Domain Orchestrator.)

    When the Domain Orchestrator restarts, the system deploys all jars that you uploaded to the Domain Orchestrator Resources. That is, CA Process Automation puts the jars in the classpath of the Domain Orchestrator.

  8. After mirroring occurs, restart all other Orchestrators.

    The system deploys all uploaded jars to all Orchestrators. That is, the system puts the jars in the classpaths of the Orchestrators.

    Note: For clustered Orchestrators, restart each node.