HPSA Extension Pack. Snmp Tool User Reference. Release v.5.1

Size: px
Start display at page:

Download "HPSA Extension Pack. Snmp Tool User Reference. Release v.5.1"

Transcription

1 Release v.5.1

2 Legal Notices Warranty. Hewlett-Packard makes no warranty of any kind with regard to this manual, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Hewlett-Packard shall not be held liable for errors contained herein or direct, indirect, special, incidental or consequential damages in connection with the furnishing, performance, or use of this material. A copy of the specific warranty terms applicable to your Hewlett-Packard product can be obtained from your local Sales and Service Office. Restricted Rights Legend. Use, duplication or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause in DFARS Hewlett-Packard Company United States of America Rights for non-dod U.S. Government Departments and Agencies are as set forth in FAR (c)(1,2). Copyright Notices. Copyright Hewlett-Packard Development Company, L.P., all rights reserved. No part of this document may be copied, reproduced, or translated to another language without the prior written consent of Hewlett-Packard Company. The information contained in this material is subject to change without notice. Trademark Notices. Java is a U.S. trademark of Sun Microsystems, Inc. Linux is a U.S. registered trademark of Linus Torvalds Microsoft is a U.S. registered trademark of Microsoft Corporation. Oracle is a registered U.S. trademark of Oracle Corporation, Redwood City, California. UNIX is a registered trademark of the Open Group. Windows and MS Windows are U.S. registered trademarks of Microsoft Corporation. All other product names are the property of their respective trademark or service mark holders and are hereby acknowledged. Document id: 2

3 Table of Contents 1 Introduction Purpose Document Scope Definitions Acronims General Description SNMP and MIB background SNMP Version Future GUI SNMP Tool MIB administration MIB Management Menu Structure Load MIB Compilation View Tree MIB & Model Association Synchronize servers Favourite Management Menu Structure New Favourite List Favourites Modify Favourite Delete Favourite Favourite Permissions Management Equipment Administration Menu Structure Search Equipment Request Parameters Get Parameters Set Parameters Save

4 Support Support for the HP Service Activator Extended Pack product is available on the following mailing list: 4

5 In This Guide [Explain what can be found in this document] Audience The audience for this guide is the Solutions Integrator (SI). The SI has a combination of some or all of the following capabilities: Understands and has a solid working knowledge of: UNIX commands Windows system administration Understands networking concepts and language Is able to program in Java and XML Understands security issues Understands the customer s problem domain References Manual Organization This guide contains the following chapters: Chapter 1, Introducction, Chapter 2, General description, 5

6 Conventions The following typographical conventions are used in this guide. Italic Font What the Font Represents Book or manual titles, and man page names Provides emphasis Specifies a variable that you must supply when entering a command Example Refer to the HP Service Activator Workflows and the Workflow Manager and the Javadocs man page for more information. You must follow these steps. Run the command: InventoryBuilder <sourcefiles> Parameters to a method The assigned_criteria parameter returns an ACSE response. Bold New terms The distinguishing attribute of this class... Computer Text and items on the computer screen The system replies: Press Enter Command names Use the InventoryBuilder command... Method names File and directory names Process names Window/dialog box names The get_all_replies() method does the following... Edit the file $ACTIVATOR_ETC/config/mwfm.xml Check to see if mwfm is running. In the Test and Track dialog... Computer Bold XML tag references Use the <DBTable> tag to... Text that you must type At the prompt, type: ls -l Keycap Keyboard keys Press Return. [Button] Menu Items Buttons on the user interface A menu name followed by a colon (:) means that you select the menu, then the item. When the item is followed by an arrow (->), a cascading menu follows Click [Delete]. Click the [Apply] button. Select Locate:Objects->by Comment. 6

7 Install Location Descriptors The following names are used throughout this guide to define install locations. Descriptor $ACTIVATOR_OPT What the Descriptor Represents The install base location of Service Activator. The UNIX location is /opt/ov/serviceactivator $ACTIVATOR_ETC The Windows location is <drive>:\hp\openview\serviceactivator\ The install location of specific Service Activator configuration files. The UNIX location is /etc/opt/ov/serviceactivator $ACTIVATOR_VAR The Windows location is <drive>:\hp\openview\serviceactivator\etc\ The install location of specific Service Activator logging files. The UNIX location is /var/opt/ov/serviceactivator $ACTIVATOR_BIN The Windows location is <drive>:\hp\openview\serviceactivator\var\ The install location of specific Service Activator binary files. The UNIX location is /opt/ov/serviceactivator/bin The Windows location is <drive>:\hp\openview\serviceactivator\bin\ $ACTIVATOR_THIRD_PARTY The location for new Java components such as workflow nodes and modules. Third-party libraries can also be placed in this directory. The UNIX location is /opt/ov/serviceactivator/3rd-party The Windows location is <drive>:\hp\openview\serviceactivator\3rd-party\ Customized inventory files are stored in the following locations: UNIX: $ACTIVATOR_THIRD_PARTY/inventory $JBOSS_HOME Windows: $ACTIVATOR_THIRD_PARTY\inventory HOME The install location for JBoss. The UNIX location is /opt/hp/jboss $JBOSS_DEPLOY The Windows location is <drive>:\hp\jboss The install location of the Service Activator J2EE components. The UNIX location is /opt/hp/jboss/server/default/deploy 7

