- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DISK busy 100% system 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
03-19-2007 11:50 PM
03-19-2007 11:50 PM
Dear Gurus,
I am using HP-UX 11.11 in rp3410 with 2 CPU.
Disk Station DS2300.
oracle 9.20 and sap installed in the system.
In the system two internal Disk c2t0d0 used only for OS. and mirred with c2t1d0.
System is very slow because of internal disk showing 100% busy.
Here I am attach O/P of sar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 11:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 12:06 AM
03-20-2007 12:06 AM
Re: DISK busy 100% system slow
If your disk is busy 100% the most likely cause is swapping. I'd suggest vmstat or swapinfo -tam
http://www.hpux.ws/system.perf.sh to monitor in the background.
I'm sure that if oracle is hosting files on local disk and the environment is write intensive this could also be a contributing factor.
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
03-20-2007 12:12 AM
03-20-2007 12:12 AM
Re: DISK busy 100% system slow
Thanks for reply.
Yes in the system internal Disk is used for swap
it is /dev/vg00/lvol2.
TYPE AVAIL USED FREE USED
dev 21004288 4869624 16134664 23%
#vmstat 1 5
pi po
37 91
12 698
46 694
66 768
41 782
26 842.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 12:17 AM
03-20-2007 12:17 AM
Re: DISK busy 100% system slow
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 12:29 AM
03-20-2007 12:29 AM
Re: DISK busy 100% system slow
Thanks,
In system 4GB ram is there
#swapinfo -m
TYPE AVAIL USED FREE USED
memory 3081 570 2511 19%
reserve - 4871 -4871
this will Happen some times only
and If I restart system it will be normal.
but I can't take restart because it is production system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 12:32 AM
03-20-2007 12:32 AM
Re: DISK busy 100% system slow
In the meantime, are there any unnecessary processes that you can kill off?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 01:10 AM
03-20-2007 01:10 AM
Re: DISK busy 100% system slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 01:12 AM
03-20-2007 01:12 AM
Re: DISK busy 100% system slow
thanks,
my sap users are loged in so I cant't take
restart.
How can I find which are unusable processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 01:15 AM
03-20-2007 01:15 AM
Re: DISK busy 100% system slow
That is not something that we can tell you. YOU must look at your 'ps -ef' output and try to decide what is or is critical.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 01:24 AM
03-20-2007 01:24 AM
Re: DISK busy 100% system slow
sorry,
I want to say some processes which are initiated by oracle & some by SAP
in that processes I am not sure which is
Necessary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 01:31 AM
03-20-2007 01:31 AM
Re: DISK busy 100% system slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 01:47 AM
03-20-2007 01:47 AM
Re: DISK busy 100% system slow
UNIX95= ps -eo vsz,pid,args | sort -rn | more
If you can find something unnecessary near the top of that list and eliminate it, you may see some improvement.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 01:52 AM
03-20-2007 01:52 AM
Re: DISK busy 100% system slow
If you have zombie processes, which are disconnected from their parent, these processes could be doing all kinds of useless i/o, slowing down the system without providing any useful data.
If you identify a lot of zombie processes, the best way to fix it is to arrange a short system outage and stop/start sap.
There are several other scenarios that could cause a lot of needless disk i/o. Users not terminating their sessions properly, issues like that.
The key is to identify and possibly kill individual processes that you know are hammering performance and are not providing useful results/data. This may annoy the users a bit, so tread carefully.
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
03-20-2007 01:53 AM
03-20-2007 01:53 AM
Re: DISK busy 100% system slow
> How can I find which are unusable processes?
If you have to ask that, you are the *wrong* person to decide! To begin killing processes without any understanding of what they do will certainly create a worse mess. Of course, it will likely force you to reboot which may then "fix" your immediate problem.
I urge you to consult your DBA to ascertain the amount of memory devoted to SAP. Perhaps its buffer pool is too large.
I also suggest that you make sure that your Unix buffer cache isn't set to some very high value. Your values for 'dbc_max_pct' and 'dbc_min_pct' should probably not exceed 5% under your conditions.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 02:46 AM
03-20-2007 02:46 AM
Re: DISK busy 100% system slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 07:07 PM
03-20-2007 07:07 PM