- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: DL380 slow 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
09-05-2005 06:01 PM
09-05-2005 06:01 PM
DL380 slow performance
what could be the reason for it.
new server is with 4GB of RAM and old server is 1.5 DB of ram.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 09:28 PM
09-05-2005 09:28 PM
Re: DL380 slow performance
check the io wait time and io performance. check your dmesg and free command outputs and may be post it here for us to take a look.
if the bad performance continues even after removing raid controller then it is most likely the CPU and RAM related issue (mostly IO related).
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 11:03 PM
09-05-2005 11:03 PM
Re: DL380 slow performance
Data/Index/redo : Raid 1.
Other stuff: Raid 5.
If you are loading your data on to RAID 5 storage, and the raid parity is 9 then every single write is being done nine times.
That has a significant(like a hammer) impact on db performance.
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
09-05-2005 11:32 PM
09-05-2005 11:32 PM
Re: DL380 slow performance
i have removed the raid,now 3 HDs are just scsci drivers. its not only problem with performance,our datawarehouse fully truncating all the data and reloading all day.it is taking exactly double the time of normal servers.
shiljith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 11:45 PM
09-05-2005 11:45 PM
Re: DL380 slow performance
I am not sure whether oracle uses buffers and shared memory/semaphore. But it would be better to check on that.
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 04:17 AM
09-06-2005 04:17 AM
Re: DL380 slow performance
-Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 04:22 AM
09-06-2005 04:22 AM
Re: DL380 slow performance
what is meant by "raid parity is 9" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 05:44 AM
09-06-2005 05:44 AM
Re: DL380 slow performance
Correct term is Raid 5 parity 9 or 9 bit parity, not sure.
What it means is that every stripe goes across 9 disks on the SAN. To go totally off topic, we were told we lost our data the array failed because the parity exceeded the array's channels to write the data.
Surely someone will provide a better explanation. The default for Raid 5 is as I'm told parity 9, which results in a minimum of 9 writes to different disks for every write.
Back to the issue at hand, since RAID is not a factor, I'd check to make sure there are not a lot of scsi devices in the chain and that everything is terminated properly.
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
09-06-2005 08:27 PM
09-06-2005 08:27 PM
Re: DL380 slow performance
- Do you have the same linux/kernel on both servers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 08:28 PM
09-06-2005 08:28 PM
Re: DL380 slow performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 12:31 AM
09-07-2005 12:31 AM
Re: DL380 slow performance
Please consider this post:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=952802
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 05:19 AM
09-07-2005 05:19 AM
Re: DL380 slow performance
I don't think the amount of RAM will matter for that type of upload (do you use sqlldr what mode).
If you use exact same method between ML110 and DL380, what are the other differences on the hardware ? nb disks , disk speeds, disk controlers ,...
could you post the information ?
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 04:42 PM
09-07-2005 04:42 PM
Re: DL380 slow performance
thanks to all
shiljith