wpListener -shutdown -

Stops the JSON wire listener.

Syntax diagram

Read syntax diagramSkip visual syntax diagramwpListener -shutdown -mongoPort port -noSQLHost host_name
Read syntax diagramSkip visual syntax diagram-userid userid -password password
Read syntax diagramSkip visual syntax diagram-dbName db_name -logPath path
Read syntax diagramSkip visual syntax diagram-debug -useOriginalListener -testCmdLine threads

Command parameters

-mongoPort port
This parameter specifies a port that is listening for Mongo client requests.
-noSQLHost host_name
This parameter specifies the name of the host that is to be shut down because it is running the wire listener.
-userid userid
This parameter specifies the user ID for the backend server.
-password password
This optional parameter specifies the password for the user ID for the backend server.
-dbName db_name
This parameter specifies the name of the Db2 database that is used as the NoSQL data store.
-logPath path
This parameter specifies the path for storing log files.
-debug
This optional parameter enables debugging for the wire listener.

Example

Stop the wire listener:
wpListener -shutdown -mongoPort 27017 -noSQLHost host -userid db2admin