Well, I think I should try to say it in different words!
When we install DB2 on windows OS then few services are created. For example one is
DB2 - DB2COPY1 - DB2
If I change password at system level then on next db2start this service cannot log on to windows. DB2 won't run.
So if I need to change password of db2 adminstrator (db2admin user) then I must go through list of
services that need new password to log on to system so that whole db2 system starts seamlessly.
My question was to some one who had done it already; to help me with list of such things to do.
For an example we have DB2 administration commands for Administration server as
Quote:
>db2admin stop
>db2admin setid db2admin mynewsecret
>db2admin setschedid db2admin mynewsecret
> db2admin start
|
What are other commands for other db2 services ??
Regards