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

Implementing Multiple Instances of a Module

How To Implement Multiple Instance Modules

demo_module_6 Code Example for Multiple Instance Modules

Enabling Dynamic Updates to a Multiple Instance Module

demo_module_7 Code Example for Dynamic Updates of Multiple Instance Modules

Modifying the demo_module_7 Code

How to Enable Dynamic Update of a Multi-Instance Module

Registering New Instances in the Module

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 7

Multiple Instance Modules

This chapter describes how to implement a module to allow more than one instance of the module to run on a host. The chapter also describes how to dynamically update modules with multiple instances.

The following topics are discussed: