Dollar Universe SNMP Monitoring User Guide

Size: px
Start display at page:

Download "Dollar Universe SNMP Monitoring User Guide"

Transcription

1 Dollar Universe SNMP Monitoring User Guide Version: Publication Date: Automic Software GmbH

2 ii Copyright Copyright Automic and the Automic logo are trademarks owned by Automic Software GmbH (Automic). All such trademarks can be used by permission only and are subject to the written license terms. This software/computer program is proprietary and confidential to Automic Software and is only available for access and use under approved written license terms. This software/computer program is further protected by copyright laws, international treaties and other domestic and international laws and any unauthorized access or use gives rise to civil and criminal penalties. Unauthorized copying or other reproduction of any form (in whole or in part), disassembly, decompilation, reverse engineering, modification, and development of any derivative works are all strictly prohibited, and any party or person engaging in such will be prosecuted by Automic Software. No liability is accepted for any changes, mistakes, printing or production errors. Reproduction in whole or in part without permission is prohibited. Copyright Automic Software GmbH. All rights reserved. Other names may be trademarks of their respective holders.

3 Dollar Universe SNMP Monitoring User Guide iii Contents 1 Release Notes Introduction Overview Features Architecture Management Information Base Configuration Node Settings Logging Alerting Rules About Automic Software, Community and Services Automic Software Company Automic Community Download Center Technical Support Training and Services... 14

4

5 Chapter 1 Release Notes 5 1 Release Notes The following is the change history. Information on bug-fixes and known errors is available in the Workload Automation Release Notes and by contacting Automic technical support. Date Key Features Dollar Universe user manuals change their look to integrate the Automic world New node setting

6 6 Chapter 2 Introduction 2 Introduction Welcome to the Dollar Universe SNMP Monitoring User Guide! This user manual contains information that is useful for: Consultants Dollar Universe users and administrators Administrators and operators responsible for monitoring and controlling applications It is assumed that the reader has an understanding of Dollar Universe, UniViewer as well as SNMP concepts. 2.1 Overview This manual describes the technical data and functions of Dollar Universe V6 SNMP Monitoring. The UniViewer interface is described in the Dollar Universe UniViewer Console Interface Manual. Dollar Universe proposes integration packages with leading software solutions to provide coherent overall management of batch processing in the corporate information system. These integration packages are built to handle batch jobs submitted by all types of applications, whether in-house developments or standard software packages. In the SNMP context, the Dollar Universe SNMP Monitoring module supervises batch operations from a SNMP Network management system (NMS). Dollar Universe jobs can be monitored with SNMP. A MIB is designed for Dollar Universe and should be installed on the NMS side. In Dollar Universe, the SNMP monitoring is set from UniViewer. The Dollar Universe MIB is built to take into account new information like Task ID and Task Management Unit. This MIB is compatible with SNMP v1 and SNMP v2c. 2.2 Features Dollar Universe SNMP Monitoring enables job runs monitoring within Dollar Universe. Four kinds of notifications can be sent: duasuprocstatuschanged: Uproc run status duassessionstatuschanged: Session run status duasuprocduration: Uproc duration duassessionduration: session duration The user can configure: Jobs that need monitoring (Task, MU, Session, Uproc), Statuses to be notified Durations: if the run time is too short or too long or if the waiting time is too long.

7 Chapter 2 Introduction Architecture The key elements of a SNMP-managed network are: The managed elements (hardware device, or a software component) The SNMP agent The SNMP manager or NSM Figure 1: Architecture Schema Using SNMP terminology: Dollar Universe job runs are the managed elements. Dollar Universe acts as the SNMP agent. It collects information on job runs and sends notifications (traps) to the SNMP Manager. Dollar Universe acts as the SNMP agent. The IO server of the job/session run Area sends a notification directly to NSM according to the established configuration. Messages sent between SNMP agent and SNMP manager are named PDU (Protocol Data Unit). PDU are exchanged using the UDP protocol. The agent sends traps to the manager on the UDP port 162. This port is the default value, and can be changed Management Information Base SNMP uses a Management Information Base (MIB) to describe the structure of the information related to managed elements. In order to receive SNMP notifications, administrators must import Dollar Universe s MIB in their monitoring tool according to their own tool s methodology. Administrators shall refer to their tool s documentation to install the MIB. The monitoring tool they use must support SNMP v2. The MIB file is called DUAS6-MIB and is delivered in the UNI_DIR_BIN folder of the Dollar Universe Company The MIB for Dollar Universe V6 is shown below:

8 8 Chapter 2 Introduction Figure 2: Dollar Universe V6 MIB Structure The different items of the duasjobmonitor table are described below: duasjobtskid: executed Task ID. If the Uproc or Session runs outside of a Task, this ID is empty. duasjobtskmu: Management Unit of the executed Task. If the Uproc or Session is executed outside of this Task, this Management Unit remains empty. duasjobuproc: executed Uproc s code (unavailable parameter for a notification on a Session). duasjobsession: executed Session s code (unavailable parameter for a notification on a Uproc) duasjobmu: Uproc execution Management Unit s code. This ID cannot be empty. duasjobstatus: Job Status For a Uproc, the status value can be: o Completed (1) o Aborted (2)

9 Chapter 2 Introduction 9 o Pending (3) o Running (4) o Refused (5) o EventWait (6) o TimeOverrun (7) o LaunchWait (8) o Disabled (11) For a Session, the status value can be: o Executing (9) o Terminated (10) duasjobalertdatetime: Date and time of the notification dispatch by the IO server in the YYYY/MM/DD hh:mm:ss form. duasjobcompany: Dollar Universe Company for which the job was executed duasjobarea: Area in which the job was executed o Application (1) o Integration (2) o Simulation (3) o Production (4) duasjobnode: Dollar Universe node on which the job was executed duasjobrunid: Job run launch ID duasjobrunuprid: Uproc execution ID (unavailable parameter for a notification on a session) duasjobrunsessid: Session execution ID (unavailable parameter of a notification on a Uproc) duasjobuser: job submission account duasjobqueue: job submission batch queue duasjobpriority: job priority in the batch queue duasjobapplication: Application linked to the Uproc (unavailable parameter for a notification on a Session) duasjobdomain: Domain associated to the Uproc application (unavailable parameter for a notification on a Session) duasjobprocessingdate: Job date processing in a YYYYMMDD form. duasjobsessver: Session s version (unavailable parameter for a notification on a Uproc) duasjobuprver: Uproc version (unavailable parameter for a notification on a Session) duasjobinformation: Job Information field value duasjobuniseverity: Job Severity field value duasjobstdseverity: o Alert High: Notification severity is Critical (3) o Alert Medium: Notification severity is Major (4) o Alert Low: Notification severity is Minor (5) duasjobalerttype: Monitoring duration Alert type (unavailable parameter for status monitoring)

10 10 Chapter 2 Introduction o o o toolongrun (1): Execution duration is too long tooshortrun (2): Execution duration is too short toolongwaiting (3): Waiting time is too long duasjobstatisticalruntime: Value of the "Based on statistical runtime" field, defined in the alert rule (unavailable parameter for a notification on the status) duasjobabsoluteduration: Value of the "Based on absolute duration" field, defined in the alert rule (unavailable parameter for a a notification on the status) In the case of a job or a session s duration monitoring, combining different items such as duasjobalerttype / duasjobstatisticalruntime or duasjobalerttype / duasjobabsoluteduration allows you to find the exact definition of the alert. The fields length is described in Dollar Universe Interface Manual for UniViewer or the UniViewer Console Online Help, in the "Length of Objects" section.

11 Chapter 3 Configuration 11 3 Configuration Dollar Universe SNMP Monitoring has a three-step configuration: General setup Logging Alerts setup 3.1 Node Settings SNMP Monitoring s general set up is performed from UniViewer Console Administration > Nodes > Nodes. In the Nodes list, select the Dollar Universe node which will send the notifications and click on Node Settings. Then in the categories list, select SNMP Monitoring. As for Dollar Universe, the variables are of Install (I), Static (S) or Dynamic (D) type. The variables related to Dollar Universe Installation cannot be modified. They are Install type. The other variables of Static or Dynamic type can be modified with UniViewer Console or with the unisetvar command. The change in static variables requires Dollar Universe to be restarted for the changes to take effect. Dynamic variables are taken into account without having to restart it. Variable / Name I/S/D Description UNI_SNMP_VERSION Implementation SNMP version S Select the SNMP version used: SNMP v2 (by default for DUAS V6) UNI_SNMP_TARGET SNMP network coordinates SNMP_COMMUNITY_NAME SNMP community S S Enter the network address (IP address or network name) of the SNMP Manager which will receive notifications and the associated port number. By default: localhost:162. "public" by default This configuration must be performed for each Dollar Universe node which will send notifications to the SNMP Manager. After updating these node parameters you will be required to restart Dollar Universe. 3.2 Logging Traces of the SNMP Monitoring activity are written to the Dollar Universe log file %UNI_DIR_LOG%\universe.log. Valid SNMP Monitoring logging keywords and their meanings are listed below: Keyword IOALM IOSPVSNMP Usage Alerting SNMP monitoring messages To update the logging level from UniViewer Console: Administration mode > Nodes > Nodes Select Dollar Universe node > Node Settings > Logging > Main Log Level Add the keyword to the list.

12 12 Chapter 3 Configuration For example: 0,IOALM,IOSPVSNMP The logging level is dynamic; changes are taken into account as soon as the user saves the nodes settings. 3.3 Alerting Rules Selecting jobs to monitor and notifications to be sent is performed from UniViewer Console, in Monitoring mode. Select the configuration which should be monitored: Dollar Universe V6 node and the Area, then select Operations Settings > Alerting Rules. This document is detailed in the Dollar Universe Interface Manual for UniViewer or in UniViewer Console online help, in DU Alerting Rules section. The user must define alerting rules (one or more) matching the jobs to be monitored by SNMP. Click on New to create a new alerting rule In the alerting rule definition: The General section enables you to enter the alerting rule id and its priority level. The Criteria section allows you to define filters on the Node, the Area and the job characteristics and to select the jobs to be monitored. The Monitor section enables you to select the monitoring type ; status or job duration followup In the Notification section, select SNMP As soon as the IO server updates a job which matches the selected criteria, a SNMP notification is sent to the SNMP Manager. The Manager is defined in the node settings. At the same time, the Job Monitor displays the alert in the Action column: If the alert is defined with a Medium or a High criticalness, a specific icon appears in the Action column which signals an alert was sent for this job. If the alert was defined with a Low criticalness, no icon will be displayed in the Action column of the Job Monitor.

13 Chapter 4 About Automic Software, Community and Services 13 4 About Automic Software, Community and Services This topic introduces the Automic Software company and how to leverage the full potential of our solutions to you. You can also obtain Automic documentation online from docs.automic.com. 4.1 Automic Software Company Automic Software is dedicated to business automation. Automic is the world's most comprehensive platform in automating businesses. Founded 1985, Automic pioneered the largest, independent, globally deployed automation platform which powers the enterprise, application and infrastructure. Now, as the consumerization of IT accelerates, Automic is re-imagining how organizations integrate next generation service models such as Cloud, DevOps and Big Data. Today, our software automates tens of millions of operations a day for over 2,000 customers worldwide. We challenge conventional thinking, enabling our customers to be faster, smarter, in control. Automic the standard in business automation. Find out more at our website Automic Community Want to connect with other Automic users to compare notes or learn how others are tackling problems that you re running into? Talk with other users from around the world to learn how they optimize their business automation with Automic. Interact with the Automic Team to get ONE Automation Platform tips and tricks straight from the source. Join the Automic Community and become an Automic Insider and be among the first to get news about new products and events, even before they are generally announced! 4.3 Download Center Make sure that you are using our products to their fullest potential. The Download Center is the place where you find product downloads, documentation and information on new releases and hot-fixes about your Automic solution. It s all in one place: from service hotfixes, release notes, and all guides. You will also find patch descriptions, known bugs or workarounds.

14 14 Chapter 4 About Automic Software, Community and Services 4.4 Technical Support We have a support team you can trust. Our team of professionals is ready to support you, anytime and anywhere. Three support centers located in Europe, the United States, and Asia Pacific build the core of the Automic support organization. Our Technical Support Team makes sure that your closest Automic experts are never more than a few hours flight away, no matter on which continent your subsidiaries and data centers are located. Automic Software is designed to provide global connectivity for international companies. You are employing Automic software on a global scale and therefore you can expect global service. 4.5 Training and Services Do you want to learn even more about Automic solutions? We offer a range of training options on how to get the most out of your Automic solution. Depending on your location, either open training sessions at an Automic Software Service Center, or personalized training sessions at your company's site suits best. Visit the training site and get detailed information about currently offered courses.

15

Business Objects. Release Notes. Version: 2.0.0 Publication: 07/2014. Automic Software GmbH

Business Objects. Release Notes. Version: 2.0.0 Publication: 07/2014. Automic Software GmbH Business Objects Release Notes Version: 2.0.0 Publication: 07/2014 Automic Software GmbH ii Copyright Copyright Automic and the Automic logo are trademarks owned by Automic Software GmbH (Automic). All

More information

Predictive Analytics Client

Predictive Analytics Client Predictive Analytics Client ONE Automation Platform Installation Guide Version: 11.2 Publication Date: 2015-10 Automic Software GmbH ii Copyright Copyright Automic and the Automic logo are trademarks owned

More information

Workload Automation Release Notes

