Performance and Reliability Monitoring Step-by-Step Guide for

Size: px
Start display at page:

Download "Performance and Reliability Monitoring Step-by-Step Guide for"

Transcription

1 Page 1 of Microsoft Corporation. All rights reserved. Performance and Reliability Monitoring Step-by-Step Guide for Windows Server 2008 Updated: April 25, 2007 Windows Server 2008 includes Windows Reliability and Performance Monitor, which is a Microsoft Management Console (MMC) snap-in that combines the functionality of previous stand-alone tools including Performance Logs and Alerts, Server Performance Advisor, and System Monitor. It provides a graphical interface for customizing Data Collector Sets and Event Trace Sessions. It also includes Reliability Monitor, an MMC snap-in that tracks changes to the system and compares them to changes in system stability, providing a graphical view of their relationship. What is performance and reliability monitoring? In general terms, performance is the measure of how quickly a computer completes application and system tasks. Overall system performance might be limited by the access speed of the physical hard disks, the amount of memory available to all running processes, the top speed of the processor, or the maximum throughput of the network interfaces. After identifying hardware performance limitations, IT professionals can monitor individual applications and processes to assess how much of the available resources they use. IT professionals can use a comprehensive analysis of performance of both application impact and overall capacity to help plan for deployment and grow system capacity with increasing demands. Windows Reliability and Performance Monitor enables you to track the performance impact of applications and services, and to generate alerts or take action when user-defined thresholds for optimum performance are exceeded. The reliability of a system is the measure of how often the system operates as it is configured and expected to perform. Reliability can be reduced when applications stop responding, services stop and restart, drivers fail to initialize, or in the worst case, when operating systems fail. Reliability Monitor provides you with a quick, visual view of the average stability of your system. In addition, it tracks events that will help you identify what causes reductions in reliability. By recording not only failures (including memory, hard disk, application, and operating system failures), but also key events regarding the configuration of your system (including the installation of new applications and operating system updates), you can see a timeline of changes in both the system and reliability, and can identify how to get your system back to optimal reliability when it does not behave as expected. What's new in performance and reliability monitoring? Key new features for monitoring performance and reliability in Windows Server 2008 include the following. Data Collector Sets An important new feature in Windows Reliability and Performance Monitor is the Data Collector Set, which groups data collectors into reusable elements for use with different performance monitoring scenarios. Once a group of data collectors is stored as a Data Collector Set, operations such as scheduling can be applied to the entire set through a single property change. You can schedule repeated collection of a Data Collector Set to create logs, load it in Performance Monitor to see the data in real time, and save it as a template to use on other computers. Windows Reliability and Performance Monitor also includes default Data Collector Set templates to help you begin collecting performance data immediately. Wizards and templates for creating logs You can now add counters to log files and schedule their start, stop, and duration through a wizard interface. In addition, if you save this configuration as a template, you can collect the same log on subsequent computers without repeating the data collector selection and scheduling processes.

2 Page 2 of 17 Performance Logs and Alerts features have been incorporated into the Windows Reliability and Performance Monitor for use with any Data Collector Set. Resource View The new Resource View screen provides a real-time graphical overview of CPU, disk, network, and memory usage. By expanding each of these monitored elements, you can identify which processes are using which resources. In previous versions of Windows, this real-time, process-specific data was only available in limited form in Task Manager. Reliability Monitor Reliability Monitor calculates a System Stability Index that reflects whether unexpected problems reduced the reliability of the system. A graph of the Stability Index over time quickly identifies dates when problems began to occur. The accompanying System Stability Report provides details to help troubleshoot the root cause of reduced reliability. By viewing changes to the system (installation or removal of applications and updates to the operating system) side by side with failures (application, operating system, or hardware failures), you can develop a strategy for addressing the issues quickly. Unified property configuration for all data collection, including scheduling Whether you create a Data Collector Set for one-time use or to log activity on an ongoing basis, the interface for creation, scheduling, and modification is the same. If a Data Collector Set proves to be useful for future performance monitoring, you do not need to recreate it. You can reconfigure or copy it as a template. User-friendly diagnosis reports Users of Server Performance Advisor in Windows Server 2003 can now find the same kinds of diagnosis reports in Windows Reliability and Performance Monitor in Windows Server You can generate reports more quickly and can generate reports from data collected using any Data Collector Set. This allows you to repeat reports and assess how recommended changes have affected performance or modified the report recommendations. Windows Reliability and Performance Monitor also includes preconfigured performance and diagnosis reports for quick analysis and troubleshooting. Who should use Windows Reliability and Performance Monitor This guide is intended for the following audiences: IT planners and analysts who are evaluating the product. Enterprise IT planners and designers. Early product adopters. Benefits of Windows Reliability and Performance Monitor The most significant advantage of Windows Reliability and Performance Monitor over previous individual tools like System Monitor, Performance Logs and Alerts, and Server Performance Advisor is that it combines the functionality of those tools into a single interface with common methods for defining the data to be collected. The Data Collector Set makes a group of counters portable. Resource View in Windows Reliability and Performance Monitor provides a much more in-depth view of system activity and resource usage than previous tools like Task Manager. The ability to view resource usage by process helps you identify problem applications quickly, isolate and shut down resourceintensive processes, and plan for the distribution of server roles and applications across multiple servers as infrastructure grows. Reliability Monitor helps you to quickly diagnose potential causes of instability so that you can apply rollback scenarios or updates in a targeted manner, rather than attempting a broad-spectrum update or reconfiguration in response to sudden changes in system behavior. In this guide The following are key scenarios for monitoring performance and reliability: Scenario 1: Monitor general system activity using Resource View Scenario 2: Monitor specific system activity using Performance Monitor Scenario 3:Create a Data Collector Set from Performance Monitor

