Sponsored Content
Full Discussion: AIX 5.2 performance question
Operating Systems AIX AIX 5.2 performance question Post 302256975 by shockneck on Tuesday 11th of November 2008 02:36:51 AM
Old 11-11-2008
Quote:
Originally Posted by jhall
Here is the oslevel. I cannot upgrade the system yet, because I have no method to get a mksysb first. There is no tape drive or NIM server.
Ouch.... does that mean, that you don't have any backup of your server at all? Isn't there any other server that could export a filesystem to your server to write an mksysb onto?

Quote:
Originally Posted by jhall
Code:
# oslevel -r
5200-01

Ouch again. Don't get me wrong - I am a big fan of the "never change a running system" idea but running 5.2 ML1 has disadvantages for reasons of security and (probably more interesting in your case) in virtual memory handling. With ML1 you don't have the option to let LRUD sort out how to divide the RAM between program cache and data cache.

Quote:
Originally Posted by jhall
Here is the vmstat:
Code:
# vmstat -vs
[...]
             20770484 filesystem I/Os blocked with no fsbuf
                    0 client filesystem I/Os blocked with no fsbuf
                   73 external pager filesystem I/Os blocked with no fsbuf

Looks reasonable for your configuration. You could increase the number of numfsbufs if you can afford to give more memory to it but you would need to unmount/mount the FS to take this change get into effect.

Quote:
Originally Posted by jhall
This system is running a banking application that is written in cobol. [...]I don't have any option to reallocate the vg's and lv's. There are no external or SAN attached drives. The system uses only the internal disks and they are are all used. I would like to recommend the purchase of a small SAN device, but I need data to back that recommendation up.

I inherited this system and am working to correct all of the issues.[...]
Maybe I can give you some hints which arguments to bring forward.
Is the server's response time meeting the SLA? The guys in charge are often completely ignorant to technical details but react very quickly once a breach of a contract is imminent or as taken place already. On the other hand if your boss says "so what?" (preferably in an email) lean back and relax. Everything is fine then. (Don't forget to tell them, that you cannot restore a backup easily. Smilie )
Technically: if this banking application is transaction based: how many transactions per second do take place? From that number you might be able to calculate how many disks your app should use (rule of thumb: a disk with 10Krpm handles about 125 IO per second (tps in iostat).) Organising disks in RAID can influence the number of possible IOPS. Use filemon to find out the applications disk's response time. Writes should not take longer than 5ms, reads no longer than 10ms.
If this banking application is database based: Can old data be archived to keep the DB indexes small? Are data and log filesystems on separate disks?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

AIX performance

Hiya all, I am a newbie sysadmin to AIX, i have worked on HPUX for 3 years. I have started a new role with in an IBM house and because there is me and one other there are a couple of issues I cannot work out: We havehad a production server slowing down processing batch jbs over the past... (6 Replies)
Discussion started by: chlawren
6 Replies

2. AIX

Performance testing on AIX

I'm doing performance testing for one application which works on AIX. But I don't know which performance parameters of memory need to be collected. Now, I just know very few: 1. page in 2. page out 3. fre They are all collected by "vmstat" command. I want to know, except for above... (2 Replies)
Discussion started by: adasong
2 Replies

3. AIX

Performance issue in AIX 5.3

Is there is any way to increase the CPU utilization of a Embedded SQL program in AIX 5.3 .. for performance purpose. (0 Replies)
Discussion started by: Gyanendra Awast
0 Replies

4. AIX

performance issue in AIX

Gurus, i have process that runs 5 times a day. it runs normally (takes about 1 hour) to complete in 3 runs but it is takes about ( 3 hrs to complete) two times So i need to figure out why it takes significanlty high time during those 2 runs. The process is a shell script that connect to... (2 Replies)
Discussion started by: mad_man12
2 Replies

5. AIX

AIX performance issue

Hi Guys, This is the situation I am in. Provide your views and input where should I start? I have one P7 test server and a p520 production server. the job is taking pretty long on the P7 test server when compared to the P5 production server. below is the full detail. Informix... (5 Replies)
Discussion started by: ithinksgreen
5 Replies

6. AIX

Need some help for AIX performance monitoring

Hello I am new user of AIX; I have only basic knowledge of the UNIX commands, and I want to create script that will monitor the performance and resources usage on AIX 6.1 machine. Basically I wan to start a loop that will grab, every 10 seconds, the CPU usage, the memory usage, the disk usage,... (1 Reply)
Discussion started by: adaher
1 Replies

7. AIX

Asynchronous I/O on AIX and DB performance

Hi, I would like to hear your thoughts about this. We are running our Data warehouse on DB2 DPF (partition environment) and I have notice that sometimes we hit the Asynchronous-I/O-Processes peak. DB2 relies heavily on Asynchronous I/O so I would believe this has an negative impact.We are... (10 Replies)
Discussion started by: arizah
10 Replies

8. AIX

AIX 5.3 performance problems

Hello, I encounter some performance issues on my AIX 5.3 server running in a LPAR on a P520. How do I investigate performance issues in AIX. Is there any kind of procedure that takes me to the steps to investigate my server and find the sub systems that is causing the issues? The performance... (1 Reply)
Discussion started by: petervg
1 Replies

9. AIX

Performance stats from AIX 6

Hi, I'm supposed to capture many performance stats on AIX 6 and stuck up with below: Priority queue Disk cache hit% Page out rate Swap out rate Memory queue I see vmstatis helpful for "page out" but not sure how to get the "rate". Could anyone please let me know how to get these... (4 Replies)
Discussion started by: reddyr
4 Replies

10. AIX

IBM AIX I/O Performance Tuning

I have a IBM Power9 server coupled with a NVMe StorWize V7000 GEN3 storage, doing some benchmarks and noticing that single thread I/O (80% Read / 20% Write, common OLTP I/O profile) seems slow. ./xdisk -R0 -r80 -b 8k -M 1 -f /usr1/testing -t60 -OD -V BS Proc AIO read% IO Flag IO/s ... (8 Replies)
Discussion started by: c3rb3rus
8 Replies
All times are GMT -4. The time now is 09:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy