theguard! ApplicationManager System Windows Data Collector

Size: px
Start display at page:

Download "theguard! ApplicationManager System Windows Data Collector"

Transcription

1 theguard! ApplicationManager System Windows Data Collector Status: 10/9/2008

2 Introduction... 3 The Performance Features of the ApplicationManager Data Collector for Microsoft Windows Server... 3 Overview of Microsoft Windows Server... 4 Registry... 6 Event Log... 7 Applications on Windows Server... 8 The System Windows Data Collector... 9 Monitoring Hardware and Software Resources Monitoring Processors Monitoring Memory Monitoring Physical Disks, Logical Disks and Mount Points Monitoring the Swap Files (Virtual Memory) Monitoring the System Service Monitoring Monitoring Processes Status Events Performance Service Levels and Standard Reporting Monitoring Printers Status Events Performance Monitoring the Windows Event Log Pre-configured Monitoring Policies Appendix A: The Data Collector's Object Structure Copyright REALTECH 2008 Page 2 of 16

3 Introduction There is more to efficiently managing an application than maximizing its availability. Targeted tuning can increase the performance and stability of business-critical applications without having to invest in additional hardware (processors, RAM, disk space). A number of data collectors have been developed for theguard! ApplicationManager that provide comprehensive monitoring and generate detailed data analyses. Data collectors do more than simply collect events according to pre-defined rules. They deliver every performance value and the current status of each application object in real time. They also provide insight into configuration attributes, such as the release status or the application's parameter settings. Data collectors model an application in objects and sub-objects, enabling a dedicated handling of alerts, monitoring or status messages. This model ensures that information is clearly structured and that messages are easy to allocate to a problem. Pre-defined and reusable policies for each type of application facilitate the implementation of the solution and the adaptation of monitoring to dynamic landscapes. The ease with which thresholds are set ensures the early recognition of potential errors. Comprehensive reaction management enables flexible alerting for more than 100 different devices and alarm consoles. The automatic discovery of new application instances and objects, including the automatic allocation of policies, enables automatic monitoring even in those cases in which system administrators have completely reconfigured the application, for example, by adding new instances or objects. Central reporting at the application instance and application object level provides for a detailed and effective capacity management of all resources. Integrated Service Level Management ensures that the service levels for application availability and performance are achieved, while Operational Level Agreements (OLAs) can be easily defined at the application object level. The Performance Features of the ApplicationManager Data Collector for Microsoft Windows Server The data collector for Microsoft Windows Server provides a comprehensive monitoring of large multi-processorservers (32 and 64 bit) running Microsoft Windows Server 2003 and 2008 or Microsoft Windows Server operating system. With ApplicationManager, a number of operational parameters and application processes can be monitored and compared in parallel. All of the hardware and software resources of a Microsoft Windows Server, such as processors, memory, virtual memory, physical hard disks, logical hard disks, mount points, services, processes, etc., are defined and analyzed individually within the framework of the CIM model as Managed Objects (MO). With ApplicationManager's event and threshold monitoring resource, bottlenecks and system overloads can be detected and reported at an early stage. The data collector for Microsoft Windows Server consists of a number of objects, event categories, and performance counters. All of the information is described in the data collector's online documentation. The present document provides an overview of the most important functions of the data collector. Copyright REALTECH 2008 Page 3 of 16

4 Overview of Microsoft Windows Server Microsoft Windows Server 2000 / 2003 and 2008 are the successors of the successful Microsoft Windows NT Server operating system. Both of the Windows operating systems are designed to run on high-availability servers, and support preemptive multitasking and/or multiprocessing as well as multiprocessor operation. As every other operating system, Microsoft Windows is the interface between the hardware, the users, and the applications. It conceals the complexity of the hardware by providing a comprehensive and simple access model to the running software even in hybrid environments. In addition, it supplies services for system administration and interfaces for applications. In contrast to many other operating systems, Microsoft Windows has a graphical user interface that facilitates the use of operating system functionality and hence increases the users' efficiency. To meet today's high demands on operating systems, Microsoft Windows has to manage a variety of different tasks: Process Management o Load, start, interrupt, and end processes o Allocate processor time to processes (scheduling) o Synchronize the workload distribution on multiprocessor machines Memory Management o Allocate memory to processes. o Protect the main memory from other processes accessing them (process isolation) o Temporarily move processes (swapping) to mass storage devices (virtual memory) File Management o Manage mass storage devices such as hard disks, CDs, floppy disks, etc. o Organize and manage the data on the mass storage devices in a hierarchical file structure in the form of files o Manage access permissions to the file system I/O Control o Manage computer peripherals such as terminals, mass storage devices, I/O ports, the network, etc. o Transfer common read/write operations to device-specific control signals o Coordinate concurrent accesses to I/O resources Network Management o Manage communication through the network o Gather, identify, and route incoming network packages to the processes Copyright REALTECH 2008 Page 4 of 16

