7. Using Monitoring and Tracing Tools : UNIX Trace Facilities : Bourne Shell -x Option : UNIX Trace Command
 
Share this page                  
UNIX Trace Command
Some UNIX platforms (such as Sun) provide a facility to trace system calls as they are made by a process. To invoke it, enter trace at the operating system prompt.
Create an Ingres Console for Error Monitoring in UNIX
To ensure that any new errors written to the Ingres error log file are displayed on the terminal screen, issue the following command at the terminal.
tail -f $II_SYSTEM/ingres/files/errlog.log
To continuously monitor the activities of the Ingres recovery process (dmfrcp), issue this command:
tail -f $II_SYSTEM/ingres/files/iircp.log