- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disk thrashing diagnosis
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
08-02-2000 08:27 AM
08-02-2000 08:27 AM
disk thrashing diagnosis
Via Glance and sar reports, I know that I have disk thrashing on this system.
In particular I was noticing today during a peak processing time that one file system showed very high LOGICAL r/w (mostly read), but virutally NO PHYSICAL r/w!
What would cause this. All other filesystems seem to have 1-1 relationship between logical and physical r/w. I do know that this file system contains one of the main Oracle redo logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 08:28 AM
08-02-2000 08:28 AM
Re: disk thrashing diagnosis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 08:29 AM
08-02-2000 08:29 AM
Re: disk thrashing diagnosis
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 08:41 AM
08-02-2000 08:41 AM
Re: disk thrashing diagnosis
1) Rick: everything is on LVM. The Oracle files are spread out where possible across Filesystems (e.g. datafile on one FS, index on another FS - some db's cover 3-5 datafiles) I count 6 redo logs, each on different FS. Between LVM and HP AutoRAID, I don't see a way to granularly control which datafiles (tablespaces) reside where to eliminate contention .... ?
2) Good point ... how do I determine if Oracle is caching, or HPUX?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 08:44 AM
08-02-2000 08:44 AM
Re: disk thrashing diagnosis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 08:45 AM
08-02-2000 08:45 AM
Re: disk thrashing diagnosis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2000 09:07 AM
08-02-2000 09:07 AM
Re: disk thrashing diagnosis
Comments?
(Again, LVM, AutoRAID)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2000 12:21 AM
08-03-2000 12:21 AM
Re: disk thrashing diagnosis
I've seen a similar system where we had to add a few small (mirrored) JBOD to get the performance on the online redo logs.
Also, how large are your online redo logs, and where do you put your archive redos? If they are also on the AutoRAID(s), you can get a situation where every log switch copies the redo log out to the archive area, which is on the same AutoRAID. If the redo log size is relatively small, and therefore switching frequently, this can cause a lot of disk traffic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2000 06:11 AM
08-03-2000 06:11 AM
Re: disk thrashing diagnosis
From the init***.ora file you can find out the settings of oracle for each instance.
The buffering on HPUX is seen from glance or you can as well use mount -v to check is the vxfs filesystem is setup for delaylog,nodatainlog or the default which will show log.
You can use old sar command of "sar -d"
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2000 02:03 PM
08-04-2000 02:03 PM
Re: disk thrashing diagnosis
Redo logs at 5MB, and roll VERY frequently (on the order of 200-1100 times per day!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2000 05:53 AM
08-08-2000 05:53 AM
Re: disk thrashing diagnosis
We were using 70-100MB redo logs, which sounds as though it would be a good start point for you.