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: problem during the compilation for ids 7.31UD1 running on linux

Posted By: Tilman Model-Bosch
Date: Thursday, 29 April 2004, at 6:15 a.m.

In Response To: problem during the compilation for ids 7.31UD1 running on linux (James Lim)





Dear Jim,

SHMVIRTSIZE should be set to a value that is a bit higher than the amount
of used
memory during 'normal' operations.
To determine this amount :
- When the system has been running for a while with normal load run the
command 'onstat -g seg'
and search for all segments of class 'V' (for virtual)
- add up all the values in column blkused mulitply the result with the
block size.
The block size is either 4096 or 8192 bytes , depending on you IDS
version.
As far as I know it is 8192 for 7.31.UD1 .
This is the virtual memory currently in use by IDS in Bytes .
# To verify the block size : (<blkused>+ <blkfree>) * <block size> =
<size_of_shm_segment>
- Set SHMVIRTSIZE to an amount a bit larger (maybe 20%) than that value.
! The value in $ONCONFIG is in KB, the above calculation returns # of
bytes.

- Generally SHMVIRTSIZE should be set to a value , that normally dynamic
allocation of additional
SHM segments does not take place.

- SHMADD should be set to a reasonable high value , to avoid the allocation
of many small
SHM segments in case the server has to allocate more SHM segments! 8192
is definitely very low.
On the other hand if it is set very high , this may result in the
allocation of an unnecessary high
amount of memory.


-----------------------------------------------------------------------------

Example from a 7.31.UC7 on SOLARIS:

13% onstat -g seg

Informix Dynamic Server Version 7.31.UC7XA8 -- On-Line -- Up 00:00:24 --
917504 Kbytes

Segment Summary:
id key addr size ovhd class blkused blkfree
1075 1381386241 a000000 872415232 14188 R* 105530 966
1076 1381386242 3e000000 67108864 1628 V 7293 899
1077 1381386243 42000000 622592 616 M 68 8
Total: - - 940146688 - - 112891 1873

(* segment locked in memory)

ONCONFIG:
------------------
SHMVIRTSIZE 65536 #in KB
SHMADD 65536 #in KB

There is only one virtual segment here. Size is

blkused blkfree
(7293 + 899) * 8192 = 67108864

Which indeed is the size displayed by onstat, so we verified that 8192 is
the block size!

In this case SHMVIRTSZE seems to be reasonable, as there is still some free
space available ,
while it is not oversized on the other hand.
-------------------------------------------------------------------------------------------------------------

The crash seems to be a consequence of an OS error.

With kind regards
Tilman



--
Tilman Model-Bosch
IBM Data Managment Solutions, Informix Advanced Support
c\o SAP AG
TECHDEV 05
Neurrotstr.16
69190 Walldorf




forum.subscriber@iiug.org wrote on 04/29/2004 02:17:02 AM:

> Happy Day,
>
> I have a problem during the compilation for my object code. during the
> compilation it was running half-way then it stop in my online.log file
> it showing the error as below:
>
> 07:48:15 Dynamically allocated new virtual shared memory segment (size
> 8192KB)
>
> 07:48:15 Dynamically allocated new virtual shared memory segment (size
> 8192KB)
>
> 07:48:15 Dynamically allocated new virtual shared memory segment (size
> 8192KB)
>
> 07:48:15 Dynamically allocated new virtual shared memory segment (size
> 8192KB)
>
> 07:48:15 Dynamically allocated new virtual shared memory segment (size
> 8192KB)
>
> 07:48:15 Dynamically allocated new virtual shared memory segment (size
> 8192KB)
>
> 07:48:15 shmat: [22]: operating system error
> 07:48:15 Assert Failed: errors occurred during mt_notifyvp
> 07:48:15 Informix Dynamic Server Version 7.31.UD1
> 07:48:15 Who: Session(269, informix@linuxsvr3.rhs.net, 28615,
> 401815616)
> Thread(299, sqlexec, 17f0f4d0, 1)
> File: mt.c Line: 9518
> 07:48:19 See Also: /tmp/af.51342be
> 07:48:19 mt.c, line 9518, thread 299, proc id 20703, errors occurred
> during mt_
> notifyvp.
> 07:48:19 PANIC: Attempting to bring system down
>
> p/s: May i know due to what problem is't ? I have a 4 GB of memory swap
> also 4 GB and 2 CPU.
>
> in my onconfig file I set the SHMVIRTSIZE 100000 and SHMADD 8192.
> anything that i need to modifty in my onconfig file ? please advice
>
> Thanks
> Best Regards,
> LIM
>
>
>

Messages In This Thread

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

IDS Forum is maintained by Administrator with WebBBS 5.12.