HP Web Jetadmin Database Connector Plug-in reference manual

Size: px
Start display at page:

Download "HP Web Jetadmin Database Connector Plug-in reference manual"

Transcription

1 HP Web Jetadmin Database Connector Plug-in reference manual

2 Copyright notice 2004 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation or translation without prior written permission is prohibited, except as allowed under the copyright laws. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Edition 1, 10/2004. This document supports HP Web Jetadmin 7.8. Hewlett-Packard Development Company, L.P. Trademark notice Microsoft is a U.S. registered trademark of Microsoft Corporation.

3 Documentation conventions This document uses the conventions described below. Bold Bold is used to identify the names of options, buttons, and pages within HP Web Jetadmin software, and options that the user types in within HP Web Jetadmin. Italic Italic is used for emphasis. Monospace font Monospace font is used to identify a command that the user types on the command line. Blue, underlined text Blue, underlined text is used to identify hypertext links. Depending on the settings in a particular user's browser, these links might be formatted differently. Page references HP Web Jetadmin documentation contains references to pages within the software. These references tell you how to navigate to that page using the expandable tree in the Navigation area. For example, to navigate to the Device Management > Device Lists > All Devices page, select Device Management from the Navigation drop-down list, expand the Device Lists folder, and click All Devices. Notes, cautions, and warnings NOTE CAUTION WARNING! Notes contain important information. Caution messages appear before procedures that, if not observed, could result in loss of data or damage to equipment. Warning messages alert the reader to a specific procedure or practice that, if not followed correctly, could cause personal injury or catastrophic loss of data or equipment.

4

5 Contents HP Web Jetadmin Database Connector Plug-in reference manual...1 Copyright notice...2 Trademark notice...2 Documentation conventions...3 Section 1 HP Web Jetadmin Database Connector Plug-in 1 Introducing HP Web Jetadmin Database Connector Plug-in...9 Overview...10 Configuring the external database...10 Configuring a Microsoft Access database...11 Configuring a MySQL Server database...11 Configuring a Microsoft Desktop Engine or Microsoft SQL Server database...11 Removing HP Web Jetadmin Database Connector Plug-in Comparing database management systems...13 Overview...14 Microsoft Access...14 Database size...14 Scalability and limitations...14 MySQL Server...14 Microsoft Desktop Engine...14 Database size...15 Scalability and limitations...15 Microsoft SQL Server...15 Glossary Index ENWW 5

6 6 ENWW

7 Section 1 HP Web Jetadmin Database Connector Plug-in This section contains the following chapters: Chapter 1, Introducing HP Web Jetadmin Database Connector Plug-in Chapter 2, Comparing database management systems ENWW 7

8 8 ENWW

9 1 Introducing HP Web Jetadmin Database Connector Plug-in This chapter contains the following topics: Overview Configuring the external database Removing HP Web Jetadmin Database Connector Plug-in ENWW 9

10 Overview An increasing number of application plug-ins for HP Web Jetadmin need to share data and export and import data from external sources. Although some application plug-ins can use HP Web Jetadmin's proprietary device cache, some application plug-ins need to customize and track device data over time. Application plug-ins that track device data from a large network can rapidly accumulate gigabytes of data. These application plug-ins require a more flexible database. HP Web Jetadmin Database Connector Plug-in is an application plug-in for HP Web Jetadmin that provides an interface layer between other application plug-ins for HP Web Jetadmin and a database management system (DBMS). HP Web Jetadmin Database Connector Plug-in uses Open Database Connectivity (ODBC) to connect to a DBMS. This allows application plug-ins to share data without conflict. HP Web Jetadmin Database Connector Plug-in defaults to an internally generated Microsoft Access database. Specifically, HP Web Jetadmin Database Connector Plug-in supports the following database management systems: Microsoft Access, versions 2000 and 2002 MySQL Server, versions 3.23 and 4.0 Microsoft Desktop Engine (MSDE), versions 1.0 and 2000 Microsoft SQL Server, versions 7 and 2000 When you create and configure a new external database, HP Web Jetadmin Database Connector Plug-in creates the tables and starts collecting and storing data from devices. You can also configure HP Web Jetadmin Database Connector Plug-in to use an existing database containing data that has already been collected from devices. This means that the device data does not need to be collected again and again for every application plug-in that uses HP Web Jetadmin Database Connector Plug-in. See the HP Web Jetadmin Report Generation Plug-in Installation Guide for more information about installing HP Web Jetadmin Database Connector Plug-in. To access the Installation Guide, go to and browse to the HP Web Jetadmin Report Generation Plug-in information page. Configuring the external database Once you have installed HP Web Jetadmin Database Connector Plug-in, you must create and configure a new external database or configure an existing external database. You can configure the external database on the External Database Connector > Database Configuration page. You must use an external database that has at least 1 GB of space available Introducing HP Web Jetadmin Database Connector Plug-in ENWW

11 Configuring a Microsoft Access database You should create a new Microsoft Access database so that HP Web Jetadmin Database Connector can create the tables in the database. However, if you have HP Web Jetadmin Database Connector Plug-in already installed on another host machine and have configured a database on that host machine, you can use that database. To configure a Microsoft Access database, you must specify the full path name, including the file name, where you want to create a new database file or where an existing database files resides. The following is an example: C:\Program Files\HP Web Jetadmin\doc\plugins\hpjdb\database.mdb To optimize performance, you should store the database file on the host machine where HP Web Jetadmin is running. Configuring a MySQL Server database To configure a MySQL Server database, you must specify the following information: The name or IP address of the server where MySQL Server is installed and configured. For example, if MySQL Server is installed on a server called dbserver that has an IP address of , you can type either dbserver or The port where MySQL Server listens. The default port is The login name of a user who has rights to create a database. When MySQL Server is installed, a user name called root is created with the rights that are required. The password for the login name that you specified. When MySQL Server is installed, root has a blank password. Configuring a Microsoft Desktop Engine or Microsoft SQL Server database To configure a Microsoft Desktop Engine (MSDE) or Microsoft SQL Server database, you must specify the following information: The name or IP address of the server where MSDE or SQL Server is installed and configured. For example, if MSDE or SQL Server is installed on a server called dbserver that has an IP address of , you can type either dbserver or The port where MSDE or SQL Server listens. The default port is ENWW Configuring the external database 11

12 Removing HP Web Jetadmin Database Connector Plug-in You can only remove HP Web Jetadmin Database Connector Plug-in through HP Web Jetadmin if you have not installed an application plug-in that has a dependency on HP Web Jetadmin Database Connector Plug-in, such as HP Web Jetadmin Report Generation Plug-in. To remove the software, perform the following steps: 1 Select Product Update from the Navigation drop-down list. 2 Click Remove. 3 Select HP Web Jetadmin Database Connector Plug-in from the Installed Packages list. 4 Click Uninstall Packages. 5 If the list of packages to be removed is acceptable, click Next. The Results page indicates if HP Web Jetadmin Database Connector Plug-in was successfully removed Introducing HP Web Jetadmin Database Connector Plug-in ENWW

13 2 Comparing database management systems This chapter contains the following topics: Overview Microsoft Access MySQL Server Microsoft Desktop Engine Microsoft SQL Server ENWW 13

14 Overview This chapter provides information about the database management systems (DBMS) that HP Web Jetadmin Database Connector Plug-in supports. This information will help you select which DBMS you want to use. Microsoft Access Microsoft Access is a file-based, relational database. Microsoft Access supports fewer features than other database engines support. For more information about Microsoft Access, go to Database size Microsoft Access supports up to 2 GB per database. Scalability and limitations For performance reasons, HP recommends the following: You should have no more than 20 concurrent connections. You should create the Microsoft Access MDB file on the server where HP Web Jetadmin Database Connector Plug-in is installed. MySQL Server MySQL Server is an open source, enterprise class database server. For more information about MySQL Server, go to Microsoft Desktop Engine Microsoft Desktop Engine (MSDE) is a local 1-2 processor data engine that can be shared. MSDE is essentially a scaled-down version of, and fully compatible with, Microsoft SQL Server. For more information about MSDE, go to Comparing database management systems ENWW

15 Database size MSDE supports a database that is a maximum of 2 GB. This limitation is per database, not per server. A single server can support multiple MSDE instances, each with a database of up to 2 GB. Scalability and limitations For performance reasons, HP recommends that you have no more than five concurrent connections. If your solution must support more than five concurrent connections, HP recommends that you migrate to Microsoft SQL Server for this higher level of scalability. Microsoft SQL Server Microsoft SQL Server is an enterprise class DBMS. For more information about Microsoft SQL Server, go to ENWW Microsoft SQL Server 15

