- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Performance problems with IBM universe
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-03-2006 04:40 AM
04-03-2006 04:40 AM
Performance problems with IBM universe
We suspect IO problem.
Any idea or experience with this.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 05:33 AM
04-03-2006 05:33 AM
Re: Performance problems with IBM universe
Perhaps measure performance:
http://www.hpux.ws/system.perf.sh
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-04-2006 01:23 AM
04-04-2006 01:23 AM
Re: Performance problems with IBM universe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 01:52 AM
04-04-2006 01:52 AM
Re: Performance problems with IBM universe
B.11.11 U9000/800
is still necesary the path? what is it?.
HP have internal disks. 120GB. All Volumes in raid 1 (mirror).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 06:36 PM
04-04-2006 06:36 PM
Re: Performance problems with IBM universe
This is a piece of them:
HP-UX dmsreae1 B.11.11 U 9000/800 04/04/06
21:36:46 device %busy avque r+w/s blks/s avwait avserv
21:40:15 c0t6d0 100.00 8.05 224 9200 37.61 33.28
c3t6d0 81.82 5.53 223 9426 21.13 22.66
21:40:16 c0t6d0 100.00 25.94 253 7748 101.63 30.86
c3t6d0 82.00 9.32 241 7604 27.89 22.25
21:40:17 c0t6d0 100.00 21.45 296 7780 75.04 24.55
c3t6d0 92.00 19.24 289 7760 64.55 23.01
21:40:18 c0t6d0 100.00 25.27 305 7328 81.12 23.54
c3t6d0 91.00 22.92 293 7152 65.73 22.35
21:40:19 c0t6d0 100.00 28.71 316 6076 97.83 23.84
c3t6d0 91.00 24.42 308 6080 77.40 21.59
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 01:44 AM
04-05-2006 01:44 AM
Re: Performance problems with IBM universe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 02:49 AM
04-05-2006 02:49 AM
Re: Performance problems with IBM universe
Look for the file(s) that are badly sized. You can use the FILE.STAT and HASH.HELP commands to determine the proper sizing.
If you have "glance" you can monitor the process looking for files with high I/O activity.
If you have "lsof", then you can use the perl script I am attaching to monitor a process looking for changes in disk activity for each open file.
HTH
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 03:59 AM
04-05-2006 03:59 AM
Re: Performance problems with IBM universe
Could you send me the script (or tell me an URL to download it).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 04:24 AM
04-05-2006 04:24 AM
Re: Performance problems with IBM universe
Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 07:10 AM
04-05-2006 07:10 AM
Re: Performance problems with IBM universe
NOTE: nfile is the kernel parameter limiting the number of open files for the entire system. If you add 400 to MFILE, you will have 400 additional files open at the same time for each Universe program. Make sure nfile is large enough to handle the largest number of Universe programs.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 05:01 AM
04-06-2006 05:01 AM
Re: Performance problems with IBM universe
Any possible problem with vxfs, volume configuration o kernel paramters could be the problem?.
Any idea is appreciated.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 07:47 PM
04-09-2006 07:47 PM
Re: Performance problems with IBM universe
Mirror policy: strait
consistency: no
sched: parallel
write cache: yes
extend size=32
mode:read/write
it is a good configuration for Universe?.
And, is ussual than iostat shows different rates for identical disks in mirror:
bps sps msps
c0t6d0 1739 1644 1
c3t6d0 2017 1773 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 04:13 AM
04-10-2006 04:13 AM
Re: Performance problems with IBM universe
sar -a 1 10
iostat is almost useless today since disks are no longer simple devices (hardware buffering, array controllers, stripes, etc). That's the reason that msps is always 1.
You can't compare different systems without defining the actual work being performed. I have regularly seen 5 to 50 times more I/O per task for "similar" systems. An investigation into the actual I/O (data read/write, directory open/close, buffer cache, MFILE settings, missing or corrupt indexes, etc) all affect the number of I/O's being generated. If you do not see any errors in syslog, then the hardware is doing what it was told to do.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 03:13 AM
04-17-2006 03:13 AM
Re: Performance problems with IBM universe
My doubt is about times of devices.
Avserv (and avwait) is sometimes very high
(avserv Average time (in milliseconds) to service each transfer request (includes seek, rotational latency, and data transfer times) for the device)
HP-UX dmsreae1 B.11.11 U 9000/800 04/05/06
12:49:45 device %busy avque r+w/s blks/s avwait avserv
12:50:15 c0t6d0 100.00 2.93 150 2742 26.12 26.99
c3t6d0 97.00 2.69 145 2952 25.26 24.49
I can see also it via sar -u. High wio times.
12:49:45 cpu %usr %sys %wio %idle
12:50:15 0 14 15 29 42
1 15 10 63 12
2 9 4 51 36
3 9 12 24 55
system 12 10 42 36
Any idea?. Best regards.