Join IIUG
 for   
 

Informix News
18 Nov 13 - ZDNet - Top 20 mobile skills in demand... Read
09 Sep 13 - telecompaper - Shaspa and Tatung have shown a new smart home platform at Ifa in Berlin. Powered by the IBM Informix software... Read
06 Sep 13 - IBM data magazine - Mission Accomplished - Miami, Florida will be the backdrop for the 2014 IIUG Informix Conference... Read
01 Feb 13 - IBM Data Magazine - Are your database backups safe? Lester Knutsen (IBM Champion) writes about database back up safety using "archecker"... Read
14 Nov 12 - IBM - IBM's Big Data For Smart Grid Goes Live In Texas... Read
3 Oct 12 - The Financial - IBM and TransWorks Collaborate to Help Louisiana-Pacific Corporation Achieve Supply Chain Efficiency... Read
28 Aug 12 - techCLOUD9 - Splunk kicks up a SaaS Storm... Read
10 Aug 12 - businessCLOUD9 - Is this the other half of Cloud monitoring?... Read
3 Aug 12 - IBM data management - Supercharging the data warehouse while keeping costs down IBM Informix Warehouse Accelerator (IWA) delivers superior performance for in-memory analytics processing... Read
2 Aug 12 - channelbiz - Oninit Group launches Pay Per Pulse cloud-based service... Read
28 May 12 - Bloor - David Norfolk on the recent Informix benchmark "pretty impressive results"... Read
23 May 12 - DBTA - Informix Genero: A Way to Modernize Informix 4GL Applications... Read
9 Apr 12 - Mastering Data Management - Upping the Informix Ante: Advanced Data Tools... Read
22 Mar 12 - developerWorks - Optimizing Informix database access... Read
14 Mar 12 - BernieSpang.com - International Informix User Group set to meet in San Diego... Read
1 Mar 12 - IBM Data Management - IIUG Heads West for 2012 - Get ready for sun and sand in San Diego... Read
1 Mar 12 - IBM Data Management - Running Informix on Solid-State Drives.Speed Up Database Access... Read
26 Feb 12 - BernieSpan.com - Better results, lower cost for a broad set of new IBM clients and partners... Read
24 Feb 12 - developerWorks - Informix Warehouse Accelerator: Continuous Acceleration during Data Refresh... Read
6 Feb 12 - PRLOG - Informix port delivers unlimited database scalability for popular SaaS application ... Read
2 Feb 12 - developerWorks - Loading data with the IBM Informix TimeSeries Plug-in for Data Studio... Read
1 Feb 12 - developerWorks - 100 Tech Tips, #47: Log-in to Fix Central... Read
13 Jan 12 - MC Press online - Informix Dynamic Server Entices New Users with Free Production Edition ... Read
11 Jan 12 - Computerworld - Ecologic Analytics and Landis+Gyr -- Suitors Decide to Tie the Knot... Read
9 Jan 12 - planetIDS.com - DNS impact on Informix / Impacto do DNS no Informix... Read
8 Sep 11 - TMCnet.com - IBM Offers Database Solution to Enable Smart Meter Data Capture... Read
1 Aug 11 - IBM Data Management Magazine - IIUG user view: Happy 10th anniversary to IBM and Informix... Read
8 Jul 11 - Database Trends and Applications - Managing Time Series Data with Informix... Read
31 May 11 - Smart Grid - The meter data management pitfall utilities are overlooking... Read
27 May 11 - IBM Data Management Magazine - IIUG user view: Big data, big time ( Series data, warehouse acceleration, and 4GLs )... Read
16 May 11 - Business Wire - HiT Software Announces DBMoto for Enterprise Integration, Adds Informix. Log-based Change Data Capture... Read
21 Mar 11 - Yahoo! Finance - IBM and Cable&Wireless Worldwide Announce UK Smart Energy Cloud... Read
14 Mar 11 - MarketWatch - Fuzzy Logix and IBM Unveil In-Database Analytics for IBM Informix... Read
11 Mar 11 - InvestorPlace - It's Time to Give IBM Props: How many tech stocks are up 53% since the dot-com boom?... Read
9 Mar 11 - DBTA - Database Administration and the Goal of Diminishing Downtime... Read
2 Feb 11 - DBTAs - Informix 11.7 Flexible Grid Provides a Different Way of Looking at Database Servers... Read
27 Jan 11 - exactsolutions - Exact to Add Informix Support to Database Replay, SQL Monitoring Solutions... Read
25 Jan 11 - PR Newswire - Bank of China in the UK Works With IBM to Become a Smarter, Greener Bank... Read
12 Oct 10 - Database Trends and Applications - Informix 11.7: The Beginning of the Next Decade of IBM Informix... Read
20 Sep 10 - planetIDS.com - ITG analyst paper: Cost/Benefit case for IBM Informix as compared to Microsoft SQL Server... Read
20 Jul 10 - IBM Announcements - IBM Informix Choice Edition V11.50 helps deploy low-cost scalable and reliable solutions for Apple Macintosh and Microsoft Windows... Read
20 Jul 10 - IBM Announcements - Software withdrawal: Elite Support for Informix Ultimate-C Edition... Read
24 May 10 - eWeek Europe - IBM Supplies Database Tech For EU Smart Grid... Read
23 May 10 - SiliconIndia - IBM's smart metering system allows wise use of energy... Read
21 May 10 - CNET - IBM to help people monitor energy use... Read
20 May 10 - ebiz - IBM Teams With Hildebrand To Bring Smart Metering To Homes Across Britain... Read
19 May 10 - The New Blog Times - Misurare il consumo energetico: DEHEMS è pronto... Read
19 May 10 - ZDNet - IBM software in your home? Pact enables five-city smart meter pilot in Europe... Read
17 March 10 - ZDNet (blog) David Morgenstern - TCO: New research finds Macs in the enterprise easier, cheaper to manage than... Read
17 March 2010 - Virtualization Review - ...key components of Big Blue's platform to the commercial cloud such as its WebSphere suite of application ser vers and its DB2 and Informix databases... Read
10 February 2010 - The Wall Street Journal - International Business Machines is expanding an initiative to win over students and professors on its products. How do they lure the college crowd?... Read


End of Support Dates

IIUG on Facebook IIUG on Twitter

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

IDS Forum

Re: ER crash

Posted By: FRANK
Date: Tuesday, 23 January 2007, at 5:27 p.m.

In Response To: Re: ER crash (Madison Pruet)

Madison,

I replayed the similar steps between another pair of servers. Basically,
similar results.

All instances were created a couple of months ago, simple data type, no new
in onconfig,...
We have been using ER for years with no issues. Sounds new conflict rule
"always" has a bug.

Thanks,
Frank

=== define server and replicates,

cdr define server --init osdint2_grp
cdr modify server -R /tmp/RepErr -A /tmp/RepErr osdint2_grp

cdr define server --sync=osdint2_grp --init osddev2_grp

cdr define replicate --conflict=always --ats --ris abc_test_repl \
"noaa@osdint2_grp:informix.abc_test" "select * from abc_test" \
"noaa@osddev2_grp:informix.abc_test" "select * from abc_test"

cdr start repl abc_test_repl

cdr list repl abc_test_repl

(1) table
{ TABLE "informix".abc_test row size = 30 number of columns = 3 index size =
19 }
create table "informix".abc_test
(

id serial not null ,

name char(10) not null ,

dt datetime year to second

default current year to second,

primary key (id,name) constraint "informix".abc_test_pk
) with crcols extent size 32 next size 32 lock mode row;
revoke all on "informix".abc_test from "public";

(2) original data in each table on two sites,

----------------------- noaa@osdint2 ----------- Press CTRL-W for Help
--------

id name dt

1401 dfd 2006-10-12 16:49:26

1411 dfd 2006-10-12 16:49:27

1431 dfd 2006-10-12 16:50:07

1492 fgf 2006-10-12 18:41:42

1502 fgf 2006-10-12 18:41:43

1512 fgf 2006-10-12 18:41:43

1441 23 2006-10-12 18:42:25

1451 23 2006-10-12 18:42:26

1461 23 2006-10-12 18:42:26

----------------------- noaa@osddev2 ----------- Press CTRL-W for Help
--------

id name dt

1 start time 2006-07-10 16:20:47

2 start resu 2006-07-17 16:07:12

3 end resume 2006-07-17 16:54:06

(A) do SQL from osdint2

delete from acb_test where 1=1;

Message Log File: /dbbackup/online_log/online_int2.log
21:40:24 Checkpoint loguniq 619, logpos 0x85b6130, timestamp: 0x50685aa5

21:40:24 Maximum server connections 7
21:41:47 ER checkpoint started
21:41:48 Checkpoint Completed: duration was 0 seconds.
21:41:48 Checkpoint loguniq 619, logpos 0x85b7468, timestamp: 0x50685ad7

21:41:48 Maximum server connections 7
21:41:48 ER checkpoint logid:619 logpos:0x85b6130
21:41:48 DDR Log Snooping - Snooping started in log 619
21:45:21 Assert Warning: Memory free block header corruption detected in
mt_shm_malloc_segid
5
21:45:21 IBM Informix Dynamic Server Version 10.00.UC5
21:45:21 Who: Session(5048, informix@dora, 0, b0313f90)

Thread(5139, CDRGeval6, b02f3334, 8)

File: mtshpool.c Line: 3422
21:45:21 Results: Pool repaired
21:45:21 Action: Please notify IBM Informix Technical Support.
21:45:21 stack trace for pid 311344 written to /tmp/af.17fb81f0
21:45:21 See Also: /tmp/af.17fb81f0
21:45:22 Memory free block header corruption detected in
mt_shm_malloc_segid 5

(B)do SQL on two sites

inserts ( begin work with or without replication) on two sites ,
...

(the two tables is still not synchronized.)

delete from abc_test where 1=1 on osddev2.

IT COMES!

(B1) message on my dbacces screen,

SQL:SENDER IS NULL NO MAIL WILL BE SENTtput Choose Save Info Drop Exit
Run the current SQL statements. *** WARNING: IBM Informix Dynamic
Server is no longer r
unning. ***
----------------------- noaa@osddev2 ----------- Press CTRL-W for Help
--------

*** WARNING: IBM Informix Dynamic Server is no longer running.
***

id name dt

SENDER IS NULL
NO MAIL WILL BE SENT

(B2) online log message,

21:51:52 Maximum server connections 3
21:56:52 Fuzzy Checkpoint Completed: duration was 0 seconds, 4 buffers not
flushed.
21:56:52 Checkpoint loguniq 23, logpos 0x2cb6080, timestamp: 0xb3030e3

21:56:52 Maximum server connections 3
21:58:31 stack trace for pid 192732 written to /tmp/af.4448507
21:58:31 Assert Failed: No Exception Handler
21:58:31 IBM Informix Dynamic Server Version 10.00.UC5
21:58:31 Who: Session(56, informix@dolly, 0, 50243b40)

Thread(92, CDRGeval2, 50221ad4, 1)

File: mtex.c Line: 472
21:58:31 Results: Exception Caught. Type: MT_EX_OS, Context: mem
21:58:31 Action: Please notify IBM Informix Technical Support.
21:58:31 stack trace for pid 192732 written to /tmp/af.4448507
21:58:31 See Also: /tmp/af.4448507, shmem.4448507.0
21:58:35 mtex.c, line 472, thread 92, proc id 192732, No Exception Handler.
21:58:40 The Master Daemon Died
21:58:40 PANIC: Attempting to bring system down
informix@dolly $

==============================
informix@dora $ more /tmp/af.17fb81f0

21:45:21 Found during mt_shm_malloc_segid 5
21:45:21 Pool 'CDRGeval6' (0xb1bdb020)
21:45:21 Bad free block 0xb234502c
blk-64
blk-64
b2344fec: 00000000 00000000 00000000 00000000 ........ ........
b2344ffc *
blk+64
blk+64
b234502c: 00000000 00000000 00000000 00000000 ........ ........
b234503c *
21:45:21 Bad free block removed from pool
21:45:21 Attempting to clean up all block list...
21:45:21 Pool 'CDRGeval6' (0xb1bdb020)
21:45:21 Bad block header 0xb2345018
blk-64
blk-64
b2344fd8: 00000000 00000000 00000000 00000000 ........ ........
b2344fe8 *
21:45:21 Bad block removed from pool
21:45:21
21:45:21 IBM Informix Dynamic Server Version 10.00.UC5 Software Serial
Number AAA#B000000

21:45:21 Assert Warning: Memory free block header corruption detected in
mt_shm_malloc_segid
5
21:45:21 Who: Session(5048, informix@dora, 0, b0313f90)

Thread(5139, CDRGeval6, b02f3334, 8)

File: mtshpool.c Line: 3422
21:45:21 Results: Pool repaired
21:45:21 Action: Please notify IBM Informix Technical Support.
21:45:21 Stack for thread: 5139 CDRGeval6

base: 0xb1be7000
len: 69632

pc: 0x1006d880
tos: 0xb1bf6a68
state: running

vp: 8