3 Page 3 of 17 Scenario 4: Create and schedule logs from a Data Collector Set Scenario 5: View log data in Performance Monitor Scenario 6: View a diagnosis report Scenario 7: View system stability with Reliability Monitor Before you begin The Performance Log Users group is a built-in group in Windows Server 2008 that is intended to allow users who are not local Administrators to perform many of the functions related to performance monitoring and logging. Due to Windows Management Instrumentation (WMI) requirements, in order for members of the Performance Log Users group to initiate data logging or modify Data Collector Sets, the group must first be assigned the Log on as a batch job user right. To assign this user right, use the Local Security Policy snap-in in Microsoft Management Console. Membership in the local Administrators group, or equivalent, is the minimum required to complete this procedure. To assign the "Log on as a batch job" user right to the Performance Log Users group Click Start, click in the Search box, type secpol.msc, and press ENTER. The Local Security Policy snap-in will open in Microsoft Management Console. 4. In the navigation pane, expand Local Policies and click User Rights Assignment. In the console pane, right-click Log on as a batch job and click Properties. In the Properties page, click Add User or Group. 5. In the Select Users or Groups dialog box, click Object Types. Select Groups in the Object Types dialog box and click OK Type Performance Log Users in the Select Users or Groups dialog box and then click OK. In the properties page, click OK. Starting Windows Reliability and Performance Monitor You can use the Computer Management snap-in in Microsoft Management Console to access Windows Reliability and Performance Monitor. To start Windows Reliability and Performance Monitor Click Start, right-click Computer, and click Manage. In the Microsoft Management Console navigation tree, click Reliability and Performance. Key scenarios for monitoring performance and reliability This guide discusses six scenarios for using Windows Reliability and Performance Monitor. Completing the scenarios will help you understand how the new tools work together, and how the tools can assist you in monitoring your system. Scenario 1: Monitoring general system activity using Resource View Overview: Monitoring general system activity using Resource View The home page of Windows Reliability and Performance Monitor is the Resource View page. When you run Windows Reliability and Performance Monitor as a member of the local Administrators group, you can monitor the usage and performance of the following resources in real time: CPU, Disk, Network and Memory. More detail, including information about which processes are using which resources, is available by expanding the four resources.

4 Page 4 of 17 In this task, you will become familiar with the information available in Resource View. Prerequisites for monitoring general system activity using Resource View To complete this task, ensure that you meet the following requirements: Windows Server 2008 is installed. You are logged on as a member of the local Administrators group. Known issues for monitoring general system activity using Resource View Resource View displays information from the Windows Kernel Trace provider session. In order to use this provider, you must either be logged on as a member of the local Administrators group or have started Windows Reliability and Performance Monitor with elevated privileges. If you run Windows Reliability and Performance Monitor with insufficient credentials, the Resource View page will not show current system information. If you click the Start button (the green arrow in the toolbar), you will see the following message: The Windows Kernel Trace provider is already in use by another trace session. Taking control of it may cause the current owner to stop functioning properly. If you select Take control of the session, access will be denied. You must log on as a member of the local Administrators group, or follow the instructions in the following procedure to run Windows Reliability and Performance Monitor with elevated privileges. To start Windows Reliability and Performance Monitor with elevated privileges Click Start, click All Programs, click Accessories, right-click Command Prompt, and click Run as Administrator. Enter the user name and password of an account that is a member of the local Administrators group. At the command prompt, type perfmon.exe and press ENTER. Windows Reliability and Performance Monitor will start in the Resource View page. You can also start Resource View in its own window by typing perfmon /res at a command prompt. Steps for monitoring general system activity using Resource View To begin exploring Resource View, start Windows Reliability and Performance Monitor. Four scrolling graphs in the Resource Overview pane display the real-time usage of CPU, Disk, Network, and Memory on the local computer. Four expandable sections below the graphs contain process-level detail about each resource. Click the resource labels to see more information, or click a graph to expand its corresponding details. Resource View navigation You can change how information is displayed in Resource View with the following actions: Action Sort columns by value Procedure Click the column header label to sort in ascending order. Click the column header label a second time to sort in descending order. Highlight an application instance Click anywhere in the application instance row to keep highlighting when the application instance position in the display changes. Resource View details The following tables describe the information shown in the Resource View detail screens.

5 Page 5 of 17 Label CPU CPU displays the total percentage of CPU capacity currently in use in green, and displays the CPU Maximum Frequency in blue. Some laptop computers will reduce the Maximum Frequency of the CPU when the computer is not connected to an AC power supply to reduce battery usage. Image The application that is using CPU resources. PID The process ID of the application instance. The name of the application. Threads The number of threads that are currently active from the application instance. CPU The CPU cycles that are currently active from the application instance. Average The average CPU load over the last 60 seconds resulting from the CPU application instance, expressed as a percentage of the total capacity of the CPU. Label Disk Disk displays the total current I/O in green, and displays the highest active time percentage in blue. Image The application that is using disk resources. PID The process ID of the application instance. File The file that is being read and/or written by the application instance. Read The current speed (in Bytes/min.) at which data is being read from the file by the application instance. Write The current speed (in Bytes/min.) at which data is being written to the file by the application. IO Priority The priority of the I/O task for the application. Response The response time in milliseconds for the disk activity. Time Label Network Network displays the current total network traffic (in Kbps) in green and displays the percentage of network capacity in use in blue. Image The application that is using Network resources. PID The process ID of the application instance.

6 Page 6 of 17 Address The network address with which the local computer is exchanging information. This may be expressed as a computer name, as an IP address, or as a fully qualified domain name (FQDN). Send The amount of data (in Bytes/min.) that the application instance is currently sending from the local computer to the address. Receive The amount of data (in Bytes/min.) that the application instance is currently receiving from the address. Total The total bandwidth (in Bytes/min.) that is currently being sent and received by the application instance. Memory Label Memory displays the current hard faults per second in green and displays the percentage of physical memory currently in use in blue. Image The application that is using memory resources. PID The process ID of the application instance. Hard The number of hard faults per minute that are currently resulting from Faults/min. the application instance. A hard fault (also known as a page fault) occurs when the page of the referenced address is no longer in physical memory and has been swapped out or is available from a backing file on disk. It is not an error. However, a high number of hard faults may explain the slow response time of an application if it must continually read data back from disk rather than from physical memory. Working set The number of kilobytes that are currently residing in memory for the (KB) application instance. Shareable The number of kilobytes of the application instance working set that (KB) may be available for other applications to use. Private (KB) The number of kilobytes of the application instance working set that is dedicated to the process. Scenario 2: Monitoring specific system activity using Performance Monitor Overview: Monitoring specific system activity using Performance Monitor Performance Monitor provides a visual display of built-in Windows performance counters, either in real time or as a way to review historical data. You can add performance counters to Performance Monitor by dragging and dropping, or by creating custom Data Collector Sets. It features multiple graph views to enable you to visually review performance log data, as well as custom views that can be exported as Data Collector Sets for use with performance and logging features. In this task, you will add performance counters to the Performance Monitor display, observe them in real time, and learn how to pause the Performance Monitor display to examine current system status. Prerequisites for monitoring specific system activity using Performance Monitor To complete this task, ensure that you meet the following requirements: Windows Server 2008 is installed.

