- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Upgrade but poorer performance...?
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-25-2003 06:07 AM
04-25-2003 06:07 AM
Have a D330 that has had a D370 Proc & motherboard upgrade and also has had a 200% RAM increase (to 768MB) in order to improve performance. The problem is the sar outputs report the system running less IDLE than it was prior to the upgrade, the server does in fact 'feel' a little slower. I have attatched current kern settings and other info just in case nayone out there has any suggestions. Swap has been increased to 1GB (is that enough?)If any ouputs are required the please let me know. Any ideas would be appreciated on this. Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 06:17 AM
04-25-2003 06:17 AM
Re: System Upgrade but poorer performance...?
If you have a disk small enough, you might dedicate it to swap, and not have say an Oracle database on the same disk if dedication is not an option.
I'm attaching a more comprehensive background sar script to help you in diagnosis.
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-25-2003 06:18 AM
04-25-2003 06:18 AM
Re: System Upgrade but poorer performance...?
If you are just using the disks internal to the D, then this is not altogether unexpected. I support lots of D boxes and almost all of them exhibit this behavior.
You may be able to do something if you were to attach some type of external storage and try some striping of the disks or something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 06:35 AM
04-25-2003 06:35 AM
Re: System Upgrade but poorer performance...?
Many thanks for your input so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 06:58 AM
04-25-2003 06:58 AM
Re: System Upgrade but poorer performance...?
My rule of thumb is 2x on swap 1GB is too small only if you know (from swapinfo) that you are in danger of running out of swap.
Here is my suggestion on kernel changes.
I think your maxdsize is to small. I think that you need to change your maxuprc na d nproc.
maxuprc ((NPROC*9)/4)
nproc ((MAXUSERS*10)+64)
maxdsiz(16384 current) 32768
maxtsiz(16384 current) 32768
timeslice (1 currently) 4
Is this also a hardware issue?
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 07:07 AM
04-25-2003 07:07 AM
Re: System Upgrade but poorer performance...?
Also, do you happen to have 'sar -d' output from the times the machine is feeling slow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 08:02 AM
04-25-2003 08:02 AM
Re: System Upgrade but poorer performance...?
I have never used Glance but will give it a go and see what it comes up with. Attatched are sar -d for today. Thanks for your continued input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 08:55 AM
04-25-2003 08:55 AM
Re: System Upgrade but poorer performance...?
The %busy on your c0t8d0 are high. It is overloaded compared to the other disks, at least at this time.
You are using 4 internal probably SCSI disks. They are probably slow disks.
However, the disks were slow before! Same disks! So the cpu upgrade shouldn't have made the disks any slower.
I never set the buffer cache min and max equal. I use 5% and 10%. or 2% and 5%.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 08:57 AM
04-25-2003 08:57 AM
Solutiona. processes are swapping (paging) out. Paging is a very bad feature for performance UNLESS it occurs just occasionally.
b. The buffer cache can be increased (but not more than 200-400 megs max) and the applications can be changed to use more RAM.
swap space has no positive effect on performance! If you have processes that cannot fit into RAM, then something will be swapped out and stop running with a big impact on performance. On the other hand, very interactive processes may only be needed once an hour in which case, the page out/in is very small.
Without good reports from the previous system it will be quite difficult to find what might be slowing things down. Glance will be quite helpful.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2003 11:37 PM
04-26-2003 11:37 PM
Re: System Upgrade but poorer performance...?
BTW, what model is this disk? The transfer rates and seeks for this scenario are too low even for slow old disks. This could be due to bad internal distribution of LV's inside the disk's sectors.