The netserv log file ( netserv.log) keeps track of network socket problems and logs each login attempt (successful or not) as well as each log out. Also recorded is how the database server processes terminate. The format of the file is as follows:
92-12-11 10:35:54 User: (17) 6017 DB: /home/lincks/DB NetServer: User partain logged in 92-12-11 10:48:06 User: (17) 6017 DB: /home/lincks/DB DBserver: User logged out 92-12-11 11:33:13 User: (U) 6016 DB: /home/lincks/DB NetServer: DBserver died, exit 12
The User entry specifies the uid number of the user causing the message and the socket ( TCPIPNO) number of the connection. An U means that the user is unknown or irrelevant. The entry DB tells which database the message is concerning.