7 Page 7 of 17 You are logged on as a member of the local Administrators group, or you are logged on as a member of the Performance Log Users group and have completed the procedure to grant the Log on as a batch job user right to the Performance Log Users group. Steps for monitoring specific system activity using Performance Monitor To begin using Performance Monitor, start Windows Reliability and Performance Monitor. To start Performance Monitor Start Windows Reliability and Performance Monitor. In the navigation tree, expand Reliability and Performance, expand Monitoring Tools, and click Performance Monitor. Performance Monitor enables you to add specific performance counters to the current view. To add counters to the current Performance Monitor view In the menu bar above the Performance Monitor graph display, either click the Add button (+) or right-click anywhere in the graph and click Add counters from the menu. The Add Counters dialog box opens. In the Available Counters section, select counters to view in the Performance Monitor display. The following counters are suggested for this example: Memory: % Committed Bytes In Use Memory: Page Faults/sec PhysicalDisk: Disk Read Bytes/sec PhysicalDisk: Disk Reads/sec PhysicalDisk: Disk Write Bytes/sec PhysicalDisk: Disk Writes/sec Processor: % Idle Time Processor: Interrupts/sec System: Threads See Navigating the Add Counters dialog box for more information. When you are finished selecting counters, click OK. Navigating the Add Counters dialog box This table describes how to perform common tasks in the Add Counters dialog box. Task Choose the source computer for counters Procedure Select a computer from the drop-down list or click Browse to find other computers. You can add counters from the local computer or another computer on the network to which you have access. The list below the computer selection drop-down shows you available counters that are divided into groups. You can add all of the counters in a group or select just the ones you want to collect. Display a description of the selected counter group Select Show description in the lower left corner of the page. The description will update as you select other groups. Add a group of counters Highlight the group name and click Add.

8 Page 8 of 17 After highlighting a group name, you can click the down arrow to view included counters. If you highlight a single counter from the list before clicking Add, only that counter will be added. Add individual counters Expand the group by clicking the down arrow, highlight the counter, and click Add. You can select multiple counters from a group by holding down the CTRL key and clicking the names in the list. When you have selected all of the counters that you want to add from that group, click Add. Search for instances of a counter Highlight the counter group or expand the group and highlight the counter you want to add, type the process name in the drop-down below the Instances of selected object box, and click Search. The process name that you type will be available in the drop-down list to repeat the search with other counters. If no results are returned and you want to clear your search, you must highlight another group. If there are not multiple instances of a counter group or counter, the search function will not be available. Add only certain instances of a counter Highlight a counter group or counter in the list, select the process you want from the list that appears in the Instances of selected object box, and click Add. Multiple processes can create the same counter, but choosing an instance will collect only those counters produced by the selected process. Unless you select a specific instance, all instances of a counter are collected. Once you have added counters to the Performance Monitor display, you can change the view to help you identify information that you are looking for. To monitor current system activity from selected counters in Performance Monitor The default display for Performance Monitor is the Line graph. In this display, two minutes of data appear in a rolling format from left to right, labeled along the X axis. This enables you to observe changes in each counter's activity compared with previous behavior over a short period of time. Hover the mouse pointer over a line in the graph to see details for the counter the line represents. Change the display for the current set of data collectors using the drop-down menu on the toolbar. The Histogram bar displays information in real time, allowing you to observe changes in each counter's activity. The Report display shows current values for each selected counter in text format. Below the display, each counter is listed in a legend with the color of the graph line, its Scale, the Counter, the Instance (in this example, all instances are selected), the Parent (not applicable when all instances are selected), the Object, and the Computer. You can select or clear the check box in each row to toggle whether the counter appears in the current display without removing the counter from the list. Selecting a row in the legend displays specific information about the counter in the area above the legend. While a row is selected in the legend, click the Highlight button on the toolbar to highlight that counter in the graph. To return to normal display, click the Highlight button again. To change the properties of how the counter is displayed, right-click the row in the legend and select Properties from the context menu. The Performance

9 Page 9 of 17 Monitor Properties page will open on the Data tab. Use the drop-down menus to choose your preferences. To freeze the display in order to examine current activity, click the Stop button on the toolbar. To resume observation from the point at which the display was stopped, click the Play button on the toolbar. To move through the data in collection time increments, click the Forward button on the toolbar. Freezing the display in the Line graph will change the amount of time included in the X axis when observation is resumed. When finished with this task, do not close Windows Reliability and Performance Monitor. The data collectors in the Performance Monitor view will be used in the next scenario. Scenario 3: Create a Data Collector Set from Performance Monitor Overview: Creating a Data Collector Set from Performance Monitor Real-time viewing of data collectors is just one way to use Performance Monitor. Once you have created a combination of data collectors that show you useful information about your system in real time, you can save them as a Data Collector Set, which is the building block of performance monitoring and reporting in Windows Reliability and Performance Monitor. It organizes multiple data collection points into a single component that can be used to review or log performance. In this task, you will create a Data Collector Set from counters that are selected in the real-time Performance Monitor view. Prerequisites for creating a Data Collector Set from Performance Monitor To complete this task, ensure that you meet the following requirements: Windows Server 2008 is installed. You are logged on as a member of the local Administrators group, or you are logged on as a member of the Performance Log Users group and have completed the procedure to grant the Log on as a batch job user right to the Performance Log Users group. Windows Reliability and Performance Monitor is running. At least one data collector is selected for display in Performance Monitor. Known issues for creating a Data Collector Set from Performance Monitor In order to use the Windows Kernel Trace provider, you must be logged on as a member of the local Administrators group. However, many other data collectors including the ones listed in the previous example are accessible to members of the Performance Log Users group. Steps for creating a Data Collector Set from Performance Monitor To create a Data Collector Set from Performance Monitor Begin with the display of counters from the previous procedure. If you no longer have these settings, start Performance Monitor and add counters to create a custom view you want to save as a Data Collector Set. Right-click anywhere in the Performance Monitor display pane, point to New, and click Data Collector Set. The Create New Data Collector Set Wizard starts. The Data Collector Set created will contain all of the data collectors selected in the current Performance Monitor view. Type a name for your Data Collector Set and click Next. 4. The Root Directory will contain data collected by the Data Collector Set. Change this setting if you want to store your Data Collector Set data in a different location than the default. Browse to and select the directory, or type the directory name. If you enter the directory name manually, you must not enter a back slash at the end of the directory name.

10 Performance and Reliability Monitoring Step-by-Step Guide for Windows Server.. Page 10 of Click Next to define a user for the Data Collector Set to run as, or click Finish to save the current settings and exit. After clicking Next,you can configure the Data Collector Set to run as a specific user. Click the Change button to enter the user name and password for a different user than the default listed. If you are a member of the Performance Log Users group, you must configure Data Collector Sets that you create to run under your own credentials. 7. Click Finish to return to Windows Reliability and Performance Monitor. To view the properties of the Data Collector Set or make additional changes, select Open properties for this data collector set. You can get more information about the properties of Data Collector Sets by clicking the Help button in the Properties page. To start the Data Collector Set immediately (and begin saving data to the location specified in Step 4), click Start this data collector set now. To save the Data Collector Set without starting collection, click Save and close. Scenario 4: Create and schedule logs from a Data Collector Set Overview: Create and schedule logs from a Data Collector Set Once you have chosen data collectors that provide you with meaningful information about your system performance, you can store the data as logs for later review. Log files created from Data Collector Sets in Windows Server 2008 are not backward-compatible with earlier versions of Windows. However, logs created in earlier versions of Windows can be viewed in Windows Server Prerequisites for creating logs from a Data Collector Set To complete this task, ensure that you meet the following requirements: Windows Server 2008 is installed. You are logged on as a member of the local Administrators group, or you are logged on as a member of the Performance Log Users group and have completed the procedure to grant the Log on as a batch job user right to the Performance Log Users group. Windows Reliability and Performance Monitor is running. At least one Data Collector Set has been created and saved (you can use the Data Collector Set that you created in Scenario 3). Steps for creating logs from a Data Collector Set By default, a Data Collector Set generates a log file. After creating a Data Collector Set, you can use the Data Management procedures to configure the storage options for each Data Collector Set to include information about the log in the file name, choose to overwrite or append data, and limit the file size of individual logs. To schedule the Start condition for a Data Collector Set In Windows Reliability and Performance Monitor, expand Data Collector Sets and click User Defined. In the console pane, right-click the name of the Data Collector Set that you want to schedule and click Properties. Click the Schedule tab Click Add to create a start date, time, or day for data collection. When configuring a new data collector set, ensure that this date is after the current date and time. If you do not want to collect new data after a certain date, select Expiration date and choose a date from the calendar.

11 Performance and Reliability Monitoring Step-by-Step Guide for Windows Server.. Page 11 of 17 Selecting an expiration date will not stop data collection in progress on that date. It will prevent new instances of data collection from starting after the expiration date. You must use the Stop Condition tab to configure how data collection is stopped. 6. When finished, click OK. To schedule the Stop condition for a Data Collector Set In Windows Reliability and Performance Monitor, expand Data Collector Sets and click User Defined. In the console pane, right-click the name of the Data Collector Set that you want to schedule and click Properties. Click the Stop Condition tab To stop collecting data after a period of time, select the Overall duration check box and choose the quantity and units. that your overall duration must be longer than the interval at which data is sampled in order to see any data in the report. Do not select an overall duration if you want to collect data indefinitely. Use limits to segment data collection into separate logs by selecting the When a limit is reached, restart the data collector set check box. If both limit types are selected, data collection will stop or restart when the first limit is reached. Select Duration to configure a time period for data collection to write to a single log file. Select Maximum Size to restart the Data Collector Set or to stop collecting data when the log file reaches the limit. If an overall duration is configured, it will override limits. 6. If you have configured an overall duration, you can click the Stop when all data collectors have finished check box to allow all data collectors to finish recording the most recent values before the Data Collector Set is stopped. 7. When finished, click OK. Important Larger log files result in longer report generation times. If you review your logs frequently to see recent data, we recommend that you use limits to automatically segment your logs. You can use the relog command to segment long log files or combine multiple short log files. For more information about the relog command, type relog /? at a command prompt. After you have saved the properties for your schedule, the display in the snap-in window changes to show the name of the log, the type of data the log collects, and the output directory and file name where the log is stored. You can double-click the name of the log to add or remove data collectors from it or change the file name, name format, and whether the log overwrites or appends when the data collector is restarted. Important Report generation time increases with the size of the log file created by the Data Collector Set. If you review your logs frequently to see recent data, we recommend that you use limits to automatically segment your logs. You can use the relog command to segment long log files or combine multiple short log files. Next, you can configure how data is archived for the Data Collector Set. To configure data management for a Data Collector Set In Windows Reliability and Performance Monitor, expand Data Collector Sets and click User Defined.

12 Performance and Reliability Monitoring Step-by-Step Guide for Windows Server.. Page 12 of In the console pane, right-click the name of the Data Collector Set that you want to configure and click Data Manager. On the Data Manager tab, you can accept the default values or make changes according to your data retention policy. See the Data Manager properties table for details on each option. When the Minimum free disk or Maximum folders check box is selected, previous data will be deleted according to the Resource policy you choose (Delete largest or Delete oldest) when the limit is reached. When the Apply policy before the data collector set starts check box is selected, previous data will be deleted according to your selections before the Data Collector Set creates its next log file. When the Maximum root path size check box is selected, previous data will be deleted according to your selections when the root log folder size limit is reached. Click the Actions tab. You can accept the default values or make changes. See the Actions properties table for details on each option. Folder actions allow you to choose how data is archived before it is permanently deleted. You may decide to disable the Data Manager limits in favor of managing all data according to these folder action rules. 5. When you have finished making your changes, click OK. Data Manager properties The following table explains the options that you can configure on the Data Manager tab of the Properties dialog box (accessed by right-clicking the Data Collector Set and clicking Data Manager). Option Minimum free disk Definition The amount of disk space that must be available on the drive where log data is stored. If selected, previous data will be deleted according to the Resource policy that you choose when the limit is reached. Maximum folders The number of subfolders that can be in the Data Collector Set data directory. If selected, previous data will be deleted according to the Resource policy that you choose when the limit is reached. Resource policy Specifies whether to delete the oldest or largest log file or directory when limits are reached. Maximum root path size The maximum size of the data directory for the Data Collector Set, including all subfolders. If selected, this maximum path size overrides the Minimum free disk and Maximum folders limits, and previous data will be deleted according to the Resource policy that you choose when the limit is reached. Actions properties The following table explains the options that you can configure on the Actions tab of the Properties dialog box (accessed by right-clicking the Data Collector Set and clicking Data Manager). Option Age Definition The age in days or weeks of the data file. If the value is 0, the criterion is not used. Size The size in megabytes (MB) of the folder where log data is stored. If the value is 0, the criterion is not used.

13 Performance and Reliability Monitoring Step-by-Step Guide for Windows Server.. Page 13 of 17 Cab A cabinet (.cab) file, which is an archive file format. These files can be created from raw log data and extracted later when needed. Choose create or delete to take action based on the age or size criteria. Data Raw log data collected by the Data Collector Set. Log data can be deleted after a.cab file is created to save disk space while still retaining a backup of the original data. Report The report file generated by Windows Reliability and Performance Monitor from raw log data. Report files can be retained even after the raw data or.cab file has been deleted. Scenario 5: View log data in Performance Monitor Overview: View log data in Performance Monitor You can view previously collected logs in Windows Reliability and Performance Monitor as reports or as Performance Monitor data. In this task you will learn how to open log data in the Performance Monitor display. All of the display options included in real-time monitoring with Performance Monitor are available for log viewing. Prerequisites for viewing log data in Performance Monitor To complete this task, ensure that you meet the following requirements: Windows Server 2008 is installed. You are logged on as a member of the local Administrators group, or you are logged on as a member of the Performance Log Users group and have completed the procedure to grant the Log on as a batch job user right to the Performance Log Users group. Windows Reliability and Performance Monitor is running. At least one log file is available from a previously-created Data Collector Set. Steps for viewing log data in Performance Monitor The following procedures describe how to load and view log data in Performance Monitor. To load log data in Performance Monitor Start Windows Reliability and Performance Monitor. In the navigation tree, expand Reports, expand User Defined, and expand the Data Collector Set whose log data you want to view. If only one Data Collector Set is configured and currently running, you will need to stop the Data Collector Set by clicking Stop, or right-clicking the Data Collector Set name and selecting Stop from the menu. In the navigation pane, click the name of the log that you want to view. The log data will open in the Report view. 4. Click the Performance Monitor View button in the toolbar. Navigating the log view in Performance Monitor Log data opens in the Line graph view by default. While in this view, the X axis of the graph represents the total time included in the log. To view only a specific time frame in the display, click and drag in the display until a section is highlighted, then click the Zoom button or press CTRL+Z. For other viewing options, see the description for viewing system activity in real time in Scenario

14 Performance and Reliability Monitoring Step-by-Step Guide for Windows Server.. Page 14 of 17 Scenario 6: View a diagnosis report Overview: View a diagnosis report Windows Reliability and Performance Monitor includes two default system reports for assessing system health and diagnosing system performance issues. In this scenario, you will collect data to view the System Diagnostics report. Prerequisites for viewing a diagnosis report To complete this task, ensure that you meet the following requirements: Windows Server 2008 is installed. You are logged on as a member of the local Administrators group, or you have started Windows Reliability and Performance Monitor with elevated privileges. Windows Reliability and Performance Monitor is running. The System Diagnostics report uses the Windows Kernel Trace provider, which can only be accessed by members of the local Administrators group. Steps for viewing a diagnosis report To view the System Diagnostics report Start Windows Reliability and Performance Monitor. In the navigation tree, expand Data Collector Sets and expand System. Right-click System Diagnostics and click Start. Data Collection will begin In the navigation tree, expand Reports, expand System, expand System Diagnostics, and click the current date. When data collection and report generation are complete, the System Diagnostics report will appear in the console pane. This report collects data for 60 seconds. It may take up to an additional 60 seconds for the report to be generated. Scenario 7: View system stability with Reliability Monitor Overview: View system stability with Reliability Monitor Reliability Monitor is a snap-in for the Microsoft Management Console (MMC) that provides a system stability overview and trend analysis with detailed information about individual events that may affect the overall stability of the system. It will begin to collect data at the time of system installation. In this task, you will review the System Stability Chart and become familiar with the detailed event information that Reliability Monitor uses to calculate the stability index. Prerequisites for viewing system stability with Reliability Monitor To complete this task, ensure that you meet the following requirements: Windows Server 2008 is installed. Your computer has been running for a minimum of 24 hours since the installation of the operating system. The RACAgent scheduled task is running (it runs by default on a new installation unless it is manually disabled). Known issues for viewing system stability with Reliability Monitor The following known issues may affect your ability to complete this task: Your Windows installation must run for at least 24 hours before data will be displayed in the System Stability Chart.

15 Performance and Reliability Monitoring Step-by-Step Guide for Windows Server.. Page 15 of 17 If you perform this task on a new system, you may see only minimal data regarding reliability events. Repeat the task after installing applications and adding hardware to learn more. Steps for viewing system stability with Reliability Monitor To start Reliability Monitor Start Windows Reliability and Performance Monitor. In the navigation tree, expand Monitoring Tools and click Reliability Monitor. System Stability Chart Based on data collected over the lifetime of the system, each date in the System Stability Chart includes a graph point showing the System Stability Index rating for that day. The System Stability Index is a number from 1 (least stable) to 10 (most stable) and is a weighted measurement derived from the number of specified failures recorded over a rolling historical period. Reliability Events in the System Stability Report describe the specific failures. Reliability Monitor maintains up to a year of history for system stability and reliability events. The System Stability Chart displays a rolling graph organized by date. The top half of the System Stability Chart displays a graph of the System Stability Index. In the lower half of the chart, five rows track Reliability Events that either contribute to the stability measurement for the system or provide related information about software installation and removal. When one or more Reliability Events of each type are detected, an icon appears in the column for that date. For Software Installs and Uninstalls, an Information icon indicates a successful event of that type occurred, or a Warning icon indicates a failure of that type occurred. For all other Reliability Event types, an Error icon indicates a failure of that type occurred. If more than 30 days of data are available, you can use the scroll bar at the bottom of the System Stability Chart to find dates outside the visible range. Reliability Events The Reliability Events recorded in the System Stability Report are as follows: System Clock Changes Significant changes to the system time are tracked in this category. This category does not appear in the System Stability Report unless a day is selected on which a significant clock change occurred. An Information icon will appear on the System Stability Graph for any days where a significant clock change has occurred. Data Type Old Time Specifies the date and time prior to the clock change. New Time Specifies the date and time selected during the clock change. Date Specifies the date (based on the new time) when the clock change occurred. Software (Un)Installs Software installations and removals including operating system components, Windows updates, drivers, and applications are tracked in this category. Data Type Software Specifies operating system, name of application, Windows Update name, or driver name.

16 Performance and Reliability Monitoring Step-by-Step Guide for Windows Server.. Page 16 of 17 Version Specifies the version of the operating system, application, or driver (this field is not available for Windows Updates). Activity Indicates whether the event is an install or uninstall. Activity Status Indicates success or failure for the action. Date Specifies the date of the action. Application Failures Application failures, including the termination of a non-responding application or an application that has stopped working, are tracked in this category. Data Type Application Specifies the executable program name of the application that stopped working or responding. Version Specifies the version number of the application. Failure Type Indicates whether the application stopped working or responding. Date Specifies the date of the application failure. Hardware Failures Disk and memory failures are tracked in this category. Data Type Component Type Indicates whether the failure occurred in hard drive or memory. Device Identifies the device that is failing. Failure Type Indicates a potential hard drive failure resulting from a bad disk, or indicates that a memory failure resulted from bad memory. Date Specifies the date of the hardware failure. Windows Failures Operating system and boot failures are tracked in this category. Data Type Failure Type Indicates whether the event is a boot failure or operating system crash. Version Identifies the versions of the operating system and service pack. Failure Detail Provides details for the type of failure, which is either: Operating System Failure: Indicates the stop code. Boot Failure: Indicates the reason code.

17 Performance and Reliability Monitoring Step-by-Step Guide for Windows Server.. Page 17 of 17 Date Specifies the date of the Windows failure. Miscellaneous Failures Failures that impact stability and do not fall under previous categories are tracked in this category, including unexpected operating system shutdowns. Data Type Failure Type Indicates that the system was disruptively shut down. Version Identifies the versions of the operating system and service pack. Failure Detail Indicates that the computer was not shut down normally. Date Specifies the date of the miscellaneous failure. Tags: Community Content Vista - slow? Last Edit 7:16 AM by seecurb My laptop, a Medion from Aldi, has MS Vista and a AMD Athlon X2, and is the slowest PC I have ever owned. Even with AT&T DSL, it sometimes takes minutes to catch up to where it will allow me to do anything else. Especially like when I'm on a maps site, like maps.google.com or maps.yahoo.com, etc., it won't let me do anything for many minutes, and displays the hour-glass for a cursor. I HATE it! Tags: contentbug sloooooowest program that I have ever used Last Edit 5:29 PM by crazysmooth2008 If Vista is the best that microsoft can produce with all of the brilliant minds then what are we paying you for? I have two computers a labtop and a desktop and both are a disgrace to microsoft as they are like snails. The computers are full of garbage money making item for microsft. If I wanted A OL or Norton I would buy them. Both programs slow up the windows vista. My computer would not boot and I was instructed by vista to run the windows backup to get my computer to reboot. Of course I lost all of my data and can not recover it. XP at least warned me to save all data before doing the remedy for the non booting computer. Can anyone help me with getting back my data. Best Buy Geeks say it will take $1700 to get it back. Micorsoft you own me one!!! Tags: contentbug microsoft my is data vista need problems we where get when slow up back bill lost reb

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

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

Viewing and Troubleshooting Perfmon Logs

Viewing and Troubleshooting Perfmon Logs CHAPTER 7 To view perfmon logs, you can download the logs or view them locally. This chapter contains information on the following topics: Viewing Perfmon Log Files, page 7-1 Working with Troubleshooting

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

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Colligo Email Manager 6.0. Connected Mode - User Guide

Colligo Email Manager 6.0. Connected Mode - User Guide 6.0 Connected Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License

More information

CHAPTER. Monitoring and Diagnosing

CHAPTER. Monitoring and Diagnosing CHAPTER 20. This chapter provides details about using the Diagnostics & Monitoring system available through ShoreTel Director. It contains the following information: Overview... 661 Architecture... 661

More information

Colligo Email Manager 5.1. User Guide

Colligo Email Manager 5.1. User Guide 5.1 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Managing SharePoint Sites 5 Adding

More information

MCTS Guide to Microsoft Windows 7. Chapter 10 Performance Tuning

MCTS Guide to Microsoft Windows 7. Chapter 10 Performance Tuning MCTS Guide to Microsoft Windows 7 Chapter 10 Performance Tuning Objectives Identify several key performance enhancements Describe performance tuning concepts Use Performance Monitor Use Task Manager Understand

More information

Also on the Performance tab, you will find a button labeled Resource Monitor. You can invoke Resource Monitor for additional analysis of the system.

Also on the Performance tab, you will find a button labeled Resource Monitor. You can invoke Resource Monitor for additional analysis of the system. 1348 CHAPTER 33 Logging and Debugging Monitoring Performance The Performance tab enables you to view the CPU and physical memory usage in graphical form. This information is especially useful when you

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

Chapter 3 Application Monitors

Chapter 3 Application Monitors Chapter 3 Application Monitors AppMetrics utilizes application monitors to organize data collection and analysis per application server. An application monitor is defined on the AppMetrics manager computer

More information

VMware Horizon FLEX User Guide

VMware Horizon FLEX User Guide Horizon FLEX 1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

WINDOWS PROCESSES AND SERVICES

WINDOWS PROCESSES AND SERVICES OBJECTIVES: Services o task manager o services.msc Process o task manager o process monitor Task Scheduler Event viewer Regedit Services: A Windows service is a computer program that operates in the background.

More information

Exclaimer Mail Archiver User Manual

Exclaimer Mail Archiver User Manual User Manual www.exclaimer.com Contents GETTING STARTED... 8 Mail Archiver Overview... 9 Exchange Journaling... 9 Archive Stores... 9 Archiving Policies... 10 Search... 10 Managing Archived Messages...

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

VMware Horizon FLEX User Guide

VMware Horizon FLEX User Guide Horizon FLEX 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

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

Vodafone PC Backup User Guide Version 1.16

Vodafone PC Backup User Guide Version 1.16 Vodafone PC Backup User Guide Version 1.16 Contents Preface: Preface...v Chapter 1: Overview...7 Chapter 2: Installing Vodafone PC Backup...9 Downloading the Vodafone PC Backup Client...9 Installing the

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

12 NETWORK MANAGEMENT

12 NETWORK MANAGEMENT 12 NETWORK MANAGEMENT PROJECTS Project 12.1 Project 12.2 Project 12.3 Project 12.4 Understanding Key Concepts Backing Up and Restoring Data Monitoring Computer Activity Configuring SNMP Support 276 Networking

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

ArchestrA Log Viewer User s Guide Invensys Systems, Inc.

ArchestrA Log Viewer User s Guide Invensys Systems, Inc. ArchestrA Log Viewer User s Guide Invensys Systems, Inc. Revision A Last Revision: 7/3/07 Copyright 2007 Invensys Systems, Inc. All Rights Reserved. All rights reserved. No part of this documentation shall

More information

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Citrix EdgeSight User s Guide Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

Xythos on Demand Quick Start Guide For Xythos Drive

Xythos on Demand Quick Start Guide For Xythos Drive Xythos on Demand Quick Start Guide For Xythos Drive What is Xythos on Demand? Xythos on Demand is not your ordinary online storage or file sharing web site. Instead, it is an enterprise-class document

More information

NETWRIX FILE SERVER CHANGE REPORTER

NETWRIX FILE SERVER CHANGE REPORTER NETWRIX FILE SERVER CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 3.3 April/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Personal Call Manager User Guide. BCM Business Communications Manager

Personal Call Manager User Guide. BCM Business Communications Manager Personal Call Manager User Guide BCM Business Communications Manager Document Status: Standard Document Version: 04.01 Document Number: NN40010-104 Date: August 2008 Copyright Nortel Networks 2005 2008

More information

DISK DEFRAG Professional

DISK DEFRAG Professional auslogics DISK DEFRAG Professional Help Manual www.auslogics.com / Contents Introduction... 5 Installing the Program... 7 System Requirements... 7 Installation... 7 Registering the Program... 9 Uninstalling

More information

MS Word 2007. Microsoft Outlook 2010 Mailbox Maintenance

MS Word 2007. Microsoft Outlook 2010 Mailbox Maintenance MS Word 2007 Microsoft Outlook 2010 Mailbox Maintenance INTRODUCTION... 1 Understanding the MS Outlook Mailbox... 1 BASIC MAILBOX MAINTENANCE... 1 Mailbox Cleanup... 1 Check Your Mailbox Size... 1 AutoDelete

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide New features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 3 System State backup... 3 Restore files, applications, System State and mailboxes... 4 Fully cloud ready Internet

More information

Changing Your Cameleon Server IP

Changing Your Cameleon Server IP 1.1 Overview Technical Note Cameleon requires that you have a static IP address defined for the server PC the Cameleon server application runs on. Even if the server PC has a static IP address, you may

More information

WS_FTP Professional 12

WS_FTP Professional 12 WS_FTP Professional 12 Tools Guide Contents CHAPTER 1 Introduction Ways to Automate Regular File Transfers...5 Check Transfer Status and Logs...6 Building a List of Files for Transfer...6 Transfer Files

More information

vtcommander Installing and Starting vtcommander

vtcommander Installing and Starting vtcommander vtcommander vtcommander provides a local graphical user interface (GUI) to manage Hyper-V R2 server. It supports Hyper-V technology on full and core installations of Windows Server 2008 R2 as well as on

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6

Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Backup Assistant User Guide NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Liability Disclaimer NEC Unified Solutions, Inc. reserves the right to change the specifications, functions,

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

Colligo Email Manager 6.2. Offline Mode - User Guide

Colligo Email Manager 6.2. Offline Mode - User Guide 6.2 Offline Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 3 Checking for Updates 4 Updating Your License

More information

Table of Contents. Right Pane of Drive Map... 11 Legend Tab... 12 File Types Shown on the Legend Tab... 12

Table of Contents. Right Pane of Drive Map... 11 Legend Tab... 12 File Types Shown on the Legend Tab... 12 Table of Contents Introduction to PerfectStorage... 1 The PerfectStorage Solution to Reclaiming Thin Provisioned Disk Space... 1 PerfectStorage Features... 1 Installing PerfectStorage... 3 PerfectStorage

More information

Network Probe User Guide

Network Probe User Guide Network Probe User Guide Network Probe User Guide Table of Contents 1. Introduction...1 2. Installation...2 Windows installation...2 Linux installation...3 Mac installation...4 License key...5 Deployment...5

More information

Archiving and Managing Your Mailbox

Archiving and Managing Your Mailbox Archiving and Managing Your Mailbox We Need You to Do Your Part We ask everyone to participate in routinely cleaning out their mailbox. Large mailboxes with thousands of messages impact backups and may

More information

Online Backup by Mozy User Guide

Online Backup by Mozy User Guide Online Backup by Mozy User Guide Document Revision Date: April 16, 2013 Online Backup by Mozy User Guide i Contents Overview... 3 Getting Started with Mozy... 4 Using the Settings Window... 7 Understanding

More information

Database Administration

Database Administration Unified CCE, page 1 Historical Data, page 2 Tool, page 3 Database Sizing Estimator Tool, page 11 Administration & Data Server with Historical Data Server Setup, page 14 Database Size Monitoring, page 15

More information

Welcome to MaxMobile. Introduction. System Requirements. MaxMobile 10.5 for Windows Mobile Pocket PC

Welcome to MaxMobile. Introduction. System Requirements. MaxMobile 10.5 for Windows Mobile Pocket PC MaxMobile 10.5 for Windows Mobile Pocket PC Welcome to MaxMobile Introduction MaxMobile 10.5 for Windows Mobile Pocket PC provides you with a way to take your customer information on the road. You can

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

Automation License Manager

Automation License Manager s Contents Product Overview 1 Installation 2 Working with the Automation License Manager 3 Glossary Manual Index 12/2008 A5E02389428-01 Legal information Warning notice system This manual contains notices

More information

Hands-On Microsoft Windows Server 2008

Hands-On Microsoft Windows Server 2008 Hands-On Microsoft Windows Server 2008 Chapter 9 Server and Network Monitoring Objectives Understand the importance of server monitoring Monitor server services and solve problems with services Use Task

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

F9 Integration Manager

F9 Integration Manager F9 Integration Manager User Guide for use with QuickBooks This guide outlines the integration steps and processes supported for the purposes of financial reporting with F9 Professional and F9 Integration

More information

Dell Spotlight on Active Directory 6.8.3. User Guide

Dell Spotlight on Active Directory 6.8.3. User Guide Dell Spotlight on Active Directory 6.8.3 User Guide 2013 Dell Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

vcenter Operations Manager for Horizon Supplement

vcenter Operations Manager for Horizon Supplement vcenter Operations Manager for Horizon Supplement vcenter Operations Manager for Horizon 1.6 This document supports the version of each product listed and supports all subsequent versions until the document

More information

History Explorer. View and Export Logged Print Job Information WHITE PAPER

History Explorer. View and Export Logged Print Job Information WHITE PAPER History Explorer View and Export Logged Print Job Information WHITE PAPER Contents Overview 3 Logging Information to the System Database 4 Logging Print Job Information from BarTender Designer 4 Logging

More information

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange InfoStore Backup and Restore feature in

More information

Chapter Title. Time Warner Cable Business Class Online Backup. Windows User Guide. Version 2.6

Chapter Title. Time Warner Cable Business Class Online Backup. Windows User Guide. Version 2.6 Chapter Title Time Warner Cable Business Class Online Backup Windows User Guide Version 2.6 Table of Contents Table of Contents... 2 Chapter 1: About This Guide... 3 Chapter 2: Getting Started...4 Installing

More information

Managing and Monitoring Windows 7

Managing and Monitoring Windows 7 This chapter examines Windows 7 s on-board monitoring tools and shows you how to utilize them in day-to-day situations. 11 Managing and Monitoring Windows 7 Performance Information and Tools The Windows

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

Getting Started. A Getting Started Guide for Locum RealTime Monitor. Manual Version 2.1 LOCUM SOFTWARE SERVICES LIMITED

Getting Started. A Getting Started Guide for Locum RealTime Monitor. Manual Version 2.1 LOCUM SOFTWARE SERVICES LIMITED Getting Started A Getting Started Guide for Locum RealTime Monitor Manual Version 2.1 LOCUM SOFTWARE SERVICES LIMITED Locum House, 84 Brown Street, Sheffield, S1 2BS, England Telephone: +44 (0) 114 252-1199

More information

MONITORING PERFORMANCE IN WINDOWS 7

MONITORING PERFORMANCE IN WINDOWS 7 MONITORING PERFORMANCE IN WINDOWS 7 Performance Monitor In this demo we will take a look at how we can use the Performance Monitor to capture information about our machine performance. We can access Performance

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information

CentreWare Management Pack for System Center Operations Manager User Guide Version 1.8

CentreWare Management Pack for System Center Operations Manager User Guide Version 1.8 CentreWare Management Pack for System Center Operations Manager User Guide Version 1.8 CentreWare Management Pack for System Center Operations Manager 1 September 9, 2008 2008 XEROX CORPORATION. All rights

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

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

More information

Thin Client Manager. Table of Contents. 1-10ZiG Manager. 2 - Thin Client Management. 3 - Remote client configurations. 1 of 16

Thin Client Manager. Table of Contents. 1-10ZiG Manager. 2 - Thin Client Management. 3 - Remote client configurations. 1 of 16 1 of 16 Thin Client Manager Table of Contents 1-10ZiG Manager 1.1 - Configuring and Managing the Server 1.1.1 - Server Settings 1.1.2 - Starting and Stopping the Server 1.2 - Configuring and Starting the

More information

TOPS v3.2.1 Calendar/Scheduler User Guide. By TOPS Software, LLC Clearwater, Florida

TOPS v3.2.1 Calendar/Scheduler User Guide. By TOPS Software, LLC Clearwater, Florida TOPS v3.2.1 Calendar/Scheduler User Guide By TOPS Software, LLC Clearwater, Florida Document History Version Edition Date Document Software Trademark Copyright First Edition Second Edition 02 2007 09-2007

More information

TimeValue Software Due Date Tracking and Task Management Software

TimeValue Software Due Date Tracking and Task Management Software User s Guide TM TimeValue Software Due Date Tracking and Task Management Software File In Time Software User s Guide Copyright TimeValue Software, Inc. (a California Corporation) 1992-2010. All rights

More information

Windows 2003 Performance Monitor. System Monitor. Adding a counter

Windows 2003 Performance Monitor. System Monitor. Adding a counter Windows 2003 Performance Monitor The performance monitor, or system monitor, is a utility used to track a range of processes and give a real time graphical display of the results, on a Windows 2003 system.

More information

Avaya Modular Messaging Microsoft Outlook Client Release 5.2

Avaya Modular Messaging Microsoft Outlook Client Release 5.2 Avaya Modular Messaging Microsoft Outlook Client Release 5.2 Important: Instructions in this guide are applicable only if your message store is the Avaya Message Storage Server (MSS) or Microsoft Exchange

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

Perfmon Collection Setup Instructions for Windows Server 2008+

Perfmon Collection Setup Instructions for Windows Server 2008+ Perfmon Collection Setup Instructions for Windows Server 2008+ Performance statistics are critically vital for the long-term health and capacity management of an enterprise environment. Unless a third-party

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide Using the new features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 2 Backing up VSS applications... 2 Restoring VSS applications... 3 System State backup and restore...

More information

Getting Started with Vision 6

Getting Started with Vision 6 Getting Started with Vision 6 Version 6.9 Notice Copyright 1981-2009 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide Acronis Backup & Recovery 10 Advanced Server Virtual Edition Quick Start Guide Table of contents 1 Main components...3 2 License server...3 3 Supported operating systems...3 3.1 Agents... 3 3.2 License

More information

Telecom DaySave. User Guide. Client Version 2.2.0.3

Telecom DaySave. User Guide. Client Version 2.2.0.3 Telecom DaySave User Guide Client Version 2.2.0.3 Table of Contents Chapter 1: DaySave Overview... 4 Chapter 2: Installing DaySave... 5 Downloading the DaySave Client... 5 Installing the DaySave Client...

More information

Acronis Backup & Recovery 11

Acronis Backup & Recovery 11 Acronis Backup & Recovery 11 Quick Start Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for Windows Workstation

More information

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX INSTALL AND CONFIGURATION GUIDE Atlas 5.1 for Microsoft Dynamics AX COPYRIGHT NOTICE Copyright 2012, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been

More information

Copyright 2013 Trend Micro Incorporated. All rights reserved.

Copyright 2013 Trend Micro Incorporated. All rights reserved. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Aspera Connect User Guide

Aspera Connect User Guide Aspera Connect User Guide Windows XP/2003/Vista/2008/7 Browser: Firefox 2+, IE 6+ Version 2.3.1 Chapter 1 Chapter 2 Introduction Setting Up 2.1 Installation 2.2 Configure the Network Environment 2.3 Connect

More information

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On Remote Drive PC Client software User Guide -Page 1 of 27- PRIVACY, SECURITY AND PROPRIETARY RIGHTS NOTICE: The Remote Drive PC Client software is third party software that you can use to upload your files

More information

QIAsymphony Management Console User Manual

QIAsymphony Management Console User Manual April 2012 QIAsymphony Management Console User Manual For use with software version 4.0 Sample & Assay Technologies Trademarks QIAGEN, QIAsymphony, Rotor-Gene (QIAGEN Group). InstallShield (Informer Technologies,

More information

Understanding Performance Monitoring

Understanding Performance Monitoring CHAPTER 3 Cisco Unified Communications Manager and Cisco Unity Connection directly update Performance counters (called PerfMon counters). The counters contain simple, useful information on the system and

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

Your Assistant Collaboration Module

Your Assistant Collaboration Module MITEL Your Assistant Collaboration Module User Guide Notice This guide is released by Mitel Networks Corporation and provides information necessary to use the Mitel Your Assistant Collaboration Module.

More information

Introduction to MS WINDOWS XP

Introduction to MS WINDOWS XP Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. 1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards

More information

Sophos Anti-Virus for Windows, version 7 user manual. For Windows 2000 and later

Sophos Anti-Virus for Windows, version 7 user manual. For Windows 2000 and later Sophos Anti-Virus for Windows, version 7 user manual For Windows 2000 and later Document date: August 2008 Contents 1 About Sophos Anti-Virus...3 2 Introduction to Sophos Anti-Virus...5 3 Checking the

More information

GFI LANguard 9.0 ReportPack. Manual. By GFI Software Ltd.

GFI LANguard 9.0 ReportPack. Manual. By GFI Software Ltd. GFI LANguard 9.0 ReportPack Manual By GFI Software Ltd. http://www.gfi.com E-mail: info@gfi.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Outlook Managing Your Items

Outlook Managing Your Items Course Description Managing your items is essential if you want Outlook to run as efficiently and effectively as possible. As with any filing system the longer you put off doing anything the larger the

More information