8 $ACTIVATOR_DB_USER $ACTIVATOR_SSH_USER $SOSA_HOME The Windows location is <drive>:\hp\jboss\server\default\deploy The database user name you define. Suggestion: ovactivator The Secure Shell user name you define. Suggestion: ovactusr The install base location of SOSA. The default UNIX location is /opt/ov/sosa The default Windows location is $SOSA_BIN <drive>:\hp\openview\sosa\ The install location of specific SOSA binary files. The default UNIX location is /opt/ov/sosa/bin $SOSA_ETC The default Windows location is <drive>:\hp\openview\sosa\bin\ The install location of specific SOSA configuration files. The default UNIX location is /opt/ov/sosa/config The default Windows location is $ECP_HOME <drive>:\hp\openview\sosa\config\ The install base location of Equipment Connections Pool. The default UNIX location is /opt/ov/ecp The default Windows location is $ECP_BIN <drive>:\hp\openview\ecp\ The install location of specific Equipment Connections Pool binary files. The default UNIX location is /opt/ov/ecp/bin The default Windows location is $ECP_ETC <drive>:\hp\openview\ecp\bin\ The install location of specific Equipment Connections Pool configuration files. The default UNIX location is /opt/ov/ecp/conf The default Windows location is <drive>:\hp\openview\ecp\conf\ 8

9 1 Introduction 1.1 Purpose [This document is a manual ] 1.2 Document Scope 1.3 Definitions Acronims MWFM: Micro Work Flow Manager HPSA: HP Service Activator EP: Extension Pack 9

10 2 General Description SnmpTool(*) is an application that manages Snmp requests to Network Elements. It consists of a web interface which is used to manage the MIB files and turns them into easily accessible and useful properties (allowing the user to create sets of favourites), and HPSA nodes and plugins to manage the network elements via SNMP. * This application uses the library Westhawk s SNMP stack. 2.1 SNMP and MIB background SNMP (Simple Network Management Protocol) is a protocol built for network management technology. SNMP defines a universal way that management information can be easily defined for any object and then exchanged between that object and a device designed to facilitate network management. Each device that participates in network management using SNMP runs a piece of software, generically called an SNMP entity. The SNMP entity is responsible for implementing all of the various functions of the SNMP protocol. It comprises of two main parts, the SNMP Agent, which is a software program that implements the protocol, and sends and receives requests Secondly, the SNMP Management Information Base (MIB) which defines the types of information stored about the node that can be collected and used to control the managed node. Information exchanged using SNMP takes the form of objects from the MIB. The MIB is written using SMI. Each managed device contains a set of variables that are used to manage it. These variables represent information about the operation of the device. The MIB is the full set of these variables that describe the management characteristics of a particular type of device SNMP Version There are several different SNMP versions that have appeared as the standard has evolved. The first two are basically similar, the difference being mostly in the use of resources, v2 being much more efficient. SNMP version 3 addresses the problem of security. The previous versions sent the requests in clear text, and having as only protection against unauthorized usage a community name, shared between all clients, that has to match the request, and gives read or read-write permissions to the client. Version 3 is built with security issues in mind. It provides support for authentication and privacy, using any number of encryption standards. This Tool is programmed to use authentication if needed, which can be used with SHA1 or MD5 encryption algorithms and can also use privacy. Bear in mind that the target of the request has to be configured with the proper values to the requests, and read/write permissions have to be allocated to the users. 10

11 3 Future GUI SNMP Tool This module of the SnmpTool is a FUTUREGUI application. It provides a tool for administrating the MIB files, compiling them and lets the user create smaller subsets with the individual properties of the original MIB files. It also uses the TMN Inventory project to select pieces of equipment and send Snmp requests of these subsets (Favourites). The application is divided into two main menus, Mib Administration and Equipment Administration. The first step to manage the Mibs is to load a MIB file. The Mib Administration Menu provides two options, one to load a particular MIB from a file into the tool, which in turn creates an entry on the DB if the MIB did not exist. Another is to search for the existing MIBs in the DB. On the other hand, if we want to send an SNMP request against a device first we must select a Network Element. The menu provides a search option, to find the correct device in a TMN Inventory DB. Next image shows a screen capture of the main menu: The following sections explain these two main operations. 3.1 MIB administration The Mib Administration menus are used to manage the MIB files and transform them into user defined entities called Favourites. These favourites are a subset of the SNMP properties that belong to a particular MIB MIB Management Menu Structure The following section describes each menu and its function, in the most straightforward use of the tool. 11

12 Load MIB The first action when using the Mib Administration menu is to select the MIB file on which the operations are going to be performed. Therefore the first menu is the Mib Load menu, which creates an entry in the Database if it did not exist already. Note that the directory where the MIB files are read has match the value set in the mib_path property of the RemoteSnmpTool configured in the mwfm.xml Compilation MIB s have to be compiled before the tool can use them. To compile a MIB means parsing the MIB file and creating several XML files that contain all the MIB s properties and attributes. Therefore the MIB is transformed into an XML tree structure which is then used by the application. 12

13 View Tree The compiled MIB can be viewed as tree like structure of properties using this menu. 13

14 MIB & Model Association This menu associates equipment models to MIBs. The equipment models are read from the DB and any number of them can be associated to the selected MIB. Beware that this relation should be correctly assigned, a switch made by Riverstone will not have the same SNMP properties than a router made by Cisco; usually the equipment manufacturer will provide the MIB files for their model Synchronize servers The information of the MIBs and associated favorites is stored in files on the server where the Application runs. Depending on the scenario, we can have multiple instances of the HPSA and we want every one of them can use the MIBs and favorites defined. The properties file snmp.properties (of the jboss instance) contains the servers to be synchronized: # Main module snmp_module_url = //localhost:2000/snmp_tool # External modules to be synchronized snmp_module_url_sync0 = // :2000/snmp_tool snmp_module_url_sync1 = // :2000/snmp_tool When clicking on the option SNMP Tool -> Mib Administration -> Synchronize Servers, the application automatically uploads, if necessary, all files in each of the selected servers. 14

15 15 HPSA Extension Pack

16 3.1.2 Favourite Management Menu Structure Favourites are central to the SnmpTool operation. A favourite can be seen as a subset of the useful properties of the MIB file. For example, a user might only be interested in the routing tables of a particular device, whilst another might need to know the performance parameters of the same device. A Favourite allows choosing a smaller set of useful parameters in order to avoid having to sift through the whole of the MIB s parameters New Favourite This option creates a Favourite. Each Favourite is a subset of the compiled properties of a MIB. The user identifies the new Favourite with a name and only afterwards can choose the individual properties that will make up the Favourite. A favourite can contain only one property, or can contain every single property belonging to the MIB. A Favourite is always related to one MIB, that is, it cannot mix properties from different Mibs List Favourites The next screen shows a list of all the available favourites for the MIB selected. The favourite we select can be modified or deleted. 16

17 Modify Favourite. An existing favourite can be updated and its properties enhanced or reduced. To confirm the changes to the favourite, the user has finished updating the favourite, has finished we should click on Save. 17

18 Delete Favourite A no longer needed Favourite can be thus deleted Favourite Permissions Management The superuser can associate any favourite to any team and to any user, at the same time the team administrators can associate any favourite belonging to their team to any user from the same team. The users will have access only to the favourites associated to them. In order to edit the permissions associated to a favourite element is necessary to click in the menu Administrator->Snmp Administration->Edit favourite permissions. A list with all the accessible favourites will be shown in the screen: To change the permissions associated to one of these elements the user has to click on it, the detail view will be shown: Then, by selecting the menu Snmp Favourites->Edit favourite permissions the edition screen will be shown: 18

19 3.2 Equipment Administration This menu is used to send SNMP requests to Network Elements. The requests are sent in groups known as Favourites. Each menu is explained below, following the most straightforward operation Menu Structure Search Equipment This is used to find the Network element that we want to configure or diagnose. This uses the project TMN Inventory, which is a project for organizing networks of components. Therefore the SNMP Request is executed against a Network Element bean from the TMN Inventory. To find the Network Element we can search using the following criteria: by the equipment s name, by its Element Type, by its manufacturer or by its type of Equipment Model. Once the particular piece of equipment is found we should select it by clicking on it. This takes us to the following Menu. 19

20 Request Parameters This menu is used to select the favourite whose properties are going to be read/written, the SNMP version to use for the request and the parameters for the request. Beware that for most models the writing of values usually requires a different set of parameters. To get to the next screen we must choose whether we want to read the values of the favourite or to change them. 20

21 Get Parameters This screen shows the parameters organized in two parts, first of all the single properties, each having only one value, and next, if there are any, the indexed properties, which are properties that contain a number of values, similar to a table. 21

22 Set Parameters This option performs a Get Operation on the values to be set, and allows the user to change them, if and only if, the MIB specifies that the property is read-write. Otherwise the value is shown, though it cannot be edited. To set these values to the Equipment the user must select the option called Save. 22

23 Save This option appears only for Set operations, and shows how the set operation went for each property. Some properties are read-write and cannot be changed. Other might have been set with invalid values. In order for the whole set operation not to be compromised, if one property change fails, the rest can be changed successfully. 23

24 24

EView/400i Management for HP BSM. Operations Manager i

EView/400i Management for HP BSM. Operations Manager i EView/400i Management for HP BSM Operations Manager i Concepts Guide Software Version: 7.00 July 2015 Legal Notices Warranty EView Technology makes no warranty of any kind with regard to this document,

More information

EView/400i IBM i (iseries-as/400) Discovery for Micro Focus Universal Discovery (UD) for UCMDB

EView/400i IBM i (iseries-as/400) Discovery for Micro Focus Universal Discovery (UD) for UCMDB EView/400i IBM i (iseries-as/400) Discovery for Micro Focus Universal Discovery (UD) for UCMDB Installation Guide Software Version: 6.3 January 2018 Legal Notices Warranty EView Technology, Inc. makes

More information

EView/400i Management for OVO Windows

EView/400i Management for OVO Windows EView/400i Management for OVO Windows Concepts Guide Version 6.0 EView Technology, Inc. January 2009 Copyright 2005 EView Technology, Inc. Legal Notices Warranty EView Technology makes no warranty of any

