- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- %wcache is to low
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
10-23-2003 02:58 AM
10-23-2003 02:58 AM
We have a server HP-UX 11.0 64 - bit with two processors and 2GO of RAM.
On this server there is a base Oracle 8.1.7
The parameters
Dbc_max_pct = 20
Dbc_min_pct = 5
Size current of the buffer:
echo "bufpages /D" |adb /stand/vmunix /dev/kmem
bufpages 104857
I have a problem when I make a sar -b the result shows that the value of %wcache is very lower than that advised by HP.
My value of %Wcache is on average :7 and HP advice >=70
However my %rcache value is good.
I joint you my output of sar -b.
which are the parameters for resolve this problem ?
Thanks for your help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:06 AM
10-23-2003 03:06 AM
Re: %wcache is to low
1) dbc_max_pct should be dropped to between 7-10
2) You need to collect more data.
Attaching scripts to accomplish goal #2
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
10-23-2003 03:09 AM
10-23-2003 03:09 AM
SolutionOn database boxes you really want to look at the cache hit rates within the database itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 04:08 AM
10-23-2003 04:08 AM
Re: %wcache is to low
I joint you my report file on my system
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 05:30 AM
10-23-2003 05:30 AM
Re: %wcache is to low
The real concern is the performance. Dump an hour of sar data during peak and look for magic problem areas such as swap/in/sec, swap/out/sec, and process switching.
Hope that helps.
Tim