JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Server Management Agents 2.1 User's Guide
search filter icon
search icon

Document Information

Preface

Documentation and Feedback

About This Documentation (PDF and HTML)

Change History

Oracle Server Management Agents 2. 1 User's Guide Overview

Oracle Hardware Management Agents

Installing Components Using the Oracle Hardware Management Pack Installer

Getting Started

Prerequisites

Installation Issues

Getting the Software

Installing Hardware Management Pack Components Using Installer

Configuring Hardware Management Agent and Hardware SNMP Plugins

Hardware Management Agent Configuration File

Configuring the Hardware Management Agent Logging Level

How to Configure the Hardware Management Agent Logging Level

(Solaris and Linux) Hardware Management Agent Runtime Options

Configuring your Host Operating System's SNMP

(Solaris and Linux ) Configuring Net-SNMP/SMA

How to Configure SNMP Gets

How to Configure SNMP Sets

How to Configure SNMP Traps

(Windows) Configuring SNMP

(Windows) How to Configure SNMP

Oracle Hardware SNMP Plugins

Overview of Oracle HW Monitoring MIB

Overview of Oracle HW Trap MIB

Overview of Oracle Storage MIB

Working With Management Agents

Retrieving and Setting Information Through SNMP

sunHwMonProductGroup

sunHwMonProductChassisGroup

sunHwMonSPGroup

sunHwMonInventoryTable

sunHwMonSensorGroup

sunHwMonIndicatorLocator

Generating SNMP Traps

Troubleshooting Management Agents

General Management Agents Troubleshooting

Solaris Operating System Troubleshooting

Linux Troubleshooting

Index

How to Configure SNMP Sets

To enable the functionality of setting information via SNMP, use the following information to modify your snmpd.conf file, depending on which host operating system the Hardware Management Agent is running on.

  1. Open your snmpd.conf file for editing.
  2. Depending on which operating system you are running, choose one of the following options:
    • For SUSE Linux Enterprise Server, VMware ESX and Solaris you should add the following line to snmpd.conf:

      rwcommunity private

      By default the public community is blocked as rocommunity on these operating systems.

    • For Red Hat Enterprise Linux, change the following line in snmpd.conf:

      access notConfigGroup "" any noauth exact systemview none none

      to the following:

      access notConfigGroup "" any noauth exact systemview systemview none

      This modification grants write access for the specified view and group. In this example the specified view is systemview and the specified group is NotConfigGroup. By default, the group uses the public community string.