16 16 2 Comparing database management systems ENWW

17 Glossary A - B - C - D - F - H - I - O - P - Q - S - U - W A About page A page that displays information about HP Web Jetadmin Database Connector Plug-in, such as the version number, license number, date the software was installed, HP Web Jetadmin version, browser version, and installation directory. application plug-in Optional software that is added to HP Web Jetadmin to increase its functionality. B Back Bookmark browser In most browsers, returns to the previous page that you viewed. An icon on the content toolbar that "marks" an HP Web Jetadmin page so that you can quickly return to it later. When you select Favorites from the Navigation drop-down list, HP Web Jetadmin displays a list of the pages that you have bookmarked. A software application that lets you view information on the Internet. Also see Web browser. C content area The main area of each HP Web Jetadmin page. This is where HP Web Jetadmin displays information, where you can apply settings, and where you can perform other tasks. ENWW 17

18 content toolbar The part of the content area on each HP Web Jetadmin page that contains the following items: On some pages, HP Web Jetadmin provides a drop-down list that you can use to access other related pages. For example, when you access a Device Status page, the drop-down list on the task bar provides access to other device-related pages, such as the Device Configuration page and the Device Diagnostics page. Several icons that provide specific functionality, including refresh, home, bookmark, and context help. During some processes, HP Web Jetadmin displays a progress indicator on the content toolbar. context help area The area on each HP Web Jetadmin page where the context help is displayed if you have HP Web Jetadmin set up to display it within the software. By default, HP Web Jetadmin displays the context help in a separate browser window. D database management system device 1) The database system that HP Web Jetadmin Database Connector Plug-in uses, such as Microsoft Access or MySQL Server. 2) The ODBC driver that DSN uses. Any peripheral, such as a printer or scanner, that you can attach to the network. Device usually refers to one of the devices that HP Web Jetadmin manages, including Standard Printer MIB-compliant printers, HP Jetdirect print servers, and HP network scanners. Also see device group. device cache The file where HP Web Jetadmin stores information about the devices that it discovered on the network. Web browsers can access data in the device cache faster than it can access data outside of the device cache, which reduces network traffic. device group DNS A group of devices and other resources. You can group devices based on location, workgroup, owner, or other identifiers. Domain Name Service. The DNS server maps each device s hostname to an IP address. The ARP Table then resolves these IP addresses to hardware addresses. 18 Glossary ENWW

19 DSN Data Source Name. All of the information that is required for HP Web Jetadmin Database Connector Plug-in to make a connection to an external database. F Favorites Forward See Bookmark. In most browsers, displays the next page of the pages you have viewed. You can only use Forward after you have either used Back to navigate or selected another page from a bookmark or favorite-list item. H hostname A user-friendly name assigned to a device that eliminates the need to use an IP address to communicate with the device. The hostname can reside on the device itself or on a name server such as DNS. HP Web Jetadmin An application that you can use to remotely manage a wide range of network-connected devices across platforms from anywhere in the world that you can access your local intranet. HP Web Jetadmin Report Generation Plug-in An application plug-in for HP Web Jetadmin that collects and stores data about devices. You can use HP Web Jetadmin Report Generation Plug-in to create reports and graphs using the collected data, and then use the information in the reports and graphs to see how your assets are being used. I IP address A unique identifier assigned to a computer that lets you use the TCP/IP protocol to communicate with the computer. ENWW 19

20 O ODBC Open Database Connectivity. A database access standard. P password port number A series of letters and numbers that are required to access a secured system or device. The connection port where the database management system listens for incoming connections. In MySQL Server, the default port is In MSDE and Microsoft SQL Server, the default port is Q Quick Device Find A search feature in HP Web Jetadmin that lets you quickly find a specific device by its hardware address, IP address, IPX/SPX address, IPX name, or IP hostname. S server The network computer where the database management system is installed and running. SQL command A command that is submitted to the database to perform an action, for example, update, select, delete, drop, and alter. U URL Uniform Resource Locator. An address that you use to access information on the Internet, either a Web page, FTP, Gopher, Usenet, or database. URLs can take the following formats: mailto://username@host.domain 20 Glossary ENWW

