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

init_module Routine

Scalar Objects

demo_module_1 Code Example for Scalar Objects

Modifications for Scalar Data Retrieval

Simple Tables

demo_module_2 Code Example for Simple Tables

Modifications for Simple Table Data Retrieval

Data Retrieval From Large Simple Tables

Multiple SET Processing in demo_module_2

General Tables

demo_module_3 Code Example for General Tables

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

B.  MIBs Implemented in SMA

Glossary

Index

Chapter 3

Data Modeling

This chapter provides information on how to modify the init_module() routine of a module to handle various types of data. The chapter discusses the related code examples that are provided with the System Management Agent:

demo_module_1

Scalar data example

demo_module_2

Simple table example

demo_module_3

General table example

The chapter includes the following topics: