- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- virtual memory paging
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
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
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-29-2007 10:33 PM
тАО04-29-2007 10:33 PM
virtual memory paging
i m using database oracle 10G with RAC running on 2 instances on hp ux 11iv2 environment. This given message i m getting on one instance. how can i solve this problem.
"Significant virtual memory paging was detected on the host operating system."
thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2007 11:10 PM
тАО04-29-2007 11:10 PM
Re: virtual memory paging
Is that a dedicated server for oracle, or does it has another big process like ISS?
Check your sga_max_size, sga_target, and your pga_aggregate_target that could be giving that error.
Please advice,
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2007 11:13 PM
тАО04-29-2007 11:13 PM
Re: virtual memory paging
Try to use top, vmstat, etc. to find what is using all the ressources on the system. Is it an error you have recieved all the time this particular instance has been running?
Greetings
Danny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2007 12:39 AM
тАО04-30-2007 12:39 AM
Re: virtual memory paging
Otherwise, follow the advice above, and check what else is eating up the resources on this box.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2007 12:45 AM
тАО04-30-2007 12:45 AM
Re: virtual memory paging
sar -w
vmstat
swapinfo
glance
then attach your result for analize ti ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2007 01:48 AM
тАО04-30-2007 01:48 AM
Re: virtual memory paging
Oracle's getting pretty good at detecting these probems.
Use vmstat or http://www.hpux.ws/system.perf.sh to identify the problem.
Then buy some memory or tune oracle SGA to use a lot less memory.
Paging is never a good thing and the only fix is more RAM.
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-30-2007 05:18 AM
тАО04-30-2007 05:18 AM
Re: virtual memory paging
Bill Hassell, sysadmin