Monitoring Windows Servers and Applications with GroundWork Monitor Enterprise 6.7. Product Application Guide October 8, 2012

Size: px
Start display at page:

Download "Monitoring Windows Servers and Applications with GroundWork Monitor Enterprise 6.7. Product Application Guide October 8, 2012"

Transcription

1 Monitoring Windows Servers and Applications with GroundWork Monitor Enterprise 6.7 Product Application Guide October 8, 2012

2 Table of Contents Introduction...3 Definitions and Abbreviations...3 GroundWork Windows Monitoring Components...5 Windows Monitoring Component Descriptions...5 Related Notes...10 Solution Architecture...10 References...10 Appendix A Plugins and Profiles for Windows Server Monitoring...11 Windows WMI Profiles and Plugins...11 PowerShell Profiles and Plugins...12 Exchange Profiles Page 2

3 INTRODUCTION The GroundWork Monitor Enterprise product family is designed to provide comprehensive monitoring of storage, networks, servers, and applications particularly in heterogeneous multi-vendor environments. This requires that the product provide all of the monitoring components, and software functionality to monitor Microsoft Windows servers and applications in accordance with the various standards and protocols created by Microsoft and industry for this purpose. The purpose of this document is to describe the various methods and techniques that are provide with GroundWork Monitor for this purpose as an aide to selecting the best techniques for a particular customer s Windows environment. Definitions and Abbreviations Microsoft Operating Systems, Clusters, Hypervisors, Database Managers, and Application Software Products contain features that are designed to permit them to be managed and monitored effectively. With much appreciation to Wikipedia and publically available Microsoft documentation, we offer the following somewhat historical overview. Over the years, Microsoft has introduced a number of different monitoring tools to help monitor Windows environments including the following: SNMP (MIB Polling and Traps) This technique is no longer recommended for monitoring of Microsoft products by Microsoft or by GroundWork. SYSTEM MONITOR (sysmon.exe) is a program in Windows 95, 98 and ME that is used to monitor various activities on a computer such as CPU usage or memory usage. The equivalent of System Monitor on Windows 2000 and XP is called Performance Monitor (perfmon.msc or perfmon.exe). Despite this, the original System Monitor can be run on XP. PERFMON provided about 400 counter type performance measures that could be accessed via a remote terminal session or through local agents. EVENT LOG is the message logging function provided on Microsoft Windows servers to record process starts and stops and operational errors of various kinds. A very common monitoring technique is to collect and concatenate Event Logs from multiple Windows servers and applications into a single Event Management where messages can be sequenced, de-duplicated, filtered, correlated, and analyzed both during and after incidents. WMI (Windows Management Instrumentation) is a set of extensions to the Windows Driver Model that provides an operating system interface through which instrumented components provide information and notification. WMI is Microsoft's implementation of the Web-Based Enterprise Management (WBEM) and Common Information Model (CIM) standards from the Distributed Management Task Force (DMTF). There are eight different data types of WMI instrumentation. GroundWork is the author of a complete set of Nagios plugins, which are capable of Page 3

4 monitoring any of the roughly 4000 different WMI parameters. PERFMON data is subsumed within WMI data structures. WINDOWS POWERSHELL is Microsoft s task automation framework, consisting of a command-line shell and associated scripting language built on top of, and integrated with the.net Framework. PowerShell provides full access to COM and WMI, enabling administrators to perform administrative tasks on both local and remote Windows systems. In PowerShell, administrative tasks like monitoring are generally performed by cmdlets (pronounced command-lets) specialized.net classes implementing a particular operation. Sets of cmdlets may be combined together in scripts, executables (which are standalone applications), or by instantiating regular.net classes (or WMI/COM Objects). These work by accessing data in different data stores, like the file system or registry, or [event log], which are made available to the PowerShell runtime via Windows PowerShell providers. Microsoft Operations Manager is a Microsoft cross-platform data center management product that utilized management packs in order to provide detailed monitoring of Microsoft servers and applications. It was originally released in This product was later re-written with a new code base and released as System Center Operations Manager 2007 (SCOM). System Center Operations Manager 2007 (SCOM) uses a single interface that shows state, health and performance information of computer systems. It also provides alerts generated according to some availability, performance, configuration or security situation being identified. The basic idea is to place a piece of software, an agent, on the computer to be monitored. The agent watches several sources on that computer, including the Windows Event Log, for specific event or alerts generated by the applications executing on the monitored computer. Upon alert occurrence and detection, the agent forwards the alert to a central SCOM server. This SCOM server application maintains a database that includes a history of alerts. The SCOM server applies filtering rules to alerts as they arrive; a rule can trigger some notification to a human, such as an or a pager message, generate a network support ticket, or trigger some other workflow intended to correct the cause of the alert in an appropriate manner. Page 4

5 GROUNDWORK WINDOWS MONITORING COMPONENTS The following Windows monitoring components are available for use with GroundWork Monitor: Passive Self-Scheduling Agents (Windows GDMA). NET Based GroundWork Child Servers WMI Plugin Library PowerShell Plugin Library Event Log Collection and Parsing with Syslog NG SCOM 2007 R2 Universal Connector Windows Monitoring Component Descriptions The following paragraphs describe the windows monitoring components that are included in the standard GroundWork Monitor Enterprise subscription and can be combined to meet particular architectural requirements of GroundWork customers. Passive Self-Scheduling Agents (Windows GDMA) GroundWork Distributed Monitoring Agents (GDMA) are available for Windows as well as Unix and Linux. The Windows GDMA consists of the following components: A standard PERL environment A configuration file containing control directives A number of disk resident plugins (Plugins are simple programs written in Visual Basic or PowerShell that when supplied with particular arguments provided in the configuration file, collect one or more monitoring parameters and compare them to warning and critical thresholds that are provided as arguments.) An in-memory polling program which supplies the arguments and then runs the plugins on a schedule determined by the configuration file directives and writes the results to a spooler file An in-memory spooler program that reads the spooler file and communicates the results to the central GroundWork server subject to various telecommunications directives that are also included I the configuration file. A configuration update program which when called by the poller program initiates requests to the central GroundWork server for updates to the configuration file and the plugin set and when these are available, updates these data elements. GDMA s are installed by the standard GroundWork installer, which can be configured for either manual or unattended operation. They can be configured to be installed with their final configuration directives and plugin set or with a preliminary version which is Page 5

6 subsequently updated through either auto-configuration or auto-registration actions taken on the GroundWork Server. The Windows GDMA is associated with the WMI and PowerShell Plugin libraries since these are the plugins that it executes. The use of GroundWork agent based monitoring of Windows servers and applications is illustrated in the figure below. Agent based monitoring has certain well-known advantages involving security and scalability. Agent-less monitoring has the advantage of reducing to a minimum the overhead loading imposed on the monitored server. This is provided for with the GroundWork.NET Based Child Server which is described below. GDMA s are available for 64 bit Windows systems. They are fully compatible and supported for use in hypervisor based virtual servers.. NET Based GroundWork Child Servers In order to provide agent-less monitoring for Windows servers and applications, the GroundWork product family includes a dedicated Windows child server on which a multihost version of the GDMA software has been installed. Instead of a single configuration file, the multi-host version of the GDMA contains a configuration file for each of the Windows servers, which are to be monitored without resident agents. The Windows child server or servers are authenticated to the.net environment by interfacing the system to Active Directory. Multiple threads are employed with the poller to achieve the required parallelism needed to maintain the monitoring schedule. The GroundWork Windows Child Server(s) can be installed either as a virtual server running on a hypervisor as a standalone Windows Server. The figure shown below illustrates the.net Based GroundWork Child Server architecture. Page 6

7 WMI Plugin Library The WMI data set contains eight basic data types. GroundWork has written one powerful plugin for each of these data types, which is made sufficiently flexible through the use of arguments, that the eight plugins can be configured to collect all of the 4000 different parameters that are included in the WMI set. Of course, WMI is not fully supported in the most recent versions of some Microsoft products like Exchange 2010 and others. For these products, only PowerShell cmdlets can be used to collect monitoring parameters and for that matter the number and type of monitoring information that is available is also different. WMI Plugins and their associated service profiles are listed in Appendix A. PowerShell Plugin Library Because PowerShell is a complete object oriented shell environment for Windows, it isn t feasible to collect large numbers of different parameters with a small number of plugins with added arguments. This change in approach is needed however to provide adequate monitoring coverage for newer generation Microsoft products like Microsoft Exchange 2010, Windows Server 2008 R2, Microsoft SharePoint 2010, and Lync GroundWork is continuously developing new PowerShell plugins for the other Microsoft products that require them. PowerShell plugins and their associated service profiles are listed in Appendix A. Page 7

8 Event Log Collection and Parsing Available PowerShell cmdlets can be used to create PowerShell plugins for use with GDMA or GroundWork Child Servers that select Event Log messages to be delivered directly to the GroundWork Monitor Enterprise system without transferring the entire log file. Alternatively, Microsoft.NET utilities to transfer the complete Event logs to the GroundWork Windows child server for concatenation and subsequent transfer to the GroundWork Monitor Enterprise system. On the GroundWork system Event log messages would be presented for operator action on the GroundWork Event Console. That said, GroundWork believes that monitoring best practices normally indicate that better monitoring results are obtained from scheduled periodic monitoring checks using plugins rather than processing all events in system logs. SCOM 2007 Universal Connector System Center Operations Module (SCOM) requires the placement of a data collection agent on each of the monitored systems. When GroundWork Monitor Enterprise is deployed as a manager of monitors, it is often necessary to input the monitoring results of a SCOM system into a GroundWork Monitor Enterprise system. The relevant architecture is shown in the following figure. Page 8

9 SCOM 2007 is able to send alerts back and forth with GroundWork Monitor Enterprise with the SCOM 2007 universal connector. After Operations Manager 2007 R2 forwards an alert to GroundWork Monitor Enterprise, the alert data may be synchronized throughout the lifetime of the alert if desired. This data synchronization creates a seamless systems management environment. This environment enables cross-organization support processes to take advantage of the resources and strengths of formerly independent support groups. Sharing data between Operations Manager 2007 R2 and GroundWork Monitor Enterprise enables correlation of events from Windows-based systems, hardware, network, and UNIX systems. Correlating these events allows IT staff to determine the causes of issues and reduce the time to resolution of IT outages. Synchronization of data between Operations Manager 2007 R2 and Groundwork Monitor Enterprise enables operational groups to use familiar management interfaces. Users update an alert by using their management tool, and the data is updated in tools that are used by other operational groups. The following diagram outlines how the universal connector is implemented: The universal connector is installed on the SCOM 2007 server and it becomes an integrated part of the console. In the console, administrators can configure communications for Operations Manager 2007 R2 servers with Groundwork Monitor Enterprise. The configuration allows for mapping SCOM alert properties to properties of the remote system s events. The connector service gathers alerts from SCCM 2007 and sends them to the Interop Provider that is installed on the Groundwork Monitor Enterprise server. The connector service also receives updates from the Interop Provider for Groundwork events that were created from Operations Manager alerts. Page 9

10 The Interop Provider is installed on the Groundwork Monitor Enterprise server in order to receive alerts from the connector service. The alerts are then processed and integrated into the Groundwork console. If desired, Groundwork can also utilize the Interop Provider to send updates on the events back to the connector service. The connector service will send the information to SCOM, which will update the original alert. Related Notes GroundWork notes that it is also possible to use active Monitoring Agents such as NSClient++ and NRPE to monitor Windows systems. Active agents receive triggering commands from the GroundWork Monitor Enterprise system and return the plugin results in response. While recommended for use with Nagios legacy systems, these agents can also make use of GroundWork WMI and PowerShell plugins. SOLUTION ARCHITECTURE Microsoft Windows Server and Application monitoring is fully supported by the product functions and components previously described. In Manager of Monitor solutions, GroundWork has out of the box integration modules for use with SCOM. In heterogeneous environments, GroundWork can monitor the Microsoft elements of the infrastructure with a combination of single agent GDMA s and.net based GroundWork Child systems to securely achieve both agent and agent-less monitoring. For optimal results, GroundWork recommends that planned monitoring architectures be reviewed with GroundWork professional services. REFERENCES The following references support the preparation and use of this document GDMA Product Description System Center Operations Manager 2007 R2 Connectors Deployment Guide Page 10

11 APPENDIX A PLUGINS AND PROFILES FOR WINDOWS SERVER MONITORING Windows WMI Profiles and Plugins In the following list of Windows WMI Profiles and Plugins, the Nagios server uses the Nagios Remote Plugin Executor (NRPE) to communicate with the WMI proxy server. This proxy server queries the monitored Windows server for measurements and status using WMI. In addition to the list information below, you may want to refer to the WMI Agentless Plugins Project documentation. This project consists of a collection of script monitors (.vbs for starters) that use the Microsoft.Net Framework and WMI to retrieve performance data from remote Windows hosts without the need for agents on the remote hosts. WMI Citrix Profile This profile monitors a Windows Citrix Server using Windows Management Instrumentation (WMI). WMI Domain Controller (DC) Profile This profile monitors Domain Controller performance metrics on a Windows server using Windows Management Instrumentation (WMI). WMI Domain Name Service (DNS) Profile This profile monitors Domain Name Services on a Windows server using Windows Management Instrumentation (WMI). WMI Exchange Profile This profile monitors Exchange Mail Server on a Windows server using Windows Management Instrumentation (WMI). WMI Exchange Virus Profile This profile monitors Exchange Virus Services on a Windows server using Windows Management Instrumentation (WMI). WMI File Transfer Protocol (FTP) Profile This profile monitors a File Transfer Protocol server on a Windows server using Windows Management Instrumentation (WMI). WMI Hyper Text Transfer Protocol (HTTP) Profile This profile monitors HTTP services on a Windows server using Windows Management Instrumentation (WMI). WMI Hyper Text Transfer Protocol Secure (HTTPS) Profile This profile monitors HTTPS services on a Windows server using Windows Management Instrumentation (WMI). WMI Internet Information services (IIS) Profile This profile monitors IIS services on a Windows server using Windows Management Instrumentation (WMI). WMI Internet Message Access Protocol (IMAP) Profile This profile monitors IMAP services on a Windows server using Windows Management Instrumentation (WMI). WMI MSSQL 2005 Server Profile This profile monitors several statistics for Windows 2005 MSSQL servers via WMI. WMI Microsoft SQL (MSSQL) Profile This profile monitors a Microsoft SQL Server using Windows Management Instrumentation (WMI). Page 11

12 WMI Post Office Protocol 3 (POP3) Profile This profile monitors a POP3 server on a Windows server using Windows Management Instrumentation (WMI). WMI Proxy Profile This profile monitors the WMI proxy server using Windows Management Instrumentation (WMI). WMI SMTP Profile This profile monitors a SMTP server on a Windows server using Windows Management Instrumentation (WMI). WMI Windows Profile This profile monitors a Windows server using Windows Management Instrumentation (WMI). PowerShell Profiles and Plugins Running Modes Single-host GDMA: As the Windows GDMA is considered to be the highest value method of monitoring with GroundWork; the profiles will all include externals definitions assigned to the services that allow their use with GDMA. This means that the actual active service checks are disabled by default, and that the service check command defined is a gdma_check_fresh command, rather than an active check such as check_nrpe. Multi-Host GDMA (Windows Child Server): The Windows child server uses remote access methods like WMI to read the metrics from remote windows servers. This means that credentials must be passed to the target host, via the GDMA service login or on the command line. Active Direct NRPE: An active version of the service profiles can optionally be produced that runs against an NRPE_NT installation on the monitored Windows server. In this case the active check command is enabled, there is no service external, and the command line will encapsulate the plugin command with the correct escaping to allow it to be run easily. Active Indirect NRPE: In this optional mode, the plugin is run on a Windows proxy server running NRPE_NT, and uses account information stored with either the NRPE service login or supplied at the command line to check remote MS Windows hosts. This requires the use of WMI or remote protocols for accessing metrics on another MS Windows host (DCOM,.Net, etc). This means the plugins or the mode of use of the plugins for this running mode are the same as for the Multi-host GDMA. Windows Servers and Client Workstations Base Profile Exchange Profiles Service Profile MS Exchange Any Server This profile includes monitoring of metrics common to all MS Exchange server roles. It is applied to each server in a multi-server deployment, in addition to the role-specific profiles listed below. Exchange Client Access Server This profile will include monitoring of TCP ports for Page 12

13 POP3 and IMAP. It also includes various counters. Edge Transport Server Monitoring The ETS provides protection from Internet-based attack vectors like DDOS and viruses, and runs services that insulate the rest of MS Exchange from these threats. Hub Transport server Monitoring The HTS provides mail routing between locations. Mailbox Server Monitoring Unified Messaging Server Monitoring This role provides voice-messaging integration with Exchange. Page 13

Server & Application Monitor

Server & Application Monitor Server & Application Monitor agentless application & server monitoring SolarWinds Server & Application Monitor provides predictive insight to pinpoint app performance issues. This product contains a rich

More information

User's Guide - Beta 1 Draft

User's Guide - Beta 1 Draft IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent vnext User's Guide - Beta 1 Draft SC27-2319-05 IBM Tivoli Composite Application Manager for Microsoft

More information

5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007

5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007 5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007 Course Number: 5053A Course Length: 3 Days Course Overview This three-day instructor-led course provides students with the

More information

WhatsUp Gold v11 Features Overview

WhatsUp Gold v11 Features Overview WhatsUp Gold v11 Features Overview This guide provides an overview of the core functionality of WhatsUp Gold v11, and introduces interesting features and processes that help users maximize productivity

More information

Integrating HP Insight Management WBEM (WMI) Providers for Windows with HP System Insight Manager

Integrating HP Insight Management WBEM (WMI) Providers for Windows with HP System Insight Manager Integrating HP Insight Management WBEM (WMI) Providers for Windows with HP System Insight Manager Integration note, 4 th edition Introduction... 2 Utilizing HP WBEM Providers for Windows... 2 Security...

More information

OPAS Prerequisites. Prepared By: This document contains the prerequisites and requirements for setting up OPAS.

OPAS Prerequisites. Prepared By: This document contains the prerequisites and requirements for setting up OPAS. OPAS Prerequisites This document contains the prerequisites and requirements for setting up OPAS. Prepared By: Luke Swords Principal Consultant 24/06/2015 Version 1.0 Contact Information Infront Consulting

More information

Whitepaper. Business Service monitoring approach

Whitepaper. Business Service monitoring approach Whitepaper on Business Service monitoring approach - Harish Jadhav Page 1 of 15 Copyright Copyright 2013 Tecknodreams Software Consulting Pvt. Ltd. All Rights Reserved. Restricted Rights Legend This document

More information

5054A: Designing a High Availability Messaging Solution Using Microsoft Exchange Server 2007

5054A: Designing a High Availability Messaging Solution Using Microsoft Exchange Server 2007 5054A: Designing a High Availability Messaging Solution Using Microsoft Exchange Server 2007 Course Number: 5054A Course Length: 2 Days Course Overview This 2-day course teaches messaging engineers to

More information

Lesson Plans Configuring Exchange Server 2007

Lesson Plans Configuring Exchange Server 2007 Lesson Plans Configuring Exchange Server 2007 (Exam 70-236) Version 2.1 Table of Contents Course Overview... 2 Section 1.1: Server-based Messaging... 4 Section 1.2: Exchange Versions... 5 Section 1.3:

More information

50331D Windows 7, Enterprise Desktop Support Technician (Windows 10 Curriculum)

50331D Windows 7, Enterprise Desktop Support Technician (Windows 10 Curriculum) This course can be purchased by authorized Microsoft Learning Centers at the Courseware Marketplace web-site. Microsoft Certified Trainers (MCTs) can get a free copy at the same website. About the Course

More information

HP Insight Control for Microsoft System Center integration overview

HP Insight Control for Microsoft System Center integration overview HP Insight Control for Microsoft System Center integration overview Integration note, 2 nd edition Introduction... 3 Integrating Insight Control with System Center... 3 Licensing... 5 Complementary functionality

More information

Application Performance Monitoring for WhatsUp Gold v16.1 User Guide

Application Performance Monitoring for WhatsUp Gold v16.1 User Guide Application Performance Monitoring for WhatsUp Gold v16.1 User Guide Contents Table of Contents Introduction APM Overview... 1 Learning about APM terminology... 2 Getting Started with APM... 3 Application

More information

Audience. At Course Completion. Prerequisites. Course Outline. Take This Training

Audience. At Course Completion. Prerequisites. Course Outline. Take This Training Designing a High Availability Messaging Solution using Microsoft Exchange Server 2007 Course 5054A: Two days; Instructor-Led Preliminary Course Syllabus Note: You are viewing a Preliminary Course Syllabus.

More information

Application Performance Monitoring for WhatsUp Gold v16.2 User Guide

Application Performance Monitoring for WhatsUp Gold v16.2 User Guide Application Performance Monitoring for WhatsUp Gold v16.2 User Guide C o n t e n t s CHAPTER 1 Introduction APM Overview... 1 Learning about APM terminology... 2 Getting Started with APM... 3 Application

More information

MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1

MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1 MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1 Course Number: 5047B Course Length: 3 Days Certification Exam This course will help you prepare for the following Microsoft

More information

TNT SOFTWARE White Paper Series

TNT SOFTWARE White Paper Series TNT SOFTWARE White Paper Series Event Log Monitor White Paper: Architecture T N T Software www.tntsoftware.com TNT SOFTWARE Event Log Monitor Architecture 2000 TNT Software All Rights Reserved 1308 NE

More information

Features Overview Guide About new features in WhatsUp Gold v12

Features Overview Guide About new features in WhatsUp Gold v12 Features Overview Guide About new features in WhatsUp Gold v12 Contents CHAPTER 1 Learning about new features in Ipswitch WhatsUp Gold v12 Welcome to WhatsUp Gold... 1 What's new in WhatsUp Gold v12...

More information

ActiveXperts Network Monitor. White Paper

ActiveXperts Network Monitor. White Paper ActiveXperts Network Monitor Centralized monitoring of Windows, Novell, Linux and Unix servers White Paper 2008, ActiveXperts Software B.V. This document is written by ActiveXperts Software B.V. and represents

More information

NetCrunch 6. AdRem. Network Monitoring Server. Document. Monitor. Manage

NetCrunch 6. AdRem. Network Monitoring Server. Document. Monitor. Manage AdRem NetCrunch 6 Network Monitoring Server With NetCrunch, you always know exactly what is happening with your critical applications, servers, and devices. Document Explore physical and logical network

More information

Kaseya Server Instal ation User Guide June 6, 2008

Kaseya Server Instal ation User Guide June 6, 2008 Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

More information

Symantec Mail Security for Microsoft Exchange

Symantec Mail Security for Microsoft Exchange Symantec Mail Security for Microsoft Exchange Getting Started Guide v7.0.2 Symantec Mail Security for Microsoft Exchange Getting Started Guide The software described in this book is furnished under a license

More information

Windows 7, Enterprise Desktop Support Technician

Windows 7, Enterprise Desktop Support Technician Course 50331D: Windows 7, Enterprise Desktop Support Technician Page 1 of 11 Windows 7, Enterprise Desktop Support Technician Course 50331D: 4 days; Instructor-Led Introduction This four-day instructor-ledcourse

More information

Windows 7, Enterprise Desktop Support Technician Course 50331: 5 days; Instructor-led

Windows 7, Enterprise Desktop Support Technician Course 50331: 5 days; Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Windows 7, Enterprise Desktop Support Technician Course 50331: 5 days; Instructor-led

More information

Symantec Mail Security for Microsoft Exchange

Symantec Mail Security for Microsoft Exchange Symantec Mail Security for Microsoft Exchange Getting Started Guide v7.0 Symantec Mail Security for Microsoft Exchange Getting Started Guide The software described in this book is furnished under a license

More information

HP Insight Management Agents architecture for Windows servers

HP Insight Management Agents architecture for Windows servers HP Insight Management Agents architecture for Windows servers Technology brief, 2 nd edition Introduction... 3 A first look at the Insight Management Agents architecture... 3 HP Insight Management agents...

More information

Pre Sales Communications

Pre Sales Communications Pre Sales Communications OmniVista 4760 from R4.1 & OmniPCX Enterprise R7.1 IP Protocols and Ports All rights reserved 2006, Alcatel Table of contents 1. Objectives...3 2. IP protocols...3 2.1. Global

More information

Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments

Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments Table of Contents Overview...3 Monitoring VMware vsphere ESX & ESXi Virtual Environment...4 Monitoring using Hypervisor Integration...5

More information

PROACTIVE MANAGEMENT OF THE MICROSOFT WINDOWS SERVER 2003 PLATFORM

PROACTIVE MANAGEMENT OF THE MICROSOFT WINDOWS SERVER 2003 PLATFORM PROACTIVE MANAGEMENT OF THE MICROSOFT WINDOWS SERVER 2003 PLATFORM June 7, 2006 CONTENTS Introduction... 1 Windows Server 2003... 3 ELM Enterprise Manager 4.0... 4 Real-time and Scheduled Monitoring...

More information

"Charting the Course... ... to Your Success!" MOC 50331 D Windows 7 Enterprise Desktop Support Technician Course Summary

Charting the Course... ... to Your Success! MOC 50331 D Windows 7 Enterprise Desktop Support Technician Course Summary Description Course Summary This course provides students with the knowledge and skills needed to isolate, document and resolve problems on a Windows 7 desktop or laptop computer. It will also help test

More information

CSS ONEVIEW G-Cloud CA Nimsoft Monitoring

CSS ONEVIEW G-Cloud CA Nimsoft Monitoring CSS ONEVIEW G-Cloud CA Nimsoft Monitoring Service Definition 01/04/2014 CSS Delivers Contents Contents... 2 Executive Summary... 3 Document Audience... 3 Document Scope... 3 Information Assurance:... 3

More information

EventSentry Overview. Part I About This Guide 1. Part II Overview 2. Part III Installation & Deployment 4. Part IV Monitoring Architecture 13

EventSentry Overview. Part I About This Guide 1. Part II Overview 2. Part III Installation & Deployment 4. Part IV Monitoring Architecture 13 Contents I Part I About This Guide 1 Part II Overview 2 Part III Installation & Deployment 4 1 Installation... with Setup 5 2 Management... Console 6 3 Configuration... 7 4 Remote... Update 10 Part IV

More information

Release Notes: SANsymphony-V System Center Operations Manager (SCOM) Management Pack 1.3

Release Notes: SANsymphony-V System Center Operations Manager (SCOM) Management Pack 1.3 Release Notes Cumulative Change Summary Date Original 1.0 release November 1, 2011 Added additional troubleshooting notes April 3, 2012 Clarified Management Pack Software Requirements; added known issue

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

White Paper. The Ten Features Your Web Application Monitoring Software Must Have. Executive Summary

White Paper. The Ten Features Your Web Application Monitoring Software Must Have. Executive Summary White Paper The Ten Features Your Web Application Monitoring Software Must Have Executive Summary It s hard to find an important business application that doesn t have a web-based version available and

More information

HP ProLiant Essentials Vulnerability and Patch Management Pack Planning Guide

HP ProLiant Essentials Vulnerability and Patch Management Pack Planning Guide HP ProLiant Essentials Vulnerability and Patch Management Pack Planning Guide Product overview... 3 Vulnerability scanning components... 3 Vulnerability fix and patch components... 3 Checklist... 4 Pre-installation

More information

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led Course Description This three day course prepares IT Professionals to administer enterprise search solutions using

More information

whitepaper SolarWinds Integration with 3rd Party Products Overview

whitepaper SolarWinds Integration with 3rd Party Products Overview SolarWinds Integration with 3rd Party Products Overview This document is intended to provide a technical overview of the integration capabilities of SolarWinds products that are based on the Orion infrastructure.

More information

How To Set Up Foglight Nms For A Proof Of Concept

How To Set Up Foglight Nms For A Proof Of Concept Page 1 of 5 Foglight NMS Overview Foglight Network Management System (NMS) is a robust and complete network monitoring solution that allows you to thoroughly and efficiently manage your network. It is

More information

Network device management solution

Network device management solution iw Management Console Network device management solution iw MANAGEMENT CONSOLE Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems

More information

SolarWinds Network Performance Monitor

SolarWinds Network Performance Monitor SolarWinds Network Performance Monitor powerful network fault & availabilty management Fully Functional for 30 Days SolarWinds Network Performance Monitor (NPM) makes it easy to quickly detect, diagnose,

More information

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Duration: Three consecutive Saturdays About this Course This instructor led course teaches students how to implement and manage Windows

More information

Windows Server 2003 default services

Windows Server 2003 default services Windows Server 2003 default services To view a description for a particular service, hover the mouse pointer over the service in the Name column. The descriptions included here are based on Microsoft documentation.

More information

User s Guide: Beta 1 Draft

User s Guide: Beta 1 Draft IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Exchange Server Agent vnext User s Guide: Beta 1 Draft SC23-6593-06 IBM Tivoli Composite Application Manager for Microsoft

More information

echomountain Enterprise Monitoring, Notification & Reporting Services Protect your business

echomountain Enterprise Monitoring, Notification & Reporting Services Protect your business Protect your business Enterprise Monitoring, Notification & Reporting Services echomountain 1483 Patriot Blvd Glenview, IL 60026 877.311.1980 sales@echomountain.com echomountain Enterprise Monitoring,

More information

SapphireIMS Business Service Monitoring Feature Specification

SapphireIMS Business Service Monitoring Feature Specification SapphireIMS Business Service Monitoring Feature Specification All rights reserved. COPYRIGHT NOTICE AND DISCLAIMER No parts of this document may be reproduced in any form without the express written permission

More information

Heroix Longitude Quick Start Guide V7.1

Heroix Longitude Quick Start Guide V7.1 Heroix Longitude Quick Start Guide V7.1 Copyright 2011 Heroix 165 Bay State Drive Braintree, MA 02184 Tel: 800-229-6500 / 781-848-1701 Fax: 781-843-3472 Email: support@heroix.com Notice Heroix provides

More information

E- SPIN's IPSwitch WhatsUp Gold Network Management System System Administration Advanced Training (5 Day)

E- SPIN's IPSwitch WhatsUp Gold Network Management System System Administration Advanced Training (5 Day) Class Schedule E- SPIN's IPSwitch WhatsUp Gold Network Management System System Administration Advanced Training (5 Day) Date: Specific Pre- Agreed Upon Date Time: 9.00am - 5.00pm Venue: Pre- Agreed Upon

More information

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 12

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 12 Course Page - Page 1 of 12 Windows 7 Enterprise Desktop Support Technician M-50331 Length: 5 days Price: $2,795.00 Course Description This five-day instructor-led course provides students with the knowledge

More information

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds.

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds. ENTERPRISE MONITORING & LIFECYCLE MANAGEMENT Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information

A SURVEY ON AUTOMATED SERVER MONITORING

A SURVEY ON AUTOMATED SERVER MONITORING A SURVEY ON AUTOMATED SERVER MONITORING S.Priscilla Florence Persis B.Tech IT III year SNS College of Engineering,Coimbatore. priscillapersis@gmail.com Abstract This paper covers the automatic way of server

More information

HP Device Monitor (v 1.2) for Microsoft System Center User Guide

HP Device Monitor (v 1.2) for Microsoft System Center User Guide HP Device Monitor (v 1.2) for Microsoft System Center User Guide Abstract This guide provides information on using the HP Device Monitor version 1.2 to monitor hardware components in an HP Insight Control

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelogtm Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

Vistara Lifecycle Management

Vistara Lifecycle Management Vistara Lifecycle Management Solution Brief Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information

5/20/2013. The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team

5/20/2013. The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team Additions and Subtractions The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team Exchange Version Exchange Server 2003 and earlier versions

More information

SapphireIMS 4.0 BSM Feature Specification

SapphireIMS 4.0 BSM Feature Specification SapphireIMS 4.0 BSM Feature Specification v1.4 All rights reserved. COPYRIGHT NOTICE AND DISCLAIMER No parts of this document may be reproduced in any form without the express written permission of Tecknodreams

More information

Ad-Aware Management Server Installed together with Ad-Aware Business Client... 19 Ad-Aware Update Server... 19 Before You Start the Deployment...

Ad-Aware Management Server Installed together with Ad-Aware Business Client... 19 Ad-Aware Update Server... 19 Before You Start the Deployment... Table of Contents Using This Guide... 9 Purpose and Intended Audience... 9 How to Use This Guide... 9 Conventions Used in This Guide... 10 Typographical Conventions... 10 Admonitions... 10 About Ad-Aware

More information

GSX Monitor & Analyzer for Exchange On premise. Performance, Reporting, Management

GSX Monitor & Analyzer for Exchange On premise. Performance, Reporting, Management GSX Monitor & Analyzer for Exchange On premise Performance, Reporting, Management 1 About GSX Solutions Founded in 1996, Headquartered in Switzerland Offices in USA, UK, France, Switzerland, China 600

More information

Smart Cloud Integration Pack. For System Center Operation Manager. v1.1.0. User's Guide

Smart Cloud Integration Pack. For System Center Operation Manager. v1.1.0. User's Guide Smart Cloud Integration Pack For System Center Operation Manager v1.1.0 User's Guide Table of Contents 1. INTRODUCTION... 6 1.1. Overview... 6 1.2. Feature summary... 7 1.3. Supported Microsoft System

More information

MSP End User. Version 3.0. Technical Solution Guide

MSP End User. Version 3.0. Technical Solution Guide MSP End User Version 3.0 Technical Solution Guide N-Compass Remote Networking Monitoring Architecture How Does N-Compass Help Small & Medium Businesses? Proactive IT management The ability to do predictive

More information

SOLARWINDS NETWORK PERFORMANCE MONITOR

SOLARWINDS NETWORK PERFORMANCE MONITOR DATASHEET SOLARWINDS NETWORK PERFORMANCE MONITOR Fault, Availability, Performance, and Deep Packet Inspection SolarWinds Network Performance Monitor (NPM) is powerful and affordable network monitoring

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Software Store Option Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner Snow Integration

More information

Network Configuration/Bandwidth Planning Scope

Network Configuration/Bandwidth Planning Scope Network Configuration/Bandwidth Planning Scope Workshop Focus and Objective Workshop Focus Drive key planning considerations for Office 365 domain and domain name service (DNS) records configuration Network

More information

Deploying and Managing Microsoft Exchange Server 2013

Deploying and Managing Microsoft Exchange Server 2013 Deploying and Managing Microsoft Exchange Server 2013 Module Overview 1. Exchange Server 2013 Prerequisites and Requirements 2. Exchange Server 2013 Deployment 3. Managing Exchange Server 2013 1. Exchange

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.02 HP SiteScope Deployment Guide Document Release Date: June 2009 Software Release Date: June 2009 Legal

More information

Symantec Mail Security for Microsoft Exchange Getting Started Guide

Symantec Mail Security for Microsoft Exchange Getting Started Guide Symantec Mail Security for Microsoft Exchange Getting Started Guide The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement.

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

Module 3: Resolve Software Failure This module explains how to fix problems with applications that have problems after being installed.

Module 3: Resolve Software Failure This module explains how to fix problems with applications that have problems after being installed. CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! 50331 - Windows 7, Enterprise Desktop Support Technician Duration: 5 days About this Course This five-day

More information

WhatsUp Gold v11 Features Overview

WhatsUp Gold v11 Features Overview WhatsUp Gold v11 Features Overview This guide provides an overview of the core functionality of WhatsUp Gold v11, and introduces interesting features and processes that help users maximize productivity

More information

11.1. Performance Monitoring

11.1. Performance Monitoring 11.1. Performance Monitoring Windows Reliability and Performance Monitor combines the functionality of the following tools that were previously only available as stand alone: Performance Logs and Alerts

More information

Microsoft Dynamics GP 2010. SQL Server Reporting Services Guide

Microsoft Dynamics GP 2010. SQL Server Reporting Services Guide Microsoft Dynamics GP 2010 SQL Server Reporting Services Guide April 4, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information

More information

Workshop & Chalk n Talk Catalogue Services Premier Workshop & Chalk n Talk Catalogue

Workshop & Chalk n Talk Catalogue Services Premier Workshop & Chalk n Talk Catalogue Services Premier Workshop & Chalk n Talk Catalogue The Microsoft Services Premier Workshop & Chalk n Talk Catalogue 2011 is published by Microsoft Services in Ireland. Workshop Schedule Workshop Location

More information

PANDORA FMS OFFICIAL TRAINING

PANDORA FMS OFFICIAL TRAINING / Administrator training PAT-2014 CHARACTERISTICS AND REQUIREMENTS 1. Characteristics - Length of the face-to-face program: 15 hours. - Length of the online program: 12 hours. 2. Requirements - Intermediate

More information

Active Directory - User, group, and computer account management in active directory on a domain controller. - User and group access and permissions.

Active Directory - User, group, and computer account management in active directory on a domain controller. - User and group access and permissions. Vmware ESX 4/5/6 - Provision virtual machines through vsphere, assign available resources and install operating systems. - Configure the various built in alarms for monitoring, configure alarm thresholds

More information

administrator are Console Users that can log on to the Web Management console and

administrator are Console Users that can log on to the Web Management console and Q and A Can I control what ObserveIT records? Yes, within the Web Console it is possible to define what the Agent records. By using inclusion or exclusion, you can control many aspects of the recording

More information

Kaspersky Lab Mobile Device Management Deployment Guide

Kaspersky Lab Mobile Device Management Deployment Guide Kaspersky Lab Mobile Device Management Deployment Guide Introduction With the release of Kaspersky Security Center 10.0 a new functionality has been implemented which allows centralized management of mobile

More information

SolarWinds Network Performance Monitor powerful network fault & availabilty management

SolarWinds Network Performance Monitor powerful network fault & availabilty management SolarWinds Network Performance Monitor powerful network fault & availabilty management Fully Functional for 30 Days SolarWinds Network Performance Monitor (NPM) is powerful and affordable network monitoring

More information

Introduction. Manageability. What is needed?

Introduction. Manageability. What is needed? Introduction It will come as no surprise to readers of this white paper that Microsoft currently dominates the IT marketplace. The company has been able to leverage the vast number of computers using its

More information

HP SiteScope software

HP SiteScope software HP SiteScope software When you can see availability and performance, you can improve it. Improve the availability and performance of your IT environment HP SiteScope software helps you to agentlessly monitor

More information

Management of VMware ESXi. on HP ProLiant Servers

Management of VMware ESXi. on HP ProLiant Servers Management of VMware ESXi on W H I T E P A P E R Table of Contents Introduction................................................................ 3 HP Systems Insight Manager.................................................

More information

ENC Enterprise Network Center. Intuitive, Real-time Monitoring and Management of Distributed Devices. Benefits. Access anytime, anywhere

ENC Enterprise Network Center. Intuitive, Real-time Monitoring and Management of Distributed Devices. Benefits. Access anytime, anywhere Scalability management up to 2,000 devices Network and device auto-discovery Firmware upgrade/backup and device configurations Performance alerts and monitoring ZyXEL switch specialized in RMON management

More information

Monitoring can be as simple as waiting

Monitoring can be as simple as waiting Proactive monitoring for dynamic virtualized environments By David Weber and Veronique Delarue Virtualization can significantly increase monitoring complexity. By using BMC ProactiveNet Performance Management,

More information

Configuring WMI Performance Monitors

Configuring WMI Performance Monitors Configuring WMI Performance Monitors With WMI, WhatsUp Gold Premium Edition monitors and sends alerts based on performance counters that are reported from Microsoft Windows devices. The data collected

More information

mbits Network Operations Centrec

mbits Network Operations Centrec mbits Network Operations Centrec The mbits Network Operations Centre (NOC) is co-located and fully operationally integrated with the mbits Service Desk. The NOC is staffed by fulltime mbits employees,

More information

SQL Server Solutions GETTING STARTED WITH. SQL Diagnostic Manager

SQL Server Solutions GETTING STARTED WITH. SQL Diagnostic Manager SQL Server Solutions GETTING STARTED WITH SQL Diagnostic Manager Purpose of this document Due to its depth and potential for customization, there are often features of SQL Diagnostic Manager that are overlooked

More information

PowerShell for Dummies

PowerShell for Dummies PowerShell for Dummies Project: Supervision Targeted Product: GSX Monitor & Analyzer Content Introduction: A Bit of History... 3 Starting with PowerShell... 4 Prerequisites... 5 Exchange Management Shell...

More information

Monitoring Microsoft Exchange to Improve Performance and Availability

Monitoring Microsoft Exchange to Improve Performance and Availability Focus on Value Monitoring Microsoft Exchange to Improve Performance and Availability With increasing growth in email traffic, the number and size of attachments, spam, and other factors, organizations

More information

Symantec Mail Security for Microsoft Exchange Getting Started Guide

Symantec Mail Security for Microsoft Exchange Getting Started Guide Symantec Mail Security for Microsoft Exchange Getting Started Guide The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement.

More information

RES ONE Automation 2015 Task Overview

RES ONE Automation 2015 Task Overview RES ONE Automation 2015 Task Overview Task Overview RES ONE Automation 2015 Configuration Tasks The library Configuration contains Tasks that relate to the configuration of a computer, such as applying

More information

System Management. 2010 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice

System Management. 2010 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice System Management Jonathan Cyr System Management Product Line Manager Udi Shagal Product Manager SiteScope Sudhindra d Tl Technical Lead Performance Manager 2010 Hewlett-Packard Development Company, L.P.

More information

Delphi+ System Requirements

Delphi+ System Requirements Delphi+ System Requirements Revision 1.1 Newmarket International, Inc. October 24, 2013 Delphi+ System Requirements Users Up to 15 Up to 25 Up to 50 Up to 90 Up to 200 Over 200 Minimum 2008 Server Hardware

More information

PrinterOn Enterprise Administration Support Guide

PrinterOn Enterprise Administration Support Guide PrinterOn Enterprise Administration Support Guide Version 2.5 Doc Rev: 1.1 Table of Contents 1. Overview...4 2. Hardware and Operating System Requirements...5 2.1. Hardware Requirements...5 2.2. Software

More information

Server Installation Manual 4.4.1

Server Installation Manual 4.4.1 Server Installation Manual 4.4.1 1. Product Information Product: BackupAgent Server Version: 4.4.1 2. Introduction BackupAgent Server has several features. The application is a web application and offers:

More information

Proactively Managing Your NT Infrastructure with Event Log Monitor. TNT Software

Proactively Managing Your NT Infrastructure with Event Log Monitor. TNT Software Challenges of Administering Windows NT/2000 Single system providing critical services Internet server in DMZ (e.g., FTP, HTTP, SMTP) Corporate File & Print, Email or Database Server Other critical island

More information

Authoring for System Center 2012 Operations Manager

Authoring for System Center 2012 Operations Manager Authoring for System Center 2012 Operations Manager Microsoft Corporation Published: November 1, 2013 Authors Byron Ricks Applies To System Center 2012 Operations Manager System Center 2012 Service Pack

More information

Preinstallation Requirements Guide

Preinstallation Requirements Guide Preinstallation Requirements Guide Synergy 3.4.9 June 2015 Synergy 2015 TOC 1: Introduction 4 Synergy platform modules 4 Synergy install procedure - your responsibilities 4 Further information about Synergy

More information

WEB COMPAS MINIMUM HOSTING REQUIREMENTS

WEB COMPAS MINIMUM HOSTING REQUIREMENTS WEB COMPAS MINIMUM HOSTING REQUIREMENTS For Additional Support: Northpointe Institute for Public Management T: 231.938.5959 F: 231.938.5995 www.npipm.com support@npipm.com Adult COMPAS Web Application

More information

E-MAIL AND SERVER SECURITY

E-MAIL AND SERVER SECURITY E-MAIL AND SERVER SECURITY DEPLOYMENT GUIDE 1 E-MAIL AND SERVER SECURITY Deployment Guide 2 CONTENTS 1. Overview 3 2. Deployment scenarios 5 2.1 Stand-alone server 5 2.2 Deploying the product with F-Secure

More information

10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010

10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010 10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010 Course Number: 10135A Course Length: 5 Day Course Overview This instructor-led course will provide you with the knowledge

More information

E-MAIL AND SERVER SECURITY

E-MAIL AND SERVER SECURITY E-MAIL AND SERVER SECURITY DEPLOYMENT GUIDE 1 E-MAIL AND SERVER SECURITY Deployment Guide 2 CONTENTS 1. Overview 3 1.1 How the product works 3 1.2 Product contents 4 2. Deployment scenarios 5 2.1 Stand-alone

More information

BusinessObjects Enterprise XI Release 2 Administrator s Guide

BusinessObjects Enterprise XI Release 2 Administrator s Guide BusinessObjects Enterprise XI Release 2 Administrator s Guide BusinessObjects Enterprise XI Release 2 1 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information