Workload Automation Release Notes Workload Automation Release Notes Version: 6.6.01 Publication Date: 2016-04 Automic Software GmbH ii Copyright Copyright Automic and the Automic logo are trademarks owned by Automic Software GmbH (Automic).

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

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

Sage HRMS 2012 Sage Employee Self Service. Technical Installation Guide for Windows Server 2003 and Windows Server 2008

Sage HRMS 2012 Sage Employee Self Service. Technical Installation Guide for Windows Server 2003 and Windows Server 2008 Sage HRMS 2012 Sage Employee Self Service Technical Installation Guide for Windows Server 2003 and Windows Server 2008 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information

RSA Authentication Agent 7.2 for Microsoft Windows Installation and Administration Guide

RSA Authentication Agent 7.2 for Microsoft Windows Installation and Administration Guide RSA Authentication Agent 7.2 for Microsoft Windows Installation and Administration Guide Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com

More information

Remote Access Platform. Architecture and Security Overview

Remote Access Platform. Architecture and Security Overview Remote Access Platform Architecture and Security Overview NOTICE This document contains information about one or more ABB products and may include a description of or a reference to one or more standards

More information

BlackShield ID Agent for Remote Web Workplace

BlackShield ID Agent for Remote Web Workplace Agent for Remote Web Workplace 2010 CRYPTOCard Corp. All rights reserved. http:// www.cryptocard.com Copyright Copyright 2010, CRYPTOCard All Rights Reserved. No part of this publication may be reproduced,

More information

Synergy SIS AdminVUE Administrator & User Guide

Synergy SIS AdminVUE Administrator & User Guide Synergy SIS AdminVUE Administrator & User Guide Edupoint Educational Systems, LLC 1955 South Val Vista Road, Ste 210 Mesa, AZ 85204 Phone (877) 899-9111 Fax (800) 338-7646 Volume 01, Edition 01, Revision

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015 Metalogix Replicator Quick Start Guide Publication Date: May 14, 2015 Copyright Metalogix International GmbH, 2002-2015. All Rights Reserved. This software is protected by copyright law and international

More information

Studio 5.0 User s Guide

Studio 5.0 User s Guide Studio 5.0 User s Guide wls-ug-administrator-20060728-05 Revised 8/8/06 ii Copyright 2006 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

IDENTIKEY Appliance Administrator Guide 3.3.5.0 3.6.8

IDENTIKEY Appliance Administrator Guide 3.3.5.0 3.6.8 IDENTIKEY Appliance Administrator Guide 3.3.5.0 3.6.8 Disclaimer of Warranties and Limitations of Liabilities Legal Notices Copyright 2008 2015 VASCO Data Security, Inc., VASCO Data Security International

More information

BlackShield ID Agent for Terminal Services Web and Remote Desktop Web

BlackShield ID Agent for Terminal Services Web and Remote Desktop Web Agent for Terminal Services Web and Remote Desktop Web 2010 CRYPTOCard Corp. All rights reserved. http:// www.cryptocard.com Copyright Copyright 2010, CRYPTOCard All Rights Reserved. No part of this publication

More information

Application Note. Gemalto s SA Server and OpenLDAP

Application Note. Gemalto s SA Server and OpenLDAP Application Note Gemalto s SA Server and OpenLDAP ii Preface All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall

More information

Bentley CONNECT Dynamic Rights Management Service

Bentley CONNECT Dynamic Rights Management Service v1.0 Implementation Guide Last Updated: March 20, 2013 Table of Contents Notices...5 Chapter 1: Introduction to Management Service...7 Chapter 2: Configuring Bentley Dynamic Rights...9 Adding Role Services

More information

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18) Open EMS Suite O&M Agent Functional Overview Version 1.2 Nokia Siemens Networks 1 (18) O&M Agent The information in this document is subject to change without notice and describes only the product defined

More information

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

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

More information

Providing Patch Management With N-central. Version 7.1

Providing Patch Management With N-central. Version 7.1 Providing Patch Management With N-central Version 7.1 Contents Patch Management 3 Introduction 3 Monitoring for Missing Patches 3 Setting up Patch Management in N-central 4 Adding a WSUS Server to N-central

More information

CA NSM System Monitoring Option for OpenVMS r3.2

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

More information

Oracle Cloud. Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01

Oracle Cloud. Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01 Oracle Cloud Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01 June 2015 Oracle Cloud Creating a Business Intelligence Cloud Extract, 11.1.1.10.1 E59934 01 Copyright 2014, 2015, Oracle

More information

Administrator s Guide

Administrator s Guide Administrator s Guide Citrix Network Manager for MetaFrame XPe Version 1.0 Citrix Systems, Inc. Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide

RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks

More information

Introduction to Virtual Datacenter

