Patching Center: Systems Management - SNMP


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Patching Center: Systems Management - SNMP
# 1  
Old 01-08-2009
Patching Center: Systems Management - SNMP

Resource for Sun SNMP - The Sun SNMP Management Agent enables access to system inventory and monitoring, and it provides support for alarms using the industry-standard management Simple Network Management Protocol (SNMP). The agent supports SNMPv1, SNMPv2c, and SNMPv3 to enable interoperability with all common management applications. The provision of SNMPv3 enables management accesses to be fully authenticated and secured.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Sun Management Center Database

Hi, I have some question regarding the Sun Management Center. Appreciate it if someone can answer: Conceptual: - Does the agent store any data on its side, or the entire data is transported to the management server? - In order to graph a data property, history logging, for that data... (2 Replies)
Discussion started by: Mack1982
2 Replies

2. Solaris

Sun Management Center 4.0

I need to create a managed job to monitor disk space on /tmp for db servers. How do you create a task in SMC to accomplish this? (1 Reply)
Discussion started by: soupbone38
1 Replies

3. Solaris

Sun Management Center installation fails

Hi all I'm trying to install Sun Management Center 4.0 on a fresh installation of Solaris 10 on a Sun 280R server. The installation keeps failing (during the setup process). Below is an extract of the log file (where things start to go wrong): Starting Sun Management Center database... (1 Reply)
Discussion started by: soliberus
1 Replies

4. Solaris

Installing SNMP Agent on Solaris Systems

Hi, I am trying to apply the steps in the below link: http://manageengine.adventnet.com/products/applications_manager/help/appendix/snmp-agent-discovery.html#solaris but I couldn't continue with the step number 2 ... what is the path of C compiler. export PATH=<gcc path>:$PATH ... (3 Replies)
Discussion started by: adel8483
3 Replies
Login or Register to Ask a Question
PMDASNMP(1)						       Performance Co-Pilot						       PMDASNMP(1)

NAME
pmdasnmp - Gateway from SNMP to PCP (PMDA) DESCRIPTION
pmdasnmp is a Performance Metrics Domain Agent (PMDA) which provides a generic gateway from PCP queries from a PCP client to SNMP queries to one or more SNMP agents. INSTALLATION
If you want access to the SNMP gateway performance metrics, do the following as root: # cd $PCP_PMDAS_DIR/snmp # ./Install If you want to undo the installation, do the following as root: # cd $PCP_PMDAS_DIR/snmp # ./Remove pmdasnmp is launched by pmcd(1) and should never be executed directly. The Install and Remove scripts notify pmcd(1) when the agent is installed or removed. CONFIGURATION
TODO: define config file format here - map/set/host/... etc FILES
$PCP_PMDAS_DIR/snmp/snmp.conf optional configuration file for pmdasnmp $PCP_PMDAS_DIR/snmp/Install installation script for the pmdasnmp agent $PCP_PMDAS_DIR/snmp/Remove undo installation script for the pmdasnmp agent $PCP_LOG_DIR/pmcd/snmp.log default log file for error and warn() messages from pmdasnmp SEE ALSO
pmcd(1) and SNMP 3.8.10 Performance Co-Pilot PMDASNMP(1)