ipcrm
For example:
%ipcrm
9.5.16Monitoring server activity
It may be helpful, especially for new users, to monitor server activity. When you start a server with the start_asiq utility, server activity is logged in an ASCII text file placed in the directory defined by $ASLOGDIR. (If $ASLOGDIR is not defined, it defaults to $ASDIR/logfiles.)
The log file name has this format:
your_server_name.###.srvlog
Each time you start the server, the number is incremented. For example, your directory may look like this:
demo.001.srvlog demo.002.srvlog janedemo.001.srvlog
For information about your most recent session, choose the log with the largest number for the desired server. Issue a tail
%tail
When you run start_asiq, specify the
To check if a particular server is running, log into the machine where it was started, and issue the command:
%ps
maryc 24836 25554 | 0 | Feb 09 | - 17:36 | ||
asiqsrv12 | 16m | 6000 |
| ||
10 |
| ||||
| |||||
@fnma.cfg asiqdemo.db |
|
| |||
janed 28932 38122 | 0 11:39:24 | - 2:10 | |||
asiqsrv12 | 16m | 6000 |
| ||
| |||||
2560 | |||||
|
In addition, the command % stop_asiq will display all Adaptive Server IQ processes running.
47