More information

EView/400 Management for OVO Windows

EView/400 Management for OVO Windows EView/400 Management for OVO Windows Installation Guide Version 2.0 EView Technology, Inc. July 2005 Copyright 2005 EView Technology, Inc. 1 Legal Notices Warranty EView Technology makes no warranty of

More information

EView/400i IBM i (iseries-as/400) Management for Micro Focus Operations Manager i (OMi)

EView/400i IBM i (iseries-as/400) Management for Micro Focus Operations Manager i (OMi) EView/400i IBM i (iseries-as/400) Management for Micro Focus Operations Manager i (OMi) Installation Guide Software Version: 7. 0 April 2018 Legal Notices Warranty EView Technology makes no warranty of

More information

HP Service Activator

HP Service Activator HP Service Activator User s and Administrator s Guide Edition: V51-1A for Microsoft Windows Server 2008 R2, HP-UX 11i v3, Red Hat Enterprise Linux 5.4 and Solaris 10 operating systems Manufacturing Part

More information

EView/400i Management for Windows

EView/400i Management for Windows EView/400i Management for Windows Installation Guide for Integration with HP Operations Manager Windows Version 6.3 September 2012 Legal Notices Warranty EView Technology makes no warranty of any kind

More information

Welcome To HP OpenView Network Node Manager

Welcome To HP OpenView Network Node Manager Welcome To HP OpenView Network Node Manager Windows NT, Windows 2000, HP-UX, and Solaris Manufacturing Part Number: J1240-90052 March 2001 Copyright 2001 Hewlett-Packard Company. Legal Notices Hewlett-Packard

More information

EView/390z Mainframe Discovery for ServiceNow Discovery for CMDB

EView/390z Mainframe Discovery for ServiceNow Discovery for CMDB EView/390z Mainframe Discovery for ServiceNow Discovery for CMDB Concepts Guide Software Version: 7.2 April 2018 Legal Notices Warranty EView Technology makes no warranty of any kind with regard to this

More information

EView/390 Management for HP BSM. Operations Manager I

EView/390 Management for HP BSM. Operations Manager I EView/390 Management for HP BSM Operations Manager I Concepts Guide Software Version: A.07.00 June 2015 Copyright 2015 EView Technology, Inc. Legal Notices Warranty EView Technology makes no warranty of

More information

HP OpenView Service Desk

HP OpenView Service Desk HP OpenView Service Desk OpenView Operations Integration Administrator s Guide Software Version: 5.10 For the Windows and UNIX Operating Systems Manufacturing Part Number: None Document Release Date: August

More information

HP Internet Usage Manager Software Release Notes

HP Internet Usage Manager Software Release Notes HP Internet Usage Manager Software Release Notes Version 7.0 Manufacturing Part Number: N/A E1010 U.S.A. Copyright 2010 Hewlett-Packard Company All rights reserved. Legal Notices The information in this

More information

Nimsoft Monitor. proxy Guide. v3.1 series

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

More information

HP OpenView Operations

HP OpenView Operations HP OpenView Operations Oracle Real Application Clusters (RAC) Support Software Version: 8.23 Edition 1 UNIX Manufacturing Part Number: None (PDF only) September 2006 Copyright 1999-2006 Hewlett-Packard

More information

HP Service Activator

HP Service Activator HP Service Activator System Integrator s Overview Edition: V62-1A for Microsoft Windows Server 2008 R2, HP-UX 11i v3, Red Hat Enterprise Linux 6.4 Manufacturing Part Number: None October 17, 2013 Copyright

More information

Nimsoft Monitor. cluster Guide. v2.6 series

Nimsoft Monitor. cluster Guide. v2.6 series Nimsoft Monitor cluster Guide v2.6 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

CA Nimsoft Monitor for Flow Analysis

CA Nimsoft Monitor for Flow Analysis CA Nimsoft Monitor for Flow Analysis Release Notes Release 1.1 Document Revision History Document Version Date Changes 1.1 11/30/2012 Updated for Flow Analysis 1.1 release 1.0 9/29/2012 Initial version

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

HP OpenView Extensions for Windows Installer Using Radia

HP OpenView Extensions for Windows Installer Using Radia HP OpenView Extensions for Windows Installer Using Radia for the Windows operating system Software Version: 4.0 Getting Started Guide Manufacturing Part Number: T3424-90094 June 2005 Legal Notices Warranty

More information

EView/390 Management for HP OpenView Operations Unix

EView/390 Management for HP OpenView Operations Unix EView/390 Management for HP OpenView Operations Unix Concepts Guide Software Version: A.06.00 June 2007 Copyright 2007 EView Technology, Inc. EView Technology makes no warranty of any kind with regard

More information

CA Nimsoft Monitor for Flow Analysis

CA Nimsoft Monitor for Flow Analysis CA Nimsoft Monitor for Flow Analysis Release Notes Release 1.0 Document Revision History Document Version Date Changes 1.0 9/29/2012 Initial version CA Nimsoft Monitor for Flow Analysis Release Notes Contact

More information

Nimsoft Monitor. sysstat Guide. v1.1 series

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

More information

Unified Infrastructure Management Compatibility Matrix September 05, 2017

