Management Services define the Openwings framework for management of components and
services. The framework makes it possible to automatically manage system operations
including security, system formation, and services. The framework provides a standard way
to add management plug-ins, called Management Beans (MBeans), to manage different aspects
of component behavior. For a maintainer this can be used to turn on and off debug logging.
For a security manager this would allow various policies to be modified.
Key functionality/requirements for Management Services
- The Openwings management services provide a method for integrating openwings MBean
components with other management protocols including the Federated Management Architecture
(FMA) and Simple Network Management Protocol (SNMP).
- Shall provide automated management, i.e., zero admin.
- Shall provide an open framework for adding management modules (Mbeans).
- Shall provide distributed remote management.
- Shall provide highly available management.
- Shall provide a management interface through HTML.
- Shall provide a management tool that allows plugins of different management UI beans
(MAUIBean), e.g. applets.
- Shall use the Openwings Connector framework for communications.
Documentation and Tutorials
Management
Services Specification
Management
Services JavaDoc Documentation