Nimsoft Monitor. iis Guide. v1.5 series

Size: px
Start display at page:

Download "Nimsoft Monitor. iis Guide. v1.5 series"

Transcription

1 Nimsoft Monitor iis Guide v1.5 series

2 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed, without notice, in future editions. Further, to the maximum extent permitted by applicable law, Nimsoft LLC disclaims all warranties, either express or implied, with regard to this manual and any information contained herein, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. Nimsoft LLC shall not be liable for errors or for incidental or consequential damages in connection with the furnishing, use, or performance of this document or of any information contained herein. Should Nimsoft LLC and the user have a separate written agreement with warranty terms covering the material in this document that conflict with these terms, the warranty terms in the separate agreement shall control. Technology Licenses The hardware and/or software described in this document are furnished under a license and may be used or copied only in accordance with the terms of such license. No part of this manual may be reproduced in any form or by any means (including electronic storage and retrieval or translation into a foreign language) without prior agreement and written consent from Nimsoft LLC as governed by United States and international copyright laws. Restricted Rights Legend If software is for use in the performance of a U.S. Government prime contract or subcontract, Software is delivered and licensed as "Commercial computer software" as defined in DFAR (June 1995), or as a "commercial item" as defined in FAR 2.101(a) or as "Restricted computer software" as defined in FAR (June 1987) or any equivalent agency regulation or contract clause. Use, duplication or disclosure of Software is subject to Nimsoft LLC s standard commercial license terms, and non-dod Departments and Agencies of the U.S. Government will receive no greater than Restricted Rights as defined in FAR (c)(1-2) (June 1987). U.S. Government users will receive no greater than Limited Rights as defined in FAR (June 1987) or DFAR (b)(2) (November 1995), as applicable in any technical data. Trademarks Nimsoft is a trademark of CA. Adobe, Acrobat, Acrobat Reader, and Acrobat Exchange are registered trademarks of Adobe Systems Incorporated. Intel and Pentium are U.S. registered trademarks of Intel Corporation. Java(TM) is a U.S. trademark of Sun Microsystems, Inc. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. Netscape(TM) is a U.S. trademark of Netscape Communications Corporation. Oracle is a U.S. registered trademark of Oracle Corporation, Redwood City, California. UNIX is a registered trademark of the Open Group. ITIL is a Registered Trade Mark of the Office of Government Commerce in the United Kingdom and other countries. All other trademarks, trade names, service marks and logos referenced herein belong to their respective companies. For information on licensed and public domain software, see the Nimsoft Monitor Third-Party Licenses and Terms of Use document at:

3 Contact Nimsoft For your convenience, Nimsoft provides a single site where you can access information about Nimsoft products. At you can access the following: Online and telephone contact information for technical assistance and customer services Information about user communities and forums Product and documentation downloads Nimsoft Support policies and guidelines Other helpful resources appropriate for your product Provide Feedback If you have comments or questions about Nimsoft product documentation, you can send a message to support@nimsoft.com.

4

5 Contents Chapter 1: iis iis Overview... 8 Installation Notes iis Server Configuration Chapter 2: iis Probe Deployment 21 Supported Platforms System Requirements Software Requirements Monitoring System Requirements Probe Deployment Information Chapter 3: iis Configuration 23 Probe Defaults Probe Configuration Interface Installation Probe GUI The Left Pane The Right Pane The Tool Buttons Probe Configuration General Setup Show Summary Database Status Show User Specified Objects Create a New Group Folder Create a New Host Profile Launch the Message Pool Manager View IIS Summary View IIS Server Data (Requests) Show/Hide Checkpoints that are Unavailable Chapter 4: QoS Threshold Metrics 47 iis QoS Metrics iis Alert Metrics Default Settings Contents 5

6

7 Chapter 1: iis 1.5 This description applies to iis probe version 1.5x. This section contains the following topics: iis Overview (see page 8) Documentation Changes (see page 10) Installation Notes (see page 11) iis Server Configuration (see page 13) Chapter 1: iis 1.5 7

8 iis Overview iis Overview The Nimsoft iis probe is a tool for monitoring the health and performance of your Internet Information Servers. The NMS IIS probe performs HTTP GET queries to selected Microsoft IIS servers transforming the query result into alarms and/or quality of service for SLA purposes. The user may configure the profile to his/her requirements in order to integrate the device seamlessly into the NMS monitoring solution. The IIS probe includes a UI to configure the probe. The probe monitors checkpoints on the Internet Information Servers defined in profiles, and includes a set of predefined checkpoints available on most systems, grouped in different classes. The probe monitors the following checkpoints: System checkpoints Available Physical Memory Memory In Use Memory Usage NW Bytes Total/sec Total CPU Total Memory Webservices checkpoints Bytes received/sec Bytes sent/sec Bytes Total/sec Connection Attempts/sec Current Connections Get Requests/sec Measured Async I/O Bandwidth Usage IIS checkpoints HTTP Response Time HTTP Response Value IIS Status Value Total Allowed Async I/O Requests URL Cache Flushes URL Cache Hits 8 iis Guide

9 iis Overview URL Cache Hits % URL Cache Hits/minute URL Cache Misses URL Cache Misses/min ASP checkpoints Request Bytes in Total Requests Executing Requests Queued The probe also includes a GUI, which can be used to: Configure the general properties of the probe. Define the hosts to be monitored. Group folders can be created to place the hosts in logical groups. Activate the checkpoints to be monitored and set the monitoring conditions for these checkpoints. Create your own alarm messages. Monitor the different checkpoints. Support the Nimsoft SLA system as the probe is QoS enabled. It will send QoS data on profiles where it has been enabled. Chapter 1: iis 1.5 9

10 iis Overview Documentation Changes This table describes the version history for this document. Version Date What's New? 1.5 February 2013 Added support to define the severity of alerts and reading alarm tokens from configuration. Related Documentation Added Probe Defaults topic. Documentation for other versions of the iis probe The Release Notes for the iis probe Getting Started with CA Nimsoft Probes Monitor Metrics Reference Information for CA Nimsoft Probes 10 iis Guide

11 Installation Notes Installation Notes Follow these steps for iis probe: 1. Install the package into your local archive. 2. Drop the package from your local archive onto the targeted robot. 3. Add IIS probe in Infrastructure Manager, security, probe administration with admin access and * mask. 4. A restart of the perfmon probe is needed if this was an IIS probe upgrade, and perfmon still has handles running. 5. If there are authentication problems, and if the IIS probe is running locally on the IIS server computer, you can use 'localhost' as the profiles hostname to skip performance authentication. 6. Double-click the probe for initial configuration. 7. For remote monitoring, make sure that the remote registry is enabled on the IIS server. Installation notes for IISRequest.dll The iis ISAPI filter add-on for Nimsoft iis probe The iis probe request add-on supports several versions of the IIS server and Operating Systems. Check the readme.txt file for supported versions, and for details about how to add this functionality. After the probe installation, the readme.txt will typically be found in the C:\Program Files\Nimsoft\Applications\iis directory. Installing ISAPI filter on a 64-bit OS If the IIS web server is running on a 64-bit version of Windows, the IISRequestNM64.dll or IISRequest64.dll should be used, as described in the readme.txt above. It is also necessary to have the Microsoft Visual C Redistributable Package installed on the server running IIS (web server, not probe). The link to download this package is: 3-D6ACABD5D13B&displaylang=en Activating the ASP Counters on IIS 7 or above Chapter 1: iis

12 Installation Notes Please refer to the following link: Installing Metabase Compatibility Support on IIS 7 or above Probe shows wrong status information for IIS 7 local server. It shows "IIS is not on local server". To get the correct status, probe requires metabase, which is by-default disabled on IIS 7 server. To install it, use the follow the link: 12 iis Guide

13 iis Server Configuration iis Server Configuration The iis probe offers the possibility to view iis server data (requests) in a separate window. To enable this functionality, some configuration tasks must be done on the computer running the IIS server software. Further, the Remote registry service must be running on the computer running the IIS server software. When the iis probe package is distributed to the robot, the following two files are copied to the..\nimsoft\probes\application\iis folder: IISRequest.dll IISRequest.cfg Continue as described below on the computer running the IIS server software: 1. Create a folder on the computer running IIS server, for instance C:\Inetpub\wwwroot\myserver\IISRequest. Copy the files IISRequest.dll and the IISRequest.cfg to this folder. 2. Edit the IISRequest.cfg like this: The first line is the host name of the computer where the iis probe is running (probe machine). The second line is the host name of the IIS server computer (iis server machine). The port number is in the last line, by default it is 999. Note: This third line specifies the port used for communication between the IIS Request filter on the IIS Server and the probe. If you, for some reason want to change to another port number other than 999, you must also enter this port number in the iis.cfg file (typically located in c:/program files/nimsoft/probes/iis) as an extra line in the setup section: filterport = <portnumber> and it has to be identical in IISRequest.cfg file. Open the IIS server console: Select Properties from the individual web site. Chapter 1: iis

14 iis Server Configuration 14 iis Guide

15 iis Server Configuration Select the ISAPI Filters tab and click the Add button. Give the filter a name and browse to add the IISRequest.dll and click the OK button to add the filter and then the Apply button in the Properties dialog to activate the filter. Chapter 1: iis

16 iis Server Configuration Check that the filter is active: 16 iis Guide

17 iis Server Configuration 3. Check that a log file named IISRequest.log is generated in folder containing the IISRequest.dll file. The first line in the log file should say: **Started IISRequest**. 4. Check the output from the filter in the IIS probe GUI, started from the Infrastructure Manager. Note that first hourly statistics are available after 1 hour. Request data are sent to the iis probe each minute. Note for installing the ISAPI filter on a 64 bits OS: If the IIS web server is running on a 64 bits version of windows, it is necessary to have the Microsoft Visual C Redistributable Package installed on the server running IIS (web server, not probe). This is the link to where you can download this package: D6ACABD5D13B&displaylang=en IISRequest : Provides status and statistics on IIS requests. Files: IISRequest.dll An IIS ISAPI filter add-on for the Nimsoft IIS probe. For IIS 5, 5.1, 6, on Windows Server 2003, Windows XP. Not tested against earlier IIS versions. IISRequest64.dll An IIS ISAPI filter add-on for the Nimsoft IIS probe. For IIS 5, 5.1, 6, on 64 bits versions of Windows Server 2003, Windows XP. Not tested against earlier IIS versions. IISRequestNM.dll A Native Managed add-on Module for Nimsoft IIS probe. For IIS 7, on Windows Vista. Works the same way as the IIS ISAPI filter. IISRequestNM64.dll A Native Managed add on Module for the Nimsoft IIS probe. For IIS 7, on 64 bits versions of Windows Vista. Works the same way as the IIS ISAPI filter. Just one of the DLLs is to be used on an IIS server. Select the one that is for your version of IIS, and for your version of Windows. Below we refer to IISRequest.dll as the selected dll. Instructions for use: 1. Locate the IISRequest.dll, IISRequest.cfg and the IISRequest.log on the IIS probe computer, typically in the C:\Program Files\Nimsoft\probes\application\iis folder. The files will be available after the IIS probe is installed. (Infrastructure Manager is used to drop the iis probe from the archive to the probe computer.) Chapter 1: iis

18 iis Server Configuration 2. Create a folder on the computer running IIS server, for instance C:\Inetpub\wwwroot\myserver\IISRequest. Copy the IISRequest.dll, IISRequest.cfg and the IISRequest.log to this folder. Edit the IISRequest.cfg, so the first line is the name of the computer where the iis probe is running (probe machine), the second line is the name of the IIS server computer (iisserver machine). The last line is the port which will be used to communicate between the add-on and the probe. It can be left at default value 999. If changed, the same port number has to be set at the IIS probe as well, see the IIS probe documentation (Help). On WINDOWS XP, 2003: 1. Add necessary permissions to the IISRequest.cfg file: Right click the file, security tab, then edit, add write access for the IIS_WPG user, or the user that will be running the IISRequest.dll. Do the same for the IISRequest.log file. Add the filter: Open IIS server console (IIS Manager, select properties from individual web site (not web sites), ISAPI filter and add. Give it a name (for instance IISR), and browse to add the IISRequest.dll. 2. Generate some traffic to the site. Check that the filter is active, and that entries are made in the IISRequest.log file in the dll folder, the first line in the log file should say: **Started IISRequest**. On WINDOWS VISTA: 1. Add necessary permissions to the IISRequest.cfg file: Right click the file, security tab, then edit, add write access for the IIS_IUSRS user, or the user that will be running the IISRequest.dll. Do the same for the IISRequest.log file. Register the module: (The example gives it the name IISR, and you have to change the IISRequest.dll to the version you are using ex. IISRequestNM64.dll). Do the registration from the IIS Manager GUI, on the top level, modules, add native module, Register. After the registration, the module will start. The registration can also be done from the command line: From the windows\system32\inetsrv directory: appcmd install module /name:iisr /image:c:\inetpub\wwwroot\myserver\iisrequest\iisrequest.dll. (Be careful with the path, a wrong path can lead to a non functional web server, then a reset /restart is need to remove the module) 2. Generate some traffic to the site. From the IIS Manager GUI, check that the IISR module is loaded for the desired sites. Check that entries are made in the IISRequest.log file in the dll folder, the first line in the log file should say: **Started IISRequest** 3. Check the output from the filter in the iis probe GUI, started from the Infrastructure Manager. Note that first hourly statistics are available after 1 hour. Request data are sent to the iis probe each minute. The IIS servers have to be defined in the IIS probe. The log files at the IIS server and the IIS probe can be inspected to further verify correct operations. 18 iis Guide

19 iis Server Configuration On IIS6 and older, a restart of the IIS server is needed to properly reload the filter (for instance after an upgrade or a change to the cfg - configuration file). Execute the command: iisreset /restart. Uninstall is done by removing or unregistering the module from the IIS manager. An unregistering at web site level should be done first. Chapter 1: iis

20

21 Chapter 2: iis Probe Deployment This section contains the system requirements and deployment information for the iis probe. This section contains the following topics: Supported Platforms (see page 21) System Requirements (see page 21) Software Requirements (see page 21) Monitoring System Requirements (see page 22) Probe Deployment Information (see page 22) Supported Platforms The iis probe supports the same set of operating systems and databases as supported by the Nimsoft Server solution. Please refer to the Nimsoft Compatibility Support Matrix for the latest information on supported platforms. System Requirements The iis probe should be installed on systems with the following minimum resources: Memory: 2-4 GB of RAM. Probe's OOB configuration requires 256 MB of RAM. CPU: 3 GHz dual-core processor, 32-bit or 64-bit. Software Requirements The iis probe requires the following software environment: Nimsoft Monitor Server or later Nimsoft robot version 5.23 or later Java Virtual Machine version 1.6 or later (typically installed with NMS 5.0 and above) Note: For SOC functionality, NM Server 5.6 or later and UMP or later is required. Chapter 2: iis Probe Deployment 21

22 Monitoring System Requirements Monitoring System Requirements The iis probe is used to monitor the health and performance of the Internet Information Servers through specific checkpoints, defined in profiles. Probe Deployment Information There are two ways to distribute archive packages. You can distribute the package within Infrastructure Manager or use the standalone Nimsoft Distribution application. See Probe Deployment for more information on deploying probes. 22 iis Guide

23 Chapter 3: iis Configuration This section describes the configuration concepts and procedures for setting up the iis probe. This probe is configured to monitor the health and performance of the Internet Information Servers. This section contains the following topics: Probe Defaults (see page 23) Probe Configuration Interface Installation (see page 23) Probe GUI (see page 24) Probe Configuration (see page 31) Probe Defaults At the time of deploying a probe for the first time on robot, some default configuration will get deployed automatically. These probe defaults could be Alarms, QoS, Profiles and so on which save time to configure the default settings. These probe defaults will be seen on a fresh install, that is no instance of that probe is already available on that robot in activated or deactivated state. Probe Configuration Interface Installation The probe configuration interface is automatically downloaded and installed by the Nimsoft Infrastructure Manager when the probe is deployed on a robot. Chapter 3: iis Configuration 23

24 Probe GUI Probe GUI The iis probe is configured by double-clicking the line representing the probe in the Infrastructure Manager. The application window of the iis probe consists of a row of tool buttons and two window panes, as stated below: Left pane (see page 25) Right pane (see page 28) Toolbar buttons (see page 30) Note: When you have made configuration modifications, you must click the Apply button to activate the new settings. 24 iis Guide

25 Probe GUI The Left Pane The left pane shows the various groups and all hosts belonging to a group. Under each host, you will find a number of classes, a way of sorting the different checkpoints. Selecting a group, all hosts in that group will be listed in the right pane. Selecting a host, all predefined checkpoints will be listed in the left pane. Selecting a class, the predefined checkpoints belonging to that class will be listed in the left pane. Chapter 3: iis Configuration 25

26 Probe GUI Note the symbols indicating if a monitored host responds or not: Indicates that the host responds. Indicates that the host does not respond. Initializing, waiting for measured values from the profile. Indicates that the host responds, but has no monitored interfaces. Also note that the checkpoints initially are not activated. You must activate the ones you want to monitor, and you also have the possibility to hide/show the ones that are not available on the host by clicking the rightmost tool button (See the section Show/Hide Unavailable Checkpoints (see page 43)). Right-clicking in the pane opens a pop-up menu, giving you the following possibilities: New Host Available only when a group is selected. Opens the profile dialog, enabling you to define a new host to be monitored. New Group Available only when a group is selected. Opens the profile dialog, enabling you to define a new group. Use the group folders to place the hosts in logical groups. New Opens the profile dialog, enabling you to define a new host to be monitored. Edit Available only when a host is selected. Opens the profile dialog for the selected host, enabling you to modify the properties for the host. Delete Lets you delete the selected host or group. Note that you are not allowed to delete the group Default. Rename Lets you rename the selected group or host. Note that you are not allowed to rename the group Default. Refresh Makes a refresh to reflect the current values of the objects listed in the right window pane. Note: When attempting to refresh a host that does not respond, the checkpoints description fields in the right pane will appear with red letters. 26 iis Guide

27 Probe GUI Activate All Activates all checkpoints on the selected host. Deactivate All De-activates all checkpoints on the selected host. Note: You may easily move a host from one group to another by left-clicking the host, dragging it and dropping it in another group. Chapter 3: iis Configuration 27

28 Probe GUI The Right Pane The right-pane is multi-functional and shows: Hosts when a group is selected in the left-pane. All predefined checkpoints when a host is selected in the left-pane. The checkpoints belonging to the selected class when a class is selected in the left-pane. Note the meaning of the different icons in the window, which can be: green (means OK), red (indicates an error situation), black (means the checkpoint is not active) yellow (the last measurement failed). Value not available. Waiting for value. Right-clicking in the pane gives you the following possibilities: Edit Opens the Monitor Properties dialog, enabling you to modify the monitoring properties for the selected checkpoint. Activate Activates the selected checkpoint to be monitored by the probe. Note that you may also activate it by clicking the check box belonging to the checkpoint. Deactivate Deactivates the selected checkpoint (if activated) after which the probe will stop monitoring the checkpoint. Monitor Opens the monitor window for the selected checkpoint showing the values recorded since the probe was started. 28 iis Guide

29 Probe GUI Note: The horizontal red line in the graph indicates the alarm threshold (in this case 90 %) defined for the checkpoint. When clicking and holding the left mouse button inside the graph, a red vertical line appears. If you continue to hold the left mouse-button down and move the cursor, you can read the exact value at different points in the graph. The value is displayed in the upper part of the graph on the format: <Day> <Time> <Value>. Right-clicking inside the monitor window lets you select the backlog (the time range shown in the monitor window). In addition, the right-click menu lets you select the option Show Average. This adds a horizontal blue line in the graph, representing the average sample value. Note the status bar at the bottom of the monitor window. The following information can be found: The number of samples since the probe was started. The minimum value measured. The average value measured. The maximum value measured. The backlog: This is the time range shown in the monitor window. The backlog can be selected to 6, 12, 24 or 48 hours by right-clicking inside the graph. Note that the graph can not show a time range greater than the selected Maximum data storage time setting in the Setup section of the GUI. Chapter 3: iis Configuration 29

30 Probe GUI The Tool Buttons The configuration tool also contains a row of tool buttons: General Setup Clicking this button opens the Setup dialog for the probe, allowing you to modify the general probe parameters. See General Setup (see page 31). Show Summary Database Status Clicking this button, the database status for the monitored hosts will be displayed in the right pane. The list shows the first and the last date backlog and summary data has been recorded and written to the database, and also the number of records in the period. See Show Summary Database Status (see page 33). Show User Specified Objects Clicking this button, all user specified objects will be listed in the right pane. Right-clicking in the right pane and selecting New, the User Object dialog appears, enabling you to define a new object. See Show User-Defined Objects (see page 33). Create a New Group Folder Creates a new group folder in the left window pane. See Create a New Group Folder (see page 35). Use the group folders to place the hosts in logical groups. Create a New Host Profile Creates a new host to be monitored in the selected folder in the left window pane. See Create a New Host Profile (see page 36). Launch the Message Pool Manager This option lets you customize the alarm text, and you may also create your own messages. See Launch the Message Pool Manager (see page 38). View IIS Summary Clicking the button opens the IIS Summary Report for the selected host. The window contains a graph, showing the HTTP response time and the Cache hits/misses per day. See View IIS Summary (see page 39). Show/Hide checkpoints that are not available Clicking this button hides checkpoints that are not available at the selected host from the list. Clicking the button again will make the unavailable checkpoints appear in the list again. See Show/Hide Unavailable Checkpoints (see page 43). 30 iis Guide

31 Probe Configuration View IIS Server Requests Clicking this button gives you the possibility to view IIS server data (requests) in a separate window. To enable this functionality, some configuration tasks must be done on the computer running the IIS server software. See iis Server Configuration (see page 13)). Probe Configuration This section contains the configuration information for the iis probe. It contains the below listed sections: General Setup (see page 31) Show Summary database Status (see page 33) Show User Specified Objects (see page 33) Create a New Group Folder (see page 35) Create a New Host Profile (see page 36) Launch the Message Pool Manager (see page 38) View IIS Summary (see page 39) View IIS Server Data (Requests) (see page 41) General Setup Chapter 3: iis Configuration 31

32 Probe Configuration Clicking the General Setup button opens the Setup dialog. The fields in the above dialog are explained below: General Tab Log-level Advanced Tab Set the detail level for messages logged to the log-file. Autorefresh GUI If selected, updates the GUI to display the most recent values. Maximum Data Storage Time Select the maximum data storage time from the drop-down list. Valid choices are: 6 hours 12 hours 24 hours 48 hours This is the time range within which the monitored values are picked when calculating the average value (used when setting the alarm threshold). 24 hours means that the values stored within the last 24 hours will be used. Maximum concurrent threads Specifies the maximum number of profiles the probe can run simultaneously. The valid range is iis Guide

33 Probe Configuration Show Summary Database Status You may show the database status for the monitored hosts by clicking the Show Summary Database Status tool button. The database status for the monitored hosts will be displayed in the right pane. The list shows the first and the last day summary data has been recorded and written to the IIS database (containing summary and backlog data), and also the number of records in the period. Show User Specified Objects The probe includes a set of pre-defined checkpoints available on most hosts running the IIS software, but you may also define your own objects to be monitored. On clicking this button, previously user specified objects will be listed in the right pane. Chapter 3: iis Configuration 33

34 Probe Configuration Right-clicking in the right pane will give three options: New Edit Delete Selecting the New option, the User Object dialog appears enabling you to define a new object. This enables you to extend objects that are not a part of the IIS Monitor standard objects, but are available from the windows performance system. 34 iis Guide

35 Probe Configuration The fields in the above dialog are explained below: Login Profile Select one of the defined hosts from the drop-down list as a Login Profile. Performance Object Selector Object Name Defines the name of the new object. Counter Name Defines the counter name. For example, Disk Transfers/sec, if object LogicalDisk is selected. Instance Name Defines the instance name. For example, disk drive D:, if object and counter name are selected as LogicalDisk and Disk Transfers/sec is selected. Object Preferences Description Specifies an optional description of the object. Make Available As QoS Unit If selected, the measured value is available as QoS. Specifies the unit of the QoS value, such as Mbytes, %, etc Note: When clicking the Apply button in the probe GUI, the new user object will be added to the list of user-defined objects and also under the User Objects sub-node under each host listed in the left pane. When restarting the probe, the probe has to wait for a couple of minutes before it can show the measured values for the new user defined object. Create a New Group Folder You may create a new group folder by clicking the Create a New Group Folder tool button and giving the new folder a name. Chapter 3: iis Configuration 35

36 Probe Configuration Create a New Host Profile You may create a new host profile by selecting the group it should belong to and click the Create a New Host Profile tool button. A dialog-box will appear and prompt you for the hostname or IP-address to the IIS host to monitor and some additional parameters. 36 iis Guide

