Xprint 8.0C MyStats manual

Size: px
Start display at page:

Download "Xprint 8.0C MyStats manual"

Transcription

1 Xprint 8.0C MyStats manual Edition September 2009

2 Copyright Océ Software Laboratories Namur S.A All rights reserved. Delivery subject to availability; right of technical modifications reserved. All hardware and software names used are trademarks of their respective manufacturers. OSL-Xprint80C-MST-En-02 2

3 Table of Contents PREFACE... 4 SUMMARY OF CONTENTS...4 TARGET GROUPS...4 OTHER PUBLICATIONS IN THIS SET P U R P O S E A R C H I T E C T U R E I N T E R F A C E...10 COLLECT ACCOUNTING INFORMATION...11 LAUNCH CONVERSION REPORT U S A G E M O D E L CONFIGURATION USE CASE DESCRIPTION...21 RELATED PUBLICATIONS...22 OSL-Xprint80C-MST-En-02 3

4 Preface Summary of contents The purpose of this manual is to describe the new feature MyStats introduced in Xprint 8.0C. Xprint V8 is the output management system developed by Océ Software Laboratories Namur S.A. for use in heterogeneous networks. It is available for many open system platforms (UNIX and Linux), for Microsoft Windows 2003 and Windows It can also interact with systems such as MS- DOS /MS Windows, BSD UNIX, and BS2000, the mainframe operating system from Fujitsu. This manual must be considered as an add on to the Xprint 8.0A / 8.0B manuals. Please refer to the section Related publications on page 22 for the complete list of available manuals. Target groups This add-on manual is written for the following target groups: System administrators This documentation contains information for the system administrators on how to install and configure the MyStats package locally on their UNIX, Linux and Windows systems. Xprint administrators Guidelines for the usage of the MyStats feature are provided along with different use cases.. Other publications in this set Xprint V8.0 - User s and Administrator s Guide This manual describes the methods that can be used to handle Xprint objects. It serves as an introduction to printing with Xprint and administering the Xprint system, describing the tasks that can be executed using Xprint and the required procedures. The information in the User s and Administrator s Guide is complemented by that contained in the reference manual. Xprint V8.0 - Application Programming Interface (API) This manual is written for application programmers with a sound knowledge of the C programming language who also have a basic knowledge of the administration and general operation of Xprint V8.0. API (Application Programming Interface) allows the programmer access to the functions of the Xprint V8.0 system via a programming interface. This manual contains information on the C functions and C data structures comprising the API. Xprint V8.0 - Reference Manual This manual serves primarily as a reference book. It contains detailed information on commands and the corresponding options. Xprint V8.0 - Graphical User Interface Mercator is the graphical user interface for Xprint. This manual gives an introduction to the product and an overview of the functions available. Xprint V8.0 - Getting Started This getting started guide provides a stepwise description of the basics for installing and operating Xprint. Xprint V8.0 - Domain Monitoring GUI Description of the graphical interface, operations, and troubleshooting of the domain monitoring GUI. This GUI is especially well suited for the help desk and administrator who have to monitor and control the activities in the overall Xprint domain. Xprint V8.0B Add-on Manual The purpose of this manual is to describe all the new features introduced in Xprint 8.0B. Xprint V8.0C Add-on Manual - MyDocs OSL-Xprint80C-MST-En-02 4

5 This manual describes the new feature MyDocs introduced in Xprint 8.0C. Wprint User Guide This document describes the installation, configuration and operation of Wprint V4.0, the Xprint client for Windows. OSL-Xprint80C-MST-En-02 5

6 1 Purpose The purpose of the MyStats feature is to provide the IT managers with information on the usage of the printing resources that are controlled by Xprint. To that aim, the tool collects in a database all the events related to print jobs in an Xprint domain and offers different statistical reports: distribution of jobs per device, per user, per date, per media and so on. The benefit of this tool is a better knowledge of the printing needs and means in an organization. The MyStats tool allows the product administrators to centrally collect all the accounting information produced by the various components within the Xprint domain. This collection is performed from a web interface (Intelligent Accounting Tool or IAT in short) that is independent of the already existing Domain Monitoring GUI interface. The collected accounting information is viewable by means of a reporting function that may deliver statistical reports in the form of pieplot, barplot or text. The reports can also be exported in CSV format. OSL-Xprint80C-MST-En-02 6

7 2 Architecture Intelligent Accounting Tool: global architecture Host 1 DFCdaemon Host3 DFCdaemon Xprint domain Host2 DFCdaemon DMG Server host Web client 1 Collect Accounting Info DFC Server for IAT IAT Web client 2. Convert IAT SQL DB 3. Reporting Web client Some explanations: - The Dialog File Collector (DFC) Daemon is the daemon installed on each machine where Xprint is running. Its role is to send accounting files and event files (.xml files) to the DFC Server for IAT - The DFC Server for IAT is responsible for centralizing the accounting and.xml files and for sending them to the IAT Web Server - The DFC Server for IAT is available from any web browser as web client and is part of the Intelligent Accounting Tool Server package. - IAT: Web clients are able to collect accounting info and to ask and receive statistical reports. OSL-Xprint80C-MST-En-02 7

8 IAT dynamic architecture Product domain Web client Web application DFC Server for IAT DFC Daemon Product host 1 Collect Accounting Info 2 3 Execution of the DFC Server for IAT(IAT Transfer Daemon) Connection to the DFC Daemon 4 get accounting info from the product host Files content sent back to the DFC Server for IAT Files stored in a folder by the 6 IAT Server (IAT Transfer Daemon) accounting Files collected Convert 8 Execution of the DFC Server for IAT 9 Convert the accounting Info into IAT DB records (Conversion module) 10.. Reporting 11 Prepare the asked reporting view (reporting module) OSL-Xprint80C-MST-En

9 1. The accounting collection request is initiated by a Intelligent Accounting Tool web client 2. The IAT Web application handles the request and executes the DFC server for IAT (via exec on the same host) to start the file transfer. It s the responsibility of the Transfer Daemon to start the file transfer. 3. The DFC Server for IAT connects to the DFC Daemon via TCP/IP in order to receive the accounting files for the specific host. 4. The file collection on the target host is performed by the DFC Daemon 5. The files have been collected by the DFC Daemon 6. The DFC Daemon sends the file content to the DFC server for IAT via TCP/IP 7. The DFC server for IAT (Transfer daemon) receives the files and stores them in a dedicated folder under the IAT Server root. The files are now available for other operations. 8. Conversion function is initiated by the IAT Web client 9. The IAT Server handles the request and executes the DFC server for IAT (via exec on the same host) to convert the files under the IAT server root directory into IAT DB records. 10. The files used for the conversion are deleted 11. Reporting function is initiated by the IAT Web client 12. IAT prepares the reporting (following the selected criteria: kind of reporting, format, date, time intervals,...) on the base of the IAT DB records. OSL-Xprint80C-MST-En-02 9

10 3 Interface The web browser is the interface used to call all the possible actions offered by MyStats feature: collect accounting information convert the accounting information produce the reports get help After connection to the MyStats web interface by means of the URL you first receive the following screen: This page contains different links that bring you to the different operations described hereafter. OSL-Xprint80C-MST-En-02 10

11 Collect Accounting Information Once you have clicked on the link Collect Accounting Information, you receive a logging of the different operations performed. OSL-Xprint80C-MST-En-02 11

12 Launch Conversion With this conversion operation, the accounting information is converted and stored in the MyStats database. In this page, the answer Yes leads to the accounting data files conversion; the content of the MyStats database is completely erased and filled with the newly converted accounting data. The Cancel button is available in the case the conversion has been invoked by mistake. OSL-Xprint80C-MST-En-02 12

13 Once the conversion is made you receive a report about the different files that have been processed: OSL-Xprint80C-MST-En-02 13

14 Report Once the conversion operation is completed, different reports can be requested as shown in the following screens. Here is the list of possible report types: List of possible time slicing values: OSL-Xprint80C-MST-En-02 14

15 List of possible report formats: Text: Bar Plot: Pie Plot: CSV: the computed results are reported in text format the results are presented in the form of bar chart the results are presented in the form of pie chart Produce report in CSV (Comma Separated Values) format. When selecting CSV, the results are produced in a file in CSV format that is stored in the directory <IAT_Installation_Path>/CSV on the Web server machine. The file name for this CSV report is always of the form <Report_Type>_<TimeStamp>.csv A link to this file is presented in the Web page. The user can directly open the file to see the data, or save the target data file for possible processing with tools that support the CSV format. Note: when selecting CSV File, all the existing CSV reports older than 24 hours are automatically removed from <IAT_Installation_Path>/CSV directory. Hereafter, some examples of report for which the type of report is Job Size Distribution (number of jobs), and the time slicing is none Text format OSL-Xprint80C-MST-En-02 15

16 Barchart format Piechart format OSL-Xprint80C-MST-En-02 16

17 CSV format If you click on the link, you will see the content of the file in CSV format: OSL-Xprint80C-MST-En-02 17

18 Using a right-click on the link, you will get different action possibilities : If you select save link as, the file can be downloaded and saved onto your system disk. OSL-Xprint80C-MST-En-02 18

19 4 Usage Model In this chapter, different usage models are presented. 4.1 Configuration Hereafter you may find some examples of configurations where the MyStats can be used The different components that are involved with the MyStats feature are: 1. At least one Xprint standalone host, or several Xprint hosts organized in a domain 2. One DMG server 3. The IAT tool installed XPRINT XPRINT XPRINT DFCDaemon 1 Collect Accounting Info DFC Server for IAT IAT Web client IAT SQPL DB 2. Convert 3. Reporting Web client Web client Note that statistics will only be provided for the hosts where the accounting and/or the DMG is started and for which a monitoring by the IAT has been requested by means of the IAT configuration file (see further in this document) How and when collecting info? Before defining anything, a special attention has to be paid to: what the client wants to have as reports the frequency of those reports (each week, each month, each year,...) OSL-Xprint80C-MST-En-02 19

20 the manipulations to make in order to have coherent information in the reports. In order to have correct information in the reports (no gap, no overlap), the collection of data must be made at a judicious time and following some rules. The collected information is of 2 types: the accounting file The accounting file is a unique file that grows following the printing activities. It contains all information necessary to make statistics about the printed jobs, the printed pages, the used devices, the used forms,... If an accounting file must be closed to start a new one, then use the command mv <accfile> <accfile_backup> and a new accounting file will be created with new data; all the old accounting data are now available in the file named <accfile_backup> (<accfile> is the name of the accounting file as defined in the Xprint system configuration (use the command xpshow -sys -dilong ); <accfile_backup> can be freely chosen). the IAT xml file (event collection file) containing info about the printers activity: This file informs about the printers activity (devices errors, paper end,...). The name of this file is parameterized in a file named config in the /var/spool/dommongui/relay directory (Unix) and C:\Program Files\DomMonGui\Relay (Windows). Hereafter an example of configuration file on Unix: LOGFNBR="10" LOGFNAME="/var/spool/DomMonGui/Relay/Collector" LOGFSIZE="1000" LOGFIAT="YES" LOGFCURRENT="1" In order to keep all the devices errors that occur during the printing activities, the IAT xml file must be present. To create it, the parameter LOGFIAT has to be set to YES". With this, a file prefixed by < LOGFNAME > and suffixed by IAT.xml (in our example: / var/spool/dommongui/relay/collectoriat.xml) will be created and filled with all the eventual devices errors IAT configuration file definition To have some statistics results on Intelligent Accounting Tool interface, the database must be initiated with accounting and / or DMG xml files. The transfer of these files is under the responsibility of the Intelligent Accounting Tool Transfer Daemon. This daemon contacts the Diagnose Collection File Daemon with the help of a configuration file: the TransfertConfig.config file. Hereafter the description of this file. Location: The configuration file TransfertConfig.config is located in <DMG_Server_Installation_directory>/Server/IntAccTool/Server Format: The configuration file TransfertConfig.config is an ascii file. Each line refers to a host and files to be downloaded from this host; each line begins by the character, each field is separated by the character and each line ends by ; characters: OSL-Xprint80C-MST-En-02 20