5 Authentication and Access Control o Manage users and their access permissions to system resources o Log users in to and out of the system o Protect system resources from users that do not have the correct permissions Log Processing o Record important functions and events such as error statuses in the system log Error Handling o Recognize error statuses and process them accordingly User Interface o Provide services for system administration o Provide a Graphical User Interface (GUI) for communication between man and machine o Provide application programming interfaces (API) o Provide a hardware abstraction for applications To ensure the stability of the system, the Windows operating system is divided into two modes: kernel mode and user mode. Elementary operating system processes with high privileges run in protected kernel mode. These processes can impact the stability of the entire operating system when an error occurs (blue screen). Nonelementary operating system processes and user applications with low privileges run in unprotected user mode. Errors generated by individual applications and/or processes have no effect on either the operating system or any of the other processes. Microsoft Windows combines the advantages of a monolithic kernel with those of a microkernel by enabling some of the operating system functions to run directly in protected kernel mode (execution services and device drivers) and moving others to separate processes that run in unprotected user mode (sub-systems). The subsystem processes are merely delegated by the microkernel. Applications generally run in user mode to guarantee the stability of the operating system when applications are flawed. To reduce complexity, the Windows operating system is internally divided into several layers. The individual layers are built according to a hierarchical structure, and each performs a special task. The lowest layer of the Windows operating system, the Hardware Abstraction Layer (HAL), maps characteristics of the hardware (for example, the processor) to a uniform abstraction model on which the superimposed layers (device drivers and micro kernel) are built. The micro kernel is the core of the Windows operating system. It controls the processor and the elementary sequences of process communication. In multiprocessor operations, it ensures that processes are evenly distributed between the individual processors and priorities kept. Device drivers are special small programs that control individual hardware components. They are the interface between the operating system and the hardware. Copyright REALTECH 2008 Page 5 of 16

6 Execution services, such as the file system and I/O manager, object management, the security monitor, process management, memory management, power management, plug-and-play control, and the IPC manager (interprocess communication), run in the top layer of kernel mode. Registry The Windows registry database, or "registry," is a feature of Microsoft Windows that is not found in other operating systems. Here, all of the configuration parameters of the operating system and applications are stored in a hierarchical structure. Applications have an interface for adding, reading, and deleting configuration parameters. Copyright REALTECH 2008 Page 6 of 16

7 Event Log Microsoft Windows records important events, warnings, and errors in the event log. The event log is divided into three areas: application log, security log, and system log. Windows operating system messages are recorded in the system log, and application messages are recorded in the application log. Security messages, such as users logging in and out of the system and failed log in attempts, are recorded in the security log. Copyright REALTECH 2008 Page 7 of 16

8 Applications on Windows Server In general, applications use the resources of an operating system such as Windows in terms of main memory, disk space, and processor capacity, as well as special process procedures such as multithreading, messaging, processor binding, or queuing. Application tuning is often coupled to operating system tuning. Reconfiguring certain aspects of the system can increase performance and improve resource utilization. It might also be possible to reduce the number of application licenses when, for example, licensing depends on the number of used processors and processors can be bound (for example, as is the case with MS SQL Server). Services + Processes Application Start/Stop/Execute Processes Logical Pages Application Data Print Jobs Network Communikation I/O Commands Config. Parameter Log Entries Application Programming Interface (API) Process Management Memory Management Storage Management Print Management Network Management I/O Management Configuration Tracing Microsoft Windows Operating System Instructions Execution Virtual Memory Physical Pages File- System Files Spool Service Print Commands Network Packages Processor Physical Memory Harddisk User Interaction I/O Commands Registry Event Log Logical Interface Hardware Abstraction Layer (HAL) Printer Network Device I/O Devices Physical Interface Hardware Network Communikation Clients Users Copyright REALTECH 2008 Page 8 of 16

9 The System Windows Data Collector This data collector monitors the hardware and software resources of a Microsoft Windows Server. Both types of resources are important for highly available and dynamic operations. The below figure shows the status of all of the objects of a Microsoft Windows Server in theguard! ApplicationManager. Appendix A contains a complete list of all of the objects. Hardware and software resources, such as processors, memory, virtual memory (swap file), physical hard disks, logical disks, printers, processes (process groups), processor queues, printer queues, etc., are entered and displayed as managed objects in the managed monitor. Managed objects are hierarchically arranged and clearly structured, thus providing the current status of every component at a glance. Monitoring parameters can be set individually for each component. Copyright REALTECH 2008 Page 9 of 16

10 Monitoring Hardware and Software Resources In order to guarantee a trouble-free function of the operating system and the productive applications as well the monitoring of the hard- and software resources e.g. processors, working memory hard disks, virtual memory, processes, printers, queues etc. is most important with it, the resources have according to sufficient capacity and performance to be monitored. If one of the resources is overloaded or used up, the performance of the complete system drops drastically; this may have a negative impact on the productive server operation! In many cases, this leads to a malfunction of the productive applications. In worst case, the stability of the entire system is endangered. By continuously monitoring the system resources, the data collector for Microsoft Windows reports overloads and highly used resources at an early stage. This enables the system administrator to react early to resource bottlenecks and remove them before they impact or bring down the live system. The system Windows DC provides numerous statistical data regarding the current utilization and performance of the different hardware- and software resources of the monitored Windows Server. Thresholds, which are used to trigger alerts when they are violated, can be defined for all of the statistical values. Resource bottlenecks with it will be detected at an early stage and can be removed. Function and performance monitoring can be performed at the same time. All of the statistical values can be monitored and compared in the real-time performance monitor. These values can be used to optimize the performance and the memory. The below figure shows the current utilization of system resources such as CPU, memory, handles, threads, etc. for the JLaunch processes of an SAP Web Application Server in the real-time performance monitor: Copyright REALTECH 2008 Page 10 of 16