Unified Infrastructure Management Compatibility Matrix September 05, 2017 Unified Infrastructure Management Compatibility Matrix September 05, 2017 1 Unified Infrastructure Management Compatibility Matrix- CA Technologies Legal Notices Copyright 2017, CA. All rights reserved.

More information

Unified Infrastructure Management Compatibility Matrix June 26, 2015

Unified Infrastructure Management Compatibility Matrix June 26, 2015 Unified Infrastructure Management Compatibility Matrix June 26, 2015 1 Unified Infrastructure Management Compatibility Matrix- CA Technologies Legal Notices Copyright 2013, CA. All rights reserved. Warranty

More information

Nimsoft Server. Nimsoft Monitoring Installer for the Vblock Infrastructure Platform - User Guide. Version 1.0

Nimsoft Server. Nimsoft Monitoring Installer for the Vblock Infrastructure Platform - User Guide. Version 1.0 Nimsoft Server Nimsoft Monitoring Installer for the Vblock Infrastructure Platform - User Guide Version 1.0 Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document

More information

JBoss ESB 4.2 GA. Monitoring Guide JBESB-MG-9/5/07 JBESB-TB-9/5/07

JBoss ESB 4.2 GA. Monitoring Guide JBESB-MG-9/5/07 JBESB-TB-9/5/07 JBoss ESB 4.2 GA Monitoring Guide JBESB-MG-9/5/07 JBESB-TB-9/5/07 Legal Notices The information contained in this documentation is subject to change without notice. JBoss Inc. makes no warranty of any

More information

HP OpenView Performance Agent

HP OpenView Performance Agent HP OpenView Performance Agent Data Source Integration Guide Edition: 9 for UNIX Manufacturing Part Number: None January 2003 Copyright 2003 Hewlett-Packard Company. Legal Notices Warranty. Hewlett-Packard

More information

Nimsoft Monitor. websphere Guide. v1.5 series

Nimsoft Monitor. websphere Guide. v1.5 series Nimsoft Monitor websphere Guide v1.5 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

GUI 1.5 Release Notes

GUI 1.5 Release Notes GUI 1.5 Release Notes Released: June 2003 The information contained within this document is subject to change without notice. Copyright 2003 All rights reserved. No part of this documentation may be reproduced,

More information

Agilent EZChrom SI. Startup Guide

Agilent EZChrom SI. Startup Guide Agilent EZChrom SI Startup Guide Notices Copyright Scientific Software, Inc 2003 Agilent Technologies, Inc. 2006. No part of this manual may be reproduced in any form or by any means (including electronic

More information

Nimsoft Monitor. xendesktop Release Notes. All series

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

More information

HP Service Activator

HP Service Activator HP Service Activator Release Notes Edition: V51-1A for Microsoft Windows Server 2008 R2, HP-UX 11i v3, Solaris 10, and Red Hat Enterprise Linux 5.4 operating systems July 2010 Copyright 2010 Hewlett-Packard

More information

Nimsoft Unified Management Portal

Nimsoft Unified Management Portal Nimsoft Unified Management Portal NimsoftMobile Guide 2.0 Document Revision History Document Version Date Changes x.x xx/xx/2012 Initial version for xxxxxxxxxxxx Legal Notices Copyright 2012, Nimsoft Corporation

More information

Nimsoft Monitor Server

Nimsoft Monitor Server Nimsoft Monitor Server Configuration Guide v6.00 Document Revision History Version Date Changes 1.0 10/20/2011 Initial version of Nimsoft Server Configuration Guide, containing configuration and usage

More information

Nimsoft Monitor. netapp Guide. v1.0 series

Nimsoft Monitor. netapp Guide. v1.0 series Nimsoft Monitor netapp Guide v1.0 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

HP OpenView Service Desk 4.5

HP OpenView Service Desk 4.5 HP OpenView Service Desk 4.5 Operations Manager for Windows Integration Administrator s Guide Fourth Edition Manufacturing Part Number: N/A January 2008 Legal Notices Hewlett-Packard makes no warranty

More information

HP StorageWorks 4000/6000/8000 Enterprise Virtual Array connectivity for Sun Solaris installation and reference guide

HP StorageWorks 4000/6000/8000 Enterprise Virtual Array connectivity for Sun Solaris installation and reference guide HP StorageWorks 4000/6000/8000 Enterprise Virtual Array connectivity for Sun Solaris installation and reference guide Part number: 5697-5263 First edition: May 2005 Legal and notice information Copyright

More information

Unified Management Portal

Unified Management Portal Unified Management Portal Unified Management Portal Release Notes 6.2.1 Document Revision History Document Version Date Changes 1.0 12/18/2012 Initial version for UMP 6.2. 1.1 2/4/2013 Updated version

More information

HP Network Node Manager ispi Performance for Quality Assurance Software

HP Network Node Manager ispi Performance for Quality Assurance Software HP Network Node Manager ispi Performance for Quality Assurance Software Intelligent Response Agent for the Windows and Linux operating systems Software Version: 9.20 Installation Guide Document Release

More information

Nimsoft Monitor. db2mon Guide. v2.2 series

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

More information

Nimsoft Monitor. ntp_response Guide. v1.2 series

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

More information

JBoss ESB 4.0 GA RC1. Message Transformation Guide JBESB-MTG-12/1/06 JBESB-PG-12/1/06

JBoss ESB 4.0 GA RC1. Message Transformation Guide JBESB-MTG-12/1/06 JBESB-PG-12/1/06 JBoss ESB 4.0 GA RC1 Message Transformation Guide JBESB-MTG-12/1/06 JBESB-PG-12/1/06 i JBESB-PG-12/1/06 ii Legal Notices The information contained in this documentation is subject to change without notice.

More information

Agilent 1260 Infinity Purification Solution

Agilent 1260 Infinity Purification Solution Agilent 1260 Infinity Purification Solution Administrator's Quick Start Guide Agilent Technologies Notices Agilent Technologies, Inc. 2017 No part of this manual may be reproduced in any form or by any

More information

Solstice Backup 4.2 User s Guide

Solstice Backup 4.2 User s Guide Solstice Backup 4.2 User s Guide 2550 Garcia Avenue Mountain View, CA 94043 U.S.A. Part No: 802-6105-10 Revision A, April 1996 A Sun Microsystems, Inc. Business 1996 Sun Microsystems, Inc. 2550 Garcia

More information

JBoss ESB 4.2 Milestone Release 1

JBoss ESB 4.2 Milestone Release 1 JBoss ESB 4.2 Milestone Release 1 Release Notes JBESB-RN-3/23/07 JBESB-RN-3/23/07 Legal Notices The information contained in this documentation is subject to change without notice. JBoss Inc. makes no

More information

JBoss ESB 4.2 Milestone Release 1

JBoss ESB 4.2 Milestone Release 1 JBoss ESB 4.2 Milestone Release 1 Content Based Routing JBESB-CBR-3/23/07 JBESB-CBR-3/23/07 Legal Notices The information contained in this documentation is subject to change without notice. JBoss Inc.

More information

Nimsoft Monitor. sharepoint Guide. v1.4 series

Nimsoft Monitor. sharepoint Guide. v1.4 series Nimsoft Monitor sharepoint Guide v1.4 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

SUPPORT MATRIX. HYCU OMi Management Pack for Citrix

SUPPORT MATRIX. HYCU OMi Management Pack for Citrix HYCU OMi Management Pack for Citrix : 2.0 Product release date: October 2017 Document release data: April 2018 Legal notices Copyright notice 2014-2018 HYCU. All rights reserved. This document contains

More information

JBossESB GA. Service Orchestration Guide JBESB-SOG-10/31/07

JBossESB GA. Service Orchestration Guide JBESB-SOG-10/31/07 JBossESB 4.2.1 GA Service Orchestration Guide JBESB-SOG-10/31/07 JBESB-SOG-10/31/07 Legal Notices The information contained in this documentation is subject to change without notice. JBoss Inc. makes

More information

JBoss Transactions 4.2.2

JBoss Transactions 4.2.2 JBoss Transactions 4.2.2 Installation Guide JBTS-IG-11/2/06 JBTS-IG-11/2/06 i Legal Notices The information contained in this documentation is subject to change without notice. JBoss Inc. makes no warranty

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.00 Embedded UCMDB Applets Using Direct Links Document Release Date: January 2009 Software Release Date:

More information

Nimsoft Monitor. hpovsdgtw Guide. v1.2 series

Nimsoft Monitor. hpovsdgtw Guide. v1.2 series Nimsoft Monitor hpovsdgtw Guide v1.2 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

ComTrade Citrix Smart Plug-in for HP Software (SPI for Citrix)

ComTrade Citrix Smart Plug-in for HP Software (SPI for Citrix) ComTrade Citrix Smart Plug-in for HP Software (SPI for Citrix) (This version, Version 03.60, is for use with HP Operations Manager for Linux and UNIX) Installation and Configuration Guide Contents Notices...................................................

More information

HP Intelligent Management Center Remote Site Management User Guide

HP Intelligent Management Center Remote Site Management User Guide HP Intelligent Management Center Remote Site Management User Guide Abstract This book provides overview and procedural information for Remote Site Management, an add-on service module to the Intelligent

More information

Nimsoft Monitor. controller Guide. v5.7 series

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

More information

Sun Microsystems, Inc Garcia Avenue Mountain View, CA U.S.A. SunOS Reference Manual

Sun Microsystems, Inc Garcia Avenue Mountain View, CA U.S.A. SunOS Reference Manual Sun Microsystems, Inc. 2550 Garcia Avenue Mountain View, CA 94043 U.S.A. SunOS Reference Manual 1994 Sun Microsystems, Inc. All rights reserved. 2550 Garcia Avenue, Mountain View, California 94043-1100

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-1813 Software version: Release 1505 Document version: 6W102-20121111 Legal and notice information Copyright

More information

Title Page. Working with Task Workflows

Title Page. Working with Task Workflows Title Page Working with Task Workflows April 2013 Copyright & Document ID Copyright 2012-2013 Software AG USA, Inc. All rights reserved. The webmethods logo, Get There Faster, Smart Services and Smart

More information

CA Nimsoft Service Desk

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

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

Nimsoft Monitor. ocs_monitor Guide. v1.3 series

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

More information

Notice. Mentor Graphics is a trademark of Mentor Graphics Corporation in the U.S. and other countries.

Notice. Mentor Graphics is a trademark of Mentor Graphics Corporation in the U.S. and other countries. HDL Blocks May 2007 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind with regard to this material, including, but

More information

Nimsoft Monitor. netapp Guide. v1.1 series

Nimsoft Monitor. netapp Guide. v1.1 series Nimsoft Monitor netapp Guide v1.1 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

HP OpenView Select Access

HP OpenView Select Access HP OpenView Select Access Integration Paper for VACMAN RADIUS Middleware Software Version: 6.0 for HP-UX, Linux, Solaris, and Windows operating systems March 2004 Legal Notices Warranty Hewlett-Packard

More information

Nimsoft Monitor. reboot Guide. v1.4 series

Nimsoft Monitor. reboot Guide. v1.4 series Nimsoft Monitor reboot Guide v1.4 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

JBoss Transactions 4.2.2

JBoss Transactions 4.2.2 JBoss Transactions 4.2.2 Release Notes JBTS-RN-11/3/06 JBTS-RN-11/3/06 i Legal Notices The information contained in this documentation is subject to change without notice. JBoss Inc. makes no warranty

More information

Nimsoft Monitor. qos_processor Guide. v1.0 series

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

More information

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server NNMi 9.1x Patch 2 This document shows an example of building a daily report for the ispi Performance

More information

HP-UX TN3270 Users Guide

HP-UX TN3270 Users Guide HP-UX TN3270 Users Guide Edition 1 HP Part Number J2656-90030 J2656-90030 HP 9000 Networking E03/98 Printed in: United States Copyright 1998 Hewlett-Packard Company, 1998. All rights reserved Legal Notices

More information

CA SSO. Agent for Oracle PeopleSoft Release Notes. r12.51

CA SSO. Agent for Oracle PeopleSoft Release Notes. r12.51 CA SSO Agent for Oracle PeopleSoft Release Notes r12.51 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ),

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.20 Windows and Linux Operating Systems Shell Wizard Guide Document Release Date: November 2014 Software Release Date: November 2014 Legal Notices Warranty

