- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Swap is not being used
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-20-2005 07:15 PM
04-20-2005 07:15 PM
Swap is not being used
The machine is not utilizing swap at all and hangs the entire sytem. We run oracle on it with multiple instances. My swapinfo out put is given below:-
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4194304 0 4194304 0% 0 - 1 /dev/vg00/lvol2
dev 4096000 0 4096000 0% 0 - 0 /dev/vg00/swap2
reserve - 8290304 -8290304
memory 6469772 6149456 320316 100%
Memory usage is 100%. WHen I check for swapping with a swapon -a I get a message that the swap space has already been enabled. my maxswapchuncks parameters is 16384. I tried a reboot but the bottleneck comes back up.
Any ideas as to what is going on????
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 07:56 PM
04-20-2005 07:56 PM
Re: Swap is not being used
you have to set swapmem_on=1 in kernel tunable parameters.
Cheers
Deepak Kulkarni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 08:04 PM
04-20-2005 08:04 PM
Re: Swap is not being used
Run the following commands:
ipcs -mob # for displaying shared memory segments
kmtune -q dbc_max_pct # for showing upper limit of memory use by buffer-cache
/usr/contrib/Q4/bin/kmeminfo # for reporting memory utilization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 08:07 PM
04-20-2005 08:07 PM
Re: Swap is not being used
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 08:13 PM
04-20-2005 08:13 PM
Re: Swap is not being used
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 09:14 PM
04-20-2005 09:14 PM
Re: Swap is not being used
excuse me for trying to help you.
bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 09:25 PM
04-20-2005 09:25 PM
Re: Swap is not being used
listen to J. Damian.
the info he requested is valid in order for us to help u.
since u r running Oracle (and multiple instances!), we would need to ascertain how big a SGA u have created which may have cause this full memory.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 09:45 PM
04-20-2005 09:45 PM
Re: Swap is not being used
My apologies.I did not mean that the way it sounded. Its a production box and I don't know what I am doing. Well a reboot again seemed to help and now I am down to 13% of memory used.
I will post the details once the problem starts coming again since we cannot get the exact details right now, since the server is functioning normally.
I am guessing the defunct processes casued by oracle was hogging up the memory.
Once again my apologies.
Joe