- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swapinfo information
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
12-04-2005 05:24 PM
12-04-2005 05:24 PM
Following result is shown after executing swapinfo
# swapinfo -atm
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 6144 277 5867 5% 0 - 1 /dev/vg00/lvol2
reserve - 5867 -5867
memory 2336 2209 127 95%
total 8480 8353 127 99% - 0 -
Could anybody tell what does reserve column indicate? and 99% utilization leads to a problem "Out of memeory" while application is running.
Note: if physical memory is 3GB then in above swapinfo what does memory column indicate?
Rgds,
Mehul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 05:35 PM
12-04-2005 05:35 PM
Re: swapinfo information
From "man swapinfo", the reserve column means the paging space on reserve which is needed by processes that r currently running, but that has not yet been allocated from one of the paging areas.
the memory seems quite low, do a vmstat to verify how bad swapping is occurring:
# vmstat 2 15
15 2-seconds interval
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 06:50 PM
12-04-2005 06:50 PM
Re: swapinfo information
Best explanation I know is on
ftp://eh:spear9@hprc.external.hp.com/memory.htm
I would advise anybody to bookmark this site
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 06:55 PM
12-04-2005 06:55 PM
Re: swapinfo information
With 3GB of ram, dbc_max_pct of 20 or 25% should be fine.
Post a vmstat -S 2 10
-S Report the number of processes swapped in and out (si and so)
You may need to add more memory to the system - or add more swap space...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 01:06 AM
12-06-2005 01:06 AM
Re: swapinfo information
The "memory" row indicates that you have pseudo-swap or "lazy" swap mode enabled. (default on HP-UX). Up to 75% of physical memory can be dedicated to use as paging space. This is key on large memory systems. It's tough to set aside 2x physical memory (traditional recommendation) for paging space on a system with 128GB of RAM!
You can disable this with a kernel parameter change, but unless your app routinely chews up a ton of memory, I'd leave it set at the default.
-tjh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 01:51 PM
12-13-2005 01:51 PM
Re: swapinfo information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 02:36 PM
12-13-2005 02:36 PM
Re: swapinfo information
We are still facing "Out of memory" problem from last 10 days.Either we have to abort the instance or kill user session which is not ideal solution.
Pl. suggest everlasting solution?
Waiting for immediate response.
Regards,
Mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 03:31 PM
12-13-2005 03:31 PM
Re: swapinfo information
1) Reduce the memory usage on the system
2) Upgrade RAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 03:33 PM
12-13-2005 03:33 PM
Re: swapinfo information
How many instances on this system??
what are the following kernel settings??
maxssiz
maxssiz_64bit
maxdsiz
maxdsiz_64bit
maxtsiz
maxtsiz_64bit
shmmax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 04:05 PM
12-13-2005 04:05 PM
Re: swapinfo information
Are you running an Oracle Database?
maybe you can also perform some tuning at this level also..
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 06:40 PM
12-13-2005 06:40 PM
Re: swapinfo information
Oracle version :: 9.2.0.1.0
How many instances on this system :: One Instance
Following are kernel settings
maxssiz 134217728
maxssiz_64bit 1073741824
maxdsiz 1073741824
maxdsiz_64bit 2147483648
maxtsiz 67108864
maxtsiz_64bit 1073741824
shmmax 2147483648
We have increased shmmax from 536870912 to 2147483648 to fit entire SGA and(Which is 1500MB,PGA 600MB) but problem still persists.
Note:Physical RAM is 3GB.
Concurrent user 25
Regards,
Mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 06:46 PM
12-13-2005 06:46 PM
Re: swapinfo information
What is oracle version??
How many instances on this system??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 07:56 PM
12-13-2005 07:56 PM
Re: swapinfo information
Regards,
Mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 08:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 10:45 PM
12-13-2005 10:45 PM
Re: swapinfo information
can you post the output of "show sga"
login to the database as '/ as sysdba'
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 02:39 AM
12-14-2005 02:39 AM
Re: swapinfo information
[Memory total is the total of all available and would include the lvol2 disk]
3Gb is not alot of memory running anything Oracle over 8i. You need to look at increasing this, cause the newer versions of Oracle just keep putting more of a strain on memory, so you also need to look at all your kernel parms.
Post all your parms...and let folks look them over, there may be a few others that could be suggested for changes to help.
Just a thought,
Rgrds,
Rita