Enabling service providers

You can enable service providers that are attached to deployed IBM® InfoSphere® Information Services Director service operations.

About this task

The ENABLE command is supported for the following runtime application resources:
  • All or selected applications
  • All services in selected applications
  • Selected agent hosts
  • Selected service provider type for a particular agent host
  • Selected service provider host for a particular agent host

Procedure

  1. Open a command line editor.
  2. For selected operations, enter the command:
    ISDAdmin -action enable 
    -a <application name> -s <service name> -o <operation name>
  3. For bulk operations, enter the command:
    ISDAdmin -action enable 
    -agentHost <agent server host name> -providerType <service provider type> 
    -providerHost <service provider server host name>

Example

The following examples describe how to enable service providers:

Enable service providers attached to services in a specified application:

ISDAdmin -action enable -a <application name>

Enable service providers attached to services in multiple applications:

ISDAdmin -action enable -a <application name1> -a <application name2>

Enable service providers attached to selected services in a specified application:

ISDAdmin -action enable -a <application name> -s <service name1> -s <service name2> -s <service name3>

Enable service providers across all applications and services for a specific agent server host:

ISDAdmin -action enable -agentHost <agent server host name>

Enable service provider types across all applications and services for a specific agent server host, provider type, and provider server host:

ISDAdmin -action enable -agentHost <agent server host name> -providerType <service provider type> -providerHost <service provider server host name>