JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Solaris System Management Agent Developer's Guide
search filter icon
search icon

Document Information

Preface

1.  Introduction to the System Management Agent

2.  Creating Modules

3.  Data Modeling

4.  Storing Module Data

5.  Implementing Alarms

6.  Deploying Modules

7.  Multiple Instance Modules

8.  Long-Running Data Collection

9.  Entity MIB

10.  Migration of Solstice Enterprise Agents to the System Management Agent

A.  SMA Resources

Man Pages

API Functions

B.  MIBs Implemented in SMA

Glossary

Index

Man Pages

This section lists all the man pages that are associated with the System Management Agent. The man pages are listed in tables, which are organized by the type of content documented in the pages:

The following table lists man pages for general SNMP information.

Table A-1 Man Pages for General SNMP Topics

Man Page
Description
Gives an overview of the System Management Agent, the Net-SNMP implementation included in the Solaris operating system.
Describes the common options for Net-SNMP commands.
Discusses the format that must be used to specify variable names to Net-SNMP commands.

The following table lists the man pages for Net-SNMP command tools.

Table A-2 Man Pages for SNMP Tools

Man page
Tool Description
The mib2c tool uses nodes in a MIB definition file to produce two C code template files. The templates can be used as a basis for a MIB module.
The snmpbulkget utility is an SNMP application that uses the SNMP GETBULK operation to send information to a network manager.
The snmpbulkwalk utility is an SNMP application that uses SNMP GETBULK requests to query a network entity efficiently for a tree of information.
The snmpget utility is an SNMP application that uses the SNMP GET request to query for information on a network entity.
The snmpgetnext utility is an SNMP application that uses the SNMP GETNEXT request to query for information on a network entity.
The snmpinform command invokes the snmptrap utility, which is an SNMP application that uses the SNMP TRAP operation to send information to a network manager.
The snmpnetstat command symbolically displays the values of various network-related information retrieved from a remote system by using the SNMP protocol.
The snmpset utility is an SNMP application that uses the SNMP SET request to set information on a network entity.
The snmptrap utility is an SNMP application that uses the SNMP TRAP operation to send information to a network manager.
The snmpusm utility is an SNMP application that can be used to do simple maintenance on an SNMP agent's User-based Security Module (USM) table.
The snmpvacm utility is a SNMP application that can be used to do maintenance on an SNMP agent's View-based Access Control Module (VACM) table.
The snmpwalk utility is an SNMP application that uses SNMP GETNEXT requests to query a network entity for a tree of information.
The snmpdf command is a networked version of the df command. snmpdf checks the disk space on the remote machine by examining the HOST-RESOURCES-MIB's hrStorageTable or the UCD-SNMP-MIB's dskTable.
The snmpdelta utility monitors the specified OIDs and reports changes over time.
The snmptable utility is an SNMP application that repeatedly uses the SNMP GETNEXT or GETBULK requests to query for information on a network entity.
The snmptest utility is a flexible SNMP application that can monitor and manage information on a network entity. The utility uses a command-line interpreter to enable you to send different types of SNMP requests to target agents.
The snmptranslate utility is an application that translates one or more SNMP object identifier values between symbolic textual forms and numerical forms.
The snmpstatus command is an SNMP application that retrieves several important statistics from a network entity.

The following table lists the man pages associated with configuration files that are used by the Net-SNMP agent.

Table A-3 Man Pages for SNMP Configuration Files

Man Page
Description
Provides an overview of the Net-SNMP configuration files included with System Management Agent.
The file snmp.conf defines how the Net-SNMP applications operate. The Net-SNMP applications include snmpget, snmpwalk, and similar tools.
The file snmpd.conf defines how the Net-SNMP agent operates.
The file snmptrapd.conf defines how the Net-SNMP trap-receiving daemon, snmptrapd, operates when receiving a trap.
The snmpconf utility is a script that asks you configuration questions. The utility then creates an snmpd.conf configuration file that is based on your responses.

The following table lists the man pages for daemons that are associated with Net-SNMP.

Table A-4 Man Pages for SNMP Daemons

Man Page
Description
The snmpd daemon is the SNMP agent. The daemon binds to a port and awaits requests from SNMP management software.
The snmptrapd daemon is an SNMP application that receives and logs SNMP TRAP and INFORM messages.