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

About Long-Running Data Collection

SNMP Alarm Method for Data Collection

demo_module_9 Code Example for SNMP Alarm Method

Managing the Timing of Data Collection

SNMP Manager Polling Method for Data Collection

demo_module_10 Code Example for SNMP Polling Method

Avoiding a Race Condition When Polling

9.  Entity MIB

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

A.  SMA Resources

B.  MIBs Implemented in SMA

Glossary

Index

Chapter 8

Long–Running Data Collection

This chapter discusses the ways that you can enable a module to collect data over a long period of time without blocking the System Management Agent. The demonstration modules demo_module_9 and demo_module_10 illustrate these approaches.

This chapter contains the following topics: