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:
db2nlistWhen
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 /sThe status of each database partition server might be one of: starting, running, stopping, or stopped.