IBM BPM, V8.0.1, All platforms > Administer the IT infrastructure > Administer deployment environments

Modify deployment environment definition parameters

You can use the AdminConfig object to modify parameters in the deployment environment definition.

AdminConfig communicates with the configuration service component to make configuration inquires and changes. You can use it to query existing configuration objects, create configuration objects, modify existing objects, remove configuration objects, and obtain help.

The admin client has to connect to the dmgr from which you are changing parameters for the deployment environment definition.

When security and role-based authorization are enabled, use a userid and password with administrator or operator authority to perform this task.

When you create a deployment environment definition, the admin task selects default parameters based on the common database (CommonDB) selected when you created the Deployment Manager.


Procedure

  1. Use AdminConfig to modify any property in the deployment environment definition.

    The following list provides a general method to update configuration objects:

    • Identify the configuration type and the corresponding attributes.
    • Query an existing configuration object to obtain a configuration ID to use.
    • Modify the existing configuration object or create a new one.
    • Save the configuration.

  2. Save the configuration changes. To save this change to the master configuration issue the command: $AdminConfig Save

Administer deployment environments


Related information:
Commands and scripts
Use the AdminConfig object for scripted administration