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

Overview of Module Deployment

Choosing Dynamic Modules or Subagents

Loading Modules Dynamically

How to Dynamically Load a Module and Restart the Agent

How to Dynamically Load a Module Without Restarting the Agent

Using Subagents

AgentX Protocol

Functions of a Subagent

Deploying a Module as a Subagent

demo_module_8 Code Example for Implementing a Subagent

Subagent Security Guidelines

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 6

Deploying Modules

This chapter discusses the ways to deploy your module. The chapter provides information to help you decide whether you should use a subagent or a dynamically loaded module. Examples of deploying demonstration modules as subagents and dynamically loaded modules are included.

This chapter contains the following topics: