Hi Nick, Thanks for the feedback....
Quote:
Originally Posted by nick.bolton@barclays.com
Would the PID also be reported for the other components (e.g. dbms servers)?
I don't have any specific need for that; but consistency is always good.
|
Yes, The PID info will be reported for all of the GCF servers such as GCC (Comm Server), GCN (Name Server), and GCD (Data Access Server) except GCB (Protocol Bridge Server) which doesn't have the iimonitor capability yet.
As far as I know (BTW, I am not DBMS server expert), the DBMS server seems to report the PID info in the "show system sessions" command o/p as shown below ( see the label OS_tid: ). Displaying the PID info as a part of session info in the case of GCF servers doesn't make much sense because the PID doesn't change between sessions...
So, the answer is a no. i.e the dbms, dmfrcp, and star servers doesn't display PID info in the "show server" command o/p. It seems that the PID info is provided in the "show system sessions" o/p ( look for <admin job> session )....
Regards,
Usha
% iinamu
Ingres NAME SERVICE MANAGEMENT UTILITY --
-- Copyright (c) 2009 Ingres Corporation
IINAMU> show servers
STAR * 32911
DASVR * 32910
COMSVR * 32909
INGRES * 32908 (sole server)
IUSVR * 32907
IINMSVR * 32906
IINAMU> quit
% iimonitor 32908
IIMONITOR> show system sessions
Session 00000001:1075558080 ( <admin job> ) cs_state: CS_EVENT_WAIT (BIOR) cs_mask: CS_INTERRUPT_MASK OS_tid: 19713
< SNIPPED: other sessions info>
.....
....
IIMONITOR> quit
% ps -ef | grep 19713
ingres 19713 1 0 14:29 pts/7 00:00:00 /home/ingres/bin/iidbms dbms (default) MB
ingres 21283 11151 0 15:06 pts/7 00:00:00 grep 19713