免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4276 | 回复: 14
打印 上一主题 下一主题

请教: informix 有时异常当机 [复制链接]

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-07-12 11:19 |只看该作者 |倒序浏览
请教各位兄弟:

环境:
INFORMIX-OnLine Version 7.24.UC8
AIX V5.2

四月上线 后down 过两次
上周又down了
出错时的online.log

  1. 19:26:10  Checkpoint Completed:  duration was 0 seconds.
  2. 19:26:49  Assert Failed: Internal Error - Segmentation Violation
  3. 19:26:49   Who: Session(1226, switch@P650, 82246, -2147088836)
  4.                 Thread(1251, sqlexec, 80045b14, 1)
  5. 19:26:49   Results: OnLine must abort
  6. 19:26:49   Action: Reinitialize shared memory
  7. 19:26:49   See Also: /usr/switch/log/dump/af.4e380f9, shmem.4e380f9.0
  8. 19:31:10  Checkpoint Completed:  duration was 0 seconds.
  9. 19:36:10  Checkpoint Completed:  duration was 0 seconds.
  10. 19:36:57  rsinit.c, line 10215, thread 1251, proc id 123800, Segmentation Violation.
  11. 19:36:57  PANIC: Attempting to bring system down
复制代码


谢谢!!

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
2 [报告]
发表于 2004-07-12 11:40 |只看该作者

请教: informix 有时异常当机

