AIX 6.1 reach the threshold of stream(no -a|grep strthresh)


 
Thread Tools Search this Thread
Operating Systems AIX AIX 6.1 reach the threshold of stream(no -a|grep strthresh)
# 8  
Old 02-20-2013
Note: you can also use the follow to get a single paramater:
# lsattr -El sys0 -a <attribute> [-a <attribute>]

At/After painful moment need stats from each layer (adapter, interface, protocol)

I am thinking of:
  • entstat -d <device>
  • netstat -nm # (of all CPU, not just CPU24)
  • netstat -t # (especially when errors are occurring)
  • svmon -G # for general statistics
  • svmon -P -t 8 # more general statistics
  • netstat -w -I -p ALL 10 120 # (to see if paging has any influence)
Before you start your backup
# netpmon -o File -d -P -T TraceBufferSize -O so
After it starts
# trcon
This collects a lot of data! so perhaps let it run for 5 minutes only and see what it produces. Get used to using it - practice - ahead of time!
Example:
# sleep 300; trcoff
It is the command trcoff that actually stops the trace and starts the creation of the output. Again - get familiar with how to use the command.
Note: sleep is not necessary - just a handy way to stop after a fixed amount of time - trcoff is needed in any case to stop the trace and generate the report. If you do not specify -d argument - the trace starts automatically (i.e., no trcon needed).

From here on it is going to be too complex to handle this forum style - at least considering the amount of time I have. Continue asking for advice from IBM, but also from the VAR.
What I am concerned about, with Oracle - that usually uses lots of (pinned) memory (±75% at minimum, 80%+ is quite common), is that the network stack and Oracle are fighting for the memory and that "some" of the problem may be coming from memory overcommitment.
In short, get the application provider (might not be Oracle themselves, but an additional party) to help you on the client side with correcting/understanding the issues.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Trying to reach Neo, but unable to.

Hello, I am trying to reach forum administrator Neo because of specific material that he posted here. I cannot reach him directly via PM him unless I have made 10 posts, but at the same time I don't want to spam the forum with 10 posts just to be able to PM him. I assume I won't be able to... (3 Replies)
Discussion started by: Artashes
3 Replies

2. Shell Programming and Scripting

Help with script to reach remote servers

new3=`cat /tmp/list3` for pol in "$new3" $(su - dbadmin -c "ssh $new3 '/usr//llist'"); do export policy=`echo $pol`; su - dbadmin -c "ssh $x '/usr/policycmd $policy -L |grep -i active; echo $policy'">>/tmp/listxyz;done I am having trouble with this testscript as the file list3 has two names... (1 Reply)
Discussion started by: newbie2010
1 Replies

3. AIX

When AIX audit start, How to set the /audit/stream.out file size ?

Dear All When I start the AIX(6100-06)audit subsystem. the log will save in /audit/stream.out (or /audit/trail), but in default when /audit/stream.out to grow up to 150MB. It will replace the original /audit/stream.out (or /audit/trail). Then the /audit/stream.out become empty and... (2 Replies)
Discussion started by: nnnnnnine
2 Replies

4. AIX

AIX Scan Rate threshold

Hi Guys, The management is being frisky about scan rate in the range of a few thousands ( 4 digit scan rates occasionally). After much research ive concluded that its ok to have high scan rates , unless it leads to swapping/ it falls above 1:4 ratio with free rate (fr:sr) My question is:... (2 Replies)
Discussion started by: muzahed
2 Replies

5. Infrastructure Monitoring

How to setup Email notification when storage reach certain % ?

Hi, I recently research on how auto-mailing to notify the increase of storage size. I try avoid schedule/routine checkup the storage to determine increase the storage size. It is time-consuming. Any comment on how to get the storage size %? and automatically trigger mailing function instead... (16 Replies)
Discussion started by: i-counsellor
16 Replies

6. Shell Programming and Scripting

[Video stream] network stream recording with mplayer

Hi I used this command: mplayer http://host/axis-cgi/mjpg/video.cgi -user root -passwd root \ -cache 1024 -fps 25.0 -nosound -vc ffh264 \ -demuxer 3 -dumpstream -dumpfile output.avi It's ok but... Video Playing is very fast! Why? Is it a synch problem? What parameter I have to use for... (1 Reply)
Discussion started by: takeo.kikuta
1 Replies

7. IP Networking

can't reach host with ipv6

Hi all, First I know little about ipv6. I have two target. A and B,A and B connet with each other *directly* with line.and I can ping each other with ipv4 For A: # ifconfig eth0 Link encap:Ethernet HWaddr 00:21:9B:80:51:68 inet addr:128.224.159.188 Bcast:128.224.159.255... (1 Reply)
Discussion started by: yanglei_fage
1 Replies

8. BSD

How to reach files from tape drive using dd

Hi all! I have problem with copying files from tape drive. The contents of tape: silverman# tcopy /dev/sa1 file 0: block size 10240: 21 records file 0: eof after 21 records: 215040 bytes file 1: block size 10240: 20712 records file 1: eof after 20712 records: 212090880 bytes file 2:... (2 Replies)
Discussion started by: d3m00n
2 Replies

9. UNIX for Dummies Questions & Answers

How to reach to the end of the file?

What is the command, which takes cursor to the end of file which is opened within vi editor? (4 Replies)
Discussion started by: videsh77
4 Replies
Login or Register to Ask a Question