create-backend

Creates Backends.

The dsconfig create-backend command takes the following options:

--backend-name {STRING}

The name of the new Backend which will also be used as the value of the "backend-id" property: Specifies a name to identify the associated backend.

--set {PROP:VALUE}

Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it.

-t | --type {type}

The type of Backend which should be created. The value for TYPE can be one of: custom | je | ldif | memory | monitor | null | proxy | schema | task.

Properties used in options depend on the type of object to configure.

For details about available properties, see Backend.

Read a different version of :