More information

Vendor Component Libraries S-Parameter Transistor Library

Vendor Component Libraries S-Parameter Transistor Library Vendor Component Libraries S-Parameter Transistor Library May 2007 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind

More information

Nimsoft Monitor. exchange_response Guide. v2.5 series

Nimsoft Monitor. exchange_response Guide. v2.5 series Nimsoft Monitor exchange_response Guide v2.5 series Legal Notices Copyright 2014, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.30 HP Demand Management User s Guide Document Release Date: September 2014 Software Release Date: September 2014 Legal Notices Warranty The

More information

Release Notes: ProCurve Identity Driven Manager Version 2.0, Update 2

Release Notes: ProCurve Identity Driven Manager Version 2.0, Update 2 Release Notes: ProCurve Identity Driven Manager Version 2.0, Update 2 ProCurve Identity Driven Manager (IDM) version 2.0 update 2 supports these products: IDM version 2.1: an update to IDM 2.0 that provides

More information

Symantec Control Compliance Suite Express Security Content Update for JBoss Enterprise Application Platform 6.3. Release Notes

Symantec Control Compliance Suite Express Security Content Update for JBoss Enterprise Application Platform 6.3. Release Notes Symantec Control Compliance Suite Express Security Content Update for JBoss Enterprise Application Platform 6.3 Release Notes Express Security Content Update for JBoss Enterprise Application Platform 6.3

More information

PGP NetShare FlexResponse Plug-In for Data Loss Prevention

PGP NetShare FlexResponse Plug-In for Data Loss Prevention PGP NetShare FlexResponse Plug-In for Data Loss Prevention Implementation Guide 10.2 The software described in this book is furnished under a license agreement and may be used only in accordance with

More information

BEAWebLogic. Portal. MobileAware Interaction Server Installation Guide

BEAWebLogic. Portal. MobileAware Interaction Server Installation Guide BEAWebLogic Portal MobileAware Interaction Server Installation Guide Version 8.1 with Service Pack 3 (MobileAware Version 1.0) Document Revised: September 2004 Copyright Copyright 2004 BEA Systems, Inc.

More information

Replacing drives for SolidFire storage nodes

Replacing drives for SolidFire storage nodes NetApp Replacing drives for SolidFire storage nodes You can hot-swap a failed solid-state disk (SSD) drive with a replacement drive. Before you begin You have a replacement drive. You have an electrostatic

More information

BEAWebLogic. Enterprise Security. WebLogic Server v8.1 Installation

BEAWebLogic. Enterprise Security. WebLogic Server v8.1 Installation BEAWebLogic Enterprise Security WebLogic Server v8.1 Installation Product Version: 4.2 Service Pack 2 Document Revised: October 27, 2005 Copyright Copyright 2005 BEA Systems, Inc. All Rights Reserved.

More information

Centrify Suite Group Policy Guide. Centrify Corporation. June 2013

Centrify Suite Group Policy Guide. Centrify Corporation. June 2013 Centrify Suite 2013 Group Policy Guide June 2013 Centrify Corporation Legal notice This document and the software described in this document are furnished under and are subject to the terms of a license

More information

SUPPORT MATRIX. Comtrade OMi Management Pack for Citrix

SUPPORT MATRIX. Comtrade OMi Management Pack for Citrix Comtrade OMi Management Pack for Citrix : 2.0 Product release date: December 2016 Document release date: July 2017 Legal notices Copyright notice 2017 Comtrade Software. All rights reserved. This document

More information

HP OpenView Storage Data Protector Integration Guide

HP OpenView Storage Data Protector Integration Guide HP OpenView Storage Data Protector Integration Guide for IBM Applications: Informix DB2 Lotus Notes/Domino Manual Edition: October 2004 Manufacturing Part Number: B6960-90110 Release A.05.50 Copyright

More information

GemStone. GemStone/S 64 Bit Windows Client Installation Guide

GemStone. GemStone/S 64 Bit Windows Client Installation Guide GemStone GemStone/S 64 Bit Windows Client Installation Guide Version 3.1.0.2 December 2012 GemStone/S 64 Bit 3.1.0.2 Windows Client Installation Guide INTELLECTUAL PROPERTY OWNERSHIP This documentation

More information

Release Notes: ProCurve Mobility Manager Version 1.0, Update 1

Release Notes: ProCurve Mobility Manager Version 1.0, Update 1 Release Notes: ProCurve Mobility Manager Version 1.0, Update 1 Installation Pre-Requisites: The ProCurve Mobility Manager (PMM 1.0) Update 1 requires that you have the following software installed and

More information

HP Network Node Manager i-series Software

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

More information

JBoss ESB 4.5 GA. Getting Started With JBoss ESB JBESB GS 2/11/09 JBESB-GS-2/11/09

JBoss ESB 4.5 GA. Getting Started With JBoss ESB JBESB GS 2/11/09 JBESB-GS-2/11/09 JBoss ESB 4.5 GA Getting Started With JBoss ESB JBESB GS 2/11/09 JBESB-GS-2/11/09 JBESB-GS-2/11/09 2 Legal Notices The information contained in this documentation is subject to change without notice. JBoss

More information

Embarcadero Change Manager 5.1 Installation Guide. Published: July 22, 2009

Embarcadero Change Manager 5.1 Installation Guide. Published: July 22, 2009 Embarcadero Change Manager 5.1 Installation Guide Published: July 22, 2009 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco,

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module Load Balancing Configuration Guide Part number: 5998-4218 Software version: Feature 3221 Document version: 6PW100-20130326 Legal and notice information Copyright 2013 Hewlett-Packard

More information

HP Intelligent Management Center SOM Administrator Guide

HP Intelligent Management Center SOM Administrator Guide HP Intelligent Management Center SOM Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who administrate and operate the

More information

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows Installation Guide P/N 300-009-578 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103

More information

Cluster and SVM Peering Express Guide

Cluster and SVM Peering Express Guide ONTAP 9 Cluster and SVM Peering Express Guide December 2017 215-11182_E0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 Prerequisites

More information

Agilent OpenLAB ECM Intelligent Reporter

Agilent OpenLAB ECM Intelligent Reporter Agilent OpenLAB ECM Intelligent Reporter Installation and Configuration Guide Agilent Technologies Notices Agilent Technologies, Inc. 2007-2016 No part of this manual may be reproduced in any form or by

More information

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2 HYPERION SYSTEM 9 BI+ APPLICATION BUILDER J2EE RELEASE 9.2 GETTING STARTED GUIDE Copyright 1998-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion H logo, and Hyperion s product

More information

Siebel Application Deployment Manager Guide. Version 8.0, Rev. A April 2007

Siebel Application Deployment Manager Guide. Version 8.0, Rev. A April 2007 Siebel Application Deployment Manager Guide Version 8.0, Rev. A April 2007 Copyright 2005, 2006, 2007 Oracle. All rights reserved. The Programs (which include both the software and documentation) contain

More information

System Fault Management Administrator s Guide

System Fault Management Administrator s Guide System Fault Management Administrator s Guide HP-UX 11i v1 HP Part Number: 5991-6717 Published: E0612 Copyright 2006 Hewlett-Packard Development Company, L.P Legal Notices The information in this document

More information

HP Fortify Scanning Plugin for Xcode

HP Fortify Scanning Plugin for Xcode HP Fortify Scanning Plugin for Xcode Software Version: 4.40 User Guide Document Release Date: November 2015 Software Release Date: November 2015 Legal Notices Warranty The only warranties for HP products

More information

ALM. What's New. Software Version: Go to HELP CENTER ONLINE

ALM. What's New. Software Version: Go to HELP CENTER ONLINE ALM Software Version: 12.55 What's New Go to HELP CENTER ONLINE http://admhelp.microfocus.com// Document Release Date: August 2017 Software Release Date: August 2017 ALM ALM (12.55) Page 2 of

More information

CA Performance Management Data Aggregator

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

More information

Agilent ChemStation Plus

Agilent ChemStation Plus Agilent ChemStation Plus Getting Started Guide Agilent Technologies Notices Agilent Technologies, Inc. 2004 No part of this manual may be reproduced in any form or by any means (including electronic storage

More information