onstat 读dump 文件的输出

  1. #**************************************************************************
  2. #
  3. #                           INFORMIX SOFTWARE, INC.
  4. #
  5. #  Title:        onconfig.std
  6. #  Description: INFORMIX-OnLine Configuration Parameters
  7. #
  8. #**************************************************************************

  9. # Root Dbspace Configuration

  10. ROOTNAME        rootdbs         # Root dbspace name
  11. ROOTPATH        /dev/rlvrootdbs # Path for device containing root dbspace
  12. ROOTOFFSET      1024            # Offset of root dbspace into device (Kbytes)
  13. ROOTSIZE        1000000         # Size of root dbspace (Kbytes)

  14. # Disk Mirroring Configuration Parameters

  15. MIRROR          0               # Mirroring flag (Yes = 1, No = 0)
  16. MIRRORPATH                      # Path for device containing mirrored root
  17. MIRROROFFSET    0               # Offset into mirrored device (Kbytes)

  18. # Physical Log Configuration

  19. PHYSDBS         logdbs          # Location (dbspace) of physical log
  20. PHYSFILE        40000           # Physical log file size (Kbytes)

  21. # Logical Log Configuration

  22. LOGFILES        20              # Number of logical log files
  23. LOGSIZE         500             # Logical log size (Kbytes)

  24. # Diagnostics

  25. MSGPATH         /usr/informix/online.log # System message log file path
  26. CONSOLE         /dev/console    # System console message path
  27. ALARMPROGRAM    /usr/informix/etc/log_full.sh # Alarm program path
  28. TBLSPACE_STATS  1               

  29. # System Archive Tape Device

  30. TAPEDEV         /dev/null       # Tape device path       
  31. TAPEBLK         16              # Tape block size (Kbytes)
  32. TAPESIZE        10240           # Maximum amount of data to put on tape (Kbytes)

  33. # Log Archive Tape Device

  34. LTAPEDEV        /dev/null       # Log tape device path
  35. LTAPEBLK        16              # Log tape block size (Kbytes)
  36. LTAPESIZE       10240           # Max amount of data to put on log tape (Kbytes)

  37. # Optical

  38. STAGEBLOB                       # INFORMIX-OnLine/Optical staging area

  39. # System Configuration

  40. SERVERNUM       0               # Unique id corresponding to a OnLine instance
  41. DBSERVERNAME    online          # Name of default database server
  42. DBSERVERALIASES onlinemem       # List of alternate dbservernames
  43. NETTYPE         ipcshm,1,80,CPU
  44. NETTYPE         soctcp,1,120,NET
  45. DEADLOCK_TIMEOUT 45              # Max time to wait of lock in distributed env.
  46. RESIDENT        0               # Forced residency flag (Yes = 1, No = 0)

  47. MULTIPROCESSOR  1               # 0 for single-processor, 1 for multi-processor
  48. NUMCPUVPS       2               # Number of user (cpu) vps
  49. SINGLE_CPU_VP   0               # If non-zero, limit number of cpu vps to one

  50. NOAGE           0               # Process aging
  51. AFF_SPROC       0               # Affinity start processor
  52. AFF_NPROCS      2               # Affinity number of processors

  53. # Shared Memory Parameters

  54. LOCKS           1500000         # Maximum number of locks
  55. BUFFERS         250000          # Maximum number of shared buffers
  56. NUMAIOVPS       6               # Number of IO vps
  57. PHYSBUFF        1024            # Physical log buffer size (Kbytes)
  58. LOGBUFF         1024            # Logical log buffer size (Kbytes)
  59. LOGSMAX         30              # Maximum number of logical log files
  60. CLEANERS        1               # Number of buffer cleaner processes
  61. SHMBASE         0x30000000        # Shared memory base address
  62. SHMVIRTSIZE     8000            # initial virtual shared memory segment size
  63. SHMADD          8192            # Size of new shared memory segments (Kbytes)
  64. SHMTOTAL        0               # Total shared memory (Kbytes). 0=>;unlimited
  65. CKPTINTVL       300             # Check point interval (in sec)
  66. LRUS            8               # Number of LRU queues
  67. LRU_MAX_DIRTY   60              # LRU percent dirty begin cleaning limit
  68. LRU_MIN_DIRTY   50              # LRU percent dirty end cleaning limit
  69. LTXHWM          50              # Long transaction high water mark percentage
  70. LTXEHWM         60              # Long transaction high water mark (exclusive)
  71. TXTIMEOUT       0x12c             # Transaction timeout (in sec)
  72. STACKSIZE       32              # Stack size (Kbytes)

  73. # System Page Size
  74. # BUFFSIZE - OnLine no longer supports this configuration parameter.
  75. #            To determine the page size used by OnLine on your platform
  76. #            see the last line of output from the command, 'onstat -b'.


  77. # Recovery Variables
  78. # OFF_RECVRY_THREADS:
  79. # Number of parallel worker threads during fast recovery or an offline restore.
  80. # ON_RECVRY_THREADS:
  81. # Number of parallel worker threads during an online restore.

  82. OFF_RECVRY_THREADS 10              # Default number of offline worker threads
  83. ON_RECVRY_THREADS 1               # Default number of online worker threads

  84. # Data Replication Variables
  85. # DRAUTO: 0 manual, 1 retain type, 2 reverse type
  86. DRAUTO          0               # DR automatic switchover
  87. DRINTERVAL      30              # DR max time between DR buffer flushes (in sec)
  88. DRTIMEOUT       30              # DR network timeout (in sec)
  89. DRLOSTFOUND     /usr/informix/etc/dr.lostfound # DR lost+found file path

  90. # CDR Variables
  91. CDR_LOGBUFFERS  2048            # size of log reading buffer pool (Kbytes)
  92. CDR_EVALTHREADS 1,2             # evaluator threads (per-cpu-vp,additional)
  93. CDR_DSLOCKWAIT  5               # DS lockwait timeout (seconds)
  94. CDR_QUEUEMEM    4096            # Maximum amount of memory for any CDR queue (Kbytes)

  95. # Backup/Restore variables
  96. BAR_ACT_LOG     /tmp/bar_act.log
  97. BAR_MAX_BACKUP  0               
  98. BAR_RETRY       1               
  99. BAR_NB_XPORT_COUNT 10              
  100. BAR_XFER_BUF_SIZE 31              

  101. # Read Ahead Variables
  102. RA_PAGES                        # Number of pages to attempt to read ahead
  103. RA_THRESHOLD                    # Number of pages left before next group

  104. # DBSPACETEMP:
  105. # OnLine equivalent of DBTEMP for SE. This is the list of dbspaces
  106. # that the OnLine SQL Engine will use to create temp tables etc.
  107. # If specified it must be a colon separated list of dbspaces that exist
  108. # when the OnLine system is brought online.  If not specified, or if
  109. # all dbspaces specified are invalid, various ad hoc queries will create
  110. # temporary files in /tmp instead.

  111. DBSPACETEMP                     # Default temp dbspaces

  112. # DUMP*:
  113. # The following parameters control the type of diagnostics information which
  114. # is preserved when an unanticipated error condition (assertion failure) occurs
  115. # during OnLine operations.  
  116. # For DUMPSHMEM, DUMPGCORE and DUMPCORE 1 means Yes, 0 means No.

  117. DUMPDIR         /usr/switch/log/dump # Preserve diagnostics in this directory
  118. DUMPSHMEM       1               # Dump a copy of shared memory
  119. DUMPGCORE       0               # Dump a core image using 'gcore'
  120. DUMPCORE        0               # Dump a core image (Warning:this aborts OnLine)
  121. DUMPCNT         1               # Number of shared memory or gcore dumps for
  122.                                 # a single user's session

  123. FILLFACTOR      90              # Fill factor for building indexes

  124. # method for OnLine to use when determining current time
  125. USEOSTIME       0               # 0: use internal time(fast), 1: get time from OS(slow)

  126. # Parallel Database Queries (pdq)
  127. MAX_PDQPRIORITY 100             # Maximum allowed pdqpriority
  128. DS_MAX_QUERIES                  # Maximum number of decision support queries
  129. DS_TOTAL_MEMORY                 # Decision support memory (Kbytes)
  130. DS_MAX_SCANS    1048576         # Maximum number of decision support scans       
  131. DATASKIP        off             # List of dbspaces to skip

  132. # OPTCOMPIND
  133. # 0 =>; Nested loop joins will be preferred (where
  134. #      possible) over sortmerge joins and hash joins.
  135. # 1 =>; If the transaction isolation mode is not  
  136. #      "repeatable read", optimizer behaves as in (2)
  137. #      below.  Otherwise it behaves as in (0) above.
  138. # 2 =>; Use costs regardless of the transaction isolation
  139. #      mode.  Nested loop joins are not necessarily  
  140. #      preferred.  Optimizer bases its decision purely  
  141. #      on costs.
  142. OPTCOMPIND      2               # To hint the optimizer

  143. ONDBSPACEDOWN   2               # Dbspace down option: 0 = CONTINUE, 1 = ABORT, 2 = WAIT
  144. LBU_PRESERVE    0               # Preserve last log for log backup
  145. OPCACHEMAX      0               # Maximum optical cache size (Kbytes)

  146. # HETERO_COMMIT (Gateway participation in distributed transactions)
  147. # 1 =>; Heterogeneous Commit is enabled
  148. # 0 (or any other value) =>; Heterogeneous Commit is disabled
  149. HETERO_COMMIT   0               

  150. Userthreads
  151. address  flags   sessid   user     tty      wait     tout locks nreads   nwrites
  152. 8003a014 ---P--D 1        informix -        0        0    0     1876     239021
  153. 8003a454 ---P--F 0        informix -        0        0    0     0        1236869
  154. 8003a894 ---P--B 9        informix -        0        0    0     22       12288
  155. 8003acd4 Y--P--- 1225     switch   -        8072d074 0    1     0        4
  156. 8003b114 Y--P--- 6        switch   0        801d7f58 0    1     57       71
  157. 8003b554 ---P--D 12       informix -        0        0    0     0        0
  158. 8003b994 Y--P--- 15       switch   0        802c30c0 0    1     716      616
  159. 8003bdd4 Y--P--- 16       switch   0        a00180ac 0    1     90       80
  160. 8003c214 Y--P--- 17       switch   0        8031f1e0 0    1     39       7520
  161. 8003c654 Y--P--- 18       switch   0        a00262fc 0    1     29       14013
  162. 8003ca94 Y--P--- 19       switch   0        a00473a8 0    1     63       264
  163. 8003ced4 Y--P--- 20       switch   0        802eb484 0    1     174      63087
  164. 8003d314 Y--P--- 21       switch   0        804640ac 0    1     0        587
  165. 8003d754 Y--P--- 22       switch   0        a002f50c 0    1     22       101
  166. 8003db94 Y--P--- 23       switch   0        802cf150 0    1     0        0
  167. 8003dfd4 Y--P--- 41       switch   1        a0015838 0    1     7967     77897
  168. 8003e414 Y--P--- 44       switch   0        a002f820 0    0     0        0
  169. 8003e854 Y--P--- 26       switch   0        a008f4c0 0    1     0        0
  170. 8003ec94 Y--P--- 27       switch   0        80243c58 0    0     0        0
  171. 8003f0d4 Y--P--- 28       switch   0        802970c0 0    1     6        0
  172. 8003f514 Y--P--- 29       switch   0        8057b0c0 0    1     24590    0
  173. 8003f954 Y--P--- 30       switch   0        805e5074 0    0     0        0
  174. 8003fd94 Y--P--- 31       switch   0        a002f670 0    1     3322     11330
  175. 800401d4 Y--P--- 32       switch   0        a00156d4 0    0     0        0
  176. 80040614 Y--P--- 33       switch   0        805e5224 0    0     0        0
  177. 80040a54 Y--P--- 34       switch   0        a00776cc 0    0     24       64
  178. 80040e94 Y--P--- 35       switch   0        a008f670 0    0     25       179
  179. 800412d4 Y--P--- 36       switch   0        8046d774 0    0     24       248
  180. 80041714 Y--P--- 37       switch   0        802cf2b4 0    0     26       74093
  181. 80041b54 Y--P--- 38       switch   0        805ad5a4 0    0     25       550
  182. 80041f94 Y--P--- 39       switch   0        a0083764 0    0     0        0
  183. 800423d4 Y--P--- 42       switch   1        805e53d4 0    1     0        0
  184. 80042814 Y--P--- 45       switch   1        8046ddc4 0    1     10       0
  185. 80043094 Y--P--- 47       switch   1        806b1074 0    1     34695    66908
  186. 800434d4 Y--P--- 48       switch   1        806cd560 0    1     11       54
  187. 80043914 Y--P--- 49       switch   1        a0083f74 0    1     41941    147620
  188. 80043d54 Y--P--- 50       switch   1        a008fb90 0    1     211      2731
  189. 80044194 Y--P--- 51       switch   1        80683560 0    1     5        63
  190. 800445d4 Y--P--- 52       switch   1        a0015440 0    1     140      92
  191. 80044a14 Y--P--- 590      switch   3        a00a7830 0    1     15415    234911
  192. 80044e54 Y--P--- 1143     switch   5        80701104 0    1     642      21953
  193. 80045b14 ---P--- 1226     switch   -        0        0    1     1        421787
  194. 42 active, 128 total, 45 maximum concurrent

  195. Latches with lock or userthread set
  196. name     address  lock wait userthread

  197. Locks
  198. address  wtlist   owner    lklist   type     tblsnum  rowid    key#/bsiz
  199. 302176cc 0        8003acd4 0            S    100002   209         0   
  200. 30217700 0        8003bdd4 0            S    100002   209         0   
  201. 30217734 0        8003c654 0            S    100002   209         0   
  202. 30217768 0        8003ced4 0            S    100002   208         0   
  203. 3021779c 0        8003d754 0            S    100002   209         0   
  204. 302177d0 0        8003e854 0            S    100002   209         0   
  205. 30217804 0        8003f0d4 0            S    100002   209         0   
  206. 30217838 0        800423d4 0            S    100002   208         0   
  207. 3021786c 0        8003dfd4 0            S    100002   208         0   
  208. 302178a0 0        800434d4 0            S    100002   208         0   
  209. 302178d4 0        80043d54 0            S    100002   208         0   
  210. 30217908 0        800445d4 0            S    100002   208         0   
  211. 3021793c 0        80042814 0            S    100002   208         0   
  212. 30217970 0        80044e54 0            S    100002   208         0   
  213. 3021d408 0        80044a14 0            S    100002   208         0   
  214. 30223ee0 0        80045b14 0            S    100002   209         0   
  215. 30224150 0        8003f514 0            S    100002   208         0   
  216. 32748e8c 0        8003b114 0        HDR+S    100002   209         0   
  217. 32748ec0 0        8003b994 0            S    100002   209         0   
  218. 32748ef4 0        8003c214 0            S    100002   209         0   
  219. 32748f28 0        8003ca94 0        HDR+S    100002   208         0   
  220. 32748f5c 0        8003d314 0            S    100002   209         0   
  221. 32748f90 0        8003db94 0            S    100002   209         0   
  222. 32748fc4 0        8003fd94 0            S    100002   208         0   
  223. 32749060 0        80043094 0            S    100002   208         0   
  224. 32749094 0        80043914 0            S    100002   208         0   
  225. 327490c8 0        80044194 0            S    100002   208         0   
  226. 27 active, 1500000 total, 131072 hash buckets

  227. Buffers
  228. address  userthread flgs pagenum  memaddr  nslots pgflgs xflgs owner    waitlist
  229. 55 modified, 250000 total, 262144 hash buckets, 4096 buffer size

  230. Tblspaces
  231. n address  flgs ucnt tblnum   physaddr npages nused  npdata nrows  nextns
  232. 1 80038d20 0    1    100001   10000e   350    345    0      0      7     
  233. 4 80038fcc 0    1    200001   200004   50     2      0      0      1     
  234. 5 80039248 0    1    300001   300004   50     2      0      0      1     
  235. 6 8003958c 0    1    400001   400004   100    83     0      0      2     
  236. 7 8005c028 0    12   400002   400005   8      6      3      84     1     
  237. 43 a00e29e4 0    1    400050   4042ad   115    111    99     1765   1     
  238. 46 80039a68 0    1    500001   500004   200    162    0      0      4     
  239. 47 804f2418 0    15   500002   500005   16     10     5      163    2     
  240. 71 a0148758 0    2    50004a   500195   8      7      1      11     1     
  241. 73 a0148220 0    3    500059   5001a4   2003   1985   1659   18246  5     
  242. 74 a00e2ef4 0    1    50005a   5001a5   4      2      1      17     1     
  243. 76 a01485b8 0    1    500074   500355   4      2      1      2      1     
  244. 79 80503e48 0    4    500078   500359   108544 108544 13731  107946 27   
  245. 80 a00e2d24 0    2    500079   50035a   277    272    187    2957   9     
  246. 81 a00e22e4 0    2    50007a   50035b   1100   1100   392    7019   3     
  247. 82 a00e27e4 0    3    50007e   50035f   34327  34204  25457  327822 14   
  248. 87 805038e0 0    1    500087   500368   4      3      1      5      1     
  249. 89 805031d8 0    1    500089   50036a   8661   8661   5822   36878  4     
  250. 90 80503bc4 0    1    50008a   50036b   153    151    140    1117   18   
  251. 19 active, 99 total

  252. Dbspaces
  253. address  number   flags    fchunk   nchunks  flags    owner    name
  254. 800380ec 1        1        1        1        N        informix rootdbs
  255. 800385e4 2        1        2        1        N        informix logdbs
  256. 80038650 3        2001     3        1        N T      informix tempdbs
  257. 800386bc 4        1        4        1        N        informix switchdbs
  258. 80038728 5        1        5        1        N        informix swibsdbs
  259. 5 active, 2047 maximum

  260. Chunks
  261. address  chk/dbs offset   size     free     bpages   flags pathname
  262. 80038158 1   1   256      250000   248817            PO-   /dev/rlvrootdbs
  263. 80038294 2   2   256      251000   36147             PO-   /dev/rlvlogdbs
  264. 80038368 3   3   256      500000   499947            PO-   /dev/rlvtempdbs
  265. 8003843c 4   4   256      500000   350916            PO-   /dev/rlvswitchdbs
  266. 80038510 5   5   256      500000   171902            PO-   /dev/rlvswibsdbs
  267. 5 active, 2047 maximum

  268. Physical Logging
  269. Buffer bufused  bufsize  numpages numwrits pages/io
  270.   P-2  53       256      890930   4851     183.66
  271.       phybegin physize  phypos   phyused  %used   
  272.       232035   10000    6925     53       0.53   

  273. Logical Logging
  274. Buffer bufused  bufsize  numrecs  numpages numwrits recs/pages pages/io
  275.   L-3  0        256      0        4557301  4473822  0.0        1.0     

  276. address  number   flags    uniqid   begin        size     used    %used
  277. 34c7a64c 1        U-B----  5187     207835      10240    10240   100.00
  278. 34c7a684 3        U-B----  5188     20a035      10240    10240   100.00
  279. 34c7a6a0 4        U-B----  5189     200035      10240    10240   100.00
  280. 34c7a6bc 5        U-B----  5190     202835      10240    10240   100.00
  281. 34c7a6d8 6        U-B----  5191     205035      10240    10240   100.00
  282. 34c7a6f4 7        U-B----  5192     20c835      10240    10240   100.00
  283. 34c7a710 8        U-B----  5193     20f035      10240    10240   100.00
  284. 34c7a72c 9        U---C-L  5194     211835      10240     3605    35.21
  285. 34c7a748 10       U-B----  5175     214035      10240    10240   100.00
  286. 34c7a764 11       U-B----  5176     216835      10240    10240   100.00
  287. 34c7a780 12       U-B----  5177     219035      10240    10240   100.00
  288. 34c7a79c 13       U-B----  5178     21b835      10240    10240   100.00
  289. 34c7a7b8 14       U-B----  5179     21e035      10240    10240   100.00
  290. 34c7a7d4 15       U-B----  5180     220835      10240    10240   100.00
  291. 34c7a7f0 16       U-B----  5181     223035      10240    10240   100.00
  292. 34c7a80c 17       U-B----  5182     225835      10240    10240   100.00
  293. 34c7a828 18       U-B----  5183     228035      10240    10240   100.00
  294. 34c7a844 19       U-B----  5184     22a835      10240    10240   100.00
  295. 34c7a860 20       U-B----  5185     22d035      10240    10240   100.00
  296. 34c7a87c 21       U-B----  5186     22f835      10240    10240   100.00

  297. Profile
  298. dskreads pagreads bufreads %cached dskwrits pagwrits bufwrits %cached
  299. 357051   357309   2049654925 99.98   5717680  6687186  21267407 73.12  

  300. isamtot  open     start    read     write    rewrite  delete   commit   rollbk
  301. 256545961 13849027 25168559 114060031 2176949  11397984 1619197  4533594  15

  302. ovlock   ovuserthread ovbuff   usercpu  syscpu   numckpts flushes
  303. 0        0            0        146494.06 2297.77  2188     4384   

  304. bufwaits lokwaits lockreqs deadlks  dltouts  ckpwaits compress seqscans
  305. 42854    25420    1988698859 0        0        1021     98553    2704535

  306. ixda-RA  idx-RA   da-RA    RA-pgsused lchwaits
  307. 219      0        268749   268781     4670111

  308. MT global info:
  309. sessions threads  vps      lngspins
  310. 38       58       13       438     

  311.           sched calls     thread switches yield 0   yield n   yield forever
  312. total:    837081689       180377762       718198972 1644016   14832181
  313. per sec:  0               0               0         0         0        

  314. Virtual processor summary:
  315. class    vps           usercpu           syscpu            total
  316. cpu       2         146294.33           965.02         147259.35
  317. aio       6            10.99            25.97            36.96
  318. lio       1             1.98             4.87             6.85
  319. pio       1             2.00             3.97             5.97
  320. adm       1             9.84            14.44            24.28
  321. soc       1           174.84          1283.47          1458.31
  322. msc       1             0.08             0.03             0.11
  323. total    13         146494.06          2297.77         148791.83

  324. Individual virtual processors:
  325.    vp             pid         class          usercpu           syscpu            total
  326.     1           123800          cpu         74262.18           498.06         74760.24
  327.     2           127008          adm             9.84            14.44            24.28
  328.     3            70498          cpu         72032.15           466.96         72499.11
  329.     4           126816          lio             1.98             4.87             6.85
  330.     5            71456          pio             2.00             3.97             5.97
  331.     6            63102          aio             1.98             4.91             6.89
  332.     7           128890          msc             0.08             0.03             0.11
  333.     8           127990          aio             2.00             4.14             6.14
  334.     9           128606          aio             1.82             3.83             5.65
  335.    10           125296          aio             1.76             4.39             6.15
  336.    11            46924          aio             1.69             4.27             5.96
  337.    12           131098          aio             1.74             4.43             6.17
  338.    13           125144          soc           174.84          1283.47          1458.31
  339.                                 tot         146494.06          2297.77         148791.83

  340. Queue statistics not enabled

  341. Wait statistics not enabled

  342. Threads:
  343. tid        tcb        rstcb        prty        status                        vp-class   name

  344. 2        8019fbb4 0        2        sleeping(Forever)          4lio    lio vp 0
  345. 3        801bb028 0        2        sleeping(Forever)          5pio    pio vp 0
  346. 4        801bb2c0 0        2        sleeping(Forever)          6aio    aio vp 0
  347. 5        801bb610 0        2        sleeping(Forever)          7msc    msc vp 0
  348. 6        801bbabc 0        2        sleeping(Forever)          8aio    aio vp 1
  349. 7        801bbda0 0        2        sleeping(Forever)          9aio    aio vp 2
  350. 8        801d70c0 0        2        sleeping(Forever)         10aio    aio vp 3
  351. 9        801d7384 0        2        sleeping(Forever)         11aio    aio vp 4
  352. 10        801d7668 0        2        sleeping(Forever)         12aio    aio vp 5
  353. 11        8027b10c 8003a014 4        sleeping(secs: 2)          3cpu    main_loop()
  354. 12        8027b7dc 0        2        running                         13soc    soctcppoll
  355. 13        8027bd08 0        2        sleeping(Forever)          1cpu    sm_poll
  356. 14        802b3ac0 0        3        sleeping(Forever)          1cpu    soctcplst
  357. 15        801d7da8 0        2        sleeping(Forever)          1cpu    sm_listen
  358. 16        802dd3ec 0        2        sleeping(secs: 3)          3cpu    sm_discon
  359. 17        802dd7a8 8003a454 2        sleeping(Forever)          3cpu    flush_sub(0)
  360. 18        802dda8c 0        4        sleeping(Forever)          1cpu    kaio
  361. 19        802eb23c 8003a894 2        sleeping(secs: 56)          3cpu    btclean
  362. 34        801f3150 0        4        sleeping(Forever)          3cpu    kaio
  363. 36        801f3710 8003b554 4        ready                          1cpu    onmode_mon
  364. 38        803130c0 8003b114 2        cond wait(netnorm)          1cpu    sqlexec
  365. 40        8045f2b4 8003b994 2        cond wait(netnorm)          1cpu    sqlexec
  366. 41        801f3edc 8003bdd4 2        cond wait(netnorm)          3cpu    sqlexec
  367. 42        a00a7270 8003c214 2        cond wait(netnorm)          3cpu    sqlexec
  368. 43        8024376c 8003c654 2        cond wait(netnorm)          3cpu    sqlexec
  369. 44        a003213c 8003ca94 2        cond wait(netnorm)          3cpu    sqlexec
  370. 45        803136a0 8003ced4 2        cond wait(netnorm)          3cpu    sqlexec
  371. 46        80313bd8 8003d314 2        cond wait(netnorm)          1cpu    sqlexec
  372. 47        804642a8 8003d754 2        cond wait(netnorm)          3cpu    sqlexec
  373. 48        8045f7e4 8003db94 2        cond wait(netnorm)          1cpu    sqlexec
  374. 51        801f3398 8003e854 2        cond wait(netnorm)          1cpu    sqlexec
  375. 52        8031f390 8003ec94 2        cond wait(netnorm)          1cpu    sqlexec
  376. 53        a009b0c0 8003f0d4 2        cond wait(netnorm)          3cpu    sqlexec
  377. 54        801f3958 8003f514 2        cond wait(netnorm)          3cpu    sqlexec
  378. 55        a006b318 8003f954 2        cond wait(netnorm)          1cpu    sqlexec
  379. 56        805c1028 8003fd94 2        cond wait(netnorm)          3cpu    sqlexec
  380. 57        a009b5ac 800401d4 2        cond wait(netnorm)          1cpu    sqlexec
  381. 58        a0077150 80040614 2        cond wait(netnorm)          1cpu    sqlexec
  382. 59        805f9074 80040a54 2        cond wait(netnorm)          1cpu    sqlexec
  383. 60        a0047634 80040e94 2        cond wait(netnorm)          1cpu    sqlexec
  384. 61        a009ba98 800412d4 2        cond wait(netnorm)          3cpu    sqlexec
  385. 62        805ad104 80041714 2        cond wait(netnorm)          1cpu    sqlexec
  386. 63        8057b2bc 80041b54 2        cond wait(netnorm)          1cpu    sqlexec
  387. 64        80227280 80041f94 2        cond wait(netnorm)          0cpu    sqlexec
  388. 66        a005310c 8003dfd4 2        cond wait(netnorm)          3cpu    sqlexec
  389. 67        802fd540 800423d4 2        cond wait(netnorm)          1cpu    sqlexec
  390. 69        8046d924 8003e414 2        cond wait(netnorm)          3cpu    sqlexec
  391. 70        8063322c 80042814 2        cond wait(netnorm)          1cpu    sqlexec
  392. 72        806cd0c0 80043094 2        cond wait(netnorm)          3cpu    sqlexec
  393. 73        a0083ad4 800434d4 2        cond wait(netnorm)          1cpu    sqlexec
  394. 74        a008f7d4 80043914 2        cond wait(netnorm)          1cpu    sqlexec
  395. 75        806830c0 80043d54 2        cond wait(netnorm)          3cpu    sqlexec
  396. 76        a00835b4 80044194 2        cond wait(netnorm)          1cpu    sqlexec
  397. 77        a005f5ac 800445d4 2        cond wait(netnorm)          3cpu    sqlexec
  398. 628        8032b34c 80044a14 2        cond wait(netnorm)          1cpu    sqlexec
  399. 1168        806cd7e4 80044e54 2        cond wait(netnorm)          3cpu    sqlexec
  400. 1250        8072d150 8003acd4 2        cond wait(sm_read)          1cpu    sqlexec
  401. 1251        805e598c 80045b14 2        running                          1cpu    sqlexec

复制代码

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
3 [报告]
发表于 2004-07-12 11:44 |只看该作者

请教: informix 有时异常当机





  1. Stored Procedure Cache is empty.

  2. VP Scheduler Statistics:

  3.   vp             pid         class           semops         busy waits         spins/wait
  4.    1           123800          cpu               43                 75                507
  5.    2           127008          adm                0                  0                  0
  6.    3            70498          cpu          8254057           10930159                512
  7.    4           126816          lio                2                  0                  0
  8.    5            71456          pio                2                  0                  0
  9.    6            63102          aio              315                  0                  0
  10.    7           128890          msc              330                  0                  0
  11.    8           127990          aio              304                  0                  0
  12.    9           128606          aio               45                  0                  0
  13.   10           125296          aio               30                  0                  0
  14.   11            46924          aio               27                  0                  0
  15.   12           131098          aio               21                  0                  0
  16.   13           125144          soc               89                 91                994


  17. AIO global info:
  18.    6 aio classes
  19.    8 open files
  20.   64 max global files

  21. AIO I/O queues:
  22. q name/id    len maxlen totalops  dskread dskwrite  dskcopy
  23.   kio   0      0     19  3099104   105695  2993409        0
  24.   kio   1      0     16  3031319   251371  2779948        0
  25.   adt   0      0      0        0        0        0        0
  26.   msc   0      0      1      328        0        0        0
  27.   aio   0      0      5      558      260        2        0
  28.   pio   0      0      0        0        0        0        0
  29.   lio   0      0      0        0        0        0        0
  30.   gfd   3      0      1        2        2        0        0
  31.   gfd   4      0      0        0        0        0        0
  32.   gfd   5      0      0        0        0        0        0
  33.   gfd   6      0      0        0        0        0        0
  34.   gfd   7      0      0        0        0        0        0

  35. AIO I/O vps:
  36. class/vp s  io/s totalops  dskread dskwrite  dskcopy  wakeups  io/wup  errors
  37.   kio  0 i   3.3  2853450    44954  2808496        0  5247839   0.5       0
  38.   kio  1 i   3.1  2695322    79705  2615617        0  4906686   0.5       0
  39.   msc  0 i   0.0      328        0        0        0      329   1.0       0
  40.   aio  0 i   0.0      333       33       26        0      313   1.1       0
  41.   aio  1 i   0.0      312      277       22        0      302   1.0       0
  42.   aio  2 i   0.0       49       22       23        0       43   1.1       0
  43.   aio  3 i   0.0       36       19       15        0       28   1.3       0
  44.   aio  4 i   0.0       26       14       11        0       25   1.0       0
  45.   aio  5 i   0.0       24        6       16        0       20   1.2       0
  46.   pio  0 i   0.0        0        0        0        0        1   0.0       0
  47.   lio  0 i   0.0        0        0        0        0        1   0.0       0

  48. AIO global files:
  49. gfd pathname         totalops  dskread dskwrite  io/s
  50.   3 /dev/rlvrootdbs      4080     1878     2202   0.0
  51.   4 /dev/rlvlogdbs    4534884      591  4534293   5.2
  52.   5 /dev/rlvtempdbs         2        1        1   0.0
  53.   6 rlvswitchdbs        44729    12582    32147   0.1
  54.   7 /dev/rlvswibsdbs   965079   109609   855470   1.1

  55. AIO big buffer usage summary:
  56. class                 reads                                   writes
  57.        pages    ops  pgs/op  holes  hl-ops hls/op      pages    ops  pgs/op
  58. kio 418217  124659   3.35  60908   21936   2.78      6687337 5424113   1.23
  59. adt      0       0   0.00      0       0   0.00           0      0   0.00
  60. msc      0       0   0.00      0       0   0.00           0      0   0.00
  61. aio    874     111   7.87      0       0   0.00         888    111   8.00
  62. pio      0       0   0.00      0       0   0.00           0      0   0.00
  63. lio      0       0   0.00      0       0   0.00           0      0   0.00

  64. global network information:
  65.   #netscb connects     read    write    q-free  q-limits  q-exceed
  66.   43/  46     1323 22794961 22797406   10/  10  184/  10    0/   0

  67. Individual thread network information (basic):
  68.   netscb type   thread name    sid   fd poll    reads   writes q-nrm q-exp
  69. 806db468 ipcshm sqlexec       1226    0    0  1647699  1647729 -475134/ 0  0/ 0
  70. 8077f350 ipcshm sqlexec       1225    0    0      157      169 -49/ 0  0/ 0
  71. 80651c48 soctcp sqlexec       1143   39    5   131566   131566  0/ 1  0/ 0
  72. a0105028 soctcp sqlexec        590   40    5  1103423  1103464  0/ 1  0/ 0
  73. 806bd1ac soctcp sqlexec         52   37    5   257588   257588  0/ 1  0/ 0
  74. 80529644 soctcp sqlexec         51   36    5    14182    14182  0/ 1  0/ 0
  75. 8016e344 soctcp sqlexec         50   35    5    15926    15926  0/ 1  0/ 0
  76. 80501b8c soctcp sqlexec         49   34    5   843317   843317  0/ 1  0/ 0
  77. 806dd790 soctcp sqlexec         48   33    5      389      389  0/ 1  0/ 0
  78. 806bfe78 soctcp sqlexec         47   32    5   415212   415212  0/ 1  0/ 0
  79. 805d5028 soctcp sqlexec         45   31    5       76       76  0/ 1  0/ 0
  80. 80529028 soctcp sqlexec         44   30    5        7        7  0/ 1  0/ 0
  81. 80651028 soctcp sqlexec         42   29    5        8        8  0/ 1  0/ 0
  82. 80589c20 soctcp sqlexec         41   13    5   435040   435040  0/ 1  0/ 0
  83. 805e96ec soctcp sqlexec         39   28    5        7        7  0/ 1  0/ 0
  84. 80587914 soctcp sqlexec         38   27    5     6385     6402  0/ 1  0/ 0
  85. 805b11a4 soctcp sqlexec         37   26    5   888885   888902  0/ 1  0/ 0
  86. 8054d914 soctcp sqlexec         36   25    5     2729     2746  0/ 1  0/ 0
  87. 805e9278 soctcp sqlexec         35   24    5     1929     1946  0/ 1  0/ 0
  88. 805d7d10 soctcp sqlexec         34   23    5      537      554  0/ 1  0/ 0
  89. 8050bc7c soctcp sqlexec         33   22    5        7        7  0/ 1  0/ 0
  90. 805e90c0 soctcp sqlexec         32   21    5        7        7  0/ 1  0/ 0
  91. 805b3068 soctcp sqlexec         31   20    5    22588    23005  0/ 1  0/ 0
  92. 8055dcf0 soctcp sqlexec         30   19    5        7        7  0/ 1  0/ 0
  93. 805b1028 soctcp sqlexec         29   18    5    40393    40393  0/ 1  0/ 0
  94. 8054f100 soctcp sqlexec         28   17    5  1479168  1479168  0/ 1  0/ 0
  95. 8056d100 soctcp sqlexec         27   16    5        7        7  0/ 1  0/ 0
  96. 8050bad8 soctcp sqlexec         26   15    5        4        4  0/ 1  0/ 0
  97. 8051bc44 soctcp sqlexec         23   12    5        7        7  0/ 1  0/ 0
  98. 80501028 soctcp sqlexec         22   11    5    64692    64692  0/ 1  0/ 0
  99. 80505610 soctcp sqlexec         21   10    5     1844     1844  0/ 1  0/ 0
  100. 804e35a4 soctcp sqlexec         20    9    5    76132    77472  0/ 1  0/ 0
  101. 804ab028 soctcp sqlexec         19    8    5    11700    11702  0/ 1  0/ 0
  102. 804e3c5c soctcp sqlexec         18    7    5    55356    55373  0/ 1  0/ 0
  103. 804e3100 soctcp sqlexec         17    6    5   178084   178084  0/ 1  0/ 0
  104. 80499e3c soctcp sqlexec         16    5    5       52       95  0/ 1  0/ 0
  105. 804992f4 soctcp sqlexec         15    4    5   333864   334073  0/ 1  0/ 0
  106. 802ff068 soctcp sqlexec          6    2    5      278      280  0/ 1  0/ 0
  107. 80301ca8 ipcshm sm_discon        7    0    0        0        0  0/ 0  0/ 0
  108. 802ef3ac ipcshm sm_listen        5    0    0     1160        0  0/ 0  0/ 0
  109. 802d1674 soctcp soctcplst        4    1    5      163        0  0/ 0  0/ 0
  110. 802d0af0 ipcshm sm_poll          3    0    0  1180091        0  0/ 0  0/ 0
  111. 8017514c soctcp soctcppoll       2    0    5 21138994        0  0/ 0  0/ 0

  112. Individual thread network information (times):
  113.   netscb thread name    sid     open     read    write address                  
  114. 806db468 sqlexec       1226 03:30:02 19:26:49 19:26:49                          
  115. 8077f350 sqlexec       1225 03:30:00 03:39:59 03:39:59                          
  116. 80651c48 sqlexec       1143 14:44:53 18:50:37 18:50:37                          
  117.                       07/08/04                  
  118. a0105028 sqlexec        590 16:46:17 19:26:49 19:26:49                          
  119.                       07/05/04                  
  120. 806bd1ac sqlexec         52 08:27:48 19:36:50 19:36:50                          
  121.                       07/02/04                  
  122. 80529644 sqlexec         51 08:27:48 19:25:36 19:25:36                          
  123.                       07/02/04                  
  124. 8016e344 sqlexec         50 08:27:48 19:21:31 19:21:31                          
  125.                       07/02/04                  
  126. 80501b8c sqlexec         49 08:27:48 19:26:42 19:26:42                          
  127.                       07/02/04                  
  128. 806dd790 sqlexec         48 08:27:48 09:35:29 09:35:29                          
  129.                       07/02/04                  
  130. 806bfe78 sqlexec         47 08:27:48 19:26:39 19:26:39                          
  131.                       07/02/04                  
  132. 805d5028 sqlexec         45 08:27:38 22:00:06 22:00:06                          
  133.                       07/02/04 07/08/04 07/08/04
  134. 80529028 sqlexec         44 08:27:38 08:27:38 08:27:38                          
  135.                       07/02/04 07/02/04 07/02/04
  136. 80651028 sqlexec         42 08:27:29 08:27:29 08:27:29                          
  137.                       07/02/04 07/02/04 07/02/04
  138. 80589c20 sqlexec         41 08:27:20 19:18:49 19:18:49                          
  139.                       07/02/04                  
  140. 805e96ec sqlexec         39 08:25:54 08:25:54 08:25:54                          
  141.                       07/02/04 07/02/04 07/02/04
  142. 80587914 sqlexec         38 08:25:53 19:14:15 19:14:15                          
  143.                       07/02/04                  
  144. 805b11a4 sqlexec         37 08:25:53 19:26:42 19:26:42                          
  145.                       07/02/04                  
  146. 8054d914 sqlexec         36 08:25:51 17:23:02 17:23:02                          
  147.                       07/02/04                  
  148. 805e9278 sqlexec         35 08:25:50 19:15:48 19:15:48                          
  149.                       07/02/04                  
  150. 805d7d10 sqlexec         34 08:25:49 01:58:50 01:58:50                          
  151.                       07/02/04                  
  152. 8050bc7c sqlexec         33 08:25:48 08:25:48 08:25:48                          
  153.                       07/02/04 07/02/04 07/02/04
  154. 805e90c0 sqlexec         32 08:25:39 08:25:39 08:25:39                          
  155.                       07/02/04 07/02/04 07/02/04
  156. 805b3068 sqlexec         31 08:25:36 19:36:41 19:36:41                          
  157.                       07/02/04                  
  158. 8055dcf0 sqlexec         30 08:25:34 08:25:34 08:25:34                          
  159.                       07/02/04 07/02/04 07/02/04
  160. 805b1028 sqlexec         29 08:25:32 19:26:20 19:26:20                          
  161.                       07/02/04                  
  162. 8054f100 sqlexec         28 08:25:32 19:26:49 19:26:49                          
  163.                       07/02/04                  
  164. 8056d100 sqlexec         27 08:25:30 08:25:30 08:25:30                          
  165.                       07/02/04 07/02/04 07/02/04
  166. 8050bad8 sqlexec         26 08:25:30 08:25:30 08:25:30                          
  167.                       07/02/04 07/02/04 07/02/04
  168. 8051bc44 sqlexec         23 08:25:26 08:25:26 08:25:26                          
  169.                       07/02/04 07/02/04 07/02/04
  170. 80501028 sqlexec         22 08:25:25 19:36:50 19:36:50                          
  171.                       07/02/04                  
  172. 80505610 sqlexec         21 08:25:25 15:26:23 15:26:23                          
  173.                       07/02/04                  
  174. 804e35a4 sqlexec         20 08:25:24 19:26:57 19:26:57                          
  175.                       07/02/04                  
  176. 804ab028 sqlexec         19 08:25:22 19:36:05 19:36:05                          
  177.                       07/02/04                  
  178. 804e3c5c sqlexec         18 08:25:22 18:50:37 18:50:37                          
  179.                       07/02/04                  
  180. 804e3100 sqlexec         17 08:25:18 19:36:54 19:36:54                          
  181.                       07/02/04                  
  182. 80499e3c sqlexec         16 08:25:17 08:25:17 08:25:17                          
  183.                       07/02/04 07/02/04 07/02/04
  184. 804992f4 sqlexec         15 08:25:16 19:26:39 19:26:39                          
  185.                       07/02/04                  
  186. 802ff068 sqlexec          6 08:25:12 03:02:00 03:02:00                          
  187.                       07/02/04                  
  188. 80301ca8 sm_discon        7 08:24:13                                            
  189.                       07/02/04                  
  190. 802ef3ac sm_listen        5 08:24:13                                            
  191.                       07/02/04                  
  192. 802d1674 soctcplst        4 08:24:13 15:41:13          WILDCARD|6188|soctcp     
  193.                       07/02/04                  
  194. 802d0af0 sm_poll          3 08:24:13                                            
  195.                       07/02/04                  
  196. 8017514c soctcppoll       2 08:25:16                                            
  197.                       07/02/04                  

  198. Network mailbox information:
  199. box   netscb thread name     max received   in box   max in box full signal
  200.    5 8017514c soctcppoll       10      450        0        2        0    yes
  201.    6 802d1674 soctcplst        10        0        0        0        0     no

  202. Client Type     Calls   Accepted   Rejected       Read      Write
  203. sqlexec         yes         1323          0   22793627   22797401
  204. srvinfx         yes            0          0          0          0
  205. onspace         yes            0          0          0          0
  206. onlog           yes            0          0          0          0
  207. onparam         yes            0          0          0          0
  208. oncheck         yes            0          0          0          0
  209. onload          yes            0          0          0          0
  210. onunload        yes            0          0          0          0
  211. onmonitor       yes            0          0          0          0
  212. dr_accept       yes            0          0          0          0
  213. cdraccept       no             0          0          0          0
  214. ontape          yes            0          0          0          0
  215. srvstat         yes            0          0          0          0
  216. asfecho         yes            0          0          0          0
  217. listener        yes            0          0       1323          0
  218. crsamexec       yes            0          0          0          0
  219. safe            yes            0          0          0          0
  220. Totals                      1323          0   22794950   22797401

  221. Network Shared Memory Data for Poll Thread: 0

  222. Free Message Buffer Bitmap
  223. (bitmap address = 802d10cc, bitmap size 768)
  224. 802d10cc:ff0000ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  225. 802d10ec:ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
  226. 802d110c:ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff


  227. Free Message Buffer Status Bitmap
  228. (bitmap address = 9000e01c, bitmap size 80)
  229. 9000e01c:f8ffffff ffffffff ffff

  230. Message Buffer Table
  231. bufid   clientid       addr
  232.     8          1   900100c8
  233.     9          1   900104dc
  234.    10          1   900108f0
  235.    11          1   90010d04
  236.    12          1   90011118
  237.    13          1   9001152c
  238.    14          1   90011940
  239.    15          1   90011d54
  240.    16          2   90012168
  241.    17          2   9001257c
  242.    18          2   90012990
  243.    19          2   90012da4
  244.    20          2   900131b8
  245.    21          2   900135cc
  246.    22          2   900139e0
  247.    23          2   90013df4

  248. Message Buffer Status Table
  249. clientid netscb addr       addr     offset
  250.        1   8077f350    90004358       4358
  251.        2   806db468    90004554       4554

  252.   clientid  clientPID      state #serverbufs #clientbufs    #rdwrts
  253.          1      90786  Connected           4           4        328
  254.          2      82246  Connected           4           4    3295420

  255. Stack usage:

  256. TID        Total        Max                Current                Thread Name
  257.                 bytes        %        bytes        %
  258. 2        32768        1019        3        668        2        lio vp 0
  259. 3        32768        1019        3        668        2        pio vp 0
  260. 4        32768        3035        9        668        2        aio vp 0
  261. 5        131072        6251        4        668        0        msc vp 0
  262. 6        32768        3035        9        668        2        aio vp 1
  263. 7        32768        2891        8        668        2        aio vp 2
  264. 8        32768        3003        9        668        2        aio vp 3
  265. 9        32768        3003        9        668        2        aio vp 4
  266. 10        32768        2603        7        668        2        aio vp 5
  267. 11        32768        11339        34        1372        4        main_loop()
  268. 12        32768        2907        8        1260        3        soctcppoll
  269. 13        32768        3467        10        604        1        sm_poll
  270. 14        32768        6427        19        2940        8        soctcplst
  271. 15        32768        6427        19        2828        8        sm_listen
  272. 16        32768        1903        5        620        1        sm_discon
  273. 17        32768        3371        10        860        2        flush_sub(0)
  274. 18        32768        4001        12        892        2        kaio
  275. 19        32768        4667        14        556        1        btclean
  276. 34        32768        4001        12        892        2        kaio
  277. 36        32768        2667        8        1196        3        onmode_mon
  278. 38        32768        7531        22        1564        4        sqlexec
  279. 40        32768        6507        19        1564        4        sqlexec
  280. 41        32768        6215        18        1560        4        sqlexec
  281. 42        32768        10487        32        1560        4        sqlexec
  282. 43        32768        6295        19        1560        4        sqlexec
  283. 44        32768        7655        23        1560        4        sqlexec
  284. 45        32768        8731        26        1564        4        sqlexec
  285. 46        32768        10487        32        1560        4        sqlexec
  286. 47        32768        10487        32        1560        4        sqlexec
  287. 48        32768        5095        15        1560        4        sqlexec
  288. 51        32768        5019        15        1564        4        sqlexec
  289. 52        32768        5099        15        1564        4        sqlexec
  290. 53        32768        6859        20        1564        4        sqlexec
  291. 54        32768        6555        20        1564        4        sqlexec
  292. 55        32768        5099        15        1564        4        sqlexec
  293. 56        32768        8897        27        1564        4        sqlexec
  294. 57        32768        5099        15        1564        4        sqlexec
  295. 58        32768        5099        15        1564        4        sqlexec
  296. 59        32768        5099        15        1564        4        sqlexec
  297. 60        32768        5099        15        1564        4        sqlexec
  298. 61        32768        5099        15        1564        4        sqlexec
  299. 62        32768        6107        18        1564        4        sqlexec
  300. 63        32768        5099        15        1564        4        sqlexec
  301. 64        32768        5099        15        1564        4        sqlexec
  302. 66        32768        7857        23        1564        4        sqlexec
  303. 67        32768        5099        15        1564        4        sqlexec
  304. 69        32768        5099        15        1564        4        sqlexec
  305. 70        32768        6203        18        1564        4        sqlexec
  306. 72        32768        7667        23        1564        4        sqlexec
  307. 73        32768        7531        22        1564        4        sqlexec
  308. 74        32768        7819        23        1564        4        sqlexec
  309. 75        32768        7531        22        1564        4        sqlexec
  310. 76        32768        7531        22        1564        4        sqlexec
  311. 77        32768        7667        23        1564        4        sqlexec
  312. 628        32768        10491        32        1564        4        sqlexec
  313. 1168        32768        7667        23        1564        4        sqlexec
  314. 1250        32768        7531        22        1516        4        sqlexec
  315. 1251        32768        10491        32        3388        10        sqlexec


  316. session                                   #RSAM    total      used      
  317. id       user     tty      pid   hostname threads  memory     memory   
  318. 1336     informix -        0     -        0        8192       4836      
  319. 1314     informix -        0     -        0        8192       4836      
  320. 1226     switch   -        82246 P650     1        81920      34232     
  321. 1225     switch   -        90786 P650     1        57344      30540     
  322. 1143     switch   5        101928 p650_std 1        122880     86704     
  323. 590      switch   3        97596 p650_std 1        131072     87500     
  324. 52       switch   1        109206 p650_std 1        73728      46976     
  325. 51       switch   1        109686 p650_std 1        65536      41136     
  326. 50       switch   1        110574 p650_std 1        90112      64528     
  327. 49       switch   1        110124 p650_std 1        98304      67304     
  328. 48       switch   1        110872 p650_std 1        106496     88156     
  329. 47       switch   1        111168 p650_std 1        114688     63212     
  330. 45       switch   1        114982 p650_std 1        73728      57864     
  331. 44       switch   0        112724 p650_std 1        49152      33540     
  332. 42       switch   1        114452 p650_std 1        49152      33792     
  333. 41       switch   1        116212 p650_std 1        114688     81692     
  334. 39       switch   0        111896 p650_std 1        49152      33540     
  335. 38       switch   0        123018 p650_std 1        65536      35128     
  336. 37       switch   0        120150 p650_std 1        65536      35128     
  337. 36       switch   0        119682 p650_std 1        65536      35128     
  338. 35       switch   0        122118 p650_std 1        65536      35144     
  339. 34       switch   0        119916 p650_std 1        65536      35128     
  340. 33       switch   0        120634 p650_std 1        49152      33540     
  341. 32       switch   0        126080 p650_std 1        49152      33540     
  342. 31       switch   0        118580 p650_std 1        65536      50388     
  343. 30       switch   0        122636 p650_std 1        49152      33540     
  344. 29       switch   0        123982 p650_std 1        57344      45760     
  345. 28       switch   0        100182 p650_std 1        49152      32536     
  346. 27       switch   0        131394 p650_std 1        49152      33540     
  347. 26       switch   0        130768 p650_std 1        32768      29112     
  348. 23       switch   0        113488 p650_std 1        49152      33892     
  349. 22       switch   0        115608 p650_std 1        65536      35144     
  350. 21       switch   0        98192 p650_std 1        65536      34892     
  351. 20       switch   0        121148 p650_std 1        65536      50412     
  352. 19       switch   0        113850 p650_std 1        73728      52204     
  353. 18       switch   0        107316 p650_std 1        65536      36556     
  354. 17       switch   0        120406 p650_std 1        73728      36192     
  355. 16       switch   0        129026 p650_std 1        57344      32216     
  356. 15       switch   0        83414 p650_std 1        65536      41136     
  357. 7        informix -        0     -        0        8192       4836      
  358. 6        switch   0        130336 p650_std 1        65536      32428     
  359. 5        informix -        0     -        0        16384      12480     
  360. 4        informix -        0     -        0        16384      12480     
  361. 3        informix -        0     -        0        8192       4836      
  362. 2        informix -        0     -        0        8192       4836      

  363. Sess  SQL            Current            Iso Lock       SQL  ISAM F.E.
  364. Id    Stmt type      Database           Lvl Mode       ERR  ERR  Vers
  365. 1226  -              switch             CR  Wait       0    0    7.24
  366. 1225  -              switch             CR  Wait       0    0    7.24
  367. 1143  INSERT         swibs3             CR  Wait       -255 0    7.24
  368. 590   DELETE         swibs3             CR  Wait       -255 0    7.24
  369. 52    -              swibs3             CR  Wait       0    0    7.24
  370. 51    -              swibs3             CR  Wait       -255 0    7.24
  371. 50    -              swibs3             CR  Wait       -255 0    7.24
  372. 49    UPDATE         swibs3             CR  Wait       -255 0    7.24
  373. 48    SELECT         swibs3             CR  Wait       -255 0    7.24
  374. 47    -              swibs3             CR  Wait       -255 0    7.24
  375. 45    UPDATE         swibs3             CR  Wait       0    0    7.24
  376. 44                   -                  -   Wait       -329 -111 7.24
  377. 42    -              swibs3             CR  Wait       0    0    7.24
  378. 41    SELECT         swibs3             CR  Not Wait   0    0    7.24
  379. 39                   -                  -   Wait       -329 -111 7.24
  380. 38                   -                  -   Wait       -329 -111 7.24
  381. 37                   -                  -   Wait       -329 -111 7.24
  382. 36                   -                  -   Wait       -329 -111 7.24
  383. 35                   -                  -   Wait       -329 -111 7.24
  384. 34                   -                  -   Wait       -329 -111 7.24
  385. 33                   -                  -   Wait       -329 -111 7.24
  386. 32                   -                  -   Wait       -329 -111 7.24
  387. 31    -              swibs3             CR  Wait       0    0    7.24
  388. 30                   -                  -   Wait       -329 -111 7.24
  389. 29    SELECT         swibs3             CR  Wait       0    0    7.24
  390. 28    -              switch             CR  Wait       0    0    7.24
  391. 27                   -                  -   Wait       -329 -111 7.24
  392. 26    -              switch             CR  Not Wait   0    0    7.24
  393. 23    -              switch             CR  Not Wait   0    0    7.24
  394. 22    -              switch             CR  Wait       0    0    7.24
  395. 21    -              switch             CR  Wait       0    0    7.24
  396. 20    -              swibs3             CR  Wait       0    0    7.24
  397. 19    -              swibs3             CR  Wait       0    0    7.24
  398. 18    -              switch             CR  Wait       0    0    7.24
  399. 17    -              switch             CR  Wait       0    0    7.24
  400. 16    -              switch             CR  Wait       0    0    7.24
  401. 15    SELECT         switch             CR  Wait       0    0    7.24
  402. 6     -              switch             CR  Wait       0    0    7.24


  403. Partition profiles
  404. partnum  lkrqs lkwts dlks  touts isrd  iswrt isrwt isdel bfrd  bfwrt seqsc
  405. 1048577  0     0     0     0     0     0     0     0     0     0     0   
  406. 1048578  1116087 0     0     0     159441 0     0     0     1243090 140782 0   
  407. 1048579  12    0     0     0     2     0     0     0     21    0     0   
  408. 2097153  0     0     0     0     0     0     0     0     0     0     0   
  409. 3145729  0     0     0     0     0     0     0     0     0     0     0   
  410. 4194305  0     0     0     0     0     0     0     0     0     0     0   
  411. 4194306  86896061 0     0     0     14482947 0     0     0     49919714 0     0   
  412. 4194307  1454  0     0     0     220   0     0     0     640   0     0   
  413. 4194308  278   0     0     0     26    0     0     0     167   0     0   
  414. 4194309  228   0     0     0     38    0     0     0     142   0     0   
  415. 4194310  54    0     0     0     2     0     0     0     55    0     0   
  416. 4194312  907188 0     0     0     151268 0     0     0     907166 0     24   
  417. 4194316  350   0     0     0     21    0     0     0     204   0     0   
  418. 4194317  0     0     0     0     0     0     0     0     4     0     0   
  419. 4194318  0     0     0     0     0     0     0     0     6     0     0   
  420. 4194319  42    0     0     0     0     0     0     0     45    0     0   
  421. 4194320  210   0     0     0     35    0     0     0     210   0     0   
  422. 4194325  46    0     0     0     23    0     0     0     51    0     0   
  423. 4194326  0     0     0     0     23    0     0     0     49    0     0   
  424. 4194327  0     0     0     0     0     0     0     0     45    0     0   
  425. 4194329  62    0     0     0     0     0     0     0     80    0     0   
  426. 4194330  0     0     0     0     0     0     0     0     72    0     0   
  427. 4194333  354   0     0     0     118   0     0     0     370   0     0   
  428. 4194334  0     0     0     0     0     0     0     0     207   0     0   
  429. 4194344  18    0     0     0     3     0     0     0     18    0     0   
  430. 4194346  230   0     0     0     2     0     0     0     9     0     1   
  431. 4194347  592   0     0     0     27    0     0     0     96    0     1   
  432. 4194348  1663890 0     0     0     226105 359255 0     0     2503772 735787 0   
  433. 4194349  99555407 0     0     0     632939 327933 0     0     6162965 679971 16   
  434. 4194350  10166 0     0     0     193   0     0     0     339   0     1   
  435. 4194352  1599  0     0     0     55    0     0     0     126   0     1   
  436. 4194353  183   0     0     0     6     0     0     0     18    0     1   
  437. 4194354  4570  1     0     0     1006  0     158   0     3929  158   40   
  438. 4194355  49724 0     0     0     7252  0     0     0     8284  0     7   
  439. 4194356  8874138 0     0     0     1479023 0     0     0     8874534 0     0   
  440. 4194357  10    0     0     0     2     0     0     0     6     0     1   
  441. 4194358  242684648 0     0     0     64910 103   37    86    5412792 501   64407
  442. 4194359  25194 0     0     0     135   0     0     0     706   0     17   
  443. 4194362  18    0     0     0     3     0     0     0     18    0     0   
  444. 4194363  7892  0     0     0     1291  0     0     0     7314  0     19   
  445. 4194364  98    0     0     0     6     0     0     0     18    0     1   
  446. 4194366  1402798479 0     0     0     501994 88890 0     88764 71140471 404309 325019
  447. 4194384  667146 0     0     0     111191 0     0     0     778359 0     0   
  448. 4194385  371699605 11    0     0     881033 359275 501   359258 106286240 1568065 652979
  449. 4194386  1785666248 1200  0     0     5025838 328003 2606322 327933 100936703 3984177 131630
  450. 5242881  0     0     0     0     0     0     0     0     0     0     0   
  451. 5242882  22071470 0     0     0     3678632 0     0     0     17698597 0     0   
  452. 5242883  6530  0     0     0     1057  0     0     0     2580  0     0   
  453. 5242884  9368  0     0     0     176   0     0     0     906   0     28   
  454. 5242885  428   0     0     0     72    0     0     0     257   0     0   
  455. 5242886  88    0     0     0     3     0     0     0     88    0     0   
  456. 5242888  49830 0     0     0     8419  0     0     0     49795 0     38   
  457. 5242892  822   0     0     0     28    0     0     0     423   0     0   
  458. 5242893  0     0     0     0     0     0     0     0     18    0     0   
  459. 5242894  0     0     0     0     0     0     0     0     6     0     0   
  460. 5242895  110   0     0     0     10    0     0     0     103   0     0   
  461. 5242896  564   0     0     0     94    0     0     0     659   0     0   
  462. 5242901  76    0     0     0     38    0     0     0     82    0     0   
  463. 5242902  0     0     0     0     38    0     0     0     79    0     0   
  464. 5242903  0     0     0     0     0     0     0     0     73    0     0   
  465. 5242905  268   0     0     0     0     0     0     0     334   0     0   
  466. 5242906  0     0     0     0     0     0     0     0     117   0     0   
  467. 5242909  906   0     0     0     302   0     0     0     841   0     0   
  468. 5242910  0     0     0     0     0     0     0     0     342   0     0   
  469. 5242912  2     0     0     0     2     0     0     0     2     0     1   
  470. 5242920  0     0     0     0     0     0     0     0     84    0     0   
  471. 5242922  0     0     0     0     0     0     0     0     84    0     0   
  472. 5242923  320   0     0     0     24    0     0     0     72    0     8   
  473. 5242924  0     0     0     0     8     0     0     0     16    0     8   
  474. 5242926  336   0     0     0     24    0     0     0     72    0     8   
  475. 5242954  84    0     0     0     7     0     0     0     72    0     7   
  476. 5242967  3576800 0     0     0     142973 0     0     0     143072 0     71536
  477. 5242969  43499460 111   0     0     878117 329   8631691 3     29424924 8632546 1885
  478. 5242970  36856 0     0     0     2022  0     0     0     2168  0     1084
  479. 5242991  738240 0     0     0     15360 0     0     0     15380 0     7690
  480. 5242996  28    0     0     0     14    0     0     0     14    0     7   
  481. 5242998  20106350 0     0     0     10297 84530 0     1     3503086 190759 10   
  482. 5242999  181401 0     0     0     30240 0     20    0     181390 20    0   
  483. 5243000  2206330559 24096 0     0     285409 85024 85505 323890 296266454 3364674 85789
  484. 5243001  3595666 0     0     0     5100  6151  753   5050  508425 25041 554  
  485. 5243002  821297192 1     0     0     174785 91545 45068 84554 341445699 240732 122644
  486. 5243006  1005229048 0     0     0     41843 16350 9626  6836  728099681 97226 8176
  487. 5243007  1783217688 0     0     0     1291530 403564 0     403771 66511264 836055 1147881
  488. 5243008  496983316 0     0     0     83326544 0     0     0     170373023 0     0   
  489. 5243012  230   0     0     0     14    0     0     0     28    0     7   
  490. 5243014  440   0     0     0     44    0     0     0     132   0     22   
  491. 5243015  1890917 0     0     0     315150 0     17    0     1890916 17    0   
  492. 5243016  412   0     0     0     58    0     46    0     346   46    6   
  493. 5243017  26276214 0     0     0     22870 25951 18189 19056 8372819 366426 324  
  494. 5243018  141357224 0     0     0     64404 49    46    0     29389397 164   64312
  495. 5243019  296538 0     0     0     37128 0     0     0     185154 0     18564
  496. 5243020  5852  0     0     0     74    0     0     0     1276  0     14   
  497. 5243021  84    0     0     0     14    0     0     0     84    0     0   
  498. 5243023  1280  0     0     0     11    0     0     0     48    0     8   
  499. 5243024  11106 0     0     0     385   12    0     1     1384  29    14   
  500. 5243030  1176  0     0     0     30    0     0     0     72    0     7   
  501. 5243036  0     0     0     0     0     0     0     0     55692 0     0   
  502. 5243039  4710  0     0     0     197   0     0     0     809   0     1   
  503. 5243040  124   0     0     0     8     0     0     0     44    0     2   

  504. Thread profiles
  505. tid lkreqs lkw dl to lgrs isrd iswr isrw isdl isct isrb lx bfr bfw lsus lsmx seq
  506. 0   0      0   0  0  2190 0    0    0    0    0    0    0  143581 140784 55296 0    0  
  507. 0   0      0   0  0  0    0    0    0    0    0    0    0  0   0   0    0    0  
  508. 0   6035940 0   0  0  53679 0    0    0    0    15426 0    0  1293230 670969 0    412  0  
  509. 1250 1075   0   0  0  12   217  0    45   0    4    0    0  873 45  0    128  4  
  510. 38  3376   0   0  0  253  388  0    112  0    71   0    0  1825 112 0    2028 21
  511. 22  0      0   0  0  0    0    0    0    0    0    0    0  0   0   0    0    0  
  512. 40  1355885 0   0  0  0    224045 0    0    0    0    0    0  1225981 0   0    0    13
  513. 41  1881   0   0  0  0    124  0    0    0    0    0    0  337 0   0    0    2  
  514. 42  1742555739 1201 0  0  30900 307440 3176 6061 3095 6131 0    0  60052669 18988 0    748  133756
  515. 43  322675 0   0  0  55380 42087 13845 0    0    13845 0    0  278454 28261 0    184  2  
  516. 44  11746433 70  0  0  831  28875 270  53472 0    277  0    0  4035351 53771 0    308  637
  517. 45  11178734 29  0  0  197211 471384 65712 3805923 0    65737 0    0  10742149 3878934 0    308  365
  518. 46  31105  4   0  0  1834 2122 198  220  280  328  0    0  17034 1203 0    496  23
  519. 47  243024916 1   0  0  315  129314 34   71   34   54   0    0  5674492 209 0    680  64427
  520. 48  422    0   0  0  0    70   0    0    0    0    0    0  184 0   0    0    0  
  521. 66  27160638 0   0  0  199893 186493 15626 14782 472  29520 0    0  7524217 146945 0    1388 41638
  522. 69  217    0   0  0  0    36   0    0    0    0    0    0  98  0   0    0    0  
  523. 51  205    0   0  0  0    34   0    0    0    0    0    0  86  0   0    0    0  
  524. 52  217    0   0  0  0    36   0    0    0    0    0    0  98  0   0    0    0  
  525. 53  17749613 0   0  0  0    2958264 0    0    0    0    0    0  14791464 0   0    0    3  
  526. 54  942266710 0   0  0  0    298886 0    0    0    0    0    0  719353036 0   0    0    8077
  527. 55  217    0   0  0  0    36   0    0    0    0    0    0  98  0   0    0    0  
  528. 56  17056967 12  0  0  32988 512665 10932 4767910 0    10996 0    0  14177489 4780047 0    308  664
  529. 57  217    0   0  0  0    36   0    0    0    0    0    0  98  0   0    0    0  
  530. 58  217    0   0  0  0    36   0    0    0    0    0    0  98  0   0    0    0  
  531. 59  25732  0   0  0  160  4093 40   0    0    40   0    0  9731 80  0    184  2  
  532. 60  76626  0   0  0  624  12440 156  0    0    156  0    0  33370 317 0    184  2  
  533. 61  105644 0   0  0  896  17197 224  0    0    224  0    0  46906 457 0    184  2  
  534. 62  32519118 0   0  0  296564 5333217 74097 0    44   74141 0    0  15119851 150917 0    184  2  
  535. 63  239530 0   0  0  2112 39157 528  0    0    528  0    0  109163 1092 0    184  2  
  536. 64  217    0   0  0  0    36   0    0    0    0    0    0  98  0   0    0    0  
  537. 67  422    0   0  0  0    70   0    0    0    0    0    0  185 0   0    0    0  
  538. 70  974    0   0  0  0    170  0    0    0    0    0    0  560 0   0    0    16
  539. 72  3149863905 11707 0  0  352987 381195 27008 27169 0    54169 0    0  2606606099 257241 0    1328 45807
  540. 73  13270728 5   0  0  414  282  28   29   0    57   0    0  10454330 317 0    1052 44
  541. 74  3056175002 12244 0  0  746424 726002 57112 57417 0    114510 0    0  1725396308 543668 0    1388 57536
  542. 75  248439637 140 0  0  11565 16272 876  890  0    1766 0    0  226377595 8476 0    1168 892
  543. 76  8272964 0   0  0  240  8155 49   17   0    63   0    0  3619740 135 0    672  16
  544. 77  141744482 0   0  0  276  128969 0    92   0    92   0    0  29711794 92  0    180  64315
  545. 628 1070091634 0   0  0  863746 26234724 183761 14091 196494 152689 0    0  230340746 595703 0    4410236 412793
  546. 1168 99163353 0   0  0  78233 3332217 19022 752  15382 20214 0    0  16145841 39868 0    17820 47011
  547. 1251 224945504 0   0  0  1654850 1707792 162261 303663 91315 421782 14   0  29782906 826898 0    1168 111008

  548. Light Scan Info
  549. descriptor  address   next_lpage  next_ppage  ppage_left  bufcnt  look_aside

  550. Light Append Info
  551. session id  address   cur_ppage   la_npused   la_ndata    la_nrows    bufcnt

  552. DDR -- Down --     

  553. There are 1 servers found
  554. Server        : online
  555. Server Number : 0
  556. Server Type   : ODS
  557. Server Status : Up
  558. Server Version: INFORMIX-OnLine Version 7.24.UC8   
  559. Shared Memory : 0x30000000
  560. INFORMIXDIR   : /usr/informix
  561. ONCONFIG      : /usr/informix/etc/onconfig.sh
  562. SQLHOSTS      : /usr/informix/etc/sqlhosts
  563. Host          : P650


复制代码

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
4 [报告]
发表于 2004-07-12 14:07 |只看该作者

请教: informix 有时异常当机

中午又down 了,郁闷!

论坛徽章:
11
数据库技术版块每日发帖之星
日期:2016-06-25 06:20:00数据库技术版块每日发帖之星
日期:2016-06-24 06:20:00数据库技术版块每日发帖之星
日期:2016-05-03 06:20:00数据库技术版块每日发帖之星
日期:2016-04-21 06:20:00数据库技术版块每日发帖之星
日期:2016-01-23 06:20:00数据库技术版块每日发帖之星
日期:2015-12-03 06:20:00综合交流区版块每周发帖之星
日期:2015-12-02 15:03:53数据库技术版块每日发帖之星
日期:2015-10-19 06:20:00数据库技术版块每日发帖之星
日期:2015-08-20 06:20:002015年辞旧岁徽章
日期:2015-03-03 16:54:15数据库技术版块每日发帖之星
日期:2016-07-30 06:20:00
5 [报告]
发表于 2004-07-12 14:11 |只看该作者

请教: informix 有时异常当机

/usr/switch/log/dump/af.4e380f9
看这个文件

论坛徽章:
11
数据库技术版块每日发帖之星
日期:2016-06-25 06:20:00数据库技术版块每日发帖之星
日期:2016-06-24 06:20:00数据库技术版块每日发帖之星
日期:2016-05-03 06:20:00数据库技术版块每日发帖之星
日期:2016-04-21 06:20:00数据库技术版块每日发帖之星
日期:2016-01-23 06:20:00数据库技术版块每日发帖之星
日期:2015-12-03 06:20:00综合交流区版块每周发帖之星
日期:2015-12-02 15:03:53数据库技术版块每日发帖之星
日期:2015-10-19 06:20:00数据库技术版块每日发帖之星
日期:2015-08-20 06:20:002015年辞旧岁徽章
日期:2015-03-03 16:54:15数据库技术版块每日发帖之星
日期:2016-07-30 06:20:00
6 [报告]
发表于 2004-07-12 14:24 |只看该作者

