- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- high workloads causes the killing of applications
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 11:02 PM
05-23-2002 11:02 PM
high workloads causes the killing of applications
Everytime when there are high instantaneous workloads (lots of memory used) the system kills an application. In this case the victim is always an Ingres DBMS. Sudden outbursts of memory needs are seen when running Informix applications, Omniback backup application but also when running security analysis reports on the host.
The main Ingres DBMS processes are killed without any trace of error message.
Is there a way to avoid this and why does Ingres always has to be the victim.
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 11:22 PM
05-23-2002 11:22 PM
Re: high workloads causes the killing of applications
PRM Process Resource Manager would probably help.
Are there any messages in /var/adm/syslog/syslog.log when process is killed.
Could be problems with tuning.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 11:28 PM
05-23-2002 11:28 PM
Re: high workloads causes the killing of applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 11:41 PM
05-23-2002 11:41 PM
Re: high workloads causes the killing of applications
you could try to check the swap space size. The glance utility can show you the actual size and current usage. Sam will help to increase. If you redirect stderr and stdout of the INGRES process to a dedicated place, is there some output? You could target truss to the process to find out, what were its last system calls.
mfg, Klaus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 12:43 AM
05-24-2002 12:43 AM
Re: high workloads causes the killing of applications
If the machine beings to run out of shared memory the scheduler will terminate processes it feels to be unimprotant to save continuity in the machine.
Could you please post
1)swapinfo -ta
2)How much memory you have.
In the first 100 lines of syslog
3)kmtune -l
for swapmem_on maxswapchunks dbc_max_pct dbc_min_pct
4)/var/adm/syslog/syslog.log
The part just before and after the fault
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 01:05 AM
05-24-2002 01:05 AM
Re: high workloads causes the killing of applications
Only the kmtune command is not present.
A the phenomen occurred at 10h02 (syslog extract)
zhpux21:/ # swapinfo -ta
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 524288 16308 507980 3% 0 - 1 /dev/vg00/lvol2
dev 524288 16488 507800 3% 0 - 1 /dev/vg01/lvswap2
reserve - 231684 -231684
memory 241340 206004 35336 85%
total 1289916 470484 819432 36% - 0 -
zhpux21:/ #
vmunix: Memory Information:
vmunix: physical page size = 4096 bytes, logical page size = 4096 bytes
vmunix: Physical: 327680 Kbytes, lockable: 239908 Kbytes, available: 278164 Kbytes
May 6 09:48:45 zhpux21 inetd[20354]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 09:48:45 2002
May 6 09:50:46 zhpux21 inetd[20397]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 09:50:46 2002
May 6 09:52:00 zhpux21 inetd[20399]: telnet/tcp: Connection from dtcmanger (193
.74.166.31) at Mon May 6 09:52:00 2002
May 6 09:52:46 zhpux21 inetd[20403]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 09:52:46 2002
May 6 09:54:46 zhpux21 inetd[20416]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 09:54:46 2002
May 6 09:56:46 zhpux21 inetd[20435]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 09:56:46 2002
May 6 09:58:46 zhpux21 inetd[20493]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 09:58:46 2002
May 6 09:59:21 zhpux21 inetd[20802]: telnet/tcp: Connection from unknown (195.2
07.204.101) at Mon May 6 09:59:21 2002
May 6 10:00:46 zhpux21 inetd[21587]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 10:00:46 2002
May 6 10:02:46 zhpux21 inetd[23806]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 10:02:46 2002
May 6 10:03:19 zhpux21 inetd[24179]: ftp/tcp: Connection from p86533a (195.207.
204.221) at Mon May 6 10:03:19 2002
May 6 10:03:20 zhpux21 ftpd[24179]: connection from p86533a.dcz.bekaert.com at
Mon May 6 10:03:20 2002
May 6 10:03:24 zhpux21 ftpd[24179]: FTP LOGIN FROM p86533a.dcz.bekaert.com, eai
May 6 10:03:38 zhpux21 ftpd[24179]: PORT
May 6 10:03:49 zhpux21 last message repeated 2 times
May 6 10:04:09 zhpux21 ftpd[24179]: PORT
May 6 10:04:23 zhpux21 inetd[24306]: telnet/tcp: Connection from dcz01s30 (195.
207.194.202) at Mon May 6 10:04:23 2002
May 6 10:04:46 zhpux21 inetd[24462]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 10:04:46 2002
May 6 10:05:42 zhpux21 inetd[24515]: telnet/tcp: Connection from dtcmanger (193
.74.166.31) at Mon May 6 10:05:42 2002
May 6 10:06:46 zhpux21 inetd[24520]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 10:06:46 2002
May 6 10:08:46 zhpux21 inetd[24554]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 10:08:46 2002
May 6 10:10:46 zhpux21 inetd[25544]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 10:10:46 2002
May 6 10:12:47 zhpux21 inetd[25692]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 10:12:47 2002
May 6 10:14:47 zhpux21 inetd[25709]: registrar/tcp: Connection from zhpux21 (19
5.207.194.81) at Mon May 6 10:14:47 2002
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 10:37 AM
05-28-2002 10:37 AM
Re: high workloads causes the killing of applications
Are you using PRM on this machine?
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 11:16 PM
05-28-2002 11:16 PM
Re: high workloads causes the killing of applications
No, we are not using PRM ?
(By the way what is it exactly ?).
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 06:35 AM
05-29-2002 06:35 AM
Re: high workloads causes the killing of applications
The other product is Workload Manager. You can specify priorities and performance goals for your applications and WLM will adjust the amount of CPU available to the app to ensure that the high priority goals are met. It does this by tweaking the PRM config.
PRM is included in the Enterprise OE and WLM is in the Mission Critical OE.
Based on what I have seen so far in this thread, it looks like an ingres bug. Have you seen any core droppings? You can run the command file against the core file to see what process generated it and possibly a reason why it died. If you find core files that belong to ingres, you should contact ingres support. Commercial products should never generate core files.
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 04:53 AM
06-17-2002 04:53 AM
Re: high workloads causes the killing of applications
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 05:14 AM
06-17-2002 05:14 AM
Re: high workloads causes the killing of applications
In the meantime the problem has been solved.
According to the local HP support a bad mirroring disk caused excessive swapping, taking a lot of extra memory.
Franky