How to install system resource monitoring utilities?


 
Thread Tools Search this Thread
Operating Systems AIX How to install system resource monitoring utilities?
# 1  
Old 09-30-2011
Error How to install system resource monitoring utilities?

Hello Experts,

Topas, nmon, vmon & top monitoring tool not working.

We use above AIX utilities to identify cpu and memory usage. I can execute the topas but on execution I receive "SpmiCreateStatSet can't create StatSet" message & no output.

I use AIX 5.3, TL3.

Please assist to restore these utilities.

Thank you,
Sumit

Moderator's Comments:
Mod Comment Please refrain from painting your whole text in red. There can be people suffering from colour-blindness which might not be able to read this, thanks.

Last edited by zaxxon; 10-10-2011 at 05:29 AM.. Reason: see pm
# 2  
Old 09-30-2011
Search for Linux toolbox for AIX.
# 3  
Old 10-08-2011
it's time to ask your boss using IBM system director XD
# 4  
Old 10-08-2011
Quote:
Originally Posted by polar
it's time to ask your boss using IBM system director XD
Sorry, but that is no solution. Thread O/P gave a problem and an error message and this hints to something not working (correctly). If this is the case you better fix it instead of just trying to "work around" the error. Chances are the problem comes back hounting you at some very unwelcome point in time.

(Btw.: this is a general advice which is true regardless of the problem at hand. It is never a good idea to ignore/work around errors or just make symptoms go away.)

Coming back to O/Ps problem: try to delete "/etc/Spmi_shm_hook" and/or "/tmp/Spmi_shm_hook".

If this doesn't work:

Code:
root@system # ipcs -m    # look for any segments beginning with 0x78
root@system # ipcrm -m <these segments ids>
root@system # slibclean

I hope this helps.

bakunin
# 5  
Old 12-21-2011
AIX System monitoring utility

@ bakunin -

Thank you very much for the answer. It works well with my system.

Finally I am able to use all utilities again Smilie

I stopped looking into it for while Smilie and created new utility called "cpu" for finding defunct cpu process.

Code:
ps -eFuname="",pcpu="",args="" | sort +1 -r -n -d | more

Moderator's Comments:
Mod Comment Use code tags - see PM, thanks.

Last edited by zaxxon; 12-21-2011 at 04:00 PM.. Reason: code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Recording / Monitoring Shell Script Resource Usage.

I need to record min and max resources for RAM, & CPU for each command's execution in a shell script. Maybe going in details I would also be interested to capture plots with resource usage i.e.start to end of individual command with respect to time in a shell script. Please share ideas. (0 Replies)
Discussion started by: vaibhavvsk
0 Replies

2. Infrastructure Monitoring

How to install Cacti (a system monitoring and graphing solution) with Nginx?

Here's a short tutorial on installing Cacti with Nginx on Linux. (0 Replies)
Discussion started by: notblog
0 Replies

3. Red Hat

HELP - Resource/Performance Monitoring Script - Red Hat Enterprise Linux Server

Hi all, ------------------------- Linux OS Version/Release: ------------------------- Red Hat Enterprise Linux Server release 5.5 (Tikanga) Linux <hostname> 2.6.18-194.8.1.el5 #1 SMP Wed Jun 23 10:52:51 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux I have a server that hosts 30+ Oracle... (1 Reply)
Discussion started by: newbie_01
1 Replies

4. AIX

Resource Group Monitoring

Hi, I have a requirement to monitor the HACMP Resource Groups. At present in my environment, if the Resource Groups fail over from preferred node to Secondary node we dont get notification. Can some one help me in creating a scrript. I have more than one RG online. (Max 4 Resource Groups in... (2 Replies)
Discussion started by: srnagu
2 Replies

5. Infrastructure Monitoring

Unix system monitoring

Hi, I am relatively new to Unix. Today I have attended an interview and they asked me below questions (a)How do you monitor Unix system? (b)How do you know every thing is working fine? (c)How do you know if there are any bottle necks? (d)How do you know if any process is hanging and draining... (5 Replies)
Discussion started by: krdblc
5 Replies

6. UNIX for Dummies Questions & Answers

Text book / online resource for learning to program at system/kernel level

Is there any book/resource that one can refer to, to be able to write programs at kernel/system level.. I'm looking for a programming book that could serve as a guide to write kernel codes / system level programming etc.. I have Tannenbaum's Design and Implementation. It addresses theoretical... (2 Replies)
Discussion started by: vishwamitra
2 Replies

7. AIX

AIX system monitoring

Hi All, I am new to administration. can any one pls tell me how can i accomplish the follwoing task in AIX : 1.The overall %CPU used, the %CPU used of each CPU, the overall Real Memory in KB is used, the total Real Memory is installed in the host, the overall Virtual Memory in KB is... (2 Replies)
Discussion started by: panyam
2 Replies

8. Programming

system monitoring api

Hi all, I am looking for api to get me system monitoring statictics every 5 minutes. I am looking at the following statistics: 1. System CPU Usage 2. Process CPU Usage 3. Process Memory Usage 4. I/O Usage for a certain disk. 5. Process I/O bytes/sec utilization. I have seen very... (4 Replies)
Discussion started by: uiqbal
4 Replies
Login or Register to Ask a Question