About this task
If your DB2® for Windows workstation
is networked
to other Windows computers,
you can use the feature described in this section.
In order to
see Windows performance
objects from another DB2 for Windows computer, you must register
an administrator username and password with the DB2 database manager. (The default Windows Performance Monitor username, SYSTEM,
is a DB2 database reserved word
and cannot be used.) To register the name, type:
db2perfr -r username password
Note: The
username used must conform to the DB2 database
naming rules.
The username and password data is held
in a key in the registry, with security that allows access only by
administrators and the SYSTEM account. The data is encoded to prevent
security concerns about storing an administrator password in the registry.
Note: - Once a username and password combination has been registered with
the DB2 database system, even
local instances of the Performance Monitor will explicitly log on
using that username and password. This means that if the username
information registered with DB2 database
system does not match, local sessions of the Performance Monitor will
not show DB2 database performance
information.
- The username and password combination must be
maintained to match
the username and password values stored in the Windows Security database. If the username
or password is changed in the Windows Security
database, the username and password combination used for remote performance
monitoring must be reset.
- To deregister, type:
db2perfr -u <username> <password>