21 user name A registered database user who has the rights to create a new database. W Web browser An application running on a workstation that you use to view HTML documents on the Web, access hyperlinks, and transfer files. Web browsers request information from Web servers and display the information that the Web servers send back. The information is organized into Web pages, which contain text, graphics, sound, and animation formatted by HTML and Java applets. ENWW 21

22 22 Glossary ENWW

23 Index C configuring external databases 10 conventions, documentation 3 MySQL Server configuring databases 11 overview 14 D database management systems (DBMS) comparing 14 supported 10 databases, configuring external 10 documentation conventions 3 O overview, product 10 R removing software 12 E external databases, configuring 10 G glossary 17 I installing software 10 S software installing 10 removing 12 U uninstalling software 12 M Microsoft Access configuring databases 11 database size 14 limitations 14 overview 14 scalability 14 Microsoft Desktop Engine (MSDE) configuring databases 11 database size 15 limitations 15 overview 14 scalability 15 Microsoft SQL Server configuring databases 11 overview 15 ENWW 23

HP EMAIL ARCHIVING SOFTWARE FOR EXCHANGE

HP EMAIL ARCHIVING SOFTWARE FOR EXCHANGE You can read the recommendations in the user guide, the technical guide or the installation guide for HP EMAIL ARCHIVING SOFTWARE FOR EXCHANGE. You'll find the answers to all your questions on the HP EMAIL

More information

technical brief Multiple Print Queues

technical brief Multiple Print Queues technical brief in HP Overview HP has the ability to create shared printer queues on a remote machine to help ease the task that administrators face on a regular basis. Print queue creation of the following

More information

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide HP Quality Center Software Version: 10.00 Microsoft Word Add-in Guide Document Release Date: February 2012 Software Release Date: January 2009 Legal Notices Warranty The only warranties for HP products

More information

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide

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

More information

hp embedded web server for hp LaserJet printers

hp embedded web server for hp LaserJet printers hp embedded web server for hp LaserJet printers user guide Trademark Credits Microsoft is a U.S. registered trademark of Microsoft Corporation. Netscape is a U.S. trademark of Netscape Communications Corporation.

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

HP Application Lifecycle Management

HP Application Lifecycle Management HP Application Lifecycle Management Software Version: 11.00 Microsoft Word Add-in Guide Document Release Date: November 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties

More information

HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide

HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide Copyright and License 2008 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation, or translation without prior written

More information

USING MANAGED PRINTER LISTS

USING MANAGED PRINTER LISTS USING MANAGED PRINTER LISTS for the HP Universal Print Driver with HP Web Jetadmin CONTENTS Introduction... 2 Operation overview... 2 Assumptions... 2 Exporting device Groups as XML Managed Printer Lists...

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

use hp color LaserJet 5500 hp LaserJet 4100mfp hp embedded web server hp color LaserJet 4600 hp LaserJet 4300 hp LaserJet 9000mfp

use hp color LaserJet 5500 hp LaserJet 4100mfp hp embedded web server hp color LaserJet 4600 hp LaserJet 4300 hp LaserJet 9000mfp use hp embedded web server hp LaserJet 00 hp color LaserJet 500 hp LaserJet 400mfp hp LaserJet 400 hp LaserJet 400 hp color LaserJet 4600 hp color LaserJet 5500 hp LaserJet 9000mfp hp embedded web server

More information

HP Web JetAdmin Reference Manual

HP Web JetAdmin Reference Manual HP Web JetAdmin Reference Manual Copyright and Trademark Notices Copyright 1996-2001 Hewlett-Packard Company All Rights Reserved. Reproduction, adaptation, or translation without prior written permission

More information

FTP Server Configuration

FTP Server Configuration FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,

More information

Remote Management System

Remote Management System RMS Copyright and Distribution Notice November 2009 Copyright 2009 ARTROMICK International, Inc. ALL RIGHTS RESERVED. Published 2009. Printed in the United States of America WARNING: ANY UNAUTHORIZED

More information

Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring

Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96337 First edition: June 2009

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

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

More information

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

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