37 Probe Configuration The fields in the above dialog are explained below: Hostname or IP address Active Group Specifies the name or IP address of the host to be monitored. If the probe is located on the same computer as the IIS Server, you should just specify localhost instead of the name or IP address of the host. This is to avoid authentication issues. If selected, activates or deactivates monitoring of the checkpoints on the host. Note that you may also activate/deactivate monitoring of the various checkpoints individually. Select from the drop-down list which group folder you want to put the host. Use the group folders to place the hosts in logical groups. Alarm Message The alarm message to be issued if the host does not respond. Using the Message pool, you can edit this message or add other messages. Server address for http response The address to be tested for http response on the format: or Description Specifies a short optional description of the monitored host. Data collection interval Select the data collection interval (how often to collect data from the host) from the drop-down menu. This value overrules the Common minimum data collection interval defined on the General Setup dialog. Note: You may also type in a value. The minimum possible value for data collection interval is 1 min. Filter port Defines the port which will be used to communicate between the add-on and the probe. The default value is 999. If changed, the same port number has to be set at the IIS probe as well. Windows Authentication Username and Password The credentials to login (a valid user name and password with administrator privileges) on the monitored host. Domain Defines the DNS domain name if the host local machine. The blank field means that the machine is hosting the probe. Chapter 3: iis Configuration 37

38 Probe Configuration Test Clicking this button verifies if your windows authentication works. Http Server Authentication None Basic Indicates no authentication against the http server (will still require windows authentication for performance data). Indicates basic authentication against the http server. Using the Http server authentication Username and Password specified. Windows Uses the Windows authentication, Username and Password specified as described above (see Windows Authentication above). Username and Password The login properties (a valid user name and password with administrator privileges) on the http server. Launch the Message Pool Manager The Message Pool dialog can be opened by clicking the Message Pool Manager button in the tool bar. 38 iis Guide

39 Probe Configuration The alarm messages for each alarm situation are stored in the Message Pool. Using the Message Pool Manager, you can customize the alarm text, and you may also create your own messages. Note: The variable expansion in the message text is supported. If typing a $ in the Error Alarm Text field, a dialog pops up, offering a set of variables to be chosen. View IIS Summary You can open the IIS Summary Report for a host by clicking the View IIS Summary button in the tool bar. Chapter 3: iis Configuration 39

40 Probe Configuration Note: You have to select the IIS sub node for a host in the left pane to activate the button. The IIS Summary Report window will be opened. The window contains a graph, showing the HTTP response time and the Cache hits/misses for the selected period. Clicking the drop-down menu in the upper left corner lets you select to display the graph with the values for: Per hour Displaying the values with a solution of one hour for the period selected using the From and To fields. Click the Submit button to fetch the values for the selected period. Per day Displaying the values with a solution of one day for the period selected using the From and To fields. Click the Submit button to fetch the values for the selected period. Last day Displaying the values with a solution of one hour for the last day. Last month Displaying the values with a solution of one hour for the last month. When clicking and holding the left mouse-button down and move the cursor, you can read the exact value at different points in the graph. The value is displayed in the upper part of the graph on the format: <Day> <Time> <value>. 40 iis Guide

41 Probe Configuration View IIS Server Data (Requests) You can open the IIS Server Requests window by clicking the View IIS Server Data (Requests) button in the tool bar. The iis probe offers the possibility to view IIS server data (requests) in a separate window. To enable this functionality, some configuration tasks must be done on the computer running the IIS server software. Open the configuration tool for the probe by double-clicking the line representing the probe in the Infrastructure Manager. Chapter 3: iis Configuration 41

42 Probe Configuration Using the tool buttons located in the upper part of the window, you can select between different statistics views. The most recent request running on the IIS server (at the time of the last sample). Request statistics (hourly, daily and monthly) The entries in the list can be selected and copied to clipboard (CTRL + C), in the case you want to paste the entries into another application (CTRL + V). Left-click the entries to select them, or select CTRL+ A to select all. Request database status, showing the number of records in the request database If you want to delete some or all records, you right-click in the list and select Delete Request Data. The following dialog appears, asking you to select for which period to delete data. Make your selection and click the OK button. Using the calendar functionality, you can select to show the statistics for a specific period. Select a period and click the Submit button. 42 iis Guide

43 Probe Configuration Show/Hide Checkpoints that are Unavailable You can select to show or hide the checkpoints that are not available at the selected host from the list in the right window pane by clicking the Show/Hide checkpoints that are unavailable button in the tool bar. Clicking this button hides checkpoints that are not available at the selected host from the list. Clicking the button again will make the unavailable checkpoints appear in the list again. Double-clicking a checkpoint in the right window pane opens the Monitor Properties dialog for the checkpoint, enabling you to modify the monitoring properties for the checkpoint. Chapter 3: iis Configuration 43

44 Probe Configuration The fields in the above dialog are explained below: Description Allows you to create your own description of the monitoring object (checkpoint). If desired, replace the original description text with a description of your own choice. Monitoring Object Specifies the the name of the monitoring object (checkpoint). It cannot be changed. Enable Monitoring If selected, activates the monitoring of the checkpoint. Note: The checkpoint will also be selected in the list of checkpoints in the right window pane when this option is selected, and that you now enable/disable monitoring of the checkpoint from that list. Value Decides which value to be compared with the Threshold Value defined below. The two options are: Last/current value Average value Last/Current Sample Uses the last measured value to be compared with the Threshold Value defined below. Compute Average Operator Computes the average of the values measured in the time interval selected from the drop-down list. You may select one of the predefined intervals from the drop-down list or you may type your own value in the field. Select from the drop-down list the operator to be used when setting the alarm threshold for the measured value. Examples: = 90 means alarm condition if the measured value (current sample or average value see above) is exact 90. => 90 means alarm condition if the measured value (current sample or average value see above) is above 90. Threshold Value Unit The alarm threshold value. If this value is exceeded (see value and operator above). Specifies the unit of the monitored value. (For example %, Mbytes etc.). This is a read-only field. 44 iis Guide

45 Probe Configuration Message Token Select the alarm message to be issued if the specified threshold value is breached. These messages are kept in the message pool and can also be modified there (see Launch the Message Pool Manager (see page 38)). Publish Quality of Service (QoS) If selected, issues QoS messages on the checkpoint. Chapter 3: iis Configuration 45

46

