JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Hardware Management Pack User's Guide     Oracle Hardware Management Pack 2.2.x Documentation
search filter icon
search icon

Document Information

Using This Documentation

Documentation and Feedback

About This Documentation

Change History

Installation

Oracle Hardware Management Pack Installation Guide Overview

Introduction to the Oracle Hardware Management Pack

Enabling the Host-to-ILOM Interconnect

Installing Components Using the Oracle Hardware Management Pack Installer

Installing Components Manually

Installing Drivers Manually

Software Dependencies

Using Server Management Agents

Oracle Server Management Agents User's Guide Overview

Oracle Server Management Agents

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

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 Server Hardware SNMP Plugins Overview

Working With Management Agents

Using the itpconfig Tool

Troubleshooting Management Agents

Using Server CLI Tools and IPMItool

Oracle Server CLI Tools Overview

CLI Tools Command Syntax and Conventions

Using the biosconfig Tool

Using the ubiosconfig Tool

Using the fwupdate Tool

Using the raidconfig Tool

Using the ilomconfig Tool

Using the hwmgmtcli Tool

Using the zoningcli Tool

Using ipmitool for Windows

CLI Tools Error Codes

Index

How to Configure SNMP Sets

To enable the functionality of setting information over 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. Choose one of the following options:
    • For Oracle Solaris and SUSE Linux Enterprise Server add the following line:

      rwcommunity private

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

    • For Red Hat Enterprise Linux, change:

      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.