- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CPU or Network Bottleneck
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
Discussions
Discussions
Discussions
Forums
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
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-01-2007 09:19 PM
тАО03-01-2007 09:19 PM
CPU or Network Bottleneck
Good day,
configuration:
HP-UX B.11.11 not patched
Oracle 9.2.0.4
application server rp5470 (4 CPU)
database server rp2470 (2 CPU)
On application server GlancePlus (gpm) display Alarms:
CPU Bottleneck probability = 100
Network Bottleneck probability = 70
CPU LOAD avg sometimes more then 4 or 5 or 6
(1 or 2 day in moon when many people work)
I attach some system snap.
Thank You Ludek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2007 12:34 AM
тАО03-02-2007 12:34 AM
Re: CPU or Network Bottleneck
just my ideas.
It looks a bit like a hard-disk problem.
I assume agroa is the database server. Please check out your DB configuration ( on which hardisk/array are the data stored ). The disk c4t0d0 and c4t1d0 reporting often 100% busy. What is at this disks ? Are this disks or the array with this disks failure free. 100% busy time means also a longer avwait time ( time to wait before transfer process can work ) that can cause a higher CPU utilisation.
Have you allready checked the network statistic via lanadmin ? With lanadmin you can see also some lan error statistics.
Greetings
Karsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2007 01:03 AM
тАО03-02-2007 01:03 AM
Re: CPU or Network Bottleneck
I think also its the disk. make a snapshot of the DB and have a look at the Buffer hits. If they are <80% I recommend you to give more cache to your db.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2007 12:46 AM
тАО03-05-2007 12:46 AM
Re: CPU or Network Bottleneck
I apologize, agroa server is application server. Name database server is agrod.
Disk c4t0d0 and c4t1d0 are disk where are application files, C-ISAM *.dat files - database used our cobol information system. Previosly all files are in *.dat, but now majority files are transformed into Oracle database. On disk are not errors. Between application and database server is 1GB net.
We have alarm CPU Bottleneck so I 1 moon ago change on net cards packet size MTU from 1500 (on Oracle defaul setings) on 9000 bytes (Oracle settings SDU=TDU=MTU=8192). I want test SDU = 9000 or 18000 nad TDU = 32000(default).
I attach snapshot from Oracle server.
Here is for example SQL:
Module: pwahl2.RTO@agroa (TNS V1-V3)
SELECT /*+ INDEX( ts ts_key) */ * FROM
agroagro1."TS"
Export file table TS have 166MB and execution 72,302 in 13 min?
Thank You Ludek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2007 07:02 PM
тАО03-05-2007 07:02 PM
Re: CPU or Network Bottleneck
Oracle utility staspack not display WHERE clausule in SELECT /*+ INDEX( ts ts_key) */ * FROM
agroagro1."TS"
Is returned only 1 row.
Ludek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2007 11:01 PM
тАО03-05-2007 11:01 PM
Re: CPU or Network Bottleneck
meanwhile I dont think it is a Oracle problem. Please have a look to the lanadmin tool - specially check out the error rates. Are there any differences compared with MTU=1500. High CPU % and Harddisk % are also possible if NIC and HD Controller on the same PCI-Bus ( some Interrupt problems during the highspeed transmission ). Check out how is your system hardware configured. Please check also your router/switch - is there also enabled to serve jumbo-frames ?
Greetings
Karsten