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 Property

Type

Required

Default Value

Description

Configuration Property

Type

Required

Default Value

Description

createCmdPath

String

 

 

Command string associated to the create operation

updateCmdPath

String

 

 

Command string associated to the update operation

searchCmdPath

String

 

 

Command string associated to the search operation

deleteCmdPath

String

 

 

Command string associated to the delete operation

testCmdPath

String

 

 

Command string associated to the test connection