PictureTel. Utilizing PictureTel 330 NetConference SNMP Support with HP OpenView for UNIX

Size: px
Start display at page:

Download "PictureTel. Utilizing PictureTel 330 NetConference SNMP Support with HP OpenView for UNIX"

Transcription

1 PictureTel Utilizing PictureTel 330 NetConference SNMP Support with HP OpenView for UNIX

2 1.0 Introduction Page 2 This document describes the NetConference SNMP functionality, how to integrate the NetConference SNMP Agent with HP OpenView for UNIX and how to monitor the NetConference server using HP OpenView or a standard web browser. The intended audience for this paper is IT Managers and Operators familiar with HP OpenView and SNMP MIBs. To effectively administrate large installations of videoconferencing equipment, it is highly desirable to manage/monitor videoconferencing equipment using standards based tools such as SNMP. This is essential for large organizations where classes of devices need to be homogeneously monitored, configured and managed. SNMP based management provides a method to monitor, configure, and control groups of videoconferencing devices from a single point of management such as a network management station. Integrating NetConference SNMP support with HP OpenView for UNIX will allow HP OpenView to auto-discover NetConference Multipoint Server system(s), display a special NetConference Server icon to distinguish them on the map and monitor the NetConference SNMP Subagent using a web browser launched from HP OpenView. 2.0 NetConference SNMP Functionality Overview The NetConference SNMP functionality initially provided in V1.0 is limited to monitoring MIB variables using get and getnext. The NetConference SNMP Subagent does not currently support traps, which we intend to provide in a future release of NetConference. The ability to set MIB variables is intentionally not enabled since the NetConference Administration Console (NAC) is intended to be used to configure and manage the NetConference server. The SNMP monitoring functionality currently provided will allow you to monitor the current state of all conferences and calls currently active for the NetConference server. Using a network management station such as HP OpenView, will allow you to collect information on the health of each active call enabling easier analysis of normal NetConference operation and diagnosis of abnormal NetConference operation. The most useful variables on which to collect data about the current health of the NetConference server and in particular each of its calls, are the Channel Statistics described in the table below. SNMP Object mcuchanneltxpackets mcuchannelrxpackets mcuchannelrxpacketslost mcuchannelrxpacketsoutoforder mcuchannelrxpacketslate mcuchannelrxjitterdelay Description The count of packets transmitted on this channel. The count of packets received on this channel. The count of packets lost before being received on this channel. The count of packets received out of order on this channel. The count of packets received late on this channel. The measure of jitter variance on this channel. Table 1: Channel Statistics Using HP OpenView, it is easy to collect data on the normal range of values for the Channel Statistics variables (given in the above table) using the Data Collector to collect and graph these statistics for various systems on your network. Once you have determined the normal range of these values for your network, you should then set thresholds, also using the Data Collector, such that you will receive events whenever the NetConference server performance degrades outside the normal range, indicating that a problem exists. A handy UNIX shell script called graphchanstats.ksh has been included in the NetConference kit in the NetConference_server\Snmp\Misc directory. This script will bring up a separate graph for each of the Channel Statistics listed in Table 1, for all calls currently connected to a particular conference. This will allow dynamic monitoring of each of these statistics using the HP OpenView Grapher on a per conference basis. The script will prompt the user for the system name on which the NetConference server is located and the conference number.

3 3.0 Compatibility with SNMP Management Utilities Page 3 Due to time-to-market and resource constraints the PictureTel 330 NetConference SNMP HP OpenView integration described in this document has only been tested on HP OpenView for UNIX (Network Node Manager V4.11). The NetConference SNMP implementation has not been tested with the following products. However since many of these products use the same integration method as HP s Network Node Manager, we feel that there is a reasonability probability that they should work: HP s OpenView products for Windows 95/NT. HP s Network Node Manager V5.0 for NT Tivoli s TME10 NetView products for UNIX and NT 4.0 NetConference Multipoint Server MIB Organization The high level structure of the PictureTel 330 NetConference MIB, used by the SNMP Subagent, takes the approach of using logical rather than functional groupings. This approach requires a minimal knowledge of device-specific functionality to effectively manage a whole class of services and devices. The goal of this logical MIB structure is to enable IT Operators to manage videoconferencing devices as easily and in the same manner as they manage network devices such as routers using a network management station such as HP OpenView. The PictureTel 330 NetConference MCU MIB is divided into three main areas: Monitoring, Configuration, and Control. In addition to the benefits listed above, this structure also facilitates management of videoconferencing systems in an enterprisewide network environment in which responsibilities are delegated based on roles and privileges. This division also efficiently limits the amount of data sent over the network when monitoring the health of a device, the most heavily used of the three areas. Objects in the Monitoring area consist of quantitative statistics and state information that provide a means to evaluate the health of the H.323 MCU Service (NetConference Server) by profiling the runtime operation and resource utilization. Monitoring objects are read-only. Objects in the Configuration area provide the set of constraints and parameters within which the H.323 MCU Service operates. Objects in the Configuration/Parameters sub-area are currently implemented as read-only. When SNMP control is enabled in a future release of NetConference, it will be possible to manipulate the H.323 MCU Service operating parameters by setting the values of the Configuration/Parameters objects. Objects in the Control area provide the set of characteristics defining each conference. Objects in the Control area are currently implemented as read-only. When SNMP control is enabled in a future release of NetConference, it will be possible to manipulate a conference s characteristics by setting the values of the Control objects. For further information on the PictureTel 330 NetConference MCU MIB, refer to the MIB document itself, NetConference_mib.doc which is included in the NetConference kit, located in the NetConference_server\Snmp\Doc directory.

