CMD

Overview

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

It is especially useful when run in a remote connector server.

Installation

  1. Follow the steps needed to install the Java connector server.
  2. Put the CMD connector jar file and in the bundles subdirectory.
  3. Run the connector server.

Supported operations

  • Create
  • Delete
  • Update
  • Search
  • Test

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