23.1 ARCHITECTURELet's start by taking a high-level view of OVOW and comparing it to OVOU. The agent technology is functionally the same between the two products. They differ here when the OVOW agent takes advantage of the unique features of the Windows architecture. Some differences are easier to adjust to than others; for example, OVOW policies are similar conceptually to templates that are referred to in OVOU. Table 23-1 shows common platform-specific differences.
23.1.1 Management ServerThe OVO administrator performs system management functions such as deploying agents and policies for all managed nodes via the server. Service management data and policy configurations are stored on the server along with the messages and event notifications.The server platform uses Microsoft Management Console (MMC), Windows Management Instrumentation (WMI), and the Distributed Component Object Model (DCOM) as core technologies. The OVOW application is a snap-in to the MMC and requires the MMC in order to run. Service management data, and policy configuration information is stored on the server. 23.1.1.1 Microsoft Management ConsoleThe MMC handles the user interface for OVOW. It is the Windows 2000 common application GUI for administering the operating system. OVOW requires MMC to operate. 23.1.1.2 Web-Based Enterprise Management and WMIWMI is the Microsoft implementation of Web-Based Enterprise Management (WEBM) to develop a standard technology for accessing management information in an enterprise environment. WEBM is an industry standard initiative by the Distributed Management Task Force (DMTF). For additional information, visit http://www.dmtf.org/standards/wbem/. 23.1.1.3 Component Object Model and DCOMThe Component Object Model (COM) provides functions that enable diverse applications to interoperate. DCOM is a protocol that provides support for objects running on the server to communicate with remote systems over the network. 23.1.2 OVOW Management ConsoleThe console provides a graphical user interface (GUI) to perform routine management tasks, such asChapter 25, "OVOW Implementation Tasks," for additional information about discovery) 23.1.3 Managed NodesThe agent runs on the managed node and sends exceptions (messages) to the management server based on the deployed policies. The node responds to requests from the server to execute or disable a policy. Performance data collected on the node is made available for viewing in the message browser as monitored thresholds or other graphical performance management or reporting tools. In the event that communications with the server are interrupted, the agent continues to operate, storing messages locally and performing automatic actions. When the server communication is re-established, the stored messages are forwarded to the server. |