If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > infromix is getting crashed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-22-04, 08:26
shreedhar_tase shreedhar_tase is offline
Registered User
 
Join Date: Feb 2004
Location: india
Posts: 45
Exclamation infromix is getting crashed

My instance is getting crashed after I have made some chanes in parameters as follows

NUMCPUVPS from 4 to 5.
PHYSBUFF from 200 to 500
SHMVIRTSIZE from 458752 to 589779

As I know there is bug in 7.32.UC5 regarding check point interval.But this is 7.31.UD5.
I am attaching crash file generated by informix.



Can any one help ?
Attached Files
File Type: zip PKG3A.zip (313.4 KB, 32 views)
Reply With Quote
  #2 (permalink)  
Old 08-04-04, 10:54
Big Kahuna Big Kahuna is offline
Registered User
 
Join Date: Jan 2003
Posts: 30
Lightbulb Baan and extents.....

Hi,

I can see you're running Baan.
With more than 2000 tables for every company in Baan, and if extent size not configured properly the actual query crashing the engine will reads an enormous amount from sysextents.

SELECT dbsname, tabname, count(*) extents FROM sysextents WHERE
dbsname NOT IN
('sysmaster','HASHTEMP','SORTTEMP','sysutils','sys cdr','onpload') AND
tabname != 'TBLSpace' AND tabname[1,3] != 'sys' GROUP BY dbsname,
tabname ORDER BY extents DESC, dbsName, tabName

This query is started from Patrol (.....) . Disable this part of Patrol.
Use the column "nextns" from sysptnhdr from the sysmaster db joined with systabnames to find out the number of axternts per table/fragment.
Or shutdown Patrol alltogether.....
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On