21 Host_name Accouting_File_Path_Name XML_Files_Path_Name ; Example: d241vm02 /var/spool/xprint/config/accounting_file /var/spool/xprint/dommongui/relay/*iat.xml ; d241s067 /var/spool/xprint/config/accounting_file /var/spool/xprint/dommongui/relay/*iat.xml ; So, the file TransfertConfig.config must be updated in order to contain files (accounting files and event collection files) to be downloaded from the different hosts to be monitored. 4.2 Use case description Let s assume that the printing system is made of several hosts running Xprint with several printers. Accounting information is produced on each host and device error information is generated on the host where the DMG Collector is running. After a given period of time, the customer can ask to collect these accounting and error information files for recording in the database and production of the different reports. If at a moment, the past accounting information present in the different hosts is not necessary anymore, then the accounting files must be changed on the different hosts (see the mv command described before). OSL-Xprint80C-MST-En-02 21

22 Related publications Xprint V8.0 - User s and Administrator s Guide This manual describes the methods that can be used to handle Xprint objects. It serves as an introduction to printing with Xprint and administering the Xprint system, describing the tasks that can be executed using Xprint and the required procedures. The information in the User s and Administrator s Guide is complemented by that contained in the reference manual. Xprint V8.0 - Application Programming Interface (API) This manual is written for application programmers with a sound knowledge of the C programming language who also have a basic knowledge of the administration and general operation of Xprint V8.0. API (Application Programming Interface) allows the programmer access to the functions of the Xprint V8.0 system via a programming interface. This manual contains information on the C functions and C data structures comprising the API. Xprint V8.0 - Reference Manual This manual serves primarily as a reference book. It contains detailed information on commands and the corresponding options. Xprint V8.0 - Graphical User Interface Mercator is the graphical user interface for Xprint. This manual gives an introduction to the product and an overview of the functions available. Xprint V8.0 - Getting Started This getting started guide provides a stepwise description of the basics for installing and operating Xprint. Xprint V8.0 - Domain Monitoring GUI Description of the graphical interface, operations, and troubleshooting of the domain monitoring GUI. This GUI is especially well suited for the help desk and administrator who have to monitor and control the activities in the overall Xprint domain. Xprint V8.0B Add-on Manual The purpose of this manual is to describe all the new features introduced in Xprint 8.0B. Xprint V8.0C Add-on Manual - MyDocs This manual describes the new feature MyDocs introduced in Xprint 8.0C. Wprint User Guide This document describes the installation, configuration and operation of Wprint V4.0, the Xprint client for Windows. OSL-Xprint80C-MST-En-02 22

Xprint V8.0. Graphical User Interface

Xprint V8.0. Graphical User Interface Xprint V8.0 Graphical User Interface Edition September 2009 Copyright and Trademarks Copyright Océ Software Laboratories Namur S.A. 2009 All rights reserved. Delivery subject to availability; right of

More information

Xprint V8.0 Getting Started

Xprint V8.0 Getting Started Xprint V8.0 Getting Started Edition September 2009 Copyright Océ Software Laboratories Namur S.A. 2009 All rights reserved. Delivery subject to availability; right of technical modifications reserved.

More information

Xprint V8.0. User s and Administrator s Guide

Xprint V8.0. User s and Administrator s Guide Xprint V8.0 User s and Administrator s Guide Edition Decembre 2009 Copyright and Trademarks Copyright Océ Software Laboratories Namur S.A. 2009 All rights reserved. Delivery subject to availability; right

More information

Text version 15-Aug-12. for Q-CHECKER V4, V5 and V6

Text version 15-Aug-12. for Q-CHECKER V4, V5 and V6 Text version 15-Aug-12 Q-MONITOR V4 for Q-CHECKER V4, V5 and V6 USERS GUIDE Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol Tip

More information

EMC Documentum Process Builder

EMC Documentum Process Builder EMC Documentum Process Builder Version 6 Installation Guide P/N 300 005 224 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2007 EMC Corporation.

More information

EXPORT MANAGER USER GUIDE

EXPORT MANAGER USER GUIDE EXPORT MANAGER USER GUIDE Table of Contents Table of Contents 1 Overview 2 General Concepts 2 Creating a Job 3 General Properties 4 Source Properties 4 Export Properties 4 Running Jobs 5 Options 5 Export

More information

Server Status Dashboard

Server Status Dashboard The Cisco Prime Network Registrar server status dashboard in the web user interface (web UI) presents a graphical view of the system status, using graphs, charts, and tables, to help in tracking and diagnosis.

More information

Cox Business Online Backup Administrator Guide. Version 2.0

Cox Business Online Backup Administrator Guide. Version 2.0 Cox Business Online Backup Administrator Guide Version 2.0 2012 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic,

More information

for Q-CHECKER Text version 15-Feb-16 4:49 PM

for Q-CHECKER Text version 15-Feb-16 4:49 PM Q-MONITOR 5.4.X FOR V5 for Q-CHECKER USERS GUIDE Text version 15-Feb-16 4:49 PM Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol

More information

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide Rev. 02 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any means

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Installation Guide V1.1

Installation Guide V1.1 Installation Guide V1.1 The information contained in this manual is the licensed property of Fujitsu Software Technology Corporation. Use of the information contained herein is restricted to the terms

More information

RSA NetWitness Logs. Juniper Networks NetScreen-Security Manager Last Modified: Thursday, May 25, Event Source Log Configuration Guide

RSA NetWitness Logs. Juniper Networks NetScreen-Security Manager Last Modified: Thursday, May 25, Event Source Log Configuration Guide RSA NetWitness Logs Event Source Log Configuration Guide Juniper Networks NetScreen-Security Manager Last Modified: Thursday, May 25, 2017 Event Source Product Information: Vendor: Juniper Networks Event

More information

Océ Account Center. User manual

Océ Account Center. User manual Océ Account Center User manual Océ-Technologies B.V. Copyright 2004, Océ-Technologies B.V. Venlo, The Netherlands All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted

More information

SAS. IT Resource Management 2.7: Glossary

SAS. IT Resource Management 2.7: Glossary SAS IT Resource Management 2.7: Glossary The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS IT Resource Management 2.7: Glossary. Cary, NC: SAS Institute Inc.

More information

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2 Talend Open Studio for MDM Web User Interface User Guide 5.6.2 Talend Open Studio for MDM Web User Interface Adapted for v5.6.2. Supersedes previous releases. Publication date: May 12, 2015 Copyleft This

More information

Batch Monitor User Manual

Batch Monitor User Manual Batch Monitor User Manual You can use the Batch Monitor to view or adjust the status of batches and jobs processed by Compressor or Apple Qmaster. You can also use the Batch Monitor to view detailed history

More information

IBM DB2 Control Center

IBM DB2 Control Center DB2 Management Tools Package IBM DB2 Control Center Technical Summary IBM DB2 Control Center is the central point from which you can manage your family of DB2 databases, running on an array of operating

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

ABOUT PROJECTORNET. ProjectorNet Overview. ProjectorNet Components

ABOUT PROJECTORNET. ProjectorNet Overview. ProjectorNet Components ABOUT PROJECTORNET ProjectorNet Overview As noted in the previous chapter, ProjectorNet is a system designed to provide control and administration of multimedia projectors from remote consoles. The system

More information

Configuring Service Monitor

Configuring Service Monitor CHAPTER 3 The following topics are included: Configuring Trap Receivers, page 3-2 Understanding and Setting Data Source Credentials, page 3-2 Managing the Phone Count, page 3-15 Configuring Settings for

More information

General Guidelines: SAS Analyst

General Guidelines: SAS Analyst General Guidelines: SAS Analyst The Analyst application is a data analysis tool in SAS for Windows (version 7 and later) that provides easy access to basic statistical analyses using a point-and-click

More information

Smart Install in LMS CHAPTER

Smart Install in LMS CHAPTER CHAPTER 6 Smart Install (SI) is a plug-and-play configuration and image management feature that provides zero-touch deployment for new switches. You can configure SI on a switch which will then be the

More information

Utilities. Introduction. Working with SCE Platform Files. Working with Directories CHAPTER

Utilities. Introduction. Working with SCE Platform Files. Working with Directories CHAPTER CHAPTER 4 Revised: September 27, 2012, Introduction This chapter describes the following utilities: Working with SCE Platform Files, page 4-1 The User Log, page 4-5 Managing Syslog, page 4-8 Flow Capture,

More information

DiskBoss DATA MANAGEMENT

DiskBoss DATA MANAGEMENT DiskBoss DATA MANAGEMENT File Delete and Data Wiping Version 9.3 May 2018 www.diskboss.com info@flexense.com 1 1 Product Overview DiskBoss is an automated, policy-based data management solution allowing

More information

KnapSac Windows Server User's Guide

KnapSac Windows Server User's Guide KnapSac Windows Server User's Guide Table of Contents KnapSac Server for WIndows... 3 Introduction... 3 Windows Server... 3 License File... 5 License File System ID... 5 License File Options... 5 Server

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Distributed Printing with BS200/OSD and Dprint/Wprint/Xprint

Distributed Printing with BS200/OSD and Dprint/Wprint/Xprint Distributed Printing with BS200/OSD and Dprint/Wprint/Xprint Issue June 2009 Pages 9 Dprint belongs to the "Print Services" products of BS2000/OSD. It is used in the context of a network of servers and

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.1 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere September 2018 215-13399_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

PrimoPDF Enterprise User Guide, Version 5.0

PrimoPDF Enterprise User Guide, Version 5.0 Table of Contents Installation... 3 Reference Links... 3 Uninstallation... 4 Creating PDF Documents... 4 PrimoPDF Document Settings... 5 PDF Creation Profiles... 5 Document Properties... 6 PDF Security...

More information

Generate Reports to Monitor End-user Activity

Generate Reports to Monitor End-user Activity This chapter contains the following sections: Overview of Reporting, on page 1 Using the Reporting Pages, on page 2 Enabling Reporting, on page 7 Scheduling Reports, on page 7 Generating Reports On Demand,

More information

IBM Rational Rhapsody Gateway Add On. Rhapsody Coupling Notes

IBM Rational Rhapsody Gateway Add On. Rhapsody Coupling Notes Rhapsody Coupling Notes Rhapsody IBM Rational Rhapsody Gateway Add On Rhapsody Coupling Notes License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system,

More information

Aquaforest CheckPoint Reference Guide

Aquaforest CheckPoint Reference Guide Aquaforest CheckPoint Reference Guide Version 1.01 April 2015 Copyright 2005-2015 Aquaforest Limited http://www.aquaforest.com/ Contents 1 Product Overview... 3 2 Installation and Licensing... 4 2.1 Installation...

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation and User's Guide SC27-2809-04 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation

More information

HP Data Protector Media Operations 6.11

HP Data Protector Media Operations 6.11 HP Data Protector Media Operations 6.11 Getting started This guide describes installing, starting and configuring Media Operations. Copyright 2009 Hewlett-Packard Development Company, L.P. Part number:

More information

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Version 1.0 Note Before using this information and the product it supports, read the information in Appendix A Notices on

More information

DP World Customer Portal. User manual

DP World Customer Portal. User manual DP World Customer Portal User manual CONTENTS Version Control... 2 Introduction... 3 Accessing DP World Customer Portal... 4 Subscription and Registration... 4 How to Login to DP World Customer Portal...

More information

Perform Backup and Restore

Perform Backup and Restore This section explains the following:, page 1 You can schedule periodic backups using the Cisco Prime Collaboration Assurance user interface. Cisco Prime Collaboration Analytics data is backed up on a remote

More information

ZENworks 2017 Audit Management Reference. December 2016

ZENworks 2017 Audit Management Reference. December 2016 ZENworks 2017 Audit Management Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

EMC Voyence Integration Adaptor

EMC Voyence Integration Adaptor EMC Voyence Integration Adaptor Version 2.0.0 EMC SMARTS P/N 300-007-379 REV A03 EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com COPYRIGHT Copyright 2008 EMC

More information

Sipelia User Guide 2.0 GA. Click here for the most recent version of this document.

Sipelia User Guide 2.0 GA. Click here for the most recent version of this document. Sipelia User Guide 2.0 GA Click here for the most recent version of this document. Copyright notice 2015 Genetec Inc. All rights reserved. Genetec Inc. distributes this document with software that includes

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Novell ZENworks Asset Management 7

Novell ZENworks Asset Management 7 Novell ZENworks Asset Management 7 w w w. n o v e l l. c o m July 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 Upgrade/Update Matrix...1 Installation Choices...2 ZENworks Asset

More information

INSTALL GUIDE BIOVIA INSIGHT 2016

INSTALL GUIDE BIOVIA INSIGHT 2016 INSTALL GUIDE BIOVIA INSIGHT 2016 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

AG01 Run Quick Guide V1.0

AG01 Run Quick Guide V1.0 AG01 Run Quick Guide V1.0 1.0 Introduction The AG01 RUN is a simple software that helps you to manage your workout activities in the computer. When this software is successfully installed, you may read

More information

Managing GSS Devices from the GUI

Managing GSS Devices from the GUI CHAPTER 1 This chapter describes how to configure and manage your Global Site Selector Manager (GSSM) and Global Site Selector (GSS) devices from the primary GSSM graphical user interface. It includes

More information

Chapter 8: Implementing and Managing Printers

Chapter 8: Implementing and Managing Printers 70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 8: Implementing and Managing Printers Objectives Understand Windows Server 2003 printing terms and concepts

More information

PatternFinder is a tool that finds non-overlapping or overlapping patterns in any input sequence.

PatternFinder is a tool that finds non-overlapping or overlapping patterns in any input sequence. PatternFinder is a tool that finds non-overlapping or overlapping patterns in any input sequence. Pattern Finder Input Parameters: USAGE: PatternDetective.exe [ -help /? -f [filename] -min -max [minimum

More information

Style Report Enterprise Edition

Style Report Enterprise Edition INTRODUCTION Style Report Enterprise Edition Welcome to Style Report Enterprise Edition! Style Report is a report design and interactive analysis package that allows you to explore, analyze, monitor, report,

More information

Inventory Reports. Detailed Device Report CHAPTER

Inventory Reports. Detailed Device Report CHAPTER CHAPTER 2 include the following device reports. Detailed Device Report Device Attributes Reports Generating a 24-Hour Inventory Change Report Hardware Reports Management Status Reports Software Reports

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

Community Edition. Web User Interface 3.X. User Guide

Community Edition. Web User Interface 3.X. User Guide Community Edition Talend MDM Web User Interface 3.X User Guide Version 3.2_a Adapted for Talend MDM Web User Interface 3.2 Web Interface User Guide release. Copyright This documentation is provided under

More information

Interstage Business Process Manager Analytics V12.0 Studio Guide

Interstage Business Process Manager Analytics V12.0 Studio Guide Interstage Business Process Manager Analytics V12.0 Studio Guide Windows/Linux January 2012 Studio Guide Trademarks Trademarks of other companies are used in this documentation only to identify particular

More information

FmPro Migrator Developer Edition - Table Consolidation Procedure

FmPro Migrator Developer Edition - Table Consolidation Procedure FmPro Migrator Developer Edition - Table Consolidation Procedure FmPro Migrator Developer Edition - Table Consolidation Procedure 1 Installation 1.1 Installation Tips 5 2 Step 1 2.1 Step 1 - Import Table

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

Export Metadata. Learning Objectives. In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7

Export Metadata. Learning Objectives. In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7 Export Metadata Learning Objectives In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7 Last updated: July 8, 2013 Overview You can export content metadata

More information

Interstage Shunsaku Data Manager Using the Shunsaku Manuals

Interstage Shunsaku Data Manager Using the Shunsaku Manuals Interstage Data Manager Using the Manuals Using the Manuals Trademarks Trademarks of other companies are used in this manual only to identify particular products or systems. Product Microsoft, Visual C++,

More information

Content Mirroring Configuration

Content Mirroring Configuration Content Mirroring Configuration Product version: 4.50 Document version: 1.0 Document creation date: 17-05-2005 Purpose This document describes how to configure mirroring in EPiServer and contains information

More information

Data Express 4.0. Data Subset Extraction

Data Express 4.0. Data Subset Extraction Data Express 4.0 Data Subset Extraction Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2014. All rights reserved. MICRO FOCUS,

More information

DocAve. Release Notes. Governance Automation Online. Service Pack 8

DocAve. Release Notes. Governance Automation Online. Service Pack 8 DocAve Governance Automation Online Release Notes Service Pack 8 Issued September 2016 New Features and Improvements Added support for the Group Report. This report displays information for all Office

More information

Working with Reports. User Roles Required to Manage Reports CHAPTER

Working with Reports. User Roles Required to Manage Reports CHAPTER CHAPTER 10 Cisco Prime Network (Prime Network) provides a Report Manager that enables you to schedule, generate, view, and export reports of the information managed by Prime Network. You can save the generated

More information

AutoMate BPA Server 9 Installation Wizard

AutoMate BPA Server 9 Installation Wizard AutoMate BPA Server 9 Installation Wizard Applies To: AutoMate BPA Server 9 Published: 1/26/2011 AutoMate BPA Installation Wizard AutoMate BPA Server follows the client server model of computing where

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

ArtiosCAD Installation Advisor

ArtiosCAD Installation Advisor ArtiosCAD Installation Advisor Standard Edition September 2018 What You Need To Know Before Installing ArtiosCAD Standard Edition ArtiosCAD is easy to install if you are properly prepared You don t need

More information

A0. Special Considerations for Windows Vista a) Consideration during installation b) Runtime considerations

A0. Special Considerations for Windows Vista a) Consideration during installation b) Runtime considerations Table of Contents A0. Special Considerations for Windows Vista a) Consideration during installation b) Runtime considerations A1. SELECT XM License a) Standalone workstations b) Networked workstations

More information

EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide

EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide Version 6.5 SP2 Installation Guide P/N 300-009-602 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103

More information

3465 Diablo Avenue, Hayward, CA U.S.A Fax:

3465 Diablo Avenue, Hayward, CA U.S.A Fax: DriveRight Fleet Management Software Version 3.5 User s Manual Rev D (January 30, 2006) Product Number: 8186 Davis Instruments Part Number: 7395.194 Davis Instruments Corp. 2006. All rights reserved. This

More information

NetIQ Privileged Account Manager 3.5 includes new features, improves usability and resolves several previous issues.

NetIQ Privileged Account Manager 3.5 includes new features, improves usability and resolves several previous issues. Privileged Account Manager 3.5 Release Notes July 2018 NetIQ Privileged Account Manager 3.5 includes new features, improves usability and resolves several previous issues. Many of these improvements were

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information

Installing the Cisco Unified MeetingPlace Web Server Software

Installing the Cisco Unified MeetingPlace Web Server Software Installing the Cisco Unified MeetingPlace Web Server Software Release 8.5 Revised: 2/19/13 : Install the Application Server (which includes the Software Media Server) : Install the Hardware Media Server

More information

Using NetShow Commands

Using NetShow Commands CHAPTER 10 Network show (NetShow) commands represent a set of read-only commands. These are primarily, show commands that you can run on devices that are managed in LMS. You can specify the commands that

More information

Diagnosing SAS Enterprise Guide 4.1 Connectivity Problems Using the SAS Integration Technologies Configuration Utility TS-790

Diagnosing SAS Enterprise Guide 4.1 Connectivity Problems Using the SAS Integration Technologies Configuration Utility TS-790 Diagnosing SAS Enterprise Guide 4.1 Connectivity Problems Using the SAS Integration Technologies Configuration Utility TS-790 Diagnosing SAS Enterprise Guide Connectivity Problems Using the SAS Integration

More information

Understanding the Relationship with Domain Managers

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

More information

vcenter Chargeback User s Guide

vcenter Chargeback User s Guide vcenter Chargeback 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

Systemwalker Service Quality Coordinator. Technical Guide. Windows/Solaris/Linux

Systemwalker Service Quality Coordinator. Technical Guide. Windows/Solaris/Linux Systemwalker Service Quality Coordinator Technical Guide Windows/Solaris/Linux J2X1-6800-03ENZ0(00) May 2011 Preface Purpose of this manual This manual explains the functions and usage of Systemwalker

More information

Migration Guide. from previous versions to version 8

Migration Guide. from previous versions to version 8 from previous versions to version 8 Table of Contents 1 Content...4 2 Java Version...5 3 API Changes...6 3.1 Added Classes...6 3.2 Added Methods...6 3.3 Methods and Constants deprecated as of Version 8...7

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

Elster LIS software. 2 The major changes at a glance. 1 New Software versions. Business Segment Electronic Systems

Elster LIS software. 2 The major changes at a glance. 1 New Software versions. Business Segment Electronic Systems 1 New versions WinCOMS V2.18A Service Pack 1 2 Sub- / LIS200 Adaptation of Timeouts in the LIS200 driver on the basis of the conversion in the mobile network of Deutsche Telekom. Overview of revisions_h.doc

More information

ForeScout CounterACT. Configuration Guide. Version 5.0

ForeScout CounterACT. Configuration Guide. Version 5.0 ForeScout CounterACT Core Extensions Module: Reports Plugin Version 5.0 Table of Contents About the Reports Plugin... 3 Requirements... 3 Supported Browsers... 3 Verify That the Plugin Is Running... 5

More information

SAS Event Stream Processing 5.2: Visualizing Event Streams with Streamviewer

SAS Event Stream Processing 5.2: Visualizing Event Streams with Streamviewer SAS Event Stream Processing 5.2: Visualizing Event Streams with Streamviewer Overview Streamviewer is a graphical user interface that visualizes events streaming through event stream processing models.

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

Installing SQL Server Developer Last updated 8/28/2010

Installing SQL Server Developer Last updated 8/28/2010 Installing SQL Server Developer Last updated 8/28/2010 1. Run Setup.Exe to start the setup of SQL Server 2008 Developer 2. On some OS installations (i.e. Windows 7) you will be prompted a reminder to install

More information

DB2 for z/os Stored Procedure support in Data Server Manager

DB2 for z/os Stored Procedure support in Data Server Manager DB2 for z/os Stored Procedure support in Data Server Manager This short tutorial walks you step-by-step, through a scenario where a DB2 for z/os application developer creates a query, explains and tunes

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Custom Plug-ins March 2018 215-12932_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding on whether to read the SnapCenter Data Protection

More information

MIB Browser Version 10 User Guide

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

More information

DataFlux Web Studio 2.5. Installation and Configuration Guide

DataFlux Web Studio 2.5. Installation and Configuration Guide DataFlux Web Studio 2.5 Installation and Configuration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. DataFlux Web Studio 2.5: Installation and Configuration

More information

UNICORN Administration and Technical Manual

UNICORN Administration and Technical Manual UNICORN 7.0.2 Administration and Technical Manual Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts... 1.3 Network environment...

More information

Viewing and Troubleshooting Perfmon Logs

Viewing and Troubleshooting Perfmon Logs CHAPTER 7 To view perfmon logs, you can download the logs or view them locally. This chapter contains information on the following topics: Viewing Perfmon Log Files, page 7-1 Working with Troubleshooting

More information

SnapCenter Software 4.1. Administration Guide. December _C0 Updated for 4.1.1

SnapCenter Software 4.1. Administration Guide. December _C0 Updated for 4.1.1 SnapCenter Software 4.1 Administration Guide December 2018 215-13391_C0 doccomments@netapp.com Updated for 4.1.1 Table of Contents 3 Contents Deciding whether to read the SnapCenter Administration information...

More information

RSA NetWitness Logs. Microsoft Network Policy Server. Event Source Log Configuration Guide. Last Modified: Thursday, June 08, 2017

RSA NetWitness Logs. Microsoft Network Policy Server. Event Source Log Configuration Guide. Last Modified: Thursday, June 08, 2017 RSA NetWitness Logs Event Source Log Configuration Guide Microsoft Network Policy Server Last Modified: Thursday, June 08, 2017 Event Source Product Information: Vendor: Microsoft Event Source: Network

More information

Print Manager Plus 2010 Workgroup Print Tracking and Control

Print Manager Plus 2010 Workgroup Print Tracking and Control INTRODUCTION: This is intended to assist in the initial installation or evaluation of Print Manager Plus 2010 Workgroup Edition. This will guide you through tracking your printing whether your workgroup

More information

IBM DB2 Query Patroller. Administration Guide. Version 7 SC

IBM DB2 Query Patroller. Administration Guide. Version 7 SC IBM DB2 Query Patroller Administration Guide Version 7 SC09-2958-00 IBM DB2 Query Patroller Administration Guide Version 7 SC09-2958-00 Before using this information and the product it supports, be sure

More information

CHAPTER 25 DIRECT MODULE DIRECT OVERVIEW 25.1 INSTALLATION AND SETUP Hardware Requirements

CHAPTER 25  DIRECT MODULE DIRECT OVERVIEW 25.1 INSTALLATION AND SETUP Hardware Requirements 25.0 EMAIL DIRECT OVERVIEW CHAPTER 25 Email Direct Extended Service Option (ESO) allows you to send email to clients and debtors from within Debt$Net, without exiting to another email system. Emails can

More information

FUJITSU Cloud Service S5. Introduction Guide. Ver. 1.3 FUJITSU AMERICA, INC.

FUJITSU Cloud Service S5. Introduction Guide. Ver. 1.3 FUJITSU AMERICA, INC. FUJITSU Cloud Service S5 Introduction Guide Ver. 1.3 FUJITSU AMERICA, INC. 1 FUJITSU Cloud Service S5 Introduction Guide Ver. 1.3 Date of publish: September, 2011 All Rights Reserved, Copyright FUJITSU

More information

Perceptive Enterprise Deployment Suite

Perceptive Enterprise Deployment Suite Perceptive Enterprise Deployment Suite Installation Guide PEDS Version: 1.2 Environment: Windows Written by: Product Documentation, R&D Date: July 2012 2012 Perceptive Software. All rights reserved CaptureNow,

More information

DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd.

DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd. DiskSavvy DISK SPACE ANALYZER User Manual Version 10.3 Dec 2017 www.disksavvy.com info@flexense.com 1 1 Product Overview...3 2 Product Versions...7 3 Using Desktop Versions...8 3.1 Product Installation

More information

Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide. Version: 4.0 for Blackboard 9.x

Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide. Version: 4.0 for Blackboard 9.x Kaltura Video Building Block 4.0 for Blackboard 9.x Quick Start Guide Version: 4.0 for Blackboard 9.x Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800

More information

Fraser Stream Desktop Output your text reports directly into Excel, PDF or HTML

Fraser Stream Desktop Output your text reports directly into Excel, PDF or HTML Fraser Stream Desktop Output your text reports directly into Excel, PDF or HTML 1 INTRODUCTION 1 2 CREATING TRANSFORMATION SETTINGS 4 3 CREATING BATCH TRANSFORMATION FILES 4 3.1 Individual Batch Files

More information

MDCStoreTools Data Management Utility

MDCStoreTools Data Management Utility MDCStoreTools Data Management Utility Version 1.1 User Guide 0112-0195 F July 2012 This document is provided to customers who have purchased Molecular Devices, LLC ( Molecular Devices ) equipment, software,

More information