- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unix system performence very slow
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-15-2002 10:50 PM
10-15-2002 10:50 PM
Unix system performence very slow
We have HPUx - 11.0 - N class Server.
Total physical memory - 8GB
Total Disk space used for oracle 11i database
- 80 GB.
Raid configuration 1+5
Total users - average - 300 daily.
Now we are facing peformance problem.
Every day we get disk usage 100% and cpu usage
100%.(Disk bottleneck & cpu bottle neck) Here i am attaching our kernel parameter list. Any one can advise me how to rectify the problem.
regards
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 10:59 PM
10-15-2002 10:59 PM
Re: Unix system performence very slow
Here i am attaching mem_activity,disk,cpu
activity for one day.
regards
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 11:00 PM
10-15-2002 11:00 PM
Re: Unix system performence very slow
cpu activity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 11:04 PM
10-15-2002 11:04 PM
Re: Unix system performence very slow
Here i am attaching all the files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 11:05 PM
10-15-2002 11:05 PM
Re: Unix system performence very slow
Your buffer cache is too high.
Suggest you change for starters:
dbc_max_pct - 5%
dbc_min_pct - 2%
eqmemsize - 30
What sort of disk array are you using?
Do you have any sort of timeout values other than default for your LUN's?
# pvdisplay -v /dev/dsk/c9t0d0 |more
and look for the IO timeout in seconds. If your using an external disk array these should be set to about 180 seconds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 11:24 PM
10-15-2002 11:24 PM
Re: Unix system performence very slow
Well, apart from dbc_max_pct being too high (but this will reduce anyway once memory pressure builds) I cant see any problems. What you are seeing is a feature of Oracle and having 300 users on your server.
Oracle by nature will hit all your CPU's as hard a possible (to the max) in order to meet the requests of all the users you have on your server. This is fine - thats what you would want - use all the cpu available in order to meet requests as fast as possible.
Disk looks fine also. Its busy at times but wio% doesnt get too high for too long. Again - this is a feature of having that many users on your server - Oracle hits the disks hard as possible in order to meet the requests as fast as possible.
If your users are complaining or poor performance then this is simply because you have too many users on your server! Either reduce the number of users or increase the specification of your server (more&faster cpu's, more memory, more and daster disk).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 11:25 PM
10-15-2002 11:25 PM
Re: Unix system performence very slow
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7acacf38d6bdd5118ff10090279cd0f9,00.html
The CPU bottleneck could be because it is waiting on disk IO. Looking at your disk IO, this suggests that one controller is getting flooded. One way would be to move some information around on your disks. Do you utilise any sort of disk striping?