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:
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 06:29 AM..
Reason: see pm
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 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)
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)
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)
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)
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)
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)
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)