Introduction to Virtual Datacenter Oracle Enterprise Manager Ops Center Configuring a Virtual Datacenter 12c Release 1 (12.1.1.0.0) E27347-01 June 2012 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops

More information

RSA Authentication Agent 7.1 for Microsoft Windows Installation and Administration Guide

RSA Authentication Agent 7.1 for Microsoft Windows Installation and Administration Guide RSA Authentication Agent 7.1 for Microsoft Windows Installation and Administration Guide Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory Release 12.1.0.1.0 E28548-04 February 2014 Microsoft Active Directory, which is included with Microsoft

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

ipecs Communicator Installation and Operation Guide Please read this manual carefully before operating your set. Retain it for future reference.

ipecs Communicator Installation and Operation Guide Please read this manual carefully before operating your set. Retain it for future reference. ipecs Communicator Installation and Operation Guide ipecs is an Ericsson-LG Brand Please read this manual carefully before operating your set. Retain it for future reference. Revision History Issue Date

More information

Management Center. Installation and Upgrade Guide. Version 8 FR4

Management Center. Installation and Upgrade Guide. Version 8 FR4 Management Center Installation and Upgrade Guide Version 8 FR4 APPSENSE MANAGEMENT CENTER INSTALLATION AND UPGRADE GUIDE ii AppSense Limited, 2012 All rights reserved. part of this document may be produced

More information

LDAP Synchronization Agent Configuration Guide for

LDAP Synchronization Agent Configuration Guide for LDAP Synchronization Agent Configuration Guide for Powerful Authentication Management for Service Providers and Enterprises Version 3.x Authentication Service Delivery Made EASY LDAP Synchronization Agent

More information

NMS300 Network Management System

NMS300 Network Management System NMS300 Network Management System User Manual June 2013 202-11289-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate

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 Active Directory 10g Release 2 (10.2.0.2) B28044-02 June 2006 This document provides a brief description about the Oracle

More information

Secure Web Gateway 11.7 Upgrade Release Notes

Secure Web Gateway 11.7 Upgrade Release Notes Secure Web Gateway 11.7 Upgrade Release Notes August 2015 Trustwave is pleased to announce that the upgrade path for Secure Web Gateway to version 11.7 is now available. For more information on SWG 11.7,

More information

DATACARD Firmware Update Instructions. Contents. Firmware Update Application for Windows Operating Systems. What You Need

DATACARD Firmware Update Instructions. Contents. Firmware Update Application for Windows Operating Systems. What You Need DATACARD Firmware Update Instructions Firmware Update Application for Windows Operating Systems Contents What You Need How to Update Using the Go Green Upgrade CD How to Update Using Files Downloaded from

More information

Tracking Network Changes Using Change Audit

Tracking Network Changes Using Change Audit CHAPTER 14 Change Audit tracks and reports changes made in the network. Change Audit allows other RME applications to log change information to a central repository. Device Configuration, Inventory, and

More information

Network Power Manager. User Manual

Network Power Manager. User Manual Network Power Manager User Manual Table of Contents 1. Introduction... 1 2. PDU Package... 2 3. Function... 3 4. Installation... 4 5. Web Interface... 5 1. Introduction The PDU is an Internet ready device

More information

Manage Dell Hardware in a Virtual Environment Using OpenManage Integration for VMware vcenter

Manage Dell Hardware in a Virtual Environment Using OpenManage Integration for VMware vcenter Manage Dell Hardware in a Virtual Environment Using OpenManage Integration for VMware vcenter This Dell Technical White Paper gives an overview of using OpenManage Integration to streamline the time, tools

More information

Easy Manage Helpdesk Guide version 5.4

Easy Manage Helpdesk Guide version 5.4 Easy Manage Helpdesk Guide version 5.4 Restricted Rights Legend COPYRIGHT Copyright 2011 by EZManage B.V. All rights reserved. No part of this publication or software may be reproduced, transmitted, stored

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

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

More information

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013 Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012 October 2013 This is a publication of Sage Software, Inc. Document version: October 17, 2013 Copyright

More information

RSA Authentication Manager 7.1 Basic Exercises

RSA Authentication Manager 7.1 Basic Exercises RSA Authentication Manager 7.1 Basic Exercises Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks RSA and the RSA logo

More information

Flow Publisher v1.0 Getting Started Guide. Get started with WhatsUp Flow Publisher.

Flow Publisher v1.0 Getting Started Guide. Get started with WhatsUp Flow Publisher. Flow Publisher v1.0 Getting Started Guide Get started with WhatsUp Flow Publisher. Contents CHAPTER 1 Welcome Welcome to Flow Publisher... 1 About Flow Publisher... 2 Deploying Deploying Flow Publisher...