4 Page Steps required to Integrate NetConference with HP OpenView Perform the following steps in order to integrate NetConference with HP OpenView for UNIX: 1. Copy the files in NetConference_server\Snmp\Misc to a directory such as NetConference_SNMP on the UNIX system where HP OpenView is installed. Set your current directory to this new directory (cd NetConference_SNMP). 2. You will need to modify the webconfig file in the directory which you created on your UNIX system in Step 1 above. This file is an HP OpenView Registration file which allows you to launch a web browser from HP OpenView to monitor the NetConference SNMP Agent using the EMANATE DR-Web Interface. Insert the command to invoke the web browser which you are using on your UNIX system. We tested the integration using the Netscape web browser, and will use Netscape in the example below to illustrate how to modify the webconfig file. You should be able to use similar steps for any web browser. a. Determine the directory path of the web browser executable on your UNIX system, using the following command (substituting the name of your web browser executable for netscape, if you are not using Netscape): find / -name netscape b. Substitute the actual directory path for the Netscape executable on your system in the place of my_netscape_dir in the following line of the webconfig file: Command "/my_netscape_dir/netscape }:280/ - install"; If you are using a web browser other than Netscape on your UNIX system, then modify the webconfig file to substitute the command to invoke your web browser in the place of /my_netscape_dir/netscape, and remove the -install option, in the following line: Command "/my_netscape_dir/netscape }:280/ - install"; 3. Exit from all OVW sessions. 4. Run updateov.ksh (located in the NetConference_SNMP directory created in Step 1) to copy the NetConference integration files to the appropriate HP OpenView directories and update the HP OpenView databases for the NetConference fields and symbols. 5. Start up OVW session(s).

5 Page Monitoring NetConference with HP OpenView To monitor the NetConference SNMP Subagent from within HP OpenView, click mouse button 3 over the NetConference system symbol on the IP map and select SNMP Web Browser, or select the NetConference system using mouse button 1 and then select SNMP Web Browser from the Misc menu. When the web browser brings up the EMANATE DR-Web interface, you will be prompted for a username and password. These values are configured on the NT system where the NetConference Server is installed, in the snmpd.cnf file located in NetConference_server\Snmp\Config\Agt. The username and password are contained in an httpusernameentry; an example entry from the snmpd.cnf file is shown below: httpusernameentry root SystemAdmin - nonvolatile webrootpassword The username for this entry is root and the password is webrootpassword. For further information on the configuration of the SNMP EMANATE Master Agent, refer to the SNMP Research DR-Web EMANATE Domestic User Documentation manual. This manual is called emanate.pdf and is located in the NetConference_server\Snmp\Doc directory. 7.0 Monitoring NetConference from a Web Browser To bring up the EMANATE DR-Web interface outside of HP OpenView, specify the following URL in your favorite web browser: The hostname is the name of the system on which the NetConference Server is installed. You will be prompted for a username and password. Refer to the Monitoring NetConference from within HP OpenView section above for information on how to configure the username and password for the EMANATE DR-Web interface. After successfully inputting the username and password, you may choose Subtree to look at general MIB II variables or Custom to view the NetConference custom web pages. For further information on how to use the EMANATE DR-Web interface, refer to the SNMP Research DR-Web Domestic User Documentation manual. This manual is called emanate.pdf and is located in the NetConference_server\Snmp\Doc directory.