11 The ability to compare the system resources of the different Windows servers provides useful information for optimization tasks, such as a more efficient distribution of the load between the servers. The statistical values can also be collected in the ApplicationManager database and evaluated using REALTECH Reporting. This information can be used to generate trend analyses, for example, for the utilization of system resources such as CPU, memory, disk space, etc., and used as a basis for cost and capacity planning. The below list of possible monitoring criteria is not exhaustive: Monitoring Processors Current processor usage in percent Partial processor usage in user mode in percent Current length of the processor queue The availability and performance of an application can be increased in bottleneck situations by upgrading the processors or reconfiguring the application. Monitoring Memory Free Memory Utilization of virtual memory Utilization of kernel memory Requests of memory pages moved to swap file (page faults/sec, pages input/sec, page reads/sec) The availability and performance of an application can be increased in bottleneck situations by upgrading the processors or reconfiguring the operating system (for example, the application cache/main memory ratio). Monitoring Physical Disks, Logical Disks and Mount Points Free/used space Read/write operations per time Read/write speed Monitoring the Swap Files (Virtual Memory) Current size of the swap file (these values are currently available in the System Windows 2003 / 2008 data collector) Current utilization rate of the swap file with regard to the defined maximum size Copyright REALTECH 2008 Page 11 of 16

12 Monitoring the System Fill level of the Windows registry database with regard to its maximum size Context switch rate (context switches/sec) Number of open files Service Monitoring The data collector can monitor the status of all of the services installed on a Microsoft Windows server. The monitored services can also be started and stopped from the ApplicationManager's interface. Monitoring Processes Processes that are relevant for the live system, such as the processes of important services or applications, can be monitored by freely definable process groups. Processes are assigned to process groups using process patterns. The filter principle is used to add active processes to the process with a matching process pattern. The status of a process group indicates if at least one process that matches the group's process name pattern is currently running. Example: Configuration of a process pattern for the JLaunch processes of SAP Web Application Server. A list of all of the running processes that match the process group's pattern can be viewed in the properties of the respective process group. Copyright REALTECH 2008 Page 12 of 16

13 Example: List of current Disp+Workprocesses of an SAP R/3 system. Processes that belong together, for example, because they belong to the same service or application, can be combined into process groups. This enables applications to be monitored as an entity in real time: Status The status of a process group indicates if at least one process that matches the process pattern is running Events Notification when a new process is started that matches the process pattern of a process group (also applies to extremely short-lived processes) Notification when a process that was assigned to a process group is ended (also applies to extremely short-lived processes) Performance Number of processes currently assigned to a process group Memory allocated by the processes of a process group Virtual memory allocated by the processes of a process group CPU time consumed by the processes of a process group Handles used by the processes of a process group Threads used by the processes of a process group An analysis by process group in Reporting provides a comparison of the resource utilization of the different application processes that can be used for activity allocation. Copyright REALTECH 2008 Page 13 of 16

14 Service Levels and Standard Reporting Availability of an application in terms of the process and/or process group Load and resource utilization of an application's process and/or process group by the above-mentioned parameters Process groups are managed objects that can be used in business maps to map distributed applications and business processes in theguard! ServiceCenter. Monitoring Printers The data collector can monitor the local printer and/or the print jobs of a Windows print server according to the following criteria: Status Status of the individual local printers Events Notification of events such as low paper, paper jam, low toner, print job error, etc. Performance CPU, handle, and thread utilization of the process started by the spool service Size of the spool directory Size of the spool directory in relation to the available disk space Number of print jobs in the print queue This enables you to react to printer problems at an early stage and analyze and optimize printer utilization via the connected network printers. Printers can be monitored with the data collectors for Microsoft Windows Server 2000 / 2003 / Copyright REALTECH 2008 Page 14 of 16

15 Monitoring the Windows Event Log With the Managed Object Type "EventLog", the monitoring of all events in the Windows event log can be automated. The security log, the system log, the application log, and the user-defined event logs can be monitored. Pre-configured Monitoring Policies The data collector for Microsoft Windows contains a number of pre-configured policies for each object type, such as processor, logical disk, process group, Win32 service, printer, etc. For more information about REALTECH s software solutions: REALTECH AG Industriestr. 39c Walldorf Germany Tel Fax customer-services@realtech.com Copyright REALTECH 2008 Page 15 of 16

16 Appendix A: The Data Collector's Object Structure The collector is structured in object types, which among other things, is essential for the configuration and allocation of events as well as for all of the other functions: Object Type Sub-object Type Metrics Topic Computer System Network Adapter Physical Disk 1 Computer System object Processor EventLog 3 to n event logs Monitoring the event logs Logical Disk 1 to n logical drives or mount points + total object Capacity, file rate and throughput of logical drives Network Adapter 1 to n network adapters Availability of the network adapters Network Interface 1 to n network interfaces Monitoring the network interfaces Operating System EventLog Logical Disk Network Interface Page File Printer Process Group Server Work Queue Service 1 Operating system object Page File 1 to n page files + Total object Physical Disk 1 to n physical disks + Total object. Memory monitoring, file system-cache, System objects Monitoring page files. Capacity, fill rate and throughput of physical disks Printer and print job monitoring Printer n Printers + "Print Queues Total Process Group n Process Groups Monitoring of processes Processor 1 to n processors + Total Processor monitoring object Server Work Queue 1 queue per processor + Queue monitoring "Blocking Queue" Service n Windows services Service monitoring Copyright REALTECH 2008 Page 16 of 16

MS SQL Server 2000 Data Collector. Status: 12/8/2008

MS SQL Server 2000 Data Collector. Status: 12/8/2008 MS SQL Server 2000 Data Collector Status: 12/8/2008 Contents Introduction... 3 The performance features of the ApplicationManager Data Collector for MS SQL Server:... 4 Overview of Microsoft SQL Server:...

More information

MS SQL Server 2005 Data Collector. Status: 12/5/2008

MS SQL Server 2005 Data Collector. Status: 12/5/2008 MS SQL Server 2005 Data Collector Status: 12/5/2008 Contents Introduction... 3 The performance features of the ApplicationManager Data Collector for MS SQL Server:... 3 Overview of Microsoft SQL Server:...

More information

theguard! ApplicationDashboard Version 1.1

theguard! ApplicationDashboard Version 1.1 theguard! ApplicationDashboard Version March 23, 2009 theguard! ApplicationDashboard is a three-tier client-server application for which there are different system requirements. This document provides

More information

Multiprogramming. IT 3123 Hardware and Software Concepts. Program Dispatching. Multiprogramming. Program Dispatching. Program Dispatching

Multiprogramming. IT 3123 Hardware and Software Concepts. Program Dispatching. Multiprogramming. Program Dispatching. Program Dispatching IT 3123 Hardware and Software Concepts Operating Systems II October 26 Multiprogramming Two or more application programs in memory. Consider one CPU and more than one program. This can be generalized to

More information

CHAPTER 15: Operating Systems: An Overview

CHAPTER 15: Operating Systems: An Overview CHAPTER 15: Operating Systems: An Overview The Architecture of Computer Hardware, Systems Software & Networking: An Information Technology Approach 4th Edition, Irv Englander John Wiley and Sons 2010 PowerPoint

More information

Operating Systems 4 th Class

Operating Systems 4 th Class Operating Systems 4 th Class Lecture 1 Operating Systems Operating systems are essential part of any computer system. Therefore, a course in operating systems is an essential part of any computer science

More information

Hardware Performance Optimization and Tuning. Presenter: Tom Arakelian Assistant: Guy Ingalls

Hardware Performance Optimization and Tuning. Presenter: Tom Arakelian Assistant: Guy Ingalls Hardware Performance Optimization and Tuning Presenter: Tom Arakelian Assistant: Guy Ingalls Agenda Server Performance Server Reliability Why we need Performance Monitoring How to optimize server performance

More information

theguard! ApplicationManager Version 4.1

theguard! ApplicationManager Version 4.1 theguard! ApplicationManager Version 4.1 March 23, 2009 The ApplicationManager is a three-tier client-server application, so there are system requirements for various zones. The following documentation

More information

theguard! ApplicationManager (Version 2.4)

theguard! ApplicationManager (Version 2.4) theguard! ApplicationManager (Version 2.4) Stand 01/2005 The ApplicationManager is a three-tier client-server application, so there are system requirements for various zones. The following documentation

More information

Analyzing IBM i Performance Metrics

Analyzing IBM i Performance Metrics WHITE PAPER Analyzing IBM i Performance Metrics The IBM i operating system is very good at supplying system administrators with built-in tools for security, database management, auditing, and journaling.

More information

Windows Server Performance Monitoring

Windows Server Performance Monitoring Spot server problems before they are noticed The system s really slow today! How often have you heard that? Finding the solution isn t so easy. The obvious questions to ask are why is it running slowly

More information

CA Unified Infrastructure Management

CA Unified Infrastructure Management CA Unified Infrastructure Management Probe Guide for IIS Server Monitoring iis v1.7 series Copyright Notice This online help system (the "System") is for your informational purposes only and is subject

More information

CA Nimsoft Monitor. Probe Guide for Active Directory Server. ad_server v1.4 series

CA Nimsoft Monitor. Probe Guide for Active Directory Server. ad_server v1.4 series CA Nimsoft Monitor Probe Guide for Active Directory Server ad_server v1.4 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as

More information

TEST CHAPTERS 1 & 2 OPERATING SYSTEMS

TEST CHAPTERS 1 & 2 OPERATING SYSTEMS TEST CHAPTERS 1 & 2 OPERATING SYSTEMS True/False Indicate whether the statement is true or false. 1. Changes that you make in virtual machines do not affect your physical computer. 2. The size of a bus

More information

CSE 120 Principles of Operating Systems. Modules, Interfaces, Structure

CSE 120 Principles of Operating Systems. Modules, Interfaces, Structure CSE 120 Principles of Operating Systems Fall 2000 Lecture 3: Operating System Modules, Interfaces, and Structure Geoffrey M. Voelker Modules, Interfaces, Structure We roughly defined an OS as the layer

More information

Perfmon counters for Enterprise MOSS

Perfmon counters for Enterprise MOSS Perfmon counters for Enterprise MOSS # Counter What does it measure or can tell us Threshold [Action taken if] Notes PROCESSOR RELATED COUNTERS 1 Processor(_Total)\% Measures average processor utilization

More information

How To Write A Windows Operating System (Windows) (For Linux) (Windows 2) (Programming) (Operating System) (Permanent) (Powerbook) (Unix) (Amd64) (Win2) (X

How To Write A Windows Operating System (Windows) (For Linux) (Windows 2) (Programming) (Operating System) (Permanent) (Powerbook) (Unix) (Amd64) (Win2) (X (Advanced Topics in) Operating Systems Winter Term 2009 / 2010 Jun.-Prof. Dr.-Ing. André Brinkmann brinkman@upb.de Universität Paderborn PC 1 Overview Overview of chapter 3: Case Studies 3.1 Windows Architecture.....3

More information

theguard! Service Management Center (Valid for Version 6.3 and higher)

theguard! Service Management Center (Valid for Version 6.3 and higher) theguard! Service Management Center (Valid for Version 6.3 and higher) Introduction Introduction about the minimal system requirements of theguard! Service Management Center. The theguard! Service Management

More information

Operating System Structures

Operating System Structures Operating System Structures Meelis ROOS mroos@ut.ee Institute of Computer Science Tartu University fall 2009 Literature A. S. Tanenbaum. Modern Operating Systems. 2nd ed. Prentice Hall. 2001. G. Nutt.

More information

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 Performance Study VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 VMware VirtualCenter uses a database to store metadata on the state of a VMware Infrastructure environment.

More information

SQL Server 2008 Performance and Scale

SQL Server 2008 Performance and Scale SQL Server 2008 Performance and Scale White Paper Published: February 2008 Updated: July 2008 Summary: Microsoft SQL Server 2008 incorporates the tools and technologies that are necessary to implement

More information

opensm2 Enterprise Performance Monitoring December 2010 Copyright 2010 Fujitsu Technology Solutions

opensm2 Enterprise Performance Monitoring December 2010 Copyright 2010 Fujitsu Technology Solutions opensm2 Enterprise Performance Monitoring December 2010 Agenda opensm2 Overview INSPECTOR ANALYZER 1 opensm2 Provides a consistent solution for the enterprise-wide performance management Supports the server

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

Chapter 2: OS Overview

Chapter 2: OS Overview Chapter 2: OS Overview CmSc 335 Operating Systems 1. Operating system objectives and functions Operating systems control and support the usage of computer systems. a. usage users of a computer system:

More information

CA NSM System Monitoring. Option for OpenVMS r3.2. Benefits. The CA Advantage. Overview

CA NSM System Monitoring. Option for OpenVMS r3.2. Benefits. The CA Advantage. Overview PRODUCT BRIEF: CA NSM SYSTEM MONITORING OPTION FOR OPENVMS Option for OpenVMS r3.2 CA NSM SYSTEM MONITORING OPTION FOR OPENVMS HELPS YOU TO PROACTIVELY DISCOVER, MONITOR AND DISPLAY THE HEALTH AND AVAILABILITY

More information

Chapter 1: Operating System Models 1 2 Operating System Models 2.1 Introduction Over the past several years, a number of trends affecting operating system design are witnessed and foremost among them is

More information

Server 2008 SQL. Administration in Action ROD COLLEDGE MANNING. Greenwich. (74 w. long.)

Server 2008 SQL. Administration in Action ROD COLLEDGE MANNING. Greenwich. (74 w. long.) SQL Server 2008 Administration in Action ROD COLLEDGE 11 MANNING Greenwich (74 w. long.) contents foreword xiv preface xvii acknowledgments xix about this book xx about the cover illustration about the

More information

Module 10: Maintaining Active Directory

Module 10: Maintaining Active Directory Module 10: Maintaining Active Directory! Lesson: Backing Up Active Directory Topic: How to Back Up Active Directory! Lesson: Restoring Active Directory Topic: How to Perform a Primary Restore! Lesson:

More information

The team that wrote this redbook Comments welcome Introduction p. 1 Three phases p. 1 Netfinity Performance Lab p. 2 IBM Center for Microsoft

The team that wrote this redbook Comments welcome Introduction p. 1 Three phases p. 1 Netfinity Performance Lab p. 2 IBM Center for Microsoft Foreword p. xv Preface p. xvii The team that wrote this redbook p. xviii Comments welcome p. xx Introduction p. 1 Three phases p. 1 Netfinity Performance Lab p. 2 IBM Center for Microsoft Technologies

More information

Monitoring IBM HMC Server. eg Enterprise v6

Monitoring IBM HMC Server. eg Enterprise v6 Monitoring IBM HMC Server eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

6231B: Maintaining a Microsoft SQL Server 2008 R2 Database

6231B: Maintaining a Microsoft SQL Server 2008 R2 Database 6231B: Maintaining a Microsoft SQL Server 2008 R2 Database Course Overview This instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008 R2 database.

More information

Chapter 3 Operating-System Structures

Chapter 3 Operating-System Structures Contents 1. Introduction 2. Computer-System Structures 3. Operating-System Structures 4. Processes 5. Threads 6. CPU Scheduling 7. Process Synchronization 8. Deadlocks 9. Memory Management 10. Virtual

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for IIS Server Monitoring iis v1.5 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change

More information

StreamServe Persuasion SP5 Microsoft SQL Server

StreamServe Persuasion SP5 Microsoft SQL Server StreamServe Persuasion SP5 Microsoft SQL Server Database Guidelines Rev A StreamServe Persuasion SP5 Microsoft SQL Server Database Guidelines Rev A 2001-2011 STREAMSERVE, INC. ALL RIGHTS RESERVED United

More information

Estimate Performance and Capacity Requirements for Workflow in SharePoint Server 2010

Estimate Performance and Capacity Requirements for Workflow in SharePoint Server 2010 Estimate Performance and Capacity Requirements for Workflow in SharePoint Server 2010 This document is provided as-is. Information and views expressed in this document, including URL and other Internet

More information

Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework

Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework Many corporations and Independent Software Vendors considering cloud computing adoption face a similar challenge: how should

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

Tuning U2 Databases on Windows. Nik Kesic, Lead Technical Support

Tuning U2 Databases on Windows. Nik Kesic, Lead Technical Support Tuning U2 Databases on Windows Nik Kesic, Lead Technical Support Nik Kesic s Bio Joined unidata in 1995 ATS (Advanced Technical Support), U2 Common Clients and DB tools College degree in Telecommunications

More information

MONITORING MICROSOFT WINDOWS SERVER 2003

MONITORING MICROSOFT WINDOWS SERVER 2003 1 Chapter 3 MONITORING MICROSOFT WINDOWS SERVER 2003 Chapter 3: MONITORING MICROSOFT WINDOWS SERVER 2003 2 CHAPTER OVERVIEW Use Event Viewer to monitor system logs. Configure Task Manager to display performance

More information

Server Manager Performance Monitor. Server Manager Diagnostics Page. . Information. . Audit Success. . Audit Failure

Server Manager Performance Monitor. Server Manager Diagnostics Page. . Information. . Audit Success. . Audit Failure Server Manager Diagnostics Page 653. Information. Audit Success. Audit Failure The view shows the total number of events in the last hour, 24 hours, 7 days, and the total. Each of these nodes can be expanded

More information

Review from last time. CS 537 Lecture 3 OS Structure. OS structure. What you should learn from this lecture

Review from last time. CS 537 Lecture 3 OS Structure. OS structure. What you should learn from this lecture Review from last time CS 537 Lecture 3 OS Structure What HW structures are used by the OS? What is a system call? Michael Swift Remzi Arpaci-Dussea, Michael Swift 1 Remzi Arpaci-Dussea, Michael Swift 2

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack for Systems Center Operations Manager (SCOM) Concepts Guide Version 6.3 November 2012 Legal Notices Warranty EView Technology makes no warranty of any kind with regard to this

More information

Running a Workflow on a PowerCenter Grid

Running a Workflow on a PowerCenter Grid Running a Workflow on a PowerCenter Grid 2010-2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Page 1 of 5. IS 335: Information Technology in Business Lecture Outline Operating Systems

Page 1 of 5. IS 335: Information Technology in Business Lecture Outline Operating Systems Lecture Outline Operating Systems Objectives Describe the functions and layers of an operating system List the resources allocated by the operating system and describe the allocation process Explain how

More information

Fifty Critical Alerts for Monitoring Windows Servers Best practices

Fifty Critical Alerts for Monitoring Windows Servers Best practices Fifty Critical Alerts for Monitoring Windows Servers Best practices The importance of consolidation, correlation, and detection Enterprise Security Series White Paper 6990 Columbia Gateway Drive, Suite

More information

Operating System Tutorial

Operating System Tutorial Operating System Tutorial OPERATING SYSTEM TUTORIAL Simply Easy Learning by tutorialspoint.com tutorialspoint.com i ABOUT THE TUTORIAL Operating System Tutorial An operating system (OS) is a collection

More information

Using Multipathing Technology to Achieve a High Availability Solution

Using Multipathing Technology to Achieve a High Availability Solution Using Multipathing Technology to Achieve a High Availability Solution Table of Contents Introduction...3 Multipathing Technology...3 Multipathing I/O Implementations...5 Storage Redundancy...5 Infortrend

More information

Frequently Asked Questions. Secure Log Manager. Last Update: 6/25/01. 6303 Barfield Road Atlanta, GA 30328 Tel: 404.236.2600 Fax: 404.236.

Frequently Asked Questions. Secure Log Manager. Last Update: 6/25/01. 6303 Barfield Road Atlanta, GA 30328 Tel: 404.236.2600 Fax: 404.236. Frequently Asked Questions Secure Log Manager Last Update: 6/25/01 6303 Barfield Road Atlanta, GA 30328 Tel: 404.236.2600 Fax: 404.236.2626 1. What is Secure Log Manager? Secure Log Manager (SLM) is designed

More information

pc resource monitoring and performance advisor

pc resource monitoring and performance advisor pc resource monitoring and performance advisor application note www.hp.com/go/desktops Overview HP Toptools is a modular web-based device management tool that provides dynamic information about HP hardware

More information

Load Testing and Monitoring Web Applications in a Windows Environment

Load Testing and Monitoring Web Applications in a Windows Environment OpenDemand Systems, Inc. Load Testing and Monitoring Web Applications in a Windows Environment Introduction An often overlooked step in the development and deployment of Web applications on the Windows

More information

features at a glance

features at a glance hp availability stats and performance software network and system monitoring for hp NonStop servers a product description from hp features at a glance Online monitoring of object status and performance

More information

Learning Objectives. Chapter 1: Networking with Microsoft Windows 2000 Server. Basic Network Concepts. Learning Objectives (continued)

Learning Objectives. Chapter 1: Networking with Microsoft Windows 2000 Server. Basic Network Concepts. Learning Objectives (continued) Chapter 1: Networking with Microsoft Learning Objectives Plan what network model to apply to your network Compare the differences between Windows 2000 Professional, Server, Advanced Server, and Datacenter

More information

Table of Contents Introduction and System Requirements 9 Installing VMware Server 35

Table of Contents Introduction and System Requirements 9 Installing VMware Server 35 Table of Contents Introduction and System Requirements 9 VMware Server: Product Overview 10 Features in VMware Server 11 Support for 64-bit Guest Operating Systems 11 Two-Way Virtual SMP (Experimental

More information

Outline: Operating Systems

Outline: Operating Systems Outline: Operating Systems What is an OS OS Functions Multitasking Virtual Memory File Systems Window systems PC Operating System Wars: Windows vs. Linux 1 Operating System provides a way to boot (start)

More information

One of the database administrators

One of the database administrators THE ESSENTIAL GUIDE TO Database Monitoring By Michael Otey SPONSORED BY One of the database administrators (DBAs) most important jobs is to keep the database running smoothly, which includes quickly troubleshooting

More information

Operating system Dr. Shroouq J.

Operating system Dr. Shroouq J. 3 OPERATING SYSTEM STRUCTURES An operating system provides the environment within which programs are executed. The design of a new operating system is a major task. The goals of the system must be well

More information

Case Study - I. Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008.

Case Study - I. Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008. Case Study - I Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008 Challenges The scalability of the database servers to execute batch processes under

More information

Using WMI Scripts with BitDefender Client Security

Using WMI Scripts with BitDefender Client Security Using WMI Scripts with BitDefender Client Security Whitepaper Copyright 2009 BitDefender; Table of Contents 1. Introduction... 3 2. Key Benefits... 4 3. Available WMI Script Templates... 5 4. Operation...

More information

Load Manager Administrator s Guide For other guides in this document set, go to the Document Center

Load Manager Administrator s Guide For other guides in this document set, go to the Document Center Load Manager Administrator s Guide For other guides in this document set, go to the Document Center Load Manager for Citrix Presentation Server Citrix Presentation Server 4.5 for Windows Citrix Access

More information

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2.

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2. IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft Applications:

More information

Operating System Software

Operating System Software Operating System Software Lecture 7 The operating system Defines our computing experience. First software we see when we turn on the computer, and the last software we see when the computer is turned off.

More information

Managing and Monitoring Windows 7 Performance Lesson 8

Managing and Monitoring Windows 7 Performance Lesson 8 Managing and Monitoring Windows 7 Performance Lesson 8 Objectives Configure Windows Updates with Windows Update Client and WSUS Monitor Windows Performance using Event Viewer, Performance Information and

More information

CA NSM System Monitoring Option for OpenVMS r3.2

CA NSM System Monitoring Option for OpenVMS r3.2 PRODUCT SHEET CA NSM System Monitoring Option for OpenVMS CA NSM System Monitoring Option for OpenVMS r3.2 CA NSM System Monitoring Option for OpenVMS helps you to proactively discover, monitor and display

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

SQL diagnostic manager Management Pack for Microsoft System Center. Overview

SQL diagnostic manager Management Pack for Microsoft System Center. Overview Overview What is so cool about the SQL diagnostic manager Management Pack? The SQL diagnostic manager (SQLdm) Management Pack integrates key monitors and alerts used by SQL Server DBAs with Microsoft's

More information

PATROL for Microsoft Windows Servers v2.3.00 Reviewer s Guide

PATROL for Microsoft Windows Servers v2.3.00 Reviewer s Guide PATROL for Microsoft Windows Servers v2.3.00 Reviewer s Guide Contents Welcome!................................................. 3 Management of Microsoft Windows Servers...................... 3 Installation

More information

IBM Tivoli Monitoring for Applications

IBM Tivoli Monitoring for Applications Optimize the operation of your critical e-business applications IBM Tivoli Monitoring for Applications Highlights Helps maintain the performance and availability of your application environment including

More information

Overview and History of Operating Systems

Overview and History of Operating Systems Overview and History of Operating Systems These are the notes for lecture 1. Please review the Syllabus notes before these. Overview / Historical Developments An Operating System... Sits between hardware

More information

Using esxtop to Troubleshoot Performance Problems

Using esxtop to Troubleshoot Performance Problems VMWARE TECHNICAL TROUBLESHOOTING NOTE VMware ESX Server 2 Using esxtop to Troubleshoot Performance Problems The VMware esxtop tool provides a real-time view (updated every five seconds, by default) of

More information

IBM Tivoli Monitoring Version 6.3 Fix Pack 2. Windows OS Agent Reference

IBM Tivoli Monitoring Version 6.3 Fix Pack 2. Windows OS Agent Reference IBM Tioli Monitoring Version 6.3 Fix Pack 2 Windows OS Agent Reference IBM Tioli Monitoring Version 6.3 Fix Pack 2 Windows OS Agent Reference Note Before using this information and the product it supports,

More information

ERserver. iseries. Work management

ERserver. iseries. Work management ERserver iseries Work management ERserver iseries Work management Copyright International Business Machines Corporation 1998, 2002. All rights reserved. US Government Users Restricted Rights Use, duplication

More information

Dell Active Administrator 8.0

Dell Active Administrator 8.0 What s new in Dell Active Administrator 8.0 January 2016 Dell Active Administrator 8.0 is the upcoming release of Dell Software's complete solution for managing Microsoft Active Directory security auditing,

More information

Weighted Total Mark. Weighted Exam Mark

Weighted Total Mark. Weighted Exam Mark CMP2204 Operating System Technologies Period per Week Contact Hour per Semester Total Mark Exam Mark Continuous Assessment Mark Credit Units LH PH TH CH WTM WEM WCM CU 45 30 00 60 100 40 100 4 Rationale

More information

Understand Performance Monitoring

Understand Performance Monitoring Understand Performance Monitoring Lesson Overview In this lesson, you will learn: Performance monitoring methods Monitor specific system activities Create a Data Collector Set View diagnosis reports Task

More information

FIGURE 33.5. Selecting properties for the event log.

FIGURE 33.5. Selecting properties for the event log. 1358 CHAPTER 33 Logging and Debugging Customizing the Event Log The properties of an event log can be configured. In Event Viewer, the properties of a log are defined by general characteristics: log path,

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

Processes and Non-Preemptive Scheduling. Otto J. Anshus

Processes and Non-Preemptive Scheduling. Otto J. Anshus Processes and Non-Preemptive Scheduling Otto J. Anshus 1 Concurrency and Process Challenge: Physical reality is Concurrent Smart to do concurrent software instead of sequential? At least we want to have

More information

How To Use Ibm Tivoli Monitoring Software

How To Use Ibm Tivoli Monitoring Software Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Help improve uptime and shorten Help optimize IT service delivery by

More information

NE-2273B Managing and Maintaining a Microsoft Windows Server 2003 Environment

NE-2273B Managing and Maintaining a Microsoft Windows Server 2003 Environment NE-2273B Managing and Maintaining a Microsoft Windows Server 2003 Environment Summary Duration Vendor Audience 5 Days Microsoft IT Professionals Published Level Technology 05 October 2005 200 Microsoft

More information

How do Users and Processes interact with the Operating System? Services for Processes. OS Structure with Services. Services for the OS Itself

How do Users and Processes interact with the Operating System? Services for Processes. OS Structure with Services. Services for the OS Itself How do Users and Processes interact with the Operating System? Users interact indirectly through a collection of system programs that make up the operating system interface. The interface could be: A GUI,

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

CA Nimsoft Monitor. Probe Guide for IIS Server Monitoring. iis v1.5 series

CA Nimsoft Monitor. Probe Guide for IIS Server Monitoring. iis v1.5 series CA Nimsoft Monitor Probe Guide for IIS Server Monitoring iis v1.5 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and

More information

Cloud-based Managed Services for SAP. Service Catalogue

Cloud-based Managed Services for SAP. Service Catalogue Cloud-based Managed Services for SAP Service Catalogue Version 1.8 Date: 28.07.2015 TABLE OF CONTENTS Introduction... 4 Managed Services out of the Cloud... 4 Cloud-based Flexibility, Efficiency and Scalability...

More information

Load Balancing and Clustering in EPiServer

Load Balancing and Clustering in EPiServer Load Balancing and Clustering in EPiServer Abstract This white paper describes the main differences between load balancing and clustering, and details EPiServer's possibilities of existing in a clustered

More information

Chapter 15 Windows Operating Systems

Chapter 15 Windows Operating Systems Understanding Operating Systems, Fifth Edition 15-1 Chapter 15 Windows Operating Systems At a Glance Instructor s Manual Table of Contents Overview Objectives s Quick Quizzes Class Discussion Topics Additional

More information

windows maurizio pizzonia roma tre university

windows maurizio pizzonia roma tre university windows maurizio pizzonia roma tre university 1 references M. Russinovich, D. A. Solomon Windows Internals: Including Windows Server 2008 and Windows Vista 5 th ed. Microsoft Press 2 architecture overview

More information

Web Application s Performance Testing

Web Application s Performance Testing Web Application s Performance Testing B. Election Reddy (07305054) Guided by N. L. Sarda April 13, 2008 1 Contents 1 Introduction 4 2 Objectives 4 3 Performance Indicators 5 4 Types of Performance Testing

More information

CA Nimsoft Monitor. Probe Guide for Sharepoint. sharepoint v1.6 series

CA Nimsoft Monitor. Probe Guide for Sharepoint. sharepoint v1.6 series CA Nimsoft Monitor Probe Guide for Sharepoint sharepoint v1.6 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

More information

Maintaining a Microsoft Windows Server 2003 Environment

Maintaining a Microsoft Windows Server 2003 Environment Maintaining a Microsoft Windows Server 2003 Environment Course number: 2275C Course lenght: 3 days Course Outline Module 1: Preparing to Administer a Server This module explains how to administer a server.

More information

Operating System Structure

Operating System Structure Operating System Structure Lecture 3 Disclaimer: some slides are adopted from the book authors slides with permission Recap Computer architecture CPU, memory, disk, I/O devices Memory hierarchy Architectural

More information

Active Directory Monitoring With PATROL

Active Directory Monitoring With PATROL Active Directory Monitoring With PATROL Contents What is Active Directory?...1 Why Monitor?...1 Active Directory and PATROL...2 Critical Active Directory Components to Monitor...3 Address Book...3 Domain

More information

EUCIP IT Administrator - Module 2 Operating Systems Syllabus Version 3.0

EUCIP IT Administrator - Module 2 Operating Systems Syllabus Version 3.0 EUCIP IT Administrator - Module 2 Operating Systems Syllabus Version 3.0 Copyright 2011 ECDL Foundation All rights reserved. No part of this publication may be reproduced in any form except as permitted

More information

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10 Table Of Contents - - WINDOWS SERVER 2003 MAINTAINING AND MANAGING ENVIRONMENT...1 WINDOWS SERVER 2003 IMPLEMENTING, MANAGING & MAINTAINING...6 WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS

More information

Active Network Monitor

Active Network Monitor Reference Guide Active Network Monitor SmartLine Inc 1 Contents Using this guide... 3 1. Overview... 4 1.1 General Information... 4 1.2 Requirements... 5 1.2.1 Scanning Prerequisites... 5 1.3 Main Purpose...

More information

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

IT Infrastructure Management

IT Infrastructure Management IT Infrastructure Management Server-Database Monitoring An Overview XIPHOS TECHNOLOGY SOLUTIONS PVT LIMITED 32/3L, GARIAHAT ROAD (SOUTH) KOLKATA 700 078, WEST BENGAL, INDIA WWW.XIPHOSTEC.COM Xiphos Technology

More information

Computers: Tools for an Information Age

Computers: Tools for an Information Age Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background Objectives of Chapter 3 Describe the functions of an Operating System Explain the basics of a personal computer

More information

Network Management and Monitoring Software

Network Management and Monitoring Software Page 1 of 7 Network Management and Monitoring Software Many products on the market today provide analytical information to those who are responsible for the management of networked systems or what the

More information

Users are Complaining that the System is Slow What Should I Do Now? Part 1

Users are Complaining that the System is Slow What Should I Do Now? Part 1 Users are Complaining that the System is Slow What Should I Do Now? Part 1 Jeffry A. Schwartz July 15, 2014 SQLRx Seminar jeffrys@isi85.com Overview Most of you have had to deal with vague user complaints

More information

Centralized Orchestration and Performance Monitoring

Centralized Orchestration and Performance Monitoring DATASHEET NetScaler Command Center Centralized Orchestration and Performance Monitoring Key Benefits Performance Management High Availability (HA) Support Seamless VPX management Enables Extensible architecture

More information