Use the removeEventServiceDB2iSeriesDB command
to remove the event service and, optionally, the associated DB2® for iSeries® event database.
Purpose
The
removeEventServiceDB2iSeriesDB command
is a
Common Event Infrastructure administrative
command is available for the AdminTask object. Use this command to
remove the DB2 for iSeries data sources from a server or cluster.
For more information about the AdminTask object, see the
WebSphere® Application Server
Network Deployment, version 6.1 documentation.
Note: The product uses a Jython version that does not support Microsoft® Windows® 2003 or Windows Vista operating systems.
Parameters
- - nodeName
- The name of the node that contains the server where the event
service data source should be removed. If this parameter is specified,
then the serverName parameter must be set. You
must not specify this parameter if the clusterName parameter
is specified.
- - serverName
- The name of the server where the event service data source should
be removed. If this parameter is specified without the nodeName parameter,
the command will use the node name of the current WebSphere profile. You must not specify
this parameter if the clusterName parameter is
specified.
- - clusterName
- The name of the cluster where the event service data source should
be removed. If this parameter is specified, then the serverName and nodeName parameters
must not be set. You must not specify this parameter if the serverName and nodeName parameters
are specified.
Sample
Batch mode example usage:
Using Jacl:
$AdminTask removeEventServiceDB2iSeriesDB {-nodeName nodename
-serverName servername }
Using Jython string:
AdminTask.removeEventServiceDB2iSeriesDB('[-nodeName nodename
-serverName servername]')
Using Jython list:
AdminTask.removeEventServiceDB2iSeriesDB(['-nodeName', 'nodename',
'-serverName', 'servername'])
Interactive mode example usage:
Using Jacl:
$AdminTask removeEventServiceDB2iSeriesDB -interactive
Using Jython string:
AdminTask.removeEventServiceDB2iSeriesDB('[-interactive]')
Using Jython list:
AdminTask.removeEventServiceDB2iSeriesDB(['-interactive'])