Using Integration Utility

Using Integration Utility CHAPTER 3 CiscoWorks Integration Utility downloads Network Management Integration Data Bundle (NMIDB) and integrates LAN Management Solutions (LMS) applications, icons, MIBs, and traps with third-party

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

Using the HP Web Browser Interface

Using the HP Web Browser Interface 4 Contents Overview..................................................... 4-2 General Features.............................................. 4-3 Starting an HP Web Browser Interface Session with the Switch..

More information

Integration with Network Management Systems. Network Management System (NMS) Integration

Integration with Network Management Systems. Network Management System (NMS) Integration Integration with Network Management Systems Network Management System (NMS) Integration The securityprobe is embedded with full SNMP and can integrate with any SNMP based network management systems, such

More information

GIGABYTE Remote Management Console User s Guide. Version: 1.0

GIGABYTE Remote Management Console User s Guide. Version: 1.0 GIGABYTE Remote Management Console User s Guide Version: 1.0 Table of Contents Using Your GIGABYTE Remote Management Console...2 Software Install...3 Prerequisites on remote management PC...3 Install Java

More information

Distribute Call Studio applications to Unified CVP VXML Servers.

Distribute Call Studio applications to Unified CVP VXML Servers. is one of the Cisco Unified Customer Voice Portal (CVP) components and a web-based interface using which you can configure other Unified CVP components and devices in the Unified CVP solution. Use to perform

More information

Xerox CentreWare for Tivoli NetView Users Guide Version 1.1.8

Xerox CentreWare for Tivoli NetView Users Guide Version 1.1.8 Xerox CentreWare for Tivoli NetView Users Guide Version 1.1.8 2009 by Xerox Corporation. All rights reserved. Copyright protection claimed includes all forms and matters of copyright material and information

More information

A P P E N D I X IPM FAQs Cisco Internetwork Performance Monitor User Guide A-1

A P P E N D I X IPM FAQs Cisco Internetwork Performance Monitor User Guide A-1 APPENDIX A This appendix provides answers to the following frequently asked questions about IPM: What is IPM? Do I need to have CiscoWorks for UNIX or CiscoWorks2000 software to use IPM? When will the

More information

Cajun M770 ATM Manager 2.1 User Guide

Cajun M770 ATM Manager 2.1 User Guide Cajun M770 ATM Manager 2.1 User Guide July 2000 Cajun M770 ATM 2.1 User Guide Copyright LUCENT TECHNOLOGIES 2000 ALL RIGHTS RESERVED The products, specifications, and other technical information regarding

More information

Ethernet Switch ZyNOS 4.0

Ethernet Switch ZyNOS 4.0 RMON Ethernet Switch ZyNOS 4.0 Support Notes Version 4.00 July 2011 Overview Remote Monitoring (RMON) is a standard monitoring specification that enables various network monitors and console systems to

More information

IBM IBM Tivoli Storage Productivity Center V4.1 Implementation. Download Full Version :

IBM IBM Tivoli Storage Productivity Center V4.1 Implementation. Download Full Version : IBM 000-002 IBM Tivoli Storage Productivity Center V4.1 Implementation Download Full Version : http://killexams.com/pass4sure/exam-detail/000-002 QUESTION: 116 Which component is required if a customer

More information

AlliedView -EMS 4.0 INSTALLATION GUIDE

AlliedView -EMS 4.0 INSTALLATION GUIDE AlliedView -EMS 4.0 INSTALLATION GUIDE AlliedView -EMS 4.0 INSTALLATION GUIDE Page 1 of 29 TABLE OF CONTENTS 1 INTRODUCTION...3 2 SYSTEM REQUIREMENTS...3 2.1 WINDOWS... 3 2.2 SOLARIS... 3 2.3 HP-UX...

More information

Xerox CentreWare for HP OpenView NNM Users Guide Version 1.5

Xerox CentreWare for HP OpenView NNM Users Guide Version 1.5 Xerox CentreWare for HP OpenView NNM Users Guide Version 1.5 2002 by Xerox Corporation. All rights reserved. Copyright protection claimed includes all forms and matters of copyright material and information

More information

Insight Integration for HP Network Node Manager Revision 3.4 User Guide

Insight Integration for HP Network Node Manager Revision 3.4 User Guide Insight Integration for HP Network Node Manager Revision 3.4 User Guide Part Number 219062-006 August 2007 (Sixth Edition) Copyright 2001, 2007 Hewlett-Packard Development Company, L.P. The information

More information

SNMP Agent Setup. Simple Network Management Protocol Support. SNMP Basics

SNMP Agent Setup. Simple Network Management Protocol Support. SNMP Basics Simple Network Management Protocol Support, page 1 SNMP Basics, page 1 SNMP Management Information Base (MIB), page 2 Set Up SNMP, page 3 Import Previously Configured Windows SNMP v1 Community Strings,

More information

HP OpenView HP-UX Integration

HP OpenView HP-UX Integration HP OpenView HP-UX Integration User s Guide HP OpenView HP-UX Integration User s Guide Page 1/14 Table of Contents 1 Introduction This document describes the stages to integrate and use EATON with the HP

More information

Installing IPM on Windows

Installing IPM on Windows CHAPTER 5 This chapter describes how to install the IPM server software on Windows NT, Windows 2000 Professional, or Windows 2000 Server system, and how to install the IPM client software on a Windows

More information

DMVPN Event Tracing. Finding Feature Information

DMVPN Event Tracing. Finding Feature Information The feature provides a trace facility for troubleshooting Cisco IOS Dynamic Multipoint VPN (DMVPN). This feature enables you to monitor DMVPN events, errors, and exceptions. During runtime, the event trace

More information

User s Guide. Duralink Server Manager

User s Guide. Duralink Server Manager R User s Guide Duralink Server Manager R Adaptec, Inc. 691 South Milpitas Boulevard Milpitas, CA 95035 1997 Adaptec, Inc. All rights reserved. Adaptec, and the Adaptec logo are trademarks of Adaptec, Inc.

More information

1111 West 35th Street Chicago, IL Customer Support: (773) UPS SNMPWEBCARD

1111 West 35th Street Chicago, IL Customer Support: (773) UPS SNMPWEBCARD 1111 West 35th Street Chicago, IL 60609 Customer Support: (773) 869-1234 www.tripplite.com UPS SNMPWEBCARD USER S GUIDE FCC Radio/TV Interference Notice The SNMPWEBCARD has been tested and found to comply

More information

4. Web-based Switch Configuration

4. Web-based Switch Configuration 4. Web-based Switch Configuration Management Options Connecting using the Web User Interface Logging onto the Web Manager Smart Wizard Web User Interface (Web UI) Management Options The Switch provides

More information

CiscoView 5.5 CHAPTER

CiscoView 5.5 CHAPTER CHAPTER 2 CiscoView 5.5 CiscoView 5.5 operates in client-server mode. In a client-server mode, the device package and basic management functionality is centrally located on the CiscoView 5.5 server. To

More information

Xerox CentreWare for HP OpenView NNM User Guide. Version 1.1

Xerox CentreWare for HP OpenView NNM User Guide. Version 1.1 Xerox CentreWare for HP OpenView NNM User Guide Version 1.1 2000 by Xerox Corporation. All rights reserved. Copyright protection claimed includes all forms and matters of copyright material and information

More information

NET311 Computer Network Management Tools, Systems and Engineering

NET311 Computer Network Management Tools, Systems and Engineering NET311 Computer Network Management Tools, Systems and Engineering Dr. Mostafa H. Dahshan Department of Computer Engineering College of Computer and Information Sciences King Saud University mdahshan@ksu.edu.sa

More information

When an event such as a power failure or a low battery condition occurs,.netpower will notify users via the following ways:

