Remove IBM Cognos BI service

If you created a deployment environment, a new IBM® Cognos® Business Intelligence service was created for you. If you would prefer to connect to an existing IBM Cognos BI service, you can use the wbmRemoveCognosService command to remove the new IBM Cognos BI service.

Purpose

The wbmRemoveCognosService command removes the IBM Cognos BI application (.ear file) that was installed with IBM Business Monitor. Along with the applications, certain shared libraries and WebSphere® Application Server variables are removed from each server.

Examples

The following examples show how the parameters are used with the command. You can only specify a cluster or a server and node, not both. The following examples use Jacl.
$AdminTask wbmRemoveCognosService {-cluster cluster01}
$AdminTask wbmRemoveCognosService {-node node01 -server server01}
The following examples use Jython.
AdminTask.wbmRemoveCognosService('[-cluster cluster01]')
AdminTask.wbmRemoveCognosService('[-node node01 -server server01]')

Parameters

The wbmRemoveCognosService command accepts the parameters listed in the following table.

Parameter and value Required? Description Comments
-cluster cluster_name | -server server_name -node node_name Required The cluster to remove the IBM Cognos BI service from, or the server and node to remove the IBM Cognos BI service from. If you specify a cluster, do not specify the server or node.

If you specify the server, you must also specify the node.