More information

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011 Omgeo OASYS Workstation Installation Guide Version 6.4 December 13, 2011 Copyright 2011 Omgeo LLC. All rights reserved. This publication (including, without limitation, any text, image, logo, compilation,

More information

HP D2D NAS Integration with HP Data Protector 6.11

HP D2D NAS Integration with HP Data Protector 6.11 HP D2D NAS Integration with HP Data Protector 6.11 Abstract This guide provides step by step instructions on how to configure and optimize HP Data Protector 6.11 in order to back up to HP D2D Backup Systems

More information

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active HP AppPulse Active Software Version: 2.2 For AppPulse Active Document Release Date: February 2015 Software Release Date: November 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Sharing Pictures, Music, and Videos on Windows Media Center Extender

Sharing Pictures, Music, and Videos on Windows Media Center Extender Sharing Pictures, Music, and Videos on Windows Media Center Extender Applies to: Microsoft Windows XP Media Center Edition Microsoft Windows Media Center Extender Microsoft Windows Media Center Extender

More information

technical brief browsing to an installation of HP Web Jetadmin. Internal Access HTTP Port Access List User Profiles HTTP Port

technical brief browsing to an installation of HP Web Jetadmin. Internal Access HTTP Port Access List User Profiles HTTP Port technical brief in HP Overview HP is a powerful webbased software utility for installing, configuring, and managing networkconnected devices. Since it can install and configure devices, it must be able

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Bluetooth for Windows

Bluetooth for Windows Bluetooth for Windows Getting Started Copyright 2006 Hewlett-Packard Development Company, L.P. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. Bluetooth is a trademark owned

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 FTP Server Configuration Table of contents Overview... 2 IIS FTP server configuration... 2 Installing FTP v7.5 for IIS... 2 Creating an FTP site with basic authentication...

More information

Synchronizing ProCurve IDM and Windows Active Directory

Synchronizing ProCurve IDM and Windows Active Directory An HP ProCurve Networking Application Note Synchronizing ProCurve IDM and Windows Active Directory Contents 1. Introduction... 2 2. Prerequisites... 2 3. Network and Active Directory tree diagrams... 2

More information

RUNNING A HELPDESK CONTENTS. using HP Web Jetadmin

RUNNING A HELPDESK CONTENTS. using HP Web Jetadmin RUNNING A HELPDESK using HP Web Jetadmin CONTENTS Overview... 2 Helpdesk examples... 2 Viewing devices... 2 Quick Device Discovery... 3 Search... 3 Filters... 3 Columns... 4 Device Groups... 4 Troubleshooting

More information

Using HP ProLiant Network Teaming Software with Microsoft Windows Server 2008 Hyper-V or with Microsoft Windows Server 2008 R2 Hyper-V

Using HP ProLiant Network Teaming Software with Microsoft Windows Server 2008 Hyper-V or with Microsoft Windows Server 2008 R2 Hyper-V Using HP ProLiant Network Teaming Software with Microsoft Windows Server 2008 Hyper-V or with Microsoft Windows Server 2008 R2 Hyper-V HOWTO, 4 TH Edition Introduction... 2 Software requirements... 2 Order

More information

TANDBERG MANAGEMENT SUITE 10.0

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

More information

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

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

More information

Send to Network Folder. Embedded Digital Sending

Send to Network Folder. Embedded Digital Sending Send to Network Folder Embedded Digital Sending Embedded Digital Sending Legal Notice Copyright 2005 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without

More information

eprint SOFTWARE User Guide

eprint SOFTWARE User Guide eprint SOFTWARE User Guide HP eprint software User Guide Copyright and License 2012 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation, or translation without prior written permission

More information

Transferring Your Hosting Account

Transferring Your Hosting Account Transferring Your Hosting Account Setting up your Web site on our secure hosting servers So you want to host your Web site on our secure servers, but you want to avoid costly mistakes and excessive site

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Configuring User Authentication...

More information

Setting up an MS SQL Server for IGSS

Setting up an MS SQL Server for IGSS Setting up an MS SQL Server for IGSS Table of Contents Table of Contents...1 Introduction... 2 The Microsoft SQL Server database...2 Setting up an MS SQL Server...3 Installing the MS SQL Server software...3

More information

Server Installation Guide ZENworks Patch Management 6.4 SP2

Server Installation Guide ZENworks Patch Management 6.4 SP2 Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch

More information

Backing up and restoring HP Systems Insight Manager 6.0 or greater data files in a Windows environment

Backing up and restoring HP Systems Insight Manager 6.0 or greater data files in a Windows environment Technical white paper Backing up and restoring HP Systems Insight Manager 6.0 or greater data files in a Windows environment Table of contents Abstract 2 Introduction 2 Saving and restoring data files

More information

HP OpenView AssetCenter

HP OpenView AssetCenter HP OpenView AssetCenter Software version: 5.0 Integration with software distribution tools Build number: 50 Legal Notices Warranty The only warranties for HP products and services are set forth in the

More information

ATD NEWS SOFTWARE NETWORKING / DATABASE FAQs... 2 Database Issues:... 2 Q: What are the system requirements for installing MSDE server?...

ATD NEWS SOFTWARE NETWORKING / DATABASE FAQs... 2 Database Issues:... 2 Q: What are the system requirements for installing MSDE server?... ATD NEWS SOFTWARE NETWORKING / DATABASE FAQs... 2 Database Issues:... 2 Q: What are the system requirements for installing MSDE server?... 2 Q: What is networking support offered by MSDE?... 2 Q: What

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module Load Balancing Configuration Guide Part number: 5998-2685 Document version: 6PW101-20120217 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P.

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

Setting Up Scan to SMB on TaskALFA series MFP s.

Setting Up Scan to SMB on TaskALFA series MFP s. Setting Up Scan to SMB on TaskALFA series MFP s. There are three steps necessary to set up a new Scan to SMB function button on the TaskALFA series color MFP. 1. A folder must be created on the PC and

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Backup Exec 11D VSS Snapshots and Transportable Offhost Backup Legal Notices Warranty The only warranties for HP products and services are set

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Disaster Recovery Guide Table of contents Overview... 2 General recovery process... 2 Recovering the HPDM Server... 5 Backing up the data... 5 Installing the

More information

HP IMC User Behavior Auditor

HP IMC User Behavior Auditor HP IMC User Behavior Auditor Administrator Guide Abstract This guide describes the User Behavior Auditor (UBA), an add-on service module of the HP Intelligent Management Center. UBA is designed for IMC

More information

SonicWALL Global Management System Installation Guide Entry Edition. Version 2.1

SonicWALL Global Management System Installation Guide Entry Edition. Version 2.1 SonicWALL Global Management System Installation Guide Entry Edition Version 2.1 Copyright Information 2001 SonicWALL, Inc. All rights reserved. Under the copyright laws, this manual or the software described

More information

TOSHIBA GA-1310. Printing from Windows

TOSHIBA GA-1310. Printing from Windows TOSHIBA GA-1310 Printing from Windows 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45081979 04 February 2009 CONTENTS 3 CONTENTS

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe

More information

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers NOTE: You can use these instructions to configure instructor and student machines. Software Required Microsoft Access 2007, 2010 MicroStrategy 9.3 Microsoft SQL Server Express 2008 R2 (free from Microsoft)

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Full domain account name login...

More information

CS WinOMS Practice Management Software Server Migration Help Guide

CS WinOMS Practice Management Software Server Migration Help Guide CS WinOMS Practice Management Software Server Migration Help Guide Checklist Prior to Beginning a Server Migration: A. The CS WinOMS install disk. Install files can be downloaded to server via FTP, contact

More information

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014 Adeptia Suite 6.2 Application Services Guide Release Date October 16, 2014 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 Document Information DOCUMENT INFORMATION

More information

MGC WebCommander Web Server Manager

MGC WebCommander Web Server Manager MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information

More information

Installing Management Applications on VNX for File

Installing Management Applications on VNX for File EMC VNX Series Release 8.1 Installing Management Applications on VNX for File P/N 300-015-111 Rev 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Directory-enabled Lights-Out Management

Directory-enabled Lights-Out Management Directory-enabled Lights-Out Management white paper Abstract... 2 Remote management products... 2 Business needs... 3 Customer environment... 3 Benefits... 3 Directory architecture... 4 Overview... 4 Objects...

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Installation and Update Guide Table of contents Overview... 3 HPDM Server preparation... 3 FTP server configuration... 3 Windows Firewall settings... 3 Firewall

More information

How to configure MAC authentication on a ProCurve switch

How to configure MAC authentication on a ProCurve switch An HP ProCurve Networking Application Note How to configure MAC authentication on a ProCurve switch Contents 1. Introduction... 3 2. Prerequisites... 3 3. Network diagram... 3 4. Configuring the ProCurve

More information

Adaptive Log Exporter Users Guide

Adaptive Log Exporter Users Guide IBM Security QRadar Version 7.1.0 (MR1) Note: Before using this information and the product that it supports, read the information in Notices and Trademarks on page page 119. Copyright IBM Corp. 2012,

More information

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

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

More information

Montefiore Portal Quick Reference Guide

Montefiore Portal Quick Reference Guide Montefiore Portal Quick Reference Guide Montefiore s remote portal allows users to securely access Windows applications, file shares, internal web applications, and more. To use the Portal, you must already

More information

use hp embedded web server HP 9200C Digital Sender

use hp embedded web server HP 9200C Digital Sender use hp embedded web server HP 900C Digital Sender HP Embedded Web Server User Guide Copyright 00 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation or translation without prior

More information

Bluetooth Pairing. User Guide

Bluetooth Pairing. User Guide Bluetooth Pairing User Guide Copyright 2012 Hewlett-Packard Development Company, L.P. Microsoft, Windows, and Windows Vista are U.S. registered trademarks of Microsoft Corporation. Bluetooth is a trademark

More information

Interworks. Interworks Cloud Platform Installation Guide

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

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Kaspersky Security Center Web-Console

Kaspersky Security Center Web-Console Kaspersky Security Center Web-Console User Guide CONTENTS ABOUT THIS GUIDE... 5 In this document... 5 Document conventions... 7 KASPERSKY SECURITY CENTER WEB-CONSOLE... 8 SOFTWARE REQUIREMENTS... 10 APPLICATION

More information

HP Server Management Packs for Microsoft System Center Essentials User Guide

HP Server Management Packs for Microsoft System Center Essentials User Guide HP Server Management Packs for Microsoft System Center Essentials User Guide Part Number 460344-001 September 2007 (First Edition) Copyright 2007 Hewlett-Packard Development Company, L.P. The information

More information

SyncThru TM Web Admin Service Administrator Manual

SyncThru TM Web Admin Service Administrator Manual SyncThru TM Web Admin Service Administrator Manual 2007 Samsung Electronics Co., Ltd. All rights reserved. This administrator's guide is provided for information purposes only. All information included

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

Infor Cloud Printing Service Administration Guide

Infor Cloud Printing Service Administration Guide Infor Cloud Printing Service Administration Guide Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

HP StorageWorks EVA Hardware Providers quick start guide

HP StorageWorks EVA Hardware Providers quick start guide Windows 2003 HP StorageWorks EVA Hardware Providers quick start guide EVA 4000 EVA 6000 EVA 8000 product version: 3.0 first edition (May 2005) part number: T1634-96051 This guide provides a summary of

More information

Application Note. Citrix Presentation Server through a Citrix Web Interface with OTP only

Application Note. Citrix Presentation Server through a Citrix Web Interface with OTP only Application Note Citrix Presentation Server through a Citrix Web Interface with OTP only ii Preface All information herein is either public information or is the property of and owned solely by Gemalto

More information

Universal Management Service 2015

Universal Management Service 2015 Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

Network Scanner Tool R3.1. User s Guide Version 3.0.04

Network Scanner Tool R3.1. User s Guide Version 3.0.04 Network Scanner Tool R3.1 User s Guide Version 3.0.04 Copyright 2000-2004 by Sharp Corporation. All rights reserved. Reproduction, adaptation or translation without prior written permission is prohibited,

More information

PHD Virtual Backup for Hyper-V

PHD Virtual Backup for Hyper-V PHD Virtual Backup for Hyper-V version 7.0 Installation & Getting Started Guide Document Release Date: December 18, 2013 www.phdvirtual.com PHDVB v7 for Hyper-V Legal Notices PHD Virtual Backup for Hyper-V

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

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

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

technical brief Optimizing Performance in HP Web Jetadmin Web Jetadmin Overview Performance HP Web Jetadmin CPU Utilization utilization.

technical brief Optimizing Performance in HP Web Jetadmin Web Jetadmin Overview Performance HP Web Jetadmin CPU Utilization utilization. technical brief in HP Overview HP is a Web-based software application designed to install, configure, manage and troubleshoot network-connected devices. It includes a Web service, which allows multiple

More information

Troubleshooting File and Printer Sharing in Microsoft Windows XP

Troubleshooting File and Printer Sharing in Microsoft Windows XP Operating System Troubleshooting File and Printer Sharing in Microsoft Windows XP Microsoft Corporation Published: November 2003 Updated: August 2004 Abstract File and printer sharing for Microsoft Windows

More information

HP eprint Enterprise. Installation Checklist. Release 4.2

HP eprint Enterprise. Installation Checklist. Release 4.2 HP eprint Enterprise Installation Checklist Release 4.2 Copyright and License Copyright 2015 HP Development Company, L.P. Reproduction, adaptation, or translation without prior written permission is prohibited,

More information

IBM WebSphere Portal Reference Guide Release 9.2

IBM WebSphere Portal Reference Guide Release 9.2 [1]JD Edwards EnterpriseOne IBM WebSphere Portal Reference Guide Release 9.2 E53620-03 March 2016 Describes how to use this guide to supplement the use of the IBM WebSphere Portal with Oracle JD Edwards

More information

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

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

More information

Plug-In for Informatica Guide

Plug-In for Informatica Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

Core Protection for Virtual Machines 1

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

More information

Migration Strategies and Tools for the HP Print Server Appliance

Migration Strategies and Tools for the HP Print Server Appliance white paper HP Print Server Appliance 4250 July 2003 Migration Strategies and Tools for the HP Print Server Appliance (Web Jetadmin version 7.2 and above; PSA Firmware version 2.4.x and above) Overview

More information

DocuPrint C3290 FS Features Setup Guide

DocuPrint C3290 FS Features Setup Guide DocuPrint C3290 FS Features Setup Guide Adobe and PostScript are trademarks of Adobe Systems Incorporated in the United States and/or other countries. Apple, Bonjour, ColorSync, EtherTalk, Macintosh, and

More information

How to use Mints@Home

How to use Mints@Home How to use Mints@Home Citrix Remote Access gives Mints users the ability to access University Of Cambridge and MINTS resources from any computer, anywhere in the world,. The service requires a high-speed

More information

Sage Estimating. (formerly Sage Timberline Estimating) SQL Server Guide

Sage Estimating. (formerly Sage Timberline Estimating) SQL Server Guide Sage Estimating (formerly Sage Timberline Estimating) SQL Server Guide This is a publication of Sage Software, Inc. Document Number 20001S150301112ER 10/2012 2012 Sage Software, Inc. All rights reserved.

More information

Installing the Microsoft Network Driver Interface

Installing the Microsoft Network Driver Interface Installing the Microsoft Network Driver Interface Overview This guide explains how to install the PictureTel Live200 Microsoft Network Driver Interface (NDIS) software you have downloaded from PictureTel's

More information

Polar Help Desk Installation Guide

Polar Help Desk Installation Guide Polar Help Desk Installation Guide Copyright (legal information) Copyright Polar 1995-2005. All rights reserved. The information contained in this document is proprietary to Polar and may not be used or

More information

ilaw Installation Procedure

ilaw Installation Procedure ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing

More information

Sharpdesk V3.5. Push Installation Guide for system administrator Version 3.5.01

Sharpdesk V3.5. Push Installation Guide for system administrator Version 3.5.01 Sharpdesk V3.5 Push Installation Guide for system administrator Version 3.5.01 Copyright 2000-2015 by SHARP CORPORATION. All rights reserved. Reproduction, adaptation or translation without prior written

More information

Table of Contents. Introduction...9. Installation...17. Program Tour...31. The Program Components...10 Main Program Features...11

Table of Contents. Introduction...9. Installation...17. Program Tour...31. The Program Components...10 Main Program Features...11 2011 AdRem Software, Inc. This document is written by AdRem Software and represents the views and opinions of AdRem Software regarding its content, as of the date the document was issued. The information

More information

ITA Mail Archive Setup Guide

ITA Mail Archive Setup Guide This version of ITA Mail Archive is optimized to archive emails on both Microsoft Exchange 2000 and 2003 and 2007 servers. It is highly recommended that ITA Mail Archive should run on a server other than

More information

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08 Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL Installation and System Administrator's Guide 4MASIN450-08 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos and the Sage product

More information

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

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

More information

HP Insight Diagnostics Online Edition. Featuring Survey Utility and IML Viewer

HP Insight Diagnostics Online Edition. Featuring Survey Utility and IML Viewer Survey Utility HP Industry Standard Servers June 2004 HP Insight Diagnostics Online Edition Technical White Paper Featuring Survey Utility and IML Viewer Table of Contents Abstract Executive Summary 3

More information