When an event such as a power failure or a low battery condition occurs,.netpower will notify users via the following ways: Introduction The.NETpower Card/Box is primarily used to provide a network management function for the UPS. After plugging it into the UPS, you can manage the UPS remotely via an SNMP NMS (Network Management

More information

ServerView Integration Pack 2.3 for Tivoli NetView 7.1

ServerView Integration Pack 2.3 for Tivoli NetView 7.1 User Guide - English FUJITSU Software ServerView Suite ServerView Integration Pack 2.3 for Tivoli NetView 7.1 February 2018 Comments Suggestions Corrections The User Documentation Department would like

More information

Downloading Device Packages

Downloading Device Packages CHAPTER 2 Downloading Device Packages New device support can be added as package files to CiscoWorks Windows incrementally any time after the initial installation of CiscoWorks Windows. To add device support

More information

NerveCenter 3.6: An Overview

NerveCenter 3.6: An Overview NerveCenter 3.6: An Overview NerveCenter is a suite of tools that help you monitor and manage a complex heterogeneous network. This document describes the components of NerveCenter and explains how these

More information

ehealth SPECTRUM Integration

ehealth SPECTRUM Integration User Guide May 2006 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

Setting Up Your Cisco Unified Videoconferencing 3515 MCU

Setting Up Your Cisco Unified Videoconferencing 3515 MCU CHAPTER 2 Setting Up Your Cisco Unified Videoconferencing 3515 MCU This section describes the following topics: Physical Description, page 2-1 Preparing for Installation, page 2-2 Verifying the Package

More information

WebSysAdmin/DomainAdmin 2.1

WebSysAdmin/DomainAdmin 2.1 WebSysAdmin/DomainAdmin WebSysAdmin/DomainAdmin 2.1 System Administration within a Domain Redakteur Fujitsu Siemens Computers GmbH Paderborn 33094 Paderborn e-mail: email: manuals@fujitsu-siemens.com Tel.:

More information

CIAgent. CIAgent Overview CHAPTER

CIAgent. CIAgent Overview CHAPTER CHAPTER 7 This chapter provides the information on the as follows. Overview, page 7-1 MIBs and Subagents, page 7-2 Installation, page 7-2 Stopping and Restarting Manually, page 7-5 Uninstalling, page 7-5

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

Command-Line Interface (CLI) Basics

Command-Line Interface (CLI) Basics 4 CHAPTER This chapter is intended as a quick reference, not as a step-by-step explanation of the Cisco IOS. The chapter describes basic Cisco IOS software command-line interfaces that you may need to

More information

Executing PowerShell Agent Commands

Executing PowerShell Agent Commands This chapter contains the following sections: Cisco UCS Director Orchestrator Workflow and PowerShell Command, page 1 Execute PowerShell Command Task, page 2 Execute Native PowerShell Command Task, page

More information

Getting Started with IPM

Getting Started with IPM CHAPTER 2 Getting Started with IPM The chapter provides information on starting the IPM application and configuring a collector to gather response time data. It includes the following major sections: Starting

More information

Overview of IPM. What is IPM? CHAPTER

Overview of IPM. What is IPM? CHAPTER CHAPTER 1 This chapter provides an overview of Cisco Internetwork Performance Monitor (IPM) application. It contains the following sections: What is IPM?, page 1-1 Key Terms and Concepts, page 1-3 How

More information

That Was Then and This is Now Game Show

That Was Then and This is Now Game Show That Was Then and This is Now Game Show How SPO Evolved Over the Decades Neville Kroeger, SMA Jim Malnati, Unisys May, 2007 Single Point Operations Console 1R1 (SPOC) Gene Rodenberry was going to have

More information

eftp Application User Guide

eftp Application User Guide Team A eftp User Guide 1/30 eftp Application User Guide Table of Contents Page 1. Acknowledgement 2 2. Introduction a. Welcome eftp Audience 3 b. What s in this manual 3 c. Manual Conventions 3 d. Getting

More information

Setting Up Your Cisco Unified Videoconferencing 3500 Gateway

Setting Up Your Cisco Unified Videoconferencing 3500 Gateway CHAPTER 2 Setting Up Your Cisco Unified Videoconferencing 3500 Gateway This section describes the following topics: Physical Description, page 2-1 Preparing for Installation of the Cisco Unified Videoconferencing

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

Marvell SATA3 RAID Installation Guide

Marvell SATA3 RAID Installation Guide Marvell SATA3 RAID Installation Guide Overview The Marvell RAID Utility (MRU) is a browser-based graphical user interface (GUI) tool for the Marvell RAID adapter. It supports IO Controllers (IOC) and RAID-On-Chip

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

Understanding the Relationship with Domain Managers

Understanding the Relationship with Domain Managers 4 CHAPTER Understanding the Relationship with Domain Managers Prime Central for HCS reports the events generated by underlying domain managers. Domain managers may also discover topology and relationships

More information

Configuring SNMP. Understanding SNMP CHAPTER

Configuring SNMP. Understanding SNMP CHAPTER 9 CHAPTER To have the sensor send SNMP traps, you must also choose Request SNMP Trap as the event action when you configure signatures. For more information, see Assigning Actions to Signatures, page 5-23.

More information

Avaya MultiService Software Update Manager User Guide

Avaya MultiService Software Update Manager User Guide Avaya MultiService Software Update Manager User Guide April 2002 Avaya MultiService Software Update Manager 3.2 User Guide Copyright Avaya Inc. 2002 ALL RIGHTS RESERVED The products, specifications, and

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

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

TME 10 Reporter Release Notes

TME 10 Reporter Release Notes TME 10 Reporter Release Notes Version 2.0 April, 1997 TME 10 Reporter (April 1997) Copyright Notice Copyright 1991, 1997 by Tivoli Systems, an IBM Company, including this documentation and all software.

More information

Start Up and Shutdown Procedures (Unix)

Start Up and Shutdown Procedures (Unix) Start Up and Shutdown Procedures (Unix) Start Up On Main Console 1. Press the Server main power button ON 2. The system will automatically go through the start-up procedures, which will be displayed on

More information

Executing PowerShell Agent Commands

Executing PowerShell Agent Commands This chapter contains the following sections: Cisco UCS Director Orchestrator Workflow and PowerShell Command, page 1 Execute PowerShell Command Task, page 2 Execute Native PowerShell Command Task, page

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

AlliedView -EMS 3.10 (Full Installation) DEVICE MANAGER USER S GUIDE

AlliedView -EMS 3.10 (Full Installation) DEVICE MANAGER USER S GUIDE AlliedView -EMS 3.10 (Full Installation) DEVICE MANAGER USER S GUIDE AlliedView -EMS 3.10 Device Manager User s Guide Page 1 of 133 TABLE OF CONTENTS 1 OVERVIEW... 6 2 STARTING DEVICE MANAGER... 7 2.1

More information

First-Time Configuration

First-Time Configuration This chapter describes the actions to take before turning on your router for the first time Setup Mode, on page 1 Verifying the Cisco IOS Software Version, on page 4 Configuring the Hostname and Password,

More information

Configuring the Cisco NAM 2220 Appliance

Configuring the Cisco NAM 2220 Appliance CHAPTER 5 This section describes how to configure the Cisco NAM 2220 appliance to establish network connectivity, configure IP parameters, and how to perform other required administrative tasks using the

More information

Configuring IP SLAs for Metro-Ethernet

Configuring IP SLAs for Metro-Ethernet This module describes how to configure an IP Service Level Agreements (SLAs) for Metro-Ethernet to gather network performance metrics in service-provider Ethernet networks. Available statistical measurements

More information

Deploying HP SIM 6.x on MSCS clusters on Windows 2008 with SQL Server 2008 SP1 White Paper

Deploying HP SIM 6.x on MSCS clusters on Windows 2008 with SQL Server 2008 SP1 White Paper Deploying HP SIM 6.x on MSCS clusters on Windows 2008 with SQL Server 2008 SP1 White Paper Table of Contents Abstract... 2 Introduction... 2 System infrastructure... 3 Storage configuration... 3 IP addresses...

More information

Configuring TACACS+ Information About TACACS+ Send document comments to CHAPTER

Configuring TACACS+ Information About TACACS+ Send document comments to CHAPTER 4 CHAPTER This chapter describes how to configure the Terminal Access Controller Access Control System Plus (TACACS+) protocol on NX-OS devices. This chapter includes the following sections: Information

More information

PictureTel330 N ETC ONFERENCE M ULTIPOINT S ERVER. User s Guide

PictureTel330 N ETC ONFERENCE M ULTIPOINT S ERVER. User s Guide PictureTel330 TM N ETC ONFERENCE M ULTIPOINT S ERVER User s Guide Copyright 1999: PictureTel Corporation Printed in U.S.A. PictureTel Corporation, 100 Minuteman Road, Andover, MA 01810 www.picturetel.com

More information

integrating NonStop servers with hp OpenView using SNMP

integrating NonStop servers with hp OpenView using SNMP hp NonStop servers integrated manageability a technical brief from hp integrating NonStop servers with hp OpenView using SNMP HP NonStop servers integrate with many of the HP OpenView products. OpenView

More information

Examples of Cisco APE Scenarios

Examples of Cisco APE Scenarios CHAPTER 5 This chapter describes three example scenarios with which to use Cisco APE: Access to Asynchronous Lines, page 5-1 Cisco IOS Shell, page 5-3 Command Authorization, page 5-5 Note For intructions

More information

Configuring LDAP. Finding Feature Information

Configuring LDAP. Finding Feature Information This chapter describes how to configure the Lightweight Directory Access Protocol (LDAP) on Cisco NX-OS devices. This chapter includes the following sections: Finding Feature Information, page 1 Information

More information

Configuring System Message Logs

Configuring System Message Logs Information About, on page 1 How to Configure System Message Logs, on page 4 Monitoring and Maintaining System Message Logs, on page 12 Configuration Examples for System Message Logs, on page 12 Additional

More information

HP BladeSystem Management Pack (v 1.x) for Microsoft System Center User Guide

HP BladeSystem Management Pack (v 1.x) for Microsoft System Center User Guide HP BladeSystem Management Pack (v 1.x) for Microsoft System Center User Guide Abstract This guide provides information on using the HP BladeSystem Management Pack for System Center version 1.x to manage

More information

Oracle Collaboration Suite

Oracle Collaboration Suite Oracle Collaboration Suite Quick Installation Guide Release 2 (9.0.4.1) for hp-ux PA-RISC (64-bit), Linux x86, and Solaris Operating Environment (SPARC 32-bit) September 2003 Part No. B10885-02 This document

More information

AT-VIEW PLUS DEVICE MANAGER USER S GUIDE

AT-VIEW PLUS DEVICE MANAGER USER S GUIDE USER S GUIDE PN 613-50664-00 Rev C Page 1 of 119 Copyright (c) 2003-2005 Allied Telesis K. K. All rights reserved. No part of this publication may be reproduced without prior written permission from Allied

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

Oracle Tuxedo. SNMP Agent Administration Guide 10g Release 3 (10.3) January 2009

Oracle Tuxedo. SNMP Agent Administration Guide 10g Release 3 (10.3) January 2009 Oracle Tuxedo SNMP Agent Administration Guide 10g Release 3 (10.3) January 2009 Tuxedo SNMP Agent Administration Guide, 10g Release 3 (10.3) Copyright 1996, 2009, Oracle and/or its affiliates. All rights

More information

AlliedView -EMS DEVICE MANAGER USER S GUIDE

AlliedView -EMS DEVICE MANAGER USER S GUIDE AlliedView -EMS 4.0.1 DEVICE MANAGER USER S GUIDE AlliedView -EMS 4.0.1 DEVICE MANAGER USER S GUIDE Page 1 of 125 TABLE OF CONTENTS 1 OVERVIEW...6 2 STARTING DEVICE MANAGER...7 2.1 STARTING FROM THE COMMAND

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

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

EMC ControlCenter INTEGRATION PACKAGES PRODUCT GUIDE. 5.2 Service Pack 5 P/N REV A01

EMC ControlCenter INTEGRATION PACKAGES PRODUCT GUIDE. 5.2 Service Pack 5 P/N REV A01 EMC ControlCenter 5.2 Service Pack 5 INTEGRATION PACKAGES PRODUCT GUIDE P/N 300-003-710 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2003-2006

More information

Chapter 2 WEBLOGIC SERVER DOMAINS. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 WEBLOGIC SERVER DOMAINS. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 WEBLOGIC SERVER DOMAINS SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Domain - concept and implementation. Content of a domain. Common domain types. Production versus

More information

NetMan Desktop Manager Quick-Start Guide

NetMan Desktop Manager Quick-Start Guide NetMan Desktop Manager Quick-Start Guide This document describes the procedure for installing NetMan Desktop Manager. The example given here presents a standard installation scenario. For details on all

More information

Lab 1: Accessing the Linux Operating System Spring 2009

Lab 1: Accessing the Linux Operating System Spring 2009 CIS 90 Linux Lab Exercise Lab 1: Accessing the Linux Operating System Spring 2009 Lab 1: Accessing the Linux Operating System This lab takes a look at UNIX through an online experience on an Ubuntu Linux

More information

User and System Administration

User and System Administration CHAPTER 5 This chapter provides information about performing user and system administration tasks in Cisco Prime Network Analysis Module 5.1and generating diagnostic information for obtaining technical

More information

ServerView Integration Pack for Tivoli TEC

ServerView Integration Pack for Tivoli TEC ServerView Suite User Guide - English FUJITSU Software ServerView Suite ServerView Integration Pack for Tivoli TEC Edition February 2018 Comments Suggestions Corrections The User Documentation Department

More information

AVWorks. Installer/User Guide

AVWorks. Installer/User Guide AVWorks Installer/User Guide INSTRUCTIONS This symbol is intended to alert the user to the presence of important operating and maintenance (servicing) instructions in the literature accompanying the appliance.

More information

MIB Browser Version 10 User Guide

MIB Browser Version 10 User Guide MIB Browser Version 10 User Guide The ireasoning MIB browser is a powerful and easy-to-use tool powered by ireasoning SNMP API. MIB browser is an indispensable tool for engineers to manage SNMP enabled

More information

Mid-Level Manager User s Guide

Mid-Level Manager User s Guide NetView for UNIX Mid-Level Manager User s Guide Version 7 SC31-8887-00 Tivoli NetView Mid-Level Manager User s Guide Copyright Notice Copyright IBM Corporation 2001. All rights reserved. May only be used

More information

NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6

NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6 NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide

HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide Abstract This guide provides information on using the HP ProLiant Agentless Management Pack for System Center version

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

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Citrix NetScaler Gateway 12.0

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Citrix NetScaler Gateway 12.0 RSA SECURID ACCESS Implementation Guide Citrix 12.0 Peter Waranowski, RSA Partner Engineering Last Modified: February 20 th, 2018 Table of Contents Table of Contents...

More information

Configuring IP SLAs for Metro-Ethernet

Configuring IP SLAs for Metro-Ethernet This module describes how to configure an IP Service Level Agreements (SLAs) for Metro-Ethernet to gather network performance metrics in service-provider Ethernet networks. Available statistical measurements

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Accounting management system enhancement supporting automated monitoring and storing facilities

Accounting management system enhancement supporting automated monitoring and storing facilities Accounting management system enhancement supporting automated monitoring and storing facilities Abstract C. Bouras S. Kastaniotis 1 Computer Engineering and Informatics Department University of Patras,

More information

Cajun P550/P880 Manger User Guide

Cajun P550/P880 Manger User Guide Cajun P550/P880 Manger User Guide March 2001 Cajun P550/P880 5.1 Manager User Guide Copyright 2001 Avaya Inc. ALL RIGHTS RESERVED The products, specifications, and other technical information regarding

More information

Configuring System Message Logs

Configuring System Message Logs Finding Feature Information, on page 1 Restrictions for, on page 1 Information About, on page 2 How to Configure System Message Logs, on page 4 Monitoring and Maintaining System Message Logs, on page 12

More information

Configuring the Management Interface and Security

Configuring the Management Interface and Security CHAPTER 5 Configuring the Management Interface and Security Revised: February 15, 2011, Introduction This module describes how to configure the physical management interfaces (ports) as well as the various

More information

CajunRules Policy Manager User Guide. Version 2.0

CajunRules Policy Manager User Guide. Version 2.0 CajunRules Policy Manager User Guide Version 2.0 January, 2001 Copyright Avaya Inc. 2001 ALL RIGHTS RESERVED Printed in USA, January 2001 The products, specifications, and other technical information regarding

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

MIB Installation. Catalyst 2800 CHAPTER

MIB Installation. Catalyst 2800 CHAPTER CHAPTER 7 MIB Installation This chapter describes how to install the MIBs supplied on the Catalyst 2000 diskettes. Precompiled MIBs are supplied for the following platforms: SunNet Manager Novell NMS HP

More information

FieldView. Management Suite

FieldView. Management Suite FieldView The FieldView Management Suite (FMS) system allows administrators to view the status of remote FieldView System endpoints, create and apply system configurations, and manage and apply remote

More information

Monitoring System Status

Monitoring System Status CHAPTER 5 This chapter provides information on how to use the SNMP-based CIAgent tool to monitor Cisco SIP proxy server (Cisco SPS) system status. It contains the following sections: Prerequisites, page

More information

Enterprise Manager/Appliance Communication

Enterprise Manager/Appliance Communication Version 1.1 Table of Contents About this Document... 3 Enterprise Manager/Appliance Communication Overview... 3 Authentication... 3 Sessions Life Cycle... 4 Information and Requests Sent from the Enterprise

More information

VOL Volition Managed Ethernet Switch. User Guide. Innovation

VOL Volition Managed Ethernet Switch. User Guide. Innovation VOL-0215 Volition Managed Ethernet Switch User Guide Innovation 1 2 Table of Contents 1.0 Introduction... 4 2.0 Configuring Initial Parameters with the Terminal... 5 3.0 Installing and Opening Volition

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

Team 7000 V2.0.0 for HPUX/HPOV4

Team 7000 V2.0.0 for HPUX/HPOV4 Team 7000 V2.0.0 for HPUX/HPOV4 Release Notes, Version 2.0.0 087R904-H200, Issue 1 General DataComm TEAM 7000 V2.0.0 for HPUX/HPOV4 1.0 Overview GDC Publication No. 087R904-H200 These installation and

More information

Installing and Activating a Multi-User Network License for Statgraphics 18

Installing and Activating a Multi-User Network License for Statgraphics 18 Installing and Activating a Multi-User Network License for Statgraphics 18 Step 1: Download and Install Statgraphics 18... 2 Step 2: Create a Statgraphics Registration Account... 2 Step 3: Register the

More information