47 Chapter 4: QoS Threshold Metrics Many Nimsoft Monitor probes ship with default QoS threshold values set. The default threshold values provide an idea of the type of values to be entered in the fields and are not necessarily recommended best practice values. To aid in tuning thresholds and reducing false-positive alarms, this section describes the QoS metrics and provides the default QoS thresholds. This section contains the following topics: iis QoS Metrics (see page 47) iis Alert Metrics Default Settings (see page 48) iis QoS Metrics This section contains the QoS metrics for the iis probe. Monitor Name Units Description QOS_ASYNCIO_BWUSAGE Measured Async I/O Bandwidth Usage Measured Async I/O Bandwidth Usage QOS_BYTESRECEIVD_PS Bytes received/sec Web server bytes received per second QOS_BYTESSENT_PS Bytes sent/sec Web server bytes sent per second QOS_BYTESTOTAL_PS Bytes Total/sec Web server bytes total per second QOS_CONNATTEMPTS_PS Connection attempts/sec QOS_CPU_USAGE Percent CPU Usage QOS_CURRENTCONNECTS Current connections Connection attempts per second Current connections QOS_DISK_USAGE Megabytes Disk Usage QOS_GET_REQUESTS_PS Get Requests/sec Get requests per second QOS_IIS_HTTPRESTIME Milliseconds http response time QOS_IIS_USEROBJ Value IIS User object QOS_MEMAVPHY Megabytes Physical Memory available QOS_MEMORY_INUSE Percent Memory in Use % QOS_MEMORY_USAGE Megabytes Memory Usage Chapter 4: QoS Threshold Metrics 47

48 iis Alert Metrics Default Settings Monitor Name Units Description QOS_MEMORYAVAILPHYS Megabytes Physical Memory available QOS_NETWORK_BTPS Bytes Total/sec Network interface bytes total per second QOS_WSC_CACHEHITSPC Cache hits Web service cache hits % QOS_WSC_CACHEHITSPM Cache hits/minute Web service cache hits QOS_WSC_CACHEMISSPM Cache misses/minute Web Service Cache Misses iis Alert Metrics Default Settings This section contains the alert metric default settings for the iis probe. QoS Metric Warning Threshold Warning Severity Error Threshold Error Severity Description MsgAgentError critical The IIS is not running on host. MsgPerfHandleError minor Unable to obtain handle to Perfmon probe. MsgPerfSelectedError warning Unable to extract performance counters. MsgHostAvailError warning Host is not available. MsgWarning warning Message warning MsgError critical Message Error 48 iis Guide

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

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

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

Nimsoft Monitor. dns_response Guide. v1.6 series

Nimsoft Monitor. dns_response Guide. v1.6 series Nimsoft Monitor dns_response Guide v1.6 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

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

Nimsoft Monitor. sysloggtw Guide. v1.4 series

Nimsoft Monitor. sysloggtw Guide. v1.4 series Nimsoft Monitor sysloggtw Guide v1.4 series Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed,

More information

CA Nimsoft Monitor. Probe Guide for NT Event Log Monitor. ntevl v3.8 series

CA Nimsoft Monitor. Probe Guide for NT Event Log Monitor. ntevl v3.8 series CA Nimsoft Monitor Probe Guide for NT Event Log Monitor ntevl v3.8 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and

More information

CA Nimsoft Monitor. Probe Guide for CPU, Disk and Memory. cdm v4.7 series

CA Nimsoft Monitor. Probe Guide for CPU, Disk and Memory. cdm v4.7 series CA Nimsoft Monitor Probe Guide for CPU, Disk and Memory cdm v4.7 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for Email Gateway emailgtw v2.7 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as

More information

Nimsoft Monitor. ntevl Guide. v3.6 series

Nimsoft Monitor. ntevl Guide. v3.6 series Nimsoft Monitor ntevl Guide v3.6 series Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

Nimsoft Monitor. zones Guide. v1.3 series

Nimsoft Monitor. zones Guide. v1.3 series Nimsoft Monitor zones Guide v1.3 series Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

CA Nimsoft Monitor. snmptd Guide. v3.0 series

CA Nimsoft Monitor. snmptd Guide. v3.0 series CA Nimsoft Monitor snmptd Guide v3.0 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed,

More information

CA Nimsoft Monitor. snmpcollector Release Notes. All versions

CA Nimsoft Monitor. snmpcollector Release Notes. All versions CA Nimsoft Monitor snmpcollector Release Notes All versions Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to

More information

CA Nimsoft Unified Management Portal

CA Nimsoft Unified Management Portal CA Nimsoft Unified Management Portal Multiple Server Configuration Guide 6.5 Document Revision History Document Version Date Changes 1.0 April 2013 Initial version for UMP 6.5. Legal Notices Copyright

More information

Nimsoft Monitor Compatibility Matrix October 17, 2013

Nimsoft Monitor Compatibility Matrix October 17, 2013 Nimsoft Monitor Compatibility Matrix October 17, 2013 1 Nimsoft Monitor Compatibility Matrix Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

CA Nimsoft Monitor. Probe Guide for E2E Application Response Monitoring. e2e_appmon v2.2 series

CA Nimsoft Monitor. Probe Guide for E2E Application Response Monitoring. e2e_appmon v2.2 series CA Nimsoft Monitor Probe Guide for E2E Application Response Monitoring e2e_appmon v2.2 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 Apache HTTP Server Monitoring. apache v1.5 series

CA Nimsoft Monitor. Probe Guide for Apache HTTP Server Monitoring. apache v1.5 series CA Nimsoft Monitor Probe Guide for Apache HTTP Server Monitoring apache v1.5 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change

More information

CA Nimsoft Monitor. Probe Guide for Internet Control Message Protocol Ping. icmp v1.1 series

CA Nimsoft Monitor. Probe Guide for Internet Control Message Protocol Ping. icmp v1.1 series CA Nimsoft Monitor Probe Guide for Internet Control Message Protocol Ping icmp v1.1 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Quick Start Guide 7.0 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed,

More information

CA Nimsoft Monitor. Probe Guide for iseries System Statistics Monitoring. sysstat v1.1 series

CA Nimsoft Monitor. Probe Guide for iseries System Statistics Monitoring. sysstat v1.1 series CA Nimsoft Monitor Probe Guide for iseries System Statistics Monitoring sysstat v1.1 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to

More information

Unified Infrastructure Management Compatibility Matrix April 4, 2016

Unified Infrastructure Management Compatibility Matrix April 4, 2016 Unified Infrastructure Management Compatibility Matrix April 4, 2016 1 Unified Infrastructure Management Compatibility Matrix- CA Technologies Legal Notices Copyright 2016, CA. All rights reserved. Warranty

More information

CA Nimsoft Monitor. Probe Guide for Lotus Notes Server Monitoring. notes_server v1.5 series

CA Nimsoft Monitor. Probe Guide for Lotus Notes Server Monitoring. notes_server v1.5 series CA Nimsoft Monitor Probe Guide for Lotus Notes Server Monitoring notes_server v1.5 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to

More information

CA Nimsoft Monitor. Probe Guide for URL Endpoint Response Monitoring. url_response v4.1 series

CA Nimsoft Monitor. Probe Guide for URL Endpoint Response Monitoring. url_response v4.1 series CA Nimsoft Monitor Probe Guide for URL Endpoint Response Monitoring url_response v4.1 series Legal Notices 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 Response. ad_response v1.6 series

CA Nimsoft Monitor. Probe Guide for Active Directory Response. ad_response v1.6 series CA Nimsoft Monitor Probe Guide for Active Directory Response ad_response v1.6 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change

More information

CA Nimsoft Monitor. Probe Guide for DNS Response Monitoring. dns_response v1.6 series

CA Nimsoft Monitor. Probe Guide for DNS Response Monitoring. dns_response v1.6 series CA Nimsoft Monitor Probe Guide for DNS Response Monitoring dns_response v1.6 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change

More information

Nimsoft Monitor. cmdbgtw Guide. v1.0 series

Nimsoft Monitor. cmdbgtw Guide. v1.0 series Nimsoft Monitor cmdbgtw Guide v1.0 series Legal Notices Copyright 2011, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

CA Nimsoft Monitor. Probe Guide for Java Virtual Machine Monitoring. jvm_monitor v1.4 series

CA Nimsoft Monitor. Probe Guide for Java Virtual Machine Monitoring. jvm_monitor v1.4 series CA Nimsoft Monitor Probe Guide for Java Virtual Machine Monitoring jvm_monitor v1.4 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

CA Nimsoft Monitor. Probe Guide for CA ServiceDesk Gateway. casdgtw v2.4 series

CA Nimsoft Monitor. Probe Guide for CA ServiceDesk Gateway. casdgtw v2.4 series CA Nimsoft Monitor Probe Guide for CA ServiceDesk Gateway casdgtw v2.4 series Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or

More information

Nimsoft Monitor. sqlserver Release Notes. All series

Nimsoft Monitor. sqlserver Release Notes. All series Nimsoft Monitor sqlserver Release Notes All series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed,

More information

CA Unified Infrastructure Management Server

CA Unified Infrastructure Management Server CA Unified Infrastructure Management Server CA UIM Server Configuration Guide 8.0 Document Revision History Version Date Changes 8.0 September 2014 Rebranded for UIM 8.0. 7.6 June 2014 No revisions for

More information

CA Nimsoft Monitor. Probe Guide for Microsoft Exchange Server Response Monitoring. ews_response v1.1 series

CA Nimsoft Monitor. Probe Guide for Microsoft Exchange Server Response Monitoring. ews_response v1.1 series CA Nimsoft Monitor Probe Guide for Microsoft Exchange Server Response Monitoring ews_response v1.1 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational

More information

CA Unified Infrastructure Management

CA Unified Infrastructure Management CA Unified Infrastructure Management Probe Guide for Informix Database Monitoring informix v4.1 series Copyright Notice This online help system (the "System") is for your informational purposes only and

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

CA Unified Infrastructure Management

CA Unified Infrastructure Management CA Unified Infrastructure Management hyperv Release Notes All series Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Rapid Workflow Implementation Guide 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Imaging License Server User Guide

Imaging License Server User Guide IMAGING LICENSE SERVER USER GUIDE Imaging License Server User Guide PerkinElmer Viscount Centre II, University of Warwick Science Park, Millburn Hill Road, Coventry, CV4 7HS T +44 (0) 24 7669 2229 F +44

More information

Nimsoft Monitor. xendesktop Guide. v1.0 series

Nimsoft Monitor. xendesktop Guide. v1.0 series Nimsoft Monitor xendesktop Guide v1.0 series Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed,

More information

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center Upgrading from Call Center Reporting to Reporting for Contact Center BCM Contact Center Document Number: NN40010-400 Document Status: Standard Document Version: 02.00 Date: June 2006 Copyright Nortel Networks

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

CA Nimsoft Monitor. Probe Guide for Performance Collector. perfmon v1.5 series

CA Nimsoft Monitor. Probe Guide for Performance Collector. perfmon v1.5 series CA Nimsoft Monitor Probe Guide for Performance Collector perfmon v1.5 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes only and is subject

More information

v6.1 Websense Enterprise Reporting Administrator s Guide

v6.1 Websense Enterprise Reporting Administrator s Guide v6.1 Websense Enterprise Reporting Administrator s Guide Websense Enterprise Reporting Administrator s Guide 1996 2005, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121,

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

http://docs.trendmicro.com

http://docs.trendmicro.com 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 product, please review the readme files,

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Disaster Recovery. Websense Web Security Web Security Gateway. v7.6

Disaster Recovery. Websense Web Security Web Security Gateway. v7.6 Disaster Recovery Websense Web Security Web Security Gateway v7.6 1996 2011, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published 2011 The products and/or methods

More information

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1 Quick Install Guide Lumension Endpoint Management and Security Suite 7.1 Lumension Endpoint Management and Security Suite - 2 - Notices Version Information Lumension Endpoint Management and Security Suite

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

CA Nimsoft Monitor. Probe Guide for Cloud Monitoring Gateway. cuegtw v1.0 series

CA Nimsoft Monitor. Probe Guide for Cloud Monitoring Gateway. cuegtw v1.0 series CA Nimsoft Monitor Probe Guide for Cloud Monitoring Gateway cuegtw v1.0 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

More information

RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE

RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE Installation and Administration Guide RSM Web Client and RSM Web Gateway 17 August, 2004 Page 1 Copyright Notice 2004 Sony Corporation.

More information

Enterprise Manager. Version 6.2. Installation Guide

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

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

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

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

LepideAuditor Suite for File Server. Installation and Configuration Guide

LepideAuditor Suite for File Server. Installation and Configuration Guide LepideAuditor Suite for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

Migrating TimeForce To A New Server

Migrating TimeForce To A New Server Rev. 4/28/14 Migrating TimeForce To A New Server Table of Contents 1. Installation Prerequisites... 2 Required... 2 Recommended... 3 2. Update to a Migration Compatible Version... 3 Determine the Database

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

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

Juris Suite 2.6. Upgrade Guide

Juris Suite 2.6. Upgrade Guide Juris Suite 2.6 Upgrade Guide Table of Contents Introduction... 3 Upgrading Summary... 3 1 Upgrades from MyJuris 1.1 and JurisSuite Pre-2405... 3 Upgrades from 2405 and above versions of JurisSuite...

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.1 Embedded vcenter Server 4.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

More information

Enterprise Remote Control 5.6 Manual

Enterprise Remote Control 5.6 Manual Enterprise Remote Control 5.6 Manual Solutions for Network Administrators Copyright 2015, IntelliAdmin, LLC Revision 3/26/2015 http://www.intelliadmin.com Page 1 Table of Contents What is Enterprise Remote

More information

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software Private Limited, All Rights Reserved

More information

[The BSD License] Copyright (c) 2004-2011 Jaroslaw Kowalski jaak@jkowalski.net

[The BSD License] Copyright (c) 2004-2011 Jaroslaw Kowalski jaak@jkowalski.net Software used by portions of this application require the following license statement: [The BSD License] Copyright (c) 2004-2011 Jaroslaw Kowalski jaak@jkowalski.net All rights reserved. Redistribution

More information

Dell Statistica Document Management System (SDMS) Installation Instructions

Dell Statistica Document Management System (SDMS) Installation Instructions Dell Statistica Document Management System (SDMS) Installation Instructions 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

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

Installation Notes for Outpost Network Security (ONS) version 3.2

Installation Notes for Outpost Network Security (ONS) version 3.2 Outpost Network Security Installation Notes version 3.2 Page 1 Installation Notes for Outpost Network Security (ONS) version 3.2 Contents Installation Notes for Outpost Network Security (ONS) version 3.2...

More information

Juris and Juris Suite 2.5 Service Pack 2. Installation Guide

Juris and Juris Suite 2.5 Service Pack 2. Installation Guide Juris and Juris Suite 2.5 Service Pack 2 Installation Guide Table of Contents Introduction... 2 Planning and Preparation... 2 System Requirements... 2 Server Required Pre-Install Items... 2 Servers Running

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

Lepide Event Log Manager. Users Help Manual. Lepide Event Log Manager. Lepide Software Private Limited. Page 1

Lepide Event Log Manager. Users Help Manual. Lepide Event Log Manager. Lepide Software Private Limited. Page 1 Users Help Manual Lepide Event Log Manager Lepide Software Private Limited. Page 1 Users Help Manual for Lepide Event Log Manager Lepide Software Private Limited, All Rights Reserved This User Guide and

More information

NetBackup Backup, Archive, and Restore Getting Started Guide

NetBackup Backup, Archive, and Restore Getting Started Guide NetBackup Backup, Archive, and Restore Getting Started Guide UNIX, Windows, and Linux Release 6.5 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Copyright 2007 Symantec Corporation.

More information

M86 Web Filter USER GUIDE for M86 Mobile Security Client. Software Version: 5.0.00 Document Version: 02.01.12

M86 Web Filter USER GUIDE for M86 Mobile Security Client. Software Version: 5.0.00 Document Version: 02.01.12 M86 Web Filter USER GUIDE for M86 Mobile Security Client Software Version: 5.0.00 Document Version: 02.01.12 M86 WEB FILTER USER GUIDE FOR M86 MOBILE SECURITY CLIENT 2012 M86 Security All rights reserved.

More information

http://docs.trendmicro.com

http://docs.trendmicro.com 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 product, please review the readme files,

More information

Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide

Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide for 8614xB-series Optical Spectrum Analyzers Installation Guide Copyright Agilent Technologies Company 2001 All Rights Reserved. Reproduction, adaptation, or translation without prior written permission

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

Oracle Enterprise Manager. Description. Versions Supported

Oracle Enterprise Manager. Description. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server Release 10 (4.0.3.1.0) E14811-03 June 2009 This document provides a brief description about the Oracle System

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

EMC ApplicationXtender Server

EMC ApplicationXtender Server EMC ApplicationXtender Server 6.5 Monitoring Guide P/N 300-010-560 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2010 EMC Corporation. All

More information

Getting Started Guide for Symantec On-Demand Protection for Outlook Web Access 3.0

Getting Started Guide for Symantec On-Demand Protection for Outlook Web Access 3.0 Getting Started Guide for Symantec On-Demand Protection for Outlook Web Access 3.0 PN: 12199694 Getting Started Guide for Symantec On-Demand Protection for Outlook Web Access 3.0 The software described

More information

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management

More information

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac)

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac) CA ARCserve Backup Patch Manager for Windows User Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Installation and Operation Manual Portable Device Manager, Windows version

Installation and Operation Manual Portable Device Manager, Windows version Installation and Operation Manual version version About this document This document is intended as a guide for installation, maintenance and troubleshooting of Portable Device Manager (PDM) and is relevant

More information

Installation Guide Supplement

Installation Guide Supplement Installation Guide Supplement for use with Microsoft ISA Server and Forefront TMG Websense Web Security Websense Web Filter v7.5 1996 2010, Websense Inc. All rights reserved. 10240 Sorrento Valley Rd.,

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Microsoft SQL Server 2014. Installation Guide

Microsoft SQL Server 2014. Installation Guide Microsoft SQL Server 2014 Installation Guide Notices 2015 XMPie Inc. All rights reserved. U.S. Patents 6948115, 7406194, 7548338, 7757169 and pending patents. JP Patent 4406364B and pending patents. Microsoft

More information

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide Novell Storage Manager 3.1.1 for Active Directory Installation Guide www.novell.com/documentation Installation Guide Novell Storage Manager 3.1.1 for Active Directory October 17, 2013 Legal Notices Condrey

More information

NETWRIX ACCOUNT LOCKOUT EXAMINER

NETWRIX ACCOUNT LOCKOUT EXAMINER NETWRIX ACCOUNT LOCKOUT EXAMINER ADMINISTRATOR S GUIDE Product Version: 4.1 July 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute a

More information

Remote Control 5.1.2. Tivoli Endpoint Manager - TRC User's Guide

Remote Control 5.1.2. Tivoli Endpoint Manager - TRC User's Guide Tivoli Remote Control 5.1.2 Tivoli Endpoint Manager - TRC User's Guide Tivoli Remote Control 5.1.2 Tivoli Endpoint Manager - TRC User's Guide Note Before using this information and the product it supports,

More information

Symantec Backup Exec 2010 R2. Quick Installation Guide

Symantec Backup Exec 2010 R2. Quick Installation Guide Symantec Backup Exec 2010 R2 Quick Installation Guide 20047221 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement.

More information

Integrated Citrix Servers

Integrated Citrix Servers Installation Guide Supplement for use with Integrated Citrix Servers Websense Web Security Websense Web Filter v7.5 1996-2010, Websense, Inc. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA All rights

More information

Embarcadero Performance Center 2.7 Installation Guide

Embarcadero Performance Center 2.7 Installation Guide Embarcadero Performance Center 2.7 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A.

More information

CA Technologies SiteMinder

CA Technologies SiteMinder CA Technologies SiteMinder Agent for Microsoft SharePoint r12.0 Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information