Sponsored Content
Operating Systems AIX System monitoring with RMC/RSCT Post 302924847 by blackrageous on Wednesday 12th of November 2014 04:01:03 PM
Old 11-12-2014
You can use the AIX error subsystem and hook alerts or action routines; however, the downside of this method is that you have to modify all the lpars (note: the error log system does support central logging I think in the purescale environment...not sure).

What you is modify the errnotify odm in order to do this. You could create odm-add files and push this to each lpar.

Here is an example. You could of course have an action routine that sends a snmp trap to your event manager (most should support snmp traps).

ODM Error Notify Method - Mt Xia: Global System Administration: AIX

Note: the snmp dameon and smux peer for aix provide quite a bit of information. If your event monitor does support snmp you may want to startup the snmp daemon and smux to trap to your event monitor and setup it to query. To test this info, you can configure /etc/snmpd.conf and do an snmpinfo -m dump -c public from a machine or use a mib browser

Posted to the wrong thread. I meant to comment on Zaxon's message about the HMC and events. I agree with Baukin regarding snmp and RSCT. I think snmpv3 addresses security...not sure. I am currently taking a look. Traditionally community strings were transferred in clear text.

It seems the "value" of RSCT for ibm products now is that basic/cheap lowest level cluster communication it provides for products like the HMC, VIOS, CAA (cluster awareness built into AIX).

Security is Not My Problem....that's a good one! :-)

Last edited by blackrageous; 11-12-2014 at 05:28 PM..
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Monitoring system available time

Hi, I am new to Unix. I have an application which i need to monitor it for the available system time. If the system is down, i need to send an email notifying the downtime. Can someone provide a sample code or shell script to perform the above activity. Thanks (3 Replies)
Discussion started by: borncrazy
3 Replies

2. 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

3. AIX

Install fileset rsct.basic.rte

Hello! Please I need a help. AIX 5.2 5200-08 I don't have the fileset - rsct.basic.* installed and when I try to install from CD I have failure because some pre-requisists is necessary. In CD the version is rsct.basic.rte.2.3.1.0 and the pre-requisists is rsct.basic.rte.2.3.0.0. In... (6 Replies)
Discussion started by: clefeitosa
6 Replies

4. 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

5. Shell Programming and Scripting

system monitoring script

Hi, Does anyone have an example system monitoring script to monitor drives, memory, etc. Need a good example. Cheers Walnutpony (4 Replies)
Discussion started by: walnutpony123
4 Replies

6. Linux

Best Linux monitoring system

Hi all, I'm looking for the best tool to monitor the Linux system. I've found a lot of interesting tools searching the web but I didn't find one which can do all the requirments (like a one in all tool). I would prefer it to include a command line interface also. Thank you, Andreea (0 Replies)
Discussion started by: andreea9322
0 Replies

7. Infrastructure Monitoring

Best system monitoring for Linux

Hi all, I'm looking for the best tool to monitor the Linux system. I've found a lot of interesting tools searching the web but I didn't find one which can do all the requirments (like a one in all tool). I would prefer it to include a command line interface also. Thank you, Andreea (1 Reply)
Discussion started by: andreea9322
1 Replies

8. AIX

LPAR RMC state for DLPAR

Hello, I have checked the state of rmc on the HMC as below: HMC1:~> lssyscfg -r lpar -m Server-xxx -F lpar_id,state,rmc_state,rmc_ipaddr,os_version,dlpar_mem_capable,dlpar_proc_capable,dlpar_io_capable --filter "lpar_ids=4" 4,Running,inactive,10.176.x.x,VIOS 2.2.6.51,0,0,0 HMC1:~> lssyscfg... (2 Replies)
Discussion started by: Phat
2 Replies
snmp.conf(5)							    Apple Inc.							      snmp.conf(5)

NAME
snmp.conf - snmp configuration file for cups DESCRIPTION
The snmp.conf file configures how the standard CUPS network backends (http, https, ipp, ipps, lpd, snmp, and socket) access printer infor- mation using SNMPv1 and is normally located in the /etc/cups directory. Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character. The Community and DebugLevel directives are used by all backends. The remainder apply only to the SNMP backend - cups-snmp(8). DIRECTIVES
The following directives are understood by the CUPS network backends: Address @IF(name) Address @LOCAL Address address Sends SNMP broadcast queries (for discovery) to the specified address(es). There is no default for the broadcast address. Community name Specifies the community name to use. Only a single community name may be specified. The default community name is "public". DebugLevel number Specifies the logging level from 0 (none) to 3 (everything). Typically only used for debugging (thus the name). The default debug level is 0. DeviceURI "regular expression" device-uri [... device-uri] Specifies one or more device URIs that should be used for a given make and model string. The regular expression is used to match the detected make and model, and the device URI strings must be of the form "scheme://%s[:port]/[path]", where "%s" represents the detected address or hostname. There are no default device URI matching rules. HostNameLookups on HostNameLookups off Specifies whether the addresses of printers should be converted to hostnames or left as numeric IP addresses. The default is "off". MaxRunTime seconds Specifies the maximum number of seconds that the SNMP backend will scan the network for printers. The default is 120 seconds (2 min- utes). SEE ALSO
cups-snmp(8), CUPS Online Help (http://localhost:631/help) COPYRIGHT
Copyright (C) 2007-2017 by Apple Inc. 10 June 2014 CUPS snmp.conf(5)
All times are GMT -4. The time now is 01:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy