If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm not sure if you read this or someother article :
Quote:
Since the ps command on Sun's operating system does not provide the real process name of the DB2 processes (instead ps shows only "db2sysc") a new tool db2ptree was developed.
With db2ptree the DBA is able to see all DB2 processes of one instance with their real names (e.g. db2wdog, db2pfchr etc.). The result is in an easy-to-read tree structure. db2ptree is part of the standard DB2 installation image on Sun. It is located in the sqllib/bin subdirectory.
This explains why IBM has provided db2ptree only for Solaris ... I think you should be able to script one for AIX yourself
Cheers
Sathyaram
Quote:
Originally posted by db2db2
All,
Is there a process tree command (db2ptree) for AIX ?
I came across an article that explained about db2ptree command for Solaris.
Thanks
Chenni
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Sathya, Thanks for the immediate response and your reply explains why Solaris has db2ptree command. Btw, I don't see the command in ../sqllib/bin directory.