Hi,
I have a linux server, which seems to run IBM db2. I am not quite sure if it is running fully functional or not.
When I run ps -ef command, it shows as below:
root 868 1 0 Oct27 ? 00:00:00 db2wdog
db2inst1 869 868 0 Oct27 ? 00:00:00 db2sysc
root 870 869 0 Oct27 ? 00:00:00 db2gds
db2inst1 871 869 0 Oct27 ? 00:00:00 db2ipccm
db2inst1 872 870 0 Oct27 ? 00:00:00 db2resyn
db2inst1 873 870 0 Oct27 ? 00:00:00 db2srvlst
But when I run the same command, it shows an additional db2tcpcm service too...
I am confused what is the purpose of this service and if it is really needed or not ?
By the way, what is the default port that IBM db2 runs on ? Is it 50000 ?
Thank you