More information

This section describes how to set up, find and delete community strings.

This section describes how to set up, find and delete community strings. SNMP V1/V2c setup SNMP community strings, page 1 SNMP notification destinations, page 4 SNMP community strings Set up community string This section describes how to set up, find and delete community strings.

More information

Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet

Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet CONTENTS Installation System requirements SQL Server setup Setting up user accounts Authentication mode Account options Import from

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Internet Information Services Release 12.1.0.2.0 E28547-05 February 2014 This document provides a brief description

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

RSA Authentication Manager 8.1 Virtual Appliance Getting Started

RSA Authentication Manager 8.1 Virtual Appliance Getting Started RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides

More information

Quick Installation Guide For Sensors with Cacti

Quick Installation Guide For Sensors with Cacti Quick Installation Guide For Sensors with Cacti Edited January 23, 2011 - Rev 1 PART DOC-MANUAL-SENSORGATEWAY-CACTI 1 Copyright: Copyright 2011 ServersCheck BVBA All rights reserved. Reproduction without

More information

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite Business Portal for Microsoft Dynamics GP 2010 Field Service Suite Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views

More information

Deltek Costpoint 7.1.1. New Installation Guide for Microsoft SQL Server

Deltek Costpoint 7.1.1. New Installation Guide for Microsoft SQL Server Deltek Costpoint 7.1.1 New Installation Guide for Microsoft SQL Server March 28, 2016 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Technical Notes P/N 302-000-337 Rev 01

Technical Notes P/N 302-000-337 Rev 01 SNMP Trap Monitoring Solution EMC SourceOne Version 7.0 and later Technical Notes P/N 302-000-337 Rev 01 September 27, 2013 These technical notes contain supplemental information about EMC SourceOne, version

More information

Beyond the Basics: Making the Most of Oracle Enterprise Manager 12c Monitoring

Beyond the Basics: Making the Most of Oracle Enterprise Manager 12c Monitoring Beyond the Basics: Making the Most of Oracle Enterprise Manager 12c Monitoring Ana McCollum Director of Product Management Oracle Enterprise Manager September 29, 2014 Safe Harbor Statement The following

More information

SOLARWINDS ORION. Patch Manager Evaluation Guide for ConfigMgr 2012

SOLARWINDS ORION. Patch Manager Evaluation Guide for ConfigMgr 2012 SOLARWINDS ORION Patch Manager Evaluation Guide for ConfigMgr 2012 About SolarWinds SolarWinds, Inc. develops and markets an array of network management, monitoring, and discovery tools to meet the diverse

More information

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Check Point Firewall 10g Release 2 (10.2) B28038-01 January 2006 This document provides a brief description about the Oracle System

More information

Diagnostic Manager. User Guide. Publication Date: September 04, 2015

Diagnostic Manager. User Guide. Publication Date: September 04, 2015 Diagnostic Manager Publication Date: September 04, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

Chapter 2: Getting Started

Chapter 2: Getting Started Chapter 2: Getting Started Once Partek Flow is installed, Chapter 2 will take the user to the next stage and describes the user interface and, of note, defines a number of terms required to understand

More information

Dell Active Administrator 8.0

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

More information

Streamline Health CLIENT SUPPORT GUIDE. Rev Date 3.16.15

Streamline Health CLIENT SUPPORT GUIDE. Rev Date 3.16.15 Streamline Health CLIENT SUPPORT GUIDE Rev Date 3.16.15 CONTACT INFO... 1 24x7 After-Hours Support... 1 Client Support Policies... 1 Client Case Prioritization... 2 Client Case Submission... 4 Management

More information

Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP

Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP Microsoft Dynamics Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP May 2010 Find updates to this documentation at the following location. http://go.microsoft.com/fwlink/?linkid=162558&clcid=0x409

More information

http://docs.trendmicro.com/en-us/enterprise/trend-micro-endpoint-applicationcontrol.aspx

http://docs.trendmicro.com/en-us/enterprise/trend-micro-endpoint-applicationcontrol.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

NEC Express5800 Series NEC ESMPRO AlertManager User's Guide

NEC Express5800 Series NEC ESMPRO AlertManager User's Guide NEC Express5800 Series NEC ESMPRO AlertManager User's Guide 7-2006 ONL-4152aN-COMMON-128-99-0606 PROPRIETARY NOTICE AND LIABILITY DISCLAIMER The information disclosed in this document, including all designs

More information

Oracle Enterprise Manager. Description. Platforms Supported. Versions Supported

