Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The CMD Connector supports provisioning by executing arbitrary commands on the running host.

Installation

Follow these steps to run the stand-alone connector server:

  1. Download the connector server jar file and store it in the connector server directory (any directory).
  2. Download the SOAP connector jar file and store it in the bundles subdirectory.
  3. Start the connector server. For more information, check the page about this topic.

Supported operations

Configuration

Configuration Properties

The following table describes all of the properties that you can specify for the configuration:

 

Configuration PropertyTypeRequiredDefault ValueDescription
createCmdPathString  Command string associated to the create operation
updateCmdPathString  Command string associated to the update operation
searchCmdPathString  Command string associated to the search operation
deleteCmdPathString  Command string associated to the delete operation
testCmdPathString  Command string associated to the test connection