请教: informix 有时异常当机

建议把共享内方式的给取消~~~
全部用户先暂时用网络方式~~~

论坛徽章:
0
7 [报告]
发表于 2004-07-12 14:26 |只看该作者

请教: informix 有时异常当机

MULTIPROCESSOR改为0,AFF_NPROCS 为0,
LRU_MAX_DIRTY 和LRU_MIN_DIRTY 改小一些,
BUFFERS加大.

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
8 [报告]
发表于 2004-07-12 15:11 |只看该作者

请教: informix 有时异常当机

/usr/switch/log/dump/af.4e380f9

  1. 13:07:40
  2. 13:07:40  Assert Failed: Internal Error - Segmentation Violation
  3. 13:07:40   Who: Session(419, switch@P650, 101682, -2147085876)
  4.                 Thread(444, sqlexec, 800456d4, 3)
  5. 13:07:40   Results: OnLine must abort
  6. 13:07:40   Action: Reinitialize shared memory
  7. 13:07:40   See Also: /usr/switch/log/dump/af.1bc1c9b, shmem.1bc1c9b.0
  8. 13:07:40  Stack for thread: 444 sqlexec

  9. base: 0xa01aa014
  10.   len:   36864
  11.    pc: 0x10030e60
  12.   tos: 0xa01b2228

  13. 0x10030f8c afstack         (0xa01b23dc, 0x20002efc, 0x1bc1c9b, 0x0, 0x80006080, 0xd0353fa0, 0x63396200, 0x80)
  14. 0x10031ed4 mt_affail       (0x80755fd4, 0x40, 0xa01b2828, 0x5f2, 0x1002eb40, 0x0, 0x0, 0x20000360)
  15. 0x1001a2c8 rsam_affail     (0x1022b8bc, 0x4, 0x0, 0x2007a548, 0x0, 0x80002014, 0xa01b27d8, 0x2b)
  16. 0x1000df60 hang_thread     (0x1, 0x363c9000, 0xa01b2ad8, 0x22820221, 0x100cb62c, 0x2007f358, 0x2007e344, 0x800
  17. 611cc)
  18. 0x10014244 afsig_segv      (0x30015de8, 0x2007f358, 0xa01b2b18, 0x2007f358, 0x100cc69c, 0x2, 0x30015de8, 0x0)
  19. 0x10302df4 closerel        (0x101ac00c, 0xa015e100, 0xa018a014, 0x2ff22ff8, 0xa0200014, 0x0, 0xa01b2ef8, 0x800
  20. 00000)
  21. 0x10302dec closerel        (0x1005210c, 0x2007f3b4, 0xa01b2f38, 0x8820242, 0x1005191c, 0x69706373, 0x0, 0x2005
  22. fa18)
  23. 0x101ed1a8 sqallbind       (0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  24. 0x10188598 sqmain          (0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  25. 0x104a81fc startup         (0x0, 0xffffffff, 0xa01b3470, 0xa01aa000, 0x45c, 0x4035d8cc, 0x802dd028, 0x8045f98c
  26. )
  27. 0x00000000

  28. 13:10:52
  29. ------------------ End of assertion failure 0 -----------------


复制代码

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
9 [报告]
发表于 2004-07-12 17:23 |只看该作者

请教: informix 有时异常当机

好像跟这个588错误有关


  1. onstat>; sql 419

  2. INFORMIX-OnLine Version 7.24.UC8    -- On-Line -- Up 2 days 21:04:05 -- 1119456 Kbytes

  3. Sess  SQL            Current            Iso Lock       SQL  ISAM F.E.
  4. Id    Stmt type      Database           Lvl Mode       ERR  ERR  Vers
  5. 419   -              switch             CR  Wait       -588 0    7.24

复制代码

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
10 [报告]
发表于 2004-07-12 17:27 |只看该作者

请教: informix 有时异常当机

共享内存段addr 是否太大了


  1. INFORMIX-OnLine Version 7.24.UC8    -- On-Line -- Up 03:59:38 -- 1119456 Kbytes

  2. Segment Summary:
  3. (resident segments are not locked)
  4. id       key        addr     size       ovhd     class blkused  blkfree
  5. 786482   1381386241 30000000 1129742336 18064    R     137903   5
  6. 655409   1381386242 80000000 8192000    720      V     1000     0
  7. 917552   1381386243 90000000 917504     608      M     106      6
  8. 1048621  1381386244 a0000000 8388608    720      V     174      850
  9. Total:   -          -        1147240448 -        -     139183   861

复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP