Best Practices Guide for Managing Statistics Poller Error Messages

Size: px
Start display at page:

Download "Best Practices Guide for Managing Statistics Poller Error Messages"

Transcription

1 F Best Practices Guide for Managing Statistics Poller Error Messages Understanding and Resolving ehealth Polling Errors The ehealth statistics polling cycle is critical to the integrity of the data within the ehealth database. This document will provide the ehealth Administrator with the tools and knowledge to understand and resolve the possible errors which can be encountered by the ehealth Statistics poller. Prepared by: Jason Normandin/Sheldon Chapman Concord Technical Support Copyright 2004 Concord Communications, Inc. ehealth, the Concord Logo, Live Health, Live Status, SystemEDGE, AdvantEDGE and/or other Concord marks or products referenced herein are either registered trademarks or trademarks of Concord Communications, Inc. Other trademarks are the property of their respective owners.

2 I. Table of Contents I. TABLE OF CONTENTS... 2 II. EXECUTIVE SUMMARY... 3 DOCUMENT FOCUS... 3 III. UNDERSTANDING THE EHEALTH STATISTICS POLLING CYCLE... 3 BACKGROUND INFORMATION... 3 OVERVIEW... 3 DETAILS OF THE STATISTICS POLLING CYCLE... 3 IV. STATISTICS POLLER LOGGING MECHANISMS... 6 STATISTICS POLLING STATUS WINDOWS... 6 STATISTICS POLLER MESSAGES FILE... 6 V. REVIEWING THE STATISTICS POLLER ERROR MESSAGES... 7 HOW OFTEN SHOULD THE LOGS BE CHECKED... 7 PARSING THE ERROR MESSAGES LOG... 7 OTHER TOOLS AVAILABLE... 8 VI. RESOLVING NO RESPONSE TO PING ERROR MESSAGES... 8 CAUSE... 8 RESOLUTION... 9 VII. RESOLVING NO RESPONSE TO SNMP ERROR MESSAGES... 9 CAUSE... 9 RESOLUTION VIII. RESOLVING DEVICE EXCEEDED ALLOWABLE TIMEOUTS ERROR MESSAGES CAUSE RESOLUTION IX. RESOLVING LARGE DELTA' ERROR MESSAGES CAUSE RESOLUTION X. RESOLVING GENERIC SNMP ERROR MESSAGES CAUSE RESOLUTION XI. OPENING A TICKET WITH CONCORD TECHNICAL SUPPORT XII. OTHER RESOURCES

3 II. Executive Summary Document Focus This document is designed to introduce the new or established ehealth Administrator to the ehealth Statistics Poller process and the types of Statistics Poller errors that the user may encounter. Through the use of this document the ehealth Administrator should be able to better manage the ehealth Statistics Polling cycle and minimize potential data loss that may occur due to polling errors. III. Understanding the ehealth Statistics Polling Cycle Background Information Overview In order to understand the ehealth polling process it is necessary to understand the components involved in providing and collecting the data. The first component is the device s Management Information Base (MIB). The MIB is a formal description of the set of object identifiers (OID s) that can be managed using the SNMP protocol. The actual information that ehealth collects and stores in the database is contained within the OID s of the device s MIB. The second component is the MIB translation file (MTF). Each MTF file identifies the objects and variables associated with a given element. These variables are listed as a set of statements that map MIB variables to the appropriate database columns. This proprietary technology allows ehealth to normalize data collection from standard and proprietary agents available from multiple vendors. By normalizing data collection, ehealth can reliably analyze data collected from different agents and vendors and display it in the same report using a standard set of labels, such as Bandwidth Utilization. The final component is the precompiled MIB file (PCM). A PCM file contains the formal object names and corresponding object identifiers (OID s) for the variables that will be polled by ehealth. ehealth utilizes this file as a guide to determine which object identifiers will be requested from the device s MIB during the poll cycle. ehealth utilizes the statistics polling cycle to obtain SNMP statistics for the devices within the ehealth element configuration. The poller process performs SNMPGET operations for each MIB object associated with the ehealth variables for that element. The device responds to our SNMP requests and the data is then stored within the ehealth database for that element and variable. Details of the Statistics Polling Cycle Poller Initialization The first action taken by the ehealth statistics poller is the poller initialization process. This occurs only when either ehealth or the poller itself is stopped and restarted. 3

4 In ehealth versions 5.6.x and earlier, the following actions are taken by the initialization process: 1. The element configuration information from the ehealth $NH_HOME/poller/poller.cfg file is read into memory 2. The element configuration information from the ehealth database is read into memory 3. The database and poller.cfg configurations are then compared to determine if any differences exist between the two configurations a. If elements exist in the poller.cfg file that do not exist in the database configuration, these elements are added to the database as specified within the poller.cfg file b. If elements exist in the database that do not exist in the poller configuration, stub elements are created within the poller configuration to mark the place of each missing element i. These stub elements will not be polled and the element configuration will be marked by the assignment of unknown.mtf within the mtffile parameter ii. This is due to the fact that there is not enough information within the database s element configuration tables to accurately rebuild the element within the poller configuration 4. The MTF file associated with each element within the configuration is then read into the poller processes, nhipoller, memory. 5. The PCM file associated with each MTF file is then read into poller memory 6. The poll records are then created within the universal poll list for each element documenting the following information obtained from the above initialization: a. Agent IP Address b. Community String c. SNMP Port (default is 161) d. Element index values e. The MIB objects to be polled for each element from the PCM and MTF files f. The MIB object type for each object is noted (Eg. Gauge, Counter, or Octet String object) In ehealth version 5.7 and later, there is no longer a poller.cfg file. All element configuration information is stored within the ehealth database. This improves the performance of the poller initialization process as steps 1 and 3 are no longer required. Poll Cycle The ehealth statistics poller will then begin to poll each element within the universal poll list starting from the top and continuing until the end of the list is reached. The steps performed during this process are as follows: First Poll 4

5 1. A ping request is sent to the Agent IP Address or configured interface IP Address a. A ping will not be sent if the following conditions have been met i. Ping request previously sent and response received for element having the same Agent IP Address ii. The NH_POLL_PING_DISABLED variable is set to yes 2. SNMP requests are sent to each Agent IP Address for each element for the associated OID s observing the limits defined by the following ehealth environmental variables: a. NH_STATS_POLLS_PER_SECOND b. NH_POLL_AGENT_THROTTLE c. NH_SNMP_TIMEOUT d. NH_SNMP_RETRIES e. NH_SNMP_DEVICE_TIMEOUTS 3. If the MIB object polled is a counter, store this first value as the baseline for delta calculations 4. Once all requests are received or all SNMP requests have exceeded the allowable timeouts and retries defined above, the polltime (the actual time it took to complete the poll) value is compared to the configured basepolltime (the configured normal stats poll cycle value, 300 seconds by default) Second Poll a. If polltime > basepolltime, start a new cycle immediately i. For example, if the configured poll cycle is 5 minutes (300 seconds) and the last poll took 309 seconds, a new poll would begin immediately b. Else wait until next poll cycle is due 1. Repeat steps above i. For example, if the configured poll cycle is 5 minutes (300 seconds) and the last poll took 209 seconds, the poller process would sleep for 91 seconds and then begin the next poll 2. Perform any necessary availability backfill operations if the ehealth application was down prior to the first poll 3. If the MIB object polled is a counter, subtract the previous counter value from the current counter value to determine the delta value. This is the value that is stored within the ehealth database Subsequent Polls 1. Repeat steps above calculating the delta values for all counter values 5

6 IV. Statistics Poller Logging Mechanisms The ehealth statistics poller will log all polling related error messages or informational messages to the Statistics Poller Status Window and the Statistics Poller messages file ($NH_HOME/log/pollerStatus/messages.stats.log). Statistics Polling Status Windows The Statistics Polling Status Window provides the ehealth Administrator with a quick view of the overall ehealth polling cycle. The information contained within this window includes: 1. Time of the next poll a. The time of the next poll is the next time that any poll (Fast, Normal, or Slow) will occur 2. Number of successful polls (Good Polls) a. This window displays separate bars for elements polled at each of the different poll rates. 3. Number of unsuccessful polls (Bad Polls) a. See above 4. Polling Status Indicator a. The circle changes color to indicate the polling status i. The circle changes from blue to yellow to indicate that the poll time is approaching ii. An orange circle indicates that the poller is initializing iii. A green circle indicates that a poll is in progress iv. A red circle indicates that polling has stopped 5. Additionally, the Statistics Poller Status Window provides the option to view the poller error messages that are being logged by the Statistics Poller. The messages are available by selecting the Show Messages option. Statistics Poller Messages File The ehealth Statistics Poller will log all error messages or informational messages displayed within the Statistics Polling Status Window to Statistics Poller Messages File (messages.stats.log). This file is stored within the $NH_HOME/log/pollerStatus directory. This directory also contains message files for the other ehealth polling processes (not covered within this document). Message File messages.stats.log Description Statistics Polling Status window messages 6

7 messages.stats.log.bak messages.traffic.log messages.traffic.log.bak messages.import.log messages.import.log.bak Previous messages.stats.log Conversations Polling Status window messages Previous messages.traffic.log Import Polling Status window messages Previous messages.import.log Once the messages.stats.log file reaches the default maximum size of 1 MB, ehealth moves it to a backup log file named messages.stats.log.bak and overwrites the existing backup log file if one exists. ehealth then starts a new log file using the default file name. The 1 MB maximum size value can be increased or decreased using the NH_POLL_LOG_SIZE environmental variable if more or less information is needed by the ehealth Administrator. NH_POLL_LOG_SIZE specifies the maximum size of the log files and backup files in bytes. The default value is and it defines the maximum value for the log file size in bytes with valid values being 1 to any integer. V. Reviewing the Statistics Poller Error Messages The messages within either the Statistics Poller Status Window or the messages.stats.log file should be reviewed by the ehealth Administrator on a regular basis to minimize the number of bad polls which can result. How Often Should the Logs Be Checked The poller messages should be reviewed at minimum on a daily basis to ensure that the elements in the configuration are being polled correctly. The polling errors must be resolved to prevent continued data loss that occurs when elements are unable to be polled successfully. If left unresolved, errors can build up to a point where the actual poll cycle is extended due to timeout and retries attempts for unresponsive devices. Parsing the Statistics Poller Messages Log Through the use of command line utilities and scripts provide by Concord Communications Technical Support the messages can be reformatted in a way that allows for quick review and analysis of the messages contained within the log file. The UNIX grep command can be utilized to prioritize the messages that are frequently occuring versus those that may have been a one time occurrence. The following command effectively counts the number of times an error appears in the messages.stats.log file and sorts them in order of highest occurring to lowest. grep "'" $NH_HOME/log/pollerStatus/messages.stats* cut -f2- -d"'" sed 's/delta.*//g' sort uniq -c sort -nr Output of this command will provide information similar to the following: Count Element Name Error Message 7

8 132 JNORMANDIN-C400-SH-disk-Harddisk0': no response. 131 JNORMANDIN-C400-SH-enet-port-4': no response. 130 JNORMANDIN-C400-SH-enet-port-65542': no response. 130 JNORMANDIN-C400-SH-Cpu-1': no response. 130 JNORMANDIN-C400-SH-C:': no response. 99 JNORMANDIN-C400-SH-D:': no response. 99 JNORMANDIN-C400-SH': no response. 33 missouri-1691-sh-ehealth-nhirmtout': no response (Empire process polling received snmp timeout while in state EpSentPMonPoll) Additionally, the nhssortpollingerrorslite utility is available from the Concord Communications Technical Knowledgebase ( using solution ID TS This utility creates comma separated value (CSV) files which can be viewed and sorted easily using Microsoft Excel or another equivalent application. Please see solution ID TS16405 for additional information regarding the nhssortpollingerrorslite utility. Other Tools Available Additional tools are also available to assist the ehealth Administrator in managing the Statistics Polling Cycle. The nhlistelements utility accepts the nodbdatafor flag. This flag will display all elements that have not had data inserted in the DB for the number of hours specified by this flag. The data loss is usually the result of polling errors for the element in question. For example, to obtain a list of all elements that have not had data inserted within the past 12 hours, the following command could be used: nhlistelements nodbdatafor 12 This list can then be compared to the messages seen in the messages.stats.log to determine the cause of the data gap. VI. Resolving No Response to Ping Error Messages Cause The ehealth poller process first pings each IP address before sending out an SNMP request during the poll cycle. If the device does not respond to ehealth s ping request, the poll for this element is considered a "Missed Poll" and no SNMP data is collected. Given this information it is crucial that the network path between the ehealth server and the device to be polled allow for a ping request/response. If the device responds to a manual ping via the command line, then it may be possible that ping packet size limitations may exist on the network or destination device. The default ping packet size utilized by ehealth is 100 bytes which differs from the default ping packet size used by the command line ping command (Windows=32 bytes, UNIX=64 bytes). 8

9 Resolution Ensure that the ping test performed via the command line utilizes the correct 100 byte ping packet size as utilized by the ehealth poller process. Additionally, the ping packet size utilized by ehealth can be modified via the NH_POLL_PING_PKTSIZE variable. If the command line ping using the correct ping packet size is successful, then network restrictions are likely not the cause for the failure and network latency or other factors may be contributing to a timeout issue. Routers for example may give lower priority to ping requests which can result in delayed responses when the device is busy. Increasing the value of the NH_POLL_PING_TIMEOUT environment variable will increase the wait time of the poller before timing out the request. The default value for the NH_POLL_PING_TIMEOUT variable is 1 second. Alternately the value of the NH_POLL_PING_RETRIES environment variable could be increased. This variable controls how many times ehealth will attempt to ping a device. The default value for the NH_POLL_PING_RETRIES variable is 4. NOTE: Each time ehealth retries a failed poll attempt the timeout period is, by default, doubled. When the device is queried ehealth will wait 1 second before sending another query. On the second query ehealth will wait 2 seconds. The third query will wait 4 seconds and the final 8 seconds. This means if this device fails to respond the total time elapsed from the first to last attempts would be 16 seconds ( ). Based on this modifying the timeout and retries variables can have a dramatic affect on the performance of the ehealth statistics poller. If the device does not respond to manual pings from the command line, then network restrictions may be prohibiting the ping request/response. If that is the case and changes to the network configuration cannot be made to allow for this communication, it is possible to disable the ping portion of each poll. To disable pings set the NH_POLL_PING_DISABLE environment variable to yes. It must be noted that this change will affect all elements polled and cannot be made on a device by device basis. Disabling the poll-ping will cause ehealth to calculate the reachability values based on SNMP responses rather than true device reachability via ping. This change should only be made as a last resort. Please see the ehealth Administration Reference for additional details regarding the available poller ping variables. VII. Resolving No Response to SNMP Error Messages Cause The most common cause of "No response to SNMP" errors during a polling cycle is due to an ehealth timeout waiting for the polled device to respond to the SNMP request. 9

10 Resolution Increasing the value of the NH_SNMP_TIMEOUT environment variable will allow ehealth to wait longer for device responses. The default value for the NH_SNMP_TIMEOUT variable is equal to microseconds (4 seconds). Additionally the value of the NH_SNMP_RETRIES environment variable could be increased. This variable controls how many times ehealth will send an SNMP request to a device. The default value for the NH_SNMP_RETRIES variable is 3. NOTE: By default each time ehealth resends an SNMP request to a device the timeout period is by default doubled. This setting is controlled by the NH_POLL_BS variable. Example: NH_SNMP_TIMEOUT set to NH_POLL_PING_RETRIES set to 5 In the above example an SNMP request is sent to a network device that does not respond. The first time the device is queried ehealth will wait 4 seconds before sending another query. On the second query ehealth will wait 8 seconds. The third query will wait 16 seconds. The fourth 32 seconds, and the fifth will wait 64 seconds. This means if this device fails to respond the total time elapsed form the first attempt through all of the retries would be = 124 seconds. Increasing this variable can have a dramatic affect on the overall poll cycle time and should only be modified incrementally to limit this affect. Additionally, an alternative retry/timeout algorithm can be specified using the NH_POLL_BS variable. The valid values for that variable are: Constant sets a progression of equal timeout periods with the default timeout value of 4 seconds. Linear sets a progression of timeout periods where each subsequent period is incremented by the timeout value itself. For example, three retries yields timeout periods of 4, 8, and 12 seconds. Exponential sets a progression of timeout values where subsequent timeout values are increased by a factor of 2. For example, for three retries, the timeouts are 4, 8, and 16 seconds. Please see the ehealth Administration Reference for additional information regarding these variables. VIII. Resolving Device Exceeded Allowable Timeouts Error Messages 10

11 Cause Resolution A device exceeded allowable timeouts message is caused by multiple elements on a device not responding to ehealth SNMP requests. ehealth will stop sending SNMP requests to a device after a given number of elements associated with that device have not responded to any SNMP requests. Any elements associated with that device that have not yet been polled will not be polled. The device timeout value can be adjusted via the NH_SNMP_DEVICE_TIMEOUTS environmental variable. NH_SNMP_DEVICE_ TIMEOUTS specifies the maximum number of SNMP request timeouts for each device on a given poll before the poller considers it a missed poll and proceeds to the next device. The poller attempts the requests again on all subsequent polls. Device timeouts help reduce the time spent polling devices that are not responding to polls on a consistent basis. Reducing the value may cause missed polls for agents that are slow to respond. Increasing the value will increase poll times in configurations where devices are not responding. Setting this variable to 15, for example, indicates that if any 15 elements on the same agent fail to respond after all retries and timeouts, the poller will give up trying to poll that agent for this poll period. Please see the ehealth Administration Reference for additional information regarding this variable. IX. Resolving Large Delta Error Messages Cause Resolution A large delta error is reported when the delta between the counter value for the last poll and the counter value for the current poll counter reaches or exceeds 50% of its maximum value. For a 32 bit counter the error is reported when this value is 2^31 ( ) or greater. For a 64 bit counter the error is reported when this value is 2^63 ( ) or greater. The four possible causes for this type of message are: 1. Index Shift The index has shifted on the device and ehealth is now polling a port that is incorrect for that element type. Re-discover the device and review the discover log to see if this element is updated. 2. Fast Network Link The speed of the device is so fast (> 10MB) that the counters are wrapping within the time interval of the polling cycle. Switch the polling speed to Fast Polling or change the element s associated agent type to a 64 bit counter if available. 3. The device may not be certified or certified for these specific statistics 11

12 Check to make sure the device is certified on the Concord Web Site. If the device is not certified, you may request certification through the Concord Web Site. 4. MIB Agent Failure The MIB agent on the device in question is decrementing the counter. No counters should ever decrement and therefore this would be considered a bug initiated by the vendor s firmware. To verify a broken (decrementing) counter, run the following commands from $NH_HOME as $NH_USER and output the results to a file: Command syntax version P06 and prior the -s switch is in milliseconds: nhsnmptool -n -c <comm_string> -POLLsa -s o <Object_IDentifier> <ip_address> > <OutPutFileName> & Command syntax version P07 and after the -s switch is in seconds: nhsnmptool -n -c <comm_string> -POLLsa -s 60 -o <Object_IDentifier> <ip_address> > <OutPutFileName> & Note: To determine the application object identifiers utilize the ehealth Element Variable Report From the WEB GUI, Run Reports Tab > AT-A-Glance >Drill Down > Trend > Drill Down > Element Variable Report > MIB Variable From the WEB GUI, Organization Tab > Expand Elements > Select Element > Element Variable Report > MIB Variable Note: If an index number is required, it can be obtained from the ehealth Console > Setup > Poller Configuration. Select the element in question and determine the applicable element index value(s). Note: The index values should be substituted into the object identifier value as follows: $1 Index 1 $2 Index 2 $3 Index 3 $4 Index 4 These commands will output the counter values polled directly from the device s MIB agent documenting the decrementing counters. This information should then be utilized to contact the device manufacturer for a firmware upgrade to correct the issue. Please see the ehealth Administration Guide for more information regarding the nhsnmptool command. 12

13 X. Resolving Generic SNMP Error Messages Cause Resolution Error messages reporting that a particular element received an SNMP error indicate that the device was unable to provide an OID requested in the ehealth SNMP request. The most common causes of this issue are: 1. The device has not been certified by Concord 2. The element in question has had an index shift and is no longer available using the index polled by ehealth To resolve these issues: 1. Verify the device is supported using the Concord Communications certified devices web page ( and re-discover the device after applying the latest device certification patch 2. Re-discover the device to resolve any index shifts that may have occurred XI. Opening a Ticket with Concord Technical Support If the above information does not resolve the specific error messages you are receiving or if you are receiving an error message which is not detailed within this document, the following information is often necessary for Concord Technical Support to sufficiently diagnose the issue. 1. Output of the nhgetsupportinfo utility using the statspoller flag: nhgetsupportinfo type statspoller 2. The CSV file created by the nhssortpollingerrorslite utility 3. The poller messages files 4. An ehealth ASCII Trend report for Good Polls, Bad Polls, Missed Polls, Reachability, and Availability for the timeframe and element in question 5. A full description of the problem and circumstances surrounding the problem such as network changes etc This information should be provided to Concord Technical Support when opening the issue. XII. Other Resources In addition to this document there are many other resources available to the ehealth Administrator to assist in the resolution of statistics polling errors. These include, but are not limited to: 13

14 Standard ehealth Documentation: o o ehealth Administration Guide o ehealth Administration Reference Concord Communications Best Practices Guides, Whitepapers, and Focus Topics: o Discover Best Practices o Data Validation Best Practices Guide o Tuning the Statistics Poller Guide Concord Communications Knowledgebase o 14

Slide 1. Best Practices. Copyright 2003 Concord Communications, Inc. All Rights Reserved. EDU Module Name Here Slide 1

Slide 1. Best Practices. Copyright 2003 Concord Communications, Inc. All Rights Reserved. EDU Module Name Here Slide 1 Slide 1 Best Practices Copyright 2003 Concord Communications, Inc. All Rights Reserved. EDU- 1004.00 Slide 1 Slide 2 Slide 2 Proprietary Notice The information and descriptions contained herein are the

More information

Best Practices Guide for ehealth Data Validation

Best Practices Guide for ehealth Data Validation Best Practices Guide for ehealth Data Validation Verifying the ehealth Report data is consistent with the values returned by the polled device. This guide will provide insight into the procedure to ensure

More information

Getting Started with ehealth for Voice Cisco Unity & Unity Bridge

Getting Started with ehealth for Voice Cisco Unity & Unity Bridge Focus on Setup Getting Started with ehealth for Voice Cisco Unity & Unity Bridge What s Inside About ehealth for Voice Cisco Unity. An overview of the product components. Requirements. Prerequisites for

More information

Best Practices for Using the ehealth Discover Process

Best Practices for Using the ehealth Discover Process Best Practices for Using the ehealth Discover Process The ehealth discover process is a powerful tool that locates resources within your infrastructure so that ehealth can report on their performance and

More information

Monitoring UPS Devices and Environmental Sensors Using ehealth

Monitoring UPS Devices and Environmental Sensors Using ehealth Focus Topic August 2005 Monitoring UPS s and Environmental s Using ehealth Uninterruptible Power Supplies (UPS) and Environmental s are widely deployed in IT environments. A UPS provides reliable power

More information

Managing Cisco QoS Using ehealth

Managing Cisco QoS Using ehealth Focus Topic January 2006 Managing Cisco QoS Using ehealth Quality of Service (QoS) is a measure of performance that allows you to configure different levels of service for various types of traffic in your

More information

CA Performance Management Data Aggregator

CA Performance Management Data Aggregator CA Performance Management Data Aggregator Basic Self-Certification Guide 2.4.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

ehealth Integration for HP OpenView User Guide

ehealth Integration for HP OpenView User Guide ehealth Integration for HP OpenView User Guide MN-NHHPOV-003 July 2005 Important Notice Concord Communications, Inc., ehealth, ehealth Suite, the Concord Logo, eroi, AdvantEDGE, SystemEDGE, Live Health,

More information

CA ehealth. Setting Up Service Availability 2.0. r6.1

CA ehealth. Setting Up Service Availability 2.0. r6.1 CA ehealth Setting Up Service Availability 2.0 r6.1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

Getting Started with ehealth for Voice--Cisco CallManager

Getting Started with ehealth for Voice--Cisco CallManager Focus on Setup Getting Started with ehealth for Voice-- Cisco CallManager manages IP telephony devices and call services over a data network and manages call setup, controls call devices, and collects

More information

ehealth Administration Overview Guide

ehealth Administration Overview Guide ehealth Administration Overview Guide MN-EHADMOV-001 October 2006 This documentation (the "Documentation") and related computer software program (the "Software") (hereinafter collectively referred to as

More information

ehealth Integration for Lucent Application Brief

ehealth Integration for Lucent Application Brief ehealth Integration for Lucent Application Brief May 1, 2002 Version 7 Prepared By: 3 rd Party Integration Team Copyright 2001 Concord Communications, Inc. 600 Nickerson Rd. Marlborough, MA 01752 All Rights

More information

Concord OneClick for ehealth

Concord OneClick for ehealth Focus on Value Concord OneClick for ehealth The new administration console for ehealth provides a single user interface from which multiple administrators can quickly and easily manage ehealth systems

More information

CorreLog. Ping Monitor Adapter Software Users Manual

CorreLog. Ping Monitor Adapter Software Users Manual CorreLog Ping Monitor Adapter Software Users Manual http://www.correlog.com mailto:info@correlog.com CorreLog, Ping Monitor Users Manual Copyright 2008-2017, CorreLog, Inc. All rights reserved. No part

More information

Frequently Asked Questions About Performance Monitor

Frequently Asked Questions About Performance Monitor APPENDIXA Frequently Asked Questions About Performance Monitor The following topics answer common questions about Performance monitor and contain troubleshooting tips: Installation, page A-1 Importing,

More information

HP Network Node Manager i Software Step-by-Step Guide to Custom Poller

HP Network Node Manager i Software Step-by-Step Guide to Custom Poller HP Network Node Manager i Software Step-by-Step Guide to Custom Poller NNMi 9.1x Patch 2 This document includes two examples. The first example illustrates how to use Custom Poller to monitor disk space.

More information

Troubleshooting CiscoView

Troubleshooting CiscoView APPENDIX A Troubleshooting CiscoView This appendix provides information about troubleshooting CiscoView. It provides the most common FAQs (Frequently Asked Questions) and a troubleshooting table of common

More information

Distributed ehealth Concepts

Distributed ehealth Concepts Focus on Value ehealth Concepts Business networks often contain hundreds of thousands, or even millions, of manageable resources. These resources can include everything from LAN/ WAN interfaces, routers,

More information

HP Network Node Manager i-series Software

HP Network Node Manager i-series Software HP Network Node Manager i-series Software For the Windows, HP-UX, Linux, and Solaris operating systems Software Version: NNMi 8.1x patch 4 (8.12) Online Help: Document Release Date: June 2009 Software

More information

Quick Start Guide. Version R92. English

Quick Start Guide. Version R92. English Monitoring Configuration Quick Start Guide Version R92 English April 11, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

WhatsConfigured v3.1 User Guide

WhatsConfigured v3.1 User Guide WhatsConfigured v3.1 User Guide Contents Table of Contents Welcome to WhatsConfigured v3.1 Finding more information and updates... 1 Sending feedback... 2 Deploying WhatsConfigured STEP 1: Prepare the

More information

WhatsConnected v3.5 User Guide

WhatsConnected v3.5 User Guide WhatsConnected v3.5 User Guide Contents Table of Contents Welcome to WhatsConnected Finding more information and updates... 5 Installing and Configuring WhatsConnected System requirements... 6 Installation

More information

OneVision DEFINITY G3 Fault Management Installation and Integration for AT&T OneVision

OneVision DEFINITY G3 Fault Management Installation and Integration for AT&T OneVision 585-229-109 Issue 1 October, 1995 Table of Contents OneVision DEFINITY G3 Fault Management Installation and Integration for AT&T OneVision Graphics AT&T 1988 Contents About This Book vii Intended Audiences

More information

OneVision DEFINITY G3 Fault Management Installation and Integration for AT&T OneVision

OneVision DEFINITY G3 Fault Management Installation and Integration for AT&T OneVision 585-229-109 Issue 1 October, 1995 Table of Contents OneVision DEFINITY G3 Fault Management Installation and Integration for AT&T OneVision Graphics AT&T 1988 Blank Page Contents About This Book vii Intended

More information

Getting Started with Notifications

Getting Started with Notifications Getting Started with Notifications Getting Started with Notifications The Notifications application is used to monitor switch activity and configure trap management tasks, including: Monitoring switch

More information

Asynchronous Method Calls White Paper VERSION Copyright 2014 Jade Software Corporation Limited. All rights reserved.

Asynchronous Method Calls White Paper VERSION Copyright 2014 Jade Software Corporation Limited. All rights reserved. VERSION 7.0.10 Copyright 2014 Jade Software Corporation Limited. All rights reserved. Jade Software Corporation Limited cannot accept any financial or other responsibilities that may be the result of your

More information

New Features in ehealth Release 5.7

New Features in ehealth Release 5.7 Focus on Value New Features in ehealth Release 5.7 As your business grows, managing the network that supports it should require less, not more oversight. Concord s ehealth Suite 5.7 delivers enhanced application

More information

NDPS Gateway PS012-02

NDPS Gateway PS012-02 NDPS Gateway 2.5 4343-PS012-02 Foreword Welcome NDPS Gateway is software that controls printers and print jobs and checks their status in an NDPS (Novell Distributed Print Services) environment, the newest

More information

HPE Network Node Manager i Software 10.30

HPE Network Node Manager i Software 10.30 HPE Network Node Manager i Software 10.30 Step-by-Step Guide to Custom Poller White Paper Contents Custom Poller... 3 Setting Up Your MIB... 3 Step 1: Identify the MIB Variable You Want to Poll... 3 Step

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

More information

Using SolarWinds Orion for Cisco Assessments

Using SolarWinds Orion for Cisco Assessments This PDF is no longer being maintained. Search the SolarWinds Success Center for more information. Using SolarWinds Orion for Cisco Assessments Cisco Network Assessments Registering Your Assessment...

More information

Software Update C.09.xx Release Notes for the HP Procurve Switches 1600M, 2400M, 2424M, 4000M, and 8000M

Software Update C.09.xx Release Notes for the HP Procurve Switches 1600M, 2400M, 2424M, 4000M, and 8000M Software Update C.09.xx Release Notes for the HP Procurve Switches 1600M, 2400M, 2424M, 4000M, and 8000M Topics: TACACS+ Authentication for Centralized Control of Switch Access Security (page 7) CDP (page

More information

Event Management Guide

Event Management Guide Network Manager IP Edition Version 3 Release 9 Event Management Guide SC27-2763-04 Network Manager IP Edition Version 3 Release 9 Event Management Guide SC27-2763-04 Note Before using this information

More information

Appendix A Remote Network Monitoring

Appendix A Remote Network Monitoring Appendix A Remote Network Monitoring This appendix describes the remote monitoring features available on HP products: Viewing System Information You can access software and hardware specifics for an HP

More information

Fault Management. Overview of Polling and Thresholds CHAPTER

Fault Management. Overview of Polling and Thresholds CHAPTER CHAPTER 3 This chapter describes the following topics: Overview of Polling and Updating Polling Parameters and Setting Priorities Threshold Configuration Managing Polling Parameters Applying Polling and

More information

ehealth Time Skew Problem and Solution

ehealth Time Skew Problem and Solution A mechanism for correcting ehealth time skews A series of small corrections synchronizes the ehealth and polled device clocks ehealth Time Skew Problem and Solution Copyright 2003 Concord Communications,

More information

Perle Dial-Out User s Guide

Perle Dial-Out User s Guide Perle Dial-Out User s Guide 95-2345-05 Copyrights Copyright 1996-2000, Perle Systems Limited and its suppliers. IBM is the registered trademark of International Business Machines Corporation. Microsoft,

More information

OneVision DEFINITY G3 Fault Management Installation and Integration for HP OpenView on an HP9000

OneVision DEFINITY G3 Fault Management Installation and Integration for HP OpenView on an HP9000 585-229-104 Issue 2 April 1996 Table of Contents OneVision DEFINITY G3 Fault Management Installation and Integration for HP OpenView on an HP9000 Graphics Contents About This Book vii Audience vii Prerequisites

More information

Using WinTask to Extend ehealth Application Monitoring

Using WinTask to Extend ehealth Application Monitoring Using WinTask to Extend ehealth Application Monitoring WinTask is a task-automation tool that can record and play back user actions for any Windows-based application. It captures all the user activity

More information

WebAccess Device Driver Guide. BwSNMP Broadwin to SNMP Agent (Simple Network Management Protocol) Device Driver Guide

WebAccess Device Driver Guide. BwSNMP Broadwin to SNMP Agent (Simple Network Management Protocol) Device Driver Guide BwSNMP Broadwin to SNMP Agent (Simple Network Management Protocol) Device Driver Guide Version 5.0 rev 1 Broadwin Technology, Inc. Table of Contents BwSNMP Broadwin to SNMP Agent (Simple Network Management

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Logging Network Statistics Using Accounting Profiles Modified: 2017-01-18 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Avaya C360 SMON User Guide

Avaya C360 SMON User Guide Avaya C360 SMON User Guide May 2004 Avaya C360 SMON User Guide Copyright 2004 Avaya Inc. All Rights Reserved The products, specifications, and other technical information regarding the products contained

More information

Chapter 23. Simple Network Management Protocol (SNMP)

Chapter 23. Simple Network Management Protocol (SNMP) Chapter 23 Simple Network Management Protocol (SNMP) 1 The McGraw-Hill Companies, Inc., 2000 1 CONTENTS CONCEPT MANAGEMENT COMPONENTS SMI MIB SNMP MESSAGES UDP PORTS SECURITY 2 The McGraw-Hill Companies,

More information

Accessing SGM Data from a Web Browser

Accessing SGM Data from a Web Browser CHAPTER 7 Accessing SGM Data from a Web Browser This chapter provides information about accessing SGM data from the SGM server home page, using a Web browser. This chapter includes the following sections:

More information

CA Spectrum Multicast Manager

CA Spectrum Multicast Manager CA Spectrum Multicast Manager User Guide Release 9.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

sflow Agent Contents 14-1

sflow Agent Contents 14-1 14 sflow Agent Contents Overview..................................................... 14-2 Flow Sampling by the sflow Agent........................... 14-2 Counter Polling by the sflow Agent...........................

More information

Finding Support Information for Platforms and Cisco IOS Software Images

Finding Support Information for Platforms and Cisco IOS Software Images First Published: June 19, 2006 Last Updated: June 19, 2006 The Cisco Networking Services () feature is a collection of services that can provide remote event-driven configuring of Cisco IOS networking

More information

SCADAPack DNP Driver. User and Reference Manual

SCADAPack DNP Driver. User and Reference Manual SCADAPack DNP Driver User and Reference Manual CONTROL MICROSYSTEMS SCADA products... for the distance 48 Steacie Drive Telephone: 613-591-1943 Kanata, Ontario Facsimile: 613-591-1022 K2K 2A9 Technical

More information

Accessing SGM Data from a Web Browser

Accessing SGM Data from a Web Browser CHAPTER 7 Accessing SGM Data from a Web Browser This chapter provides information about accessing SGM data from the SGM server home page, using a Web browser. This chapter includes the following sections:

More information

Security Management System Release Notes

Security Management System Release Notes Security Management System Release Notes Version 5.1 Important notes You can upgrade the SMS to v5.1 directly from SMS v4.4 or later. If you are upgrading from a release earlier than v4.4 you must first

More information

Monitoring Event Logs

Monitoring Event Logs 13 CHAPTER This chapter describes the Monitoring module of Cisco NAC Appliance. Topics include: Overview, page 13-1 Interpreting Event Logs, page 13-4 Configuring Syslog Logging, page 13-9 Cisco NAC Appliance

More information

HP Network Node Manager 9: Getting Started. Manage your network effectively with NNMi. Marius Vilemaitis. J enterprise PUBLISHING MUMBAI BIRMINGHAM

HP Network Node Manager 9: Getting Started. Manage your network effectively with NNMi. Marius Vilemaitis. J enterprise PUBLISHING MUMBAI BIRMINGHAM HP Network Node Manager 9: Getting Started Manage your network effectively with NNMi Marius Vilemaitis r PUBLISHING J enterprise BIRMINGHAM - MUMBAI Preface 1 Chapter 1: Before we Manage with NNMi 7 What

More information

Advanced Application Reporting USER GUIDE

Advanced Application Reporting USER GUIDE Advanced Application Reporting USER GUIDE CONTENTS 1.0 Preface: About This Document 5 2.0 Conventions 5 3.0 Chapter 1: Introducing Advanced Application Reporting 6 4.0 Features and Benefits 7 5.0 Product

More information

Power IQ DCIM Monitoring Version 6.2.1

Power IQ DCIM Monitoring Version 6.2.1 Power IQ DCIM Monitoring Version 6.2.1 These Release Notes contain important information regarding the release of this product, so please read them carefully. We strongly recommend that you read the entire

More information

CA ehealth Integration for HP OpenView

CA ehealth Integration for HP OpenView CA ehealth Integration for HP OpenView User Guide r6.1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

Avaya C460 SMON User Guide

Avaya C460 SMON User Guide Avaya C460 SMON User Guide August 2003 Avaya C460 SMON 5.2 User Guide Copyright 2003 Avaya Inc. All Rights Reserved The products, specifications, and other technical information regarding the products

More information

ehealth SPECTRUM Integration

ehealth SPECTRUM Integration User Guide March 2007 ehealth SPECTRUM Integration Whether you are a large enterprise or a service provider, your operations team faces a significant challenge maintaining critical service levels across

More information

Network Performance Monitor

Network Performance Monitor GETTING STARTED GUIDE Network Performance Monitor Version 12.2 Part 1 of 2: Get Started Last Updated: September 12, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/network_performance_monitor_(npm)/npm_documentation

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin 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

Managing the Growth of the ehealth Database

Managing the Growth of the ehealth Database Focus on Setup Managing the Growth of the ehealth Database The ehealth Suite of management tools collects a wide variety of information about your critical business resources. ehealth includes a database

More information

The ehealth Traffic Accountant Reporting Application

The ehealth Traffic Accountant Reporting Application Focus on Value The ehealth Traffic Accountant Reporting Application Understanding data (or traffic ) flow is essential for capacity planning and enabling a consistent level of performance particularly

More information

Upgrade Instructions for NetVoyant 7.0

Upgrade Instructions for NetVoyant 7.0 Upgrade Instructions for NetVoyant 7.0 This document provides instructions on how to prepare, initiate, and validate the NetVoyant 7.0 upgrade. BEFORE YOU BEGIN Before you upgrade to NetVoyant 7.0, you

More information

NEC Express5800 Series NEC ESMPRO Agent User's Guide

NEC Express5800 Series NEC ESMPRO Agent User's Guide NEC Express5800 Series NEC ESMPRO Agent User's Guide PROPRIETARY NOTICE AND LIABILITY DISCLAIMER The information disclosed in this document, including all designs and related materials, is the valuable

More information

10 BEST PRACTICES TO STREAMLINE NETWORK MONITORING. By: Vinod Mohan

10 BEST PRACTICES TO STREAMLINE NETWORK MONITORING. By: Vinod Mohan 10 BEST PRACTICES TO STREAMLINE NETWORK MONITORING By: Vinod Mohan 10 Best Practices to Streamline Network Monitoring Introduction As a network admin, you are tasked with keeping your organization s network

More information

EIGRP Dynamic Metric Calculations

EIGRP Dynamic Metric Calculations The features enables the Enhanced Interior Gateway Routing Protocol (EIGRP) to use dynamic raw radio-link characteristics (current and maximum bandwidth, latency, and resources) to compute a composite

More information

VI. Corente Services Client

VI. Corente Services Client VI. Corente Services Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 II. Corente Client Configuration...

More information

Reporting Guide V7.0. iprism Web Security

Reporting Guide V7.0. iprism Web Security V7.0 iprism Web Security 800-782-3762 www.edgewave.com 2001 2012 EdgeWave. All rights reserved. The EdgeWave logo, iprism and iguard are trademarks of EdgeWave Inc. All other trademarks and registered

More information

BTA Billing Online Support Statement File Reference Guide

BTA Billing Online Support Statement File Reference Guide BTA Billing Online Support Statement File Reference Guide BTA Billing Support File Reference Guide Table of Contents Step 1:-- Download the file from American Express @ Work...3 Step 2:-- Saving the Billing

More information

Using OptiView Console

Using OptiView Console Using OptiView Console Introduction The OptiView Console application (also referred to as the application ) provides you with the ability to monitor the performance of your Ethernet enterprise network,

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

More information

Version 4.1 June Xerox Device Agent (XDA) Lite User Guide

Version 4.1 June Xerox Device Agent (XDA) Lite User Guide Version 4.1 June 2013 Xerox Device Agent (XDA) Lite User Guide 2008-2013 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks of Xerox Corporation in the US and/or other countries.

More information

Working with the Soft Properties Manager

Working with the Soft Properties Manager CHAPTER 3 These topics describe the Soft Properties Manager working environment and how to access Soft Properties Manager tools. In addition, it describes the process from creating to publishing a soft

More information

CA ehealth and CA SPECTRUM

CA ehealth and CA SPECTRUM CA ehealth and CA SPECTRUM Integration and User Guide (5177) ehealth r6.1 / SPECTRUM r9.0 This documentation and any related computer software help programs (hereinafter referred to as the Documentation

More information

Monitoring and Analysis

Monitoring and Analysis CHAPTER 3 Cisco Prime Network Analysis Module 5.1 has two types of dashboards: One type is the summary views found under the Monitor menu, and the other type is the over time views found under the Analyze

More information

OneVision DEFINITY G3 Fault Management Installation and Integration for Cabletron SPECTRUM on a SunOS

OneVision DEFINITY G3 Fault Management Installation and Integration for Cabletron SPECTRUM on a SunOS 585-229-110 Issue 1 April, 1996 Table of Contents OneVision DEFINITY G3 Fault Management Installation and Integration for Cabletron SPECTRUM on a SunOS Graphics AT&T 1988 Blank Page Contents About This

More information

OneVision DEFINITY G3 Fault Management Installation and Integration for HP OpenView on an SunOS

OneVision DEFINITY G3 Fault Management Installation and Integration for HP OpenView on an SunOS 585-229-105 Issue 2 April, 1996 Table of Contents OneVision DEFINITY G3 Fault Management Installation and Integration for HP OpenView on an SunOS Graphics AT&T 1988 Blank Page Contents About This Book

More information

Lesson 2: Using the Performance Console

Lesson 2: Using the Performance Console Lesson 2 Lesson 2: Using the Performance Console Using the Performance Console 19-13 Windows XP Professional provides two tools for monitoring resource usage: the System Monitor snap-in and the Performance

More information

1 What s New in This Release?

1 What s New in This Release? Oracle GoldenGate Release Notes for Oracle GoldenGate Monitor 12c (12.1.3) E53273-09 August 2016 This document introduces Oracle GoldenGate Monitor 12c (12.1.3). It is comprised of these sections: Section

More information

DataSync An Alternative to Discover and Polling

DataSync An Alternative to Discover and Polling DataSync An Alternative to Discover and Polling The ehealth DCI/DDI interface allows you to bypass the discover and polling processes to perform many key tasks: Import data directly from an NMS or other

More information

DATRAN VI PRODUCT RELEASE NOTICE DATRAN VI RELEASE March 2011

DATRAN VI PRODUCT RELEASE NOTICE DATRAN VI RELEASE March 2011 TM DATRAN VI PRODUCT RELEASE NOTICE DATRAN VI RELEASE 6.66.2 March 2011 Microsoft Windows 7 / Vista / XP / Server 2003 & 2008 Based Telemetry & SCADA Application Unit 6 Amuri Park 404 Barbadoes Street

More information

Power IQ Version from Version

Power IQ Version from Version Power IQ Version 2.0.1 from Version 1.5.1-10 These Release Notes contain important information regarding the release of this product, so please read the entire document carefully. We also strongly recommend

More information

Dell License Manager Version 1.2 User s Guide

Dell License Manager Version 1.2 User s Guide Dell License Manager Version 1.2 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either

More information

Application Connectivity Monitor 2.0 USER S GUIDE P/N REV A01

Application Connectivity Monitor 2.0 USER S GUIDE P/N REV A01 Application Connectivity Monitor 2.0 USER S GUIDE P/N 300-002-867 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1996-2005 by EMC Corporation

More information

Demo Lab Guide OpenManage Network Manager

Demo Lab Guide OpenManage Network Manager Demo Lab Guide OpenManage Network Manager OpenManage Essentials Walk Through and Configuration Product Domain: Networking Author: Ruairi Mongan Version: 1.01 Date: 20/11/2014 1 Dell Demo Center https://demos.dell.com

More information

Ethernet Routing Switch 5000 Series Software Release 6.2.3

Ethernet Routing Switch 5000 Series Software Release 6.2.3 Ethernet Routing Switch 5000 Series Software Release 6.2.3 1. Release Summary Release Date: 11-October-2011 Purpose: Software patch release to address customer and internally found software issues. 2.

More information

Device Reachability. VNE Management Communication Policies and How To Change Them CHAPTER

Device Reachability. VNE Management Communication Policies and How To Change Them CHAPTER CHAPTER 24 Prime Network VNEs communicate with network devices using the SNMP, Telnet, XML, ICMP, and HTTP protocols, and using notification protocols (traps and syslogs). To determine the reachability

More information

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER Table of Contents Table of Contents Introducing the F5 and Oracle Access Manager configuration Prerequisites and configuration notes... 1 Configuration

More information

McAfee Performance Optimizer 2.1.0

McAfee Performance Optimizer 2.1.0 Product Guide McAfee Performance Optimizer 2.1.0 For use with McAfee epolicy Orchestrator COPYRIGHT 2016 Intel Corporation TRADEMARK ATTRIBUTIONS Intel and the Intel logo are registered trademarks of the

More information

Product Guide. McAfee Performance Optimizer 2.2.0

Product Guide. McAfee Performance Optimizer 2.2.0 Product Guide McAfee Performance Optimizer 2.2.0 COPYRIGHT Copyright 2017 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee epo, McAfee

More information

vcenter Operations Manager for Horizon View Administration

vcenter Operations Manager for Horizon View Administration vcenter Operations Manager for Horizon View Administration vcenter Operations Manager for Horizon View 1.5 vcenter Operations Manager for Horizon View 1.5.1 This document supports the version of each product

More information

FileCruiser. Administrator Portal Guide

FileCruiser. Administrator Portal Guide FileCruiser Administrator Portal Guide Contents Administrator Portal Guide Contents Login to the Administration Portal 1 Home 2 Capacity Overview 2 Menu Features 3 OU Space/Team Space/Personal Space Usage

More information

CorreLog. SQL Table Monitor Adapter Users Manual

CorreLog. SQL Table Monitor Adapter Users Manual CorreLog SQL Table Monitor Adapter Users Manual http://www.correlog.com mailto:support@correlog.com CorreLog, SQL Table Monitor Users Manual Copyright 2008-2018, CorreLog, Inc. All rights reserved. No

More information

CA Spectrum MPLS Transport Manager

CA Spectrum MPLS Transport Manager CA Spectrum MPLS Transport Manager User Guide Release 9.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Fisher ROC Plus Serial Driver Help Kepware, Inc.

Fisher ROC Plus Serial Driver Help Kepware, Inc. Fisher ROC Plus Serial Driver Help 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 5 Overview 5 Channel Setup 7 Device Setup 13 Scan Mode 15 Timings and Timeouts 16 Automatic Demotion 17 Automatic

More information

SNMP Agent Plug-In PTC Inc. All Rights Reserved.

SNMP Agent Plug-In PTC Inc. All Rights Reserved. 2018 PTC Inc. All Rights Reserved. 2 Table of Contents SNMP Agent Plug-In 1 Table of Contents 2 SNMP Agent Plug-In 4 Overview 4 Agent Setup 5 General 5 Network Interfaces 7 Communication 8 Agent Actions

More information

Firmware Revision History and Upgrade Instructions

Firmware Revision History and Upgrade Instructions SENSAPHONE Firmware Revision History and Upgrade Instructions Equipment Firmware: WEB600 v1.46 WEB600 with Relay Output v1.59 Release Date: July 15, 2013 The upgrade package has no prerequisites and supersedes

More information

Moxa EDS-SNMP OPC Server Pro User s Manual.

Moxa EDS-SNMP OPC Server Pro User s Manual. Moxa EDS-SNMP OPC Server Pro User s Manual www.moxa.com/product Second Edition, June 2008 2008 Moxa Inc., all rights reserved. Reproduction without permission is prohibited. Moxa EDS-SNMP OPC Server Pro

More information

SPECTRUM. QoS Manager User Guide (5165) r9.1.1

SPECTRUM. QoS Manager User Guide (5165) r9.1.1 SPECTRUM QoS Manager User Guide (5165) r9.1.1 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational purposes only

More information

Oracle Enterprise Manager Ops Center. Prerequisites. Installation. Readme 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Prerequisites. Installation. Readme 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Readme 12c Release 2 (12.2.2.0.0) E38532-03 December 2014 Oracle Enterprise Manager Ops Center Readme includes the following: Prerequisites Installation Upgrade Uninstallation

More information

Overcoming PCI-Express Physical Layer Challenges

Overcoming PCI-Express Physical Layer Challenges Overcoming PCI-Express Physical Layer Challenges PCI Express is a ubiquitous and flexible bus addressing many markets. Unfortunately this flexibility can also cause integration issues that are very difficult

More information