Oracle Enterprise Manager. Description. Platforms Supported. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Check Point Firewall 10g Release 2 (10.2) B28038-02 May 2007 This document provides a brief description about the Oracle System

More information

Integrating Dell server hardware alerts into SBS 2008 report. By Perumal Raja Dell Enterprise Product Group

Integrating Dell server hardware alerts into SBS 2008 report. By Perumal Raja Dell Enterprise Product Group Integrating Dell server hardware alerts into SBS 2008 report By Perumal Raja Dell Enterprise Product Group CONTENTS Introduction: 3 SBS Management Console in SBS 2008: 3 Monitoring and Reporting feature

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

Endpoint Security Console. Version 3.0 User Guide

Endpoint Security Console. Version 3.0 User Guide Version 3.0 Table of Contents Summary... 2 System Requirements... 3 Installation... 4 Configuring Endpoint Security Console as a Networked Service...5 Adding Computers, Groups, and Users...7 Using Endpoint

More information

SolarWinds Technical Reference

SolarWinds Technical Reference SolarWinds Technical Reference Understanding Orion Advanced Alerts Orion Alerting... 1 Orion Advanced Alerts... 2 The Alert Process... 2 Alert Status and Action Delays... 3 Alert Creation, Storage and

More information

Kaspersky Security Center 10 Getting Started

Kaspersky Security Center 10 Getting Started Kaspersky Security Center 10 Getting Started A P P L I C A T I O N V E R S I O N : 1 0 M A I N T E N A N C E R E L E A S E 1 Dear User, Thank you for choosing our product. We hope that this document will

More information

For Active Directory Installation Guide

For Active Directory Installation Guide For Active Directory Installation Guide Version 2.5.2 April 2010 Copyright 2010 Legal Notices makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

An Overview of SNMP on the IMG

An Overview of SNMP on the IMG An Overview of SNMP on the IMG Description SNMP The SNMP provides a way to control and monitor a variety of equipment using one network management protocol. To do this, SNMP uses a number of common Management

More information

Neuron Event Manager. USER S GUIDE Product Version: 1.17.1

Neuron Event Manager. USER S GUIDE Product Version: 1.17.1 Neuron Event Manager USER S GUIDE Product Version: 1.17.1 Copyright Copyright 1995-2014 Halcyon Monitoring Solutions, Inc. All rights reserved. This product and related documentation is protected by copyright

More information

How to Create a Basic VPN Connection in Panda GateDefender eseries

How to Create a Basic VPN Connection in Panda GateDefender eseries How to Create a Basic VPN Connection in Panda GateDefender eseries Support Documentation How-to guides for configuring VPNs with Panda GateDefender eseries Panda Security wants to ensure you get the most

More information

How to create Event Filters directly from the Event Viewer

How to create Event Filters directly from the Event Viewer How to create Event Filters directly from the Event Viewer Event Filters determine the action that SNMPc takes when a trap is received or an event is triggered. SNMPc 7.0 supports the ability to create

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows Server 2003, Windows Server 2008 5.1 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

More information

Job Scheduler Oracle FLEXCUBE Universal Banking Release 11.3.83.02.0 [April] [2014] Oracle Part Number E53607-01

Job Scheduler Oracle FLEXCUBE Universal Banking Release 11.3.83.02.0 [April] [2014] Oracle Part Number E53607-01 Job Scheduler Oracle FLEXCUBE Universal Banking Release 11.3.83.02.0 [April] [2014] Oracle Part Number E53607-01 Table of Contents Job Scheduler 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.1.1

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

More information

TIBCO Hawk SNMP Adapter Installation

TIBCO Hawk SNMP Adapter Installation TIBCO Hawk SNMP Adapter Installation Software Release 4.9.0 November 2012 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR

More information

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with MARCH 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the

More information

Secure Web Gateway Version 11.7 High Availability

Secure Web Gateway Version 11.7 High Availability Secure Web Gateway Version 11.7 High Availability Legal Notice Copyright 2015 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying,

More information

RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware

RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware Contact Information Go to the RSA corporate website for regional Customer Support telephone

More information

About Recovery Manager for Active

About Recovery Manager for Active Dell Recovery Manager for Active Directory 8.6.1 May 30, 2014 These release notes provide information about the Dell Recovery Manager for Active Directory release. About Resolved issues Known issues System

More information

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Global Server Installation Guide

Global Server Installation Guide Global Server Installation Guide AVEVA Solutions Ltd Disclaimer Information of a technical nature, and particulars of the product and its use, is given by AVEVA Solutions Ltd and its subsidiaries without