0x1006da14 (oninit)afstack (0x20006770, 0x4c030, 0xb1bf6ba4, 0xf0b2, 0x0,
0xa47, 0x0, 0x0)
0x1006f334 (oninit)afhandler(0x1, 0xb1bf7128, 0x20004f94, 0xb0748ef0, 0x401,
0x1, 0x20004ed0,
0xd
5e)
0x10067b30 (oninit)recover_pool_bad_free(0xb1bf74d3, 0x200a1358, 0x200a0fb0,
0x8, 0xb1bf7998,
0xb
1bf728c, 0x25, 0x800000)
0x1006af6c (oninit)mt_shm_malloc_segid(0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0xb1bf74fa, 0x7ffffff3)
0x1006bb78 (oninit)mt_shm_malloc(0xb1bf74ee, 0x200a1090, 0x200a1074,
0x200a1444, 0xffffffff, 0
x25
00, 0x2f200074, 0x8000)
0x107f3bb4 (oninit)dsiSpoolRow(0x5f55532e, 0x38313900, 0x0, 0x0, 0x0, 0x0,
0xb1bf7958, 0x0)
0x107f501c (oninit)dsiSpool(0x55532e38, 0x31390000, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0)
0x10875544 (oninit)dsiSpoolLocalDeleteRow(0x202f88a8, 0x202f88c4,
0xb1bf7c48, 0x202f8764, 0x20
20e
7cc, 0x1, 0x202f88c8, 0xb000e8a0)
0x10875d0c (oninit)dsProcessLocalDelete(0x0, 0x2020e7a8, 0xb1bf7c08, 0x2,
0x1073a974, 0xb1bf90
68,
0x3e8, 0xb1bdb918)
0x107a4930 (oninit)grouperNotifyDS(0x10000, 0xb1b8f6b8, 0x20210858,
0xb1ac5f88, 0x10000, 0x202
108
58, 0x200bd70c, 0x200bd708)
0x107a1df0 (oninit)grouperScanDeletePh2(0x0, 0x2020e7a8, 0xb1bbf280,
0xb1bbf280, 0xb1a7f0d8, 0
xb1
ae5018, 0xb1bf7cf8, 0xb1ae502c)
0x107a5058 (oninit)grouperScanDelete(0x1006bb78, 0x0, 0x0, 0x0, 0xb1c03778,
0xb1a7f0d8, 0xb1ae
501
8, 0x0)
0x107a8e04 (oninit)grouperCompress(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
0x107aaccc (oninit)grouperEvalThread(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
0x104d59f0 (oninit)cdrTrampolineThread(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0)
0x10a7bab0 (oninit)startup (0x76, 0xb1bf9018, 0xb1bdd310, 0x1018,
0x637d7341, 0x0, 0xb1c16060,
0x
1)
0x00000000

21:45:21 See Also: /tmp/af.17fb81f0

---------------------------------
Begin System Alarm Program Output
---------------------------------

Assertion Failure Type: Warning
Host Name: dora
Database Server Name: osdint2_tcp
Time of failure: Tue Jan 23 21:45:22 CUT 2007
AF file: /tmp/af.17fb81f0
Shared memory file: None
System Blocking: OFF

-------------------------------
End System Alarm Program Output
-------------------------------

21:45:22 sh /usr/informix/etc/evidence.sh 1 0 /tmp/af.17fb81f0 5048
0xb02f3334 5139 0xb1b3794
8 1
025 0 0 0 0
21:45:22
------------------ End of assertion failure 0 -----------------

On 1/23/07, Madison Pruet <mpruet@us.ibm.com> wrote:
>
>
> Frank,
>
> What you are describing in the PMR is a fairly generic test - and is
> somthing which we test freqently.
>
> Because of that, I suspect that there are some unique things on your sy=
> stem
> which is tending to lead into the problem.
>
> Could you include all of the steps leading to the failure. onconfig?, =
> was
> this a new instance (oninit -iyv???) spooling Smart Blob? etc..
>
> M.P.
>
> =
>
> "FRANK" =
>
> <yunyaoqu@gmail.c =
>
> om> =
> To
>
> Sent by: ids@iiug.org =
>
> ids-bounces@iiug. =
> cc
>
> org =
>
> Subj=
> ect
>
> Re: ER crash [8288] =
>
> 01/23/2007 12:45 =
>
> PM =
>
> =
>
> =
>
> Please respond to =
>
> ids@iiug.org =
>
> =
>
> =
>
> Madison,
>
> I have this from IBM,
>
> PMR 50003,487,000
>
> Thanks,
> Frank
>
> On 1/23/07, Madison Pruet <mpruet@us.ibm.com> wrote:
> >
> >
> > Silly me. IDS10.00.UC5
> >
> > Do you have a repro? If so, then let's treat it as a bug?
> >
> > Thanks.
> >
> > M.P.
> >
> > =3D
> >
> > "FRANK" =3D
> >
> > <yunyaoqu@gmail.c =3D
> >
> > om> =3D
> > To
> >
> > Sent by: ids@iiug.org =3D
> >
> > ids-bounces@iiug. =3D
> > cc
> >
> > org =3D
> >
> > Subj=3D
> > ect
> >
> > ER crash [8281] =3D
> >
> > 01/23/2007 11:52 =3D
> >
> > AM =3D
> >
> > =3D
> >
> > =3D
> >
> > Please respond to =3D
> >
> > ids@iiug.org =3D
> >
> > =3D
> >
> > =3D
> >
> > HI, Folks,
> >
> > AIX5.3, IDS UC5.
> >
> > the scenario is,
> >
> > (1) define a pair of update-anywhere ER replication server between tw=
> o
> > separate boxes,
> > (2) define a replicate, some thing like ,
> >
> > cdr define replicate --conflict=3D3Dalways --ats --ris abc_test_repl =
> \
> > "noaa@osdint1_grp:informix.abc_test" "select * from abc_test" \
> > "noaa@ncdcprd_grp:informix.abc_test" "select * from abc_test"
> >
> > (3) create some rows in abc_test at on server(site), but NOT in anoth=
> er=3D
> >
> > server.
> >
> > (4) delete or update the rows from the server where the rows exist,
> >
> > then, PANIC.
> >
> > 17:45:09 Maximum server connections 91
> > 17:46:07 stack trace for pid 377262 written to /tmp/af.687c49df
> > 17:46:07 Assert Failed: No Exception Handler
> > 17:46:07 IBM Informix Dynamic Server Version 10.00.UC5
> > 17:46:07 Who: Session(418266, informix@erika, 0, b0319d00)
> >
> > Thread(418964, CDRGeval2, b0302574, 7)
> >
> > File: mtex.c Line: 472
> > 17:46:07 Results: Exception Caught. Type: MT_EX_OS, Context: mem
> > 17:46:07 Action: Please notify IBM Informix Technical Support.
> > 17:46:07 stack trace for pid 377262 written to /tmp/af.687c49df
> > 17:46:07 See Also: /tmp/af.687c49df, shmem.687c49df.0
> > 17:46:43 Error writing '/tmp/shmem.687c49df.0' errno =3D3D 28
> > 17:46:43 mtex.c, line 472, thread 418964, proc id 377262, No Exceptio=
> n
> > Handler.
> > 17:46:44 Fatal error in ADM VP at mt.c:13055
> > 17:46:44 Unexpected virtual processor termination, pid =3D3D 377262, =
> exit=3D
> > =3D3D
> > 0x100
> >
> > 17:46:44 invoke_alarm(): /bin/sh -c '/dbbackup/logbackup/EventAlarm.p=
> l =3D
> > 5 6
> > "Internal Subsystem failure: 'MT'" "Unexpected virtual processor
> > termination, pid =3D3D 377262, exit =3D3D 0x100
> > " '
> > 17:46:44 invoke_alarm(): mt_exec failed, status 65280, errno 0
> > 17:46:44 PANIC: Attempting to bring system down
> >
> > I reported it to IBM TS, but they think this is NOT IDS problem.
> >
> > Just wonder, any folks can reproduce the same problem.
> >
> > Thank you,
> > Frank
> >
> > *********************************************************************=
> **=3D
> > ********
> >
> > Forum Note: Use "Reply" to post a response in the discussion forum.
> >
> > =3D
> >
> >
> >
> >
> ***********************************************************************=
> ********
>
> > Forum Note: Use "Reply" to post a response in the discussion forum.
> >
> >
>
> ***********************************************************************=
> ********
>
> Forum Note: Use "Reply" to post a response in the discussion forum.
>
> =
>
>
>
> *******************************************************************************
> Forum Note: Use "Reply" to post a response in the discussion forum.
>
>

Messages In This Thread

  • ER crash
    FRANK -- Tuesday, 23 January 2007, at 12:52 p.m.
    • Re: ER crash
      FRANK -- Tuesday, 23 January 2007, at 12:57 p.m.
      • Re: ER crash
        Nilesh Ozarkar -- Tuesday, 23 January 2007, at 5:13 p.m.
    • Re: ER crash
      Madison Pruet -- Tuesday, 23 January 2007, at 1:08 p.m.
      • Re: ER crash
        FRANK -- Tuesday, 23 January 2007, at 1:30 p.m.
    • Re: ER crash
      Madison Pruet -- Tuesday, 23 January 2007, at 1:33 p.m.
      • Re: ER crash
        FRANK -- Tuesday, 23 January 2007, at 1:45 p.m.
        • Re: ER crash
          Wee Tung -- Tuesday, 23 January 2007, at 2:15 p.m.
        • Re: ER crash
          Madison Pruet -- Tuesday, 23 January 2007, at 3:05 p.m.
          • Re: ER crash
            FRANK -- Tuesday, 23 January 2007, at 5:27 p.m.
    • Re: ER crash
      Nilesh Ozarkar -- Tuesday, 23 January 2007, at 1:41 p.m.

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

IDS Forum is maintained by Administrator with WebBBS 5.12.