DB2 Version 10.1 for Linux, UNIX, and Windows

Listing database partition servers in an instance (Windows)

On Windows, use the db2nlist command to obtain a list of database partition servers that participate in an instance.

About this task

The command is used as follows:
   db2nlist
When using this command as shown, the default instance is the current instance (set by the DB2INSTANCE environment variable). To specify a particular instance, you can specify the instance using:
   db2nlist /i:instName
where instName is the particular instance name you want.
You can also optionally request the status of each database partition server by using:
     db2nlist /s

The status of each database partition server might be one of: starting, running, stopping, or stopped.