home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / informix / 2450 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  2.6 KB

  1. Path: sparky!uunet!gumby!wupost!emory!emory!not-for-mail
  2. From: cris@bs1.dsg.ti.com (cris schramm)
  3. Newsgroups: comp.databases.informix
  4. Subject: tbinit processes on 5.0 (fwd)
  5. Date: 17 Nov 1992 14:33:08 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 55
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1ebhdkINNdq2@emory.mathcs.emory.edu>
  11. Reply-To: cris@bs1.dsg.ti.com (cris schramm)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1614>
  14.  
  15. > From: pao@wam.umd.edu (Nikos Strifas)
  16. > Subject: tbinit processes on 5.0
  17. > Date: Tue, 17 Nov 1992 16:57:04 GMT
  18. > Informix Users,
  19. > I have a problem that our local guru is unable to answer. I just installed
  20. > Informix 5.0 on my HP-700 & INCREASED some of the kernel parameters so I
  21. > could run TUXEDO. Anyway, the problem is that when I start Informix I see
  22. > 6 tbinit process running. We thought that 2 is the normal. Any suggestions?
  23.  
  24. This is due to Version 5.0 OnLine changes.  In your TBCONFIG file, you should
  25. see a parameter CLEANERS which is probably set to 4.  This gives you the 2
  26. tbinit processes you were seeing in the previous version of OnLine and 4 more
  27. tbinit processes that are the CLEANER processes.
  28.  
  29. If you run the a tbstat -F you will see 4 flushers and their states.  These
  30. tbinit processes are used to flush dirty pages from the shared memory
  31. buffers back to disk.  On my system I have 6 cleaners and the tbstat -F 
  32. looks like the following:
  33.  
  34.     RSAM Version 5.00.UD3   -- On-Line -- Up 4 days 01:49:20 -- 3136 Kbytes
  35.  
  36.     Fg Writes     LRU Writes    Idle Writes   Chunk Writes
  37.     0             0             0             0
  38.  
  39.     address  flusher  snooze   state    data
  40.     301894   0        60       I        0        = 0
  41.     3018fc   1        60       I        0        = 0
  42.     301964   2        60       I        0        = 0
  43.     3019cc   3        60       I        0        = 0
  44.     301a34   4        60       I        0        = 0
  45.     301a9c   5        60       I        0        = 0
  46.               states: Exit Idle Chunk Lru
  47.  
  48. If you have the 5.0 OnLine Administrator's Guide, you will find information
  49. about the OnLine daemon processes, including the page cleaners, in several
  50. places, but 2-29 is a good starting point.  
  51.  
  52. If you don't have a copy of this book, I suggest you beg, borrow or, as a 
  53. last resort, buy one :-).  It is the best book Informix has produced and
  54. gives detailed information about all aspects of the OnLine engine.  
  55.  
  56. > Thanx,
  57. > Apostolos Dedes
  58. > GE Information Services
  59. > dedes@geis.geis.com
  60.  
  61. Regards,
  62. Cris Schramm    Texas Instruments, Inc.              #include <disclaimers>
  63.                 Internet                cris@bs1.dsg.ti.com
  64.         TI Telephone        (512) 250-4424
  65.         Fax Phone        (512) 250-6051
  66.