More information

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev.

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev. Management Software AT-S106 Web Browser User s Guide For the AT-GS950/48 Gigabit Ethernet Smart Switch Version 1.0.0 613-001339 Rev. A Copyright 2010 Allied Telesis, Inc. All rights reserved. No part of

More information

Remote Logging Agent Configuration Guide

Remote Logging Agent Configuration Guide Remote Logging Agent Configuration Guide Powerful Authentication Management for Service Providers and Enterprises Authentication Service Delivery Made EASY Synchronization Agent Configuration Guide Copyright

More information

Configuring Dell OpenManage IT Assistant 8.0 to Monitor SNMP Traps Generated by VMware ESX Server

Configuring Dell OpenManage IT Assistant 8.0 to Monitor SNMP Traps Generated by VMware ESX Server Configuring Dell OpenManage IT Assistant 8.0 to Monitor SNMP Traps Generated by VMware ESX Server Amresh Singh Dell Virtualization Solutions Engineering January 2007 Dell Inc. 1 www.dell.com/vmware Contents

More information

SafeCom Smart Printing Administrator s Quick Guide

SafeCom Smart Printing Administrator s Quick Guide SafeCom Smart Printing Administrator s Quick Guide D10600-08 March 2012 Trademarks: SafeCom, SafeCom Go, SafeCom P:Go, SafeCom epay and the SafeCom logo are trademarks of SafeCom a/s. Company and product

More information

Monitor TemPageR 4E With PageR Enterprise

Monitor TemPageR 4E With PageR Enterprise Monitor TemPageR 4E With PageR Enterprise TemPageR 4E is AVTECH Software s Real-Time Temperature Monitor with Data Logging, SNMP & Unlimited Alerting. It is designed specifically to monitor 1-4 digital

More information

ACCELERATOR 6.3 ALARMS AND OPERATIONAL MEASUREMENTS

ACCELERATOR 6.3 ALARMS AND OPERATIONAL MEASUREMENTS ACCELERATOR 6.3 ALARMS AND OPERATIONAL MEASUREMENTS October 2014 Tango Networks, Inc. phone: +1 469-229-6000 3801 Parkwood Blvd, Suite 500 fax: +1 469-467-9840 Frisco, Texas 75034 USA www.tango-networks.com

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Applications Notes Best Practices for Using SolarWinds' ORION to Monitor SANiQ Performance Legal Notices Warranty The only warranties for HP products and services

More information

Application Note. Intelligent Application Gateway with SA server using AD password and OTP

Application Note. Intelligent Application Gateway with SA server using AD password and OTP Application Note Intelligent Application Gateway with SA server using AD password and OTP ii Preface All information herein is either public information or is the property of and owned solely by Gemalto

More information

Kaspersky Security 9.0 for Microsoft SharePoint Server Administrator's Guide

Kaspersky Security 9.0 for Microsoft SharePoint Server Administrator's Guide Kaspersky Security 9.0 for Microsoft SharePoint Server Administrator's Guide APPLICATION VERSION: 9.0 Dear User! Thank you for choosing our product. We hope that this document will help you in your work

More information

Provider's Guide to Integrating Parallels Presence Builder 12 with Parallels Automation

Provider's Guide to Integrating Parallels Presence Builder 12 with Parallels Automation Parallels Automation Provider's Guide to Integrating Parallels Presence Builder 12 with Parallels Automation Last updated: 23 January 2015 Copyright 1999-2015 Parallels IP Holdings GmbH and its affiliates.

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

LogMeIn Hamachi. Getting Started Guide

LogMeIn Hamachi. Getting Started Guide LogMeIn Hamachi Getting Started Guide Contents What Is LogMeIn Hamachi?...3 Who Should Use LogMeIn Hamachi?...3 The LogMeIn Hamachi Client...4 About the Relationship Between the Client and Your LogMeIn

More information

Table of Content. Introduction. Software Install and Uninstall. Software Features and GUI. Quick Getting Started Guide. Frequently Asked Questions

Table of Content. Introduction. Software Install and Uninstall. Software Features and GUI. Quick Getting Started Guide. Frequently Asked Questions Table of Content Introduction Overview System Requirements Software Install and Uninstall Install Uninstall Software Features and GUI Software Menu Options Software Navigation Quick Getting Started Guide

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.2 User Manual for Mac OS X Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved. Attix5, 2013 Trademarks

More information

MetaXpress PowerCore High Content Distributed Image Analysis Software

MetaXpress PowerCore High Content Distributed Image Analysis Software MetaXpress PowerCore High Content Distributed Image Analysis Software Version 1.3.0.3 Software Release Notes 0112-0185 G December 2013 This document is provided to customers who have purchased Molecular

More information