Administration Guide

Listing Database Partition Servers in an Instance

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

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 partition server by using:

   db2nlist /s

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


[ Top of Page | Previous Page | Next Page ]