System monitoring with RMC/RSCT


 
Thread Tools Search this Thread
Operating Systems AIX System monitoring with RMC/RSCT
# 8  
Old 12-04-2014
Funny you should mention that...I am trying to write it up from the perspective of people that are familiar with snmp version 1 and I wanted to take an opportunity to educate myself and see that it works (so I am doing things like tcpdump before and after i turn on encryption).

Originally, I thought I could just take...

/usr/samples/snmpdv3/snmpdv3.conf

and be up and running without having to learn the details of the version 3 protocol and implement whatever level of security I want. I suppose if you are an expert in SNMP and have been keeping up the RFC's the sample snmpdv3.conf file makes sense.

I saw a few samples on the web but most seem to still configure the snmpdv3.conf at the lowest level of security (community string).

I think it's time for administrators to re-consider snmp again since it addresses traditional security issues; more importantly, it can save money. The configuration is a small challenge. Administrators--including me--need to invest the time in learning and matching the protocol to the level of security they need.

I will post my results. Thanks for the interest.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

8. 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
Login or Register to Ask a Question
cmstopres(1m)															     cmstopres(1m)

NAME
cmstopres - stops resource monitoring on the local node for an EMS resource that is configured in a Serviceguard package. SYNOPSIS
cmstopres [-v] -p package_name resource_name DESCRIPTION
cmstopres stops resource monitoring for an EMS resource on the local node. This resource must be configured in the specified package_name. To stop a resource monitoring for an EMS resource in the package, a user must either be superuser(UID=0), or have an access policy of FULL_ADMIN allowed in the cluster configuration file. See access policy in cmquerycl(1m) or cmmakepkg(1m). Options cmstopres supports the following options. -v Verbose output will be displayed. -p package_name The name of the package where the EMS resource is configured in. This is a required parameter. resource_name Name of the EMS resource to stop resource monitoring for. This resource must be configured in the specified package name. This is a required parameter. RETURN VALUE
cmstopres returns the following values: 0 Successful completion. 1 Command failed. EXAMPLES
To stop resource monitoring for the EMS resource /net/interfaces/lan/status/lan0 for package pkgA, do the following: cmstopres -p pkgA /net/interfaces/lan/status/lan0 AUTHOR
cmstopres was developed by HP. SEE ALSO
cmstartres(1m), cmquerycl(1m), cmmakepkg(1m), Requires Optional Serviceguard Software cmstopres(1m)