- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Active Shared Memory Segments
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
04-23-2007 08:48 PM
04-23-2007 08:48 PM
Active Shared Memory Segments
I am having trouble with one of the HP 11.11 server running with 5 oracle instances. The system's memory usage is growing everyday. It lookes like there are a lot of active shared memory segments not released when the oracle is restarted every night. Here is a sample of ipcs -m output. I can see many entries like this. Can someone tell me what could be the reason for this problem?
m 4106 0x00000000 --rw-rw---- oracle dba
m 4107 0x00000000 --rw-rw---- oracle dba
m 4108 0x00000000 --rw-rw---- oracle dba
m 4109 0x00000000 --rw-rw---- oracle dba
m 4110 0x00000000 --rw-rw---- oracle dba
m 4111 0x00000000 --rw-rw---- oracle dba
m 4112 0x00000000 --rw-rw---- oracle dba
m 4113 0x00000000 --rw-rw---- oracle dba
m 4114 0x00000000 --rw-rw---- oracle dba
m 4115 0x00000000 --rw-rw---- oracle dba
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 09:15 PM
04-23-2007 09:15 PM
Re: Active Shared Memory Segments
Few things to look at:
1) kmtuune, you may be able to create more or larger segments to accomodate oracle.
2) Patching, the OS could have a memory leak issue. Latest bi-annual patch set is a good starting point. relink oracle after this.
3) Oracle patches. There are dozens of memory leak issues with each version of Oracle.
Normally, I avoid Oracle patches at all costs. However sometimes they can't be avoided.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 09:27 PM
04-23-2007 09:27 PM
Re: Active Shared Memory Segments
(b) how are you shutting it down?
(c) how are you sure that it came down cleanly and removed all the attached shared memory segments when it did?
You must check thoroughly that the shutdown has worked.
Also check that you are not unnecessarily starting a duplicate service that was not stopped, which takes its own shared memory segment. Do an ipcs -ma and check the PIDs of these segments, then try to match them up with processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 09:50 PM
04-23-2007 09:50 PM
Re: Active Shared Memory Segments
>oracle is restarted every night.
If you don't do this properly, you would be responsible for cleaning up these shared memory segments with ipcrm(1).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 01:35 AM
04-24-2007 01:35 AM
Re: Active Shared Memory Segments
Bill Hassell, sysadmin