OneView Installation

Size: px
Start display at page:

Download "OneView Installation"

Transcription

1 OneView Installation

2 1. Introduction The OneView Software Package OneView server Disk Layout OneView Software Download Hardware Recommendations Software Requirements Installation of OneView Included Files Installation Directory Java Installation Windows Service Install service Service Configuration OneView Configuration Parameters General Parameters Web Server Parameters (https) Web Server Parameters (http) Dashboard Server Parameters Backup Parameters Dashboard Sharing Proxy Server Parameters Log File Parameters Active Directory Parameters Debug Parameters Database Parameters PostgreSQL Parameters Example of Configuration File Setup of OneView Connect to OneView for the First time The OneView Demo Dashboard System Properties tab Maintenance Calendar View Options OneView Installation Page 2 of 19

3 7.1.4 External systems Dashboard calculation Users User roles Adding a new user How to Uninstall OneView Remove service Remove files OneView Installation Page 3 of 19

4 1. Introduction This document describes the installation of OneView. The OneView software consists of several autonomous components that can be installed on separate servers. This enables you to distribute your data collection across several OneView servers. One server might make CPU hungry scripted tests. A dedicated log reader server may be installed at your outsourcing partner for security reasons. The log reader server access the log files and sends response time data back to your central OneView server. Note: A valid OneView implementation will always include a single, central OneView server - and, optionally, OneView extenders. The OneView extenders may be installed on the same OS instance as the server, or, depending on server loads and network topology, the extenders may be installed on separate OS instances as stand-alone components reporting to the central OneView server. Multiple OneView extenders may be installed onto the same OS instance without conflict where server load or network topology makes this desirable. For the installation of the OneView Extenders please refer to separate documentation for each extender. 1.1 The OneView Software Package On the download page the OneView software is available as a full software package The software package is available as a zipped file The software package contains the different OneView components In order to start building a OneView system the following components are used: 1.2 OneView server Disk Layout The OneView server could have the following approved disk layout: C-drive for the operating system D-drive (200GB) for OneView The advantage of this layout is that the D-drive can be increased easily if required. It is more complicated to increase the disk containing the operating system. OneView Installation Page 4 of 19

5 1.3 OneView Software Download Contact Monsalta Support to download the latest software package. The download page also contains information on the most important content of the release, and if applicable a list of known issues related to this particular release. New software is released on a regular basis. Contact Monsalta in order to get information on the release schedule. 2. Hardware Recommendations 1 CPU quad core, 2GHz 8 GB Memory (4 GB required) 200 GB data disk space (50 GB required) 3. Software Requirements Windows XP, Vista, 7, 8, 2003, Server 2008, Server 2008 R2, Server 2012, Server 2012 R2 Java Runtime Environment version 1.7 or later. 4. Installation of OneView 4.1 Included Files All following files included in the download must be installed, especially: OneView32.exe OneView64.exe OneView.jar /html /templates /conf /icons 32-bit Service executable 64-bit Service executable The OneView application Static web content Report templates Configuration files Icon files 4.2 Installation Directory All OneView files are placed in a folder of your choice on your system. This folder is referenced as ONEVIEW_HOME. The default value for ONEVIEW_HOME is $:\OneView\ 4.3 Java Installation Download the latest Java Server JRE 64-bit software for the installation of OneView and its extenders from the official Oracle website. A supported version tested by Monsalta is available for download from Unzip Java software to ONEVIEW_HOME in a directory for Java e.g. jdk1.8.0_66. OneView Installation Page 5 of 19

6 4.4 Windows Service When OneView is installed, a Windows service by the name OneView is created and started. The service runs under the local system account and is started automatically on machine startup. The process name will be OneView32 or OneView64 respectively for 32-bit and 64 bit systems Install service 1) Unpack the installation zip-file (or copy the directory with all files and subdirectories from another computer) to a location on a local disk, e.g. ONEVIEW_HOME\OneView 2) Open a command window as administrator and change directory to ONEVIEW_HOME\OneView 3) Execute the command: ONEVIEW_HOME\jdk1.8.0_66\bin\java jar OneView.jar install 4) Start the OneView service: net start OneView 5) Exit the command window 4.5 Service Configuration The OneView service configuration can be controlled by editing the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\[Wow6432Node]\Apache Software Foundation\Procrun 2.0\ OneView\Parameters\Java. These parameters can be edited: Parameter Type Description Example Jvm String Java Virtual Machine location ONEVIEW_HOME\jdk1.8.0_66\jre\bin\server\jvm.dll Classpath String OneView application C:\OneView\OneView.jar JvmMs DWORD Minimum memory allocation (MB) JvmMx DWORD Maximum memory allocation (MB) Options Multi- String Optional JVM settings. Fx. time zone and regional settings. -Duser.country=DK -Duser.language=da -Duser.timezone=Europe/Paris OneView Installation Page 6 of 19

7 5. OneView Configuration Parameters OneView configuration parameters are set in either environment variables or by a configuration file in ONEVIEW_HOME\conf called OneView.conf. If a parameter is not found in the environment or in the configuration file, a default parameter value is applied. The file is a standard java properties text file containing one parameter and value per line: <parameter>=<value> Lines can be ignored by prefixing with a #-sign like this: #<parameter>=<value> NOTE: When setting parameters via environment variables, the parameter name must be prefixed with ov_ and all dots. in the parameter name must be replaced with an underscore _. Fx. the variable name for the parameter data.root becomes ov_data_root. 5.1 General Parameters These parameters control the Oneview administration web server that is accessible via http. Parameter Description Default Value mute Option to disable all notifications and dashboard updates. false dashboard.login data.root Controls whether only registered users can view the dashboard. true = login required, false = public access Root directory for all Oneview data sub directories (db, attachments, tasks, work, backups). Useful in environments where data is placed on a different volume than software. Defaults to the Oneview installation directory ONEVIEW_HOME. Example usage: data.root=f:\oneviewdata false ONEVIEW_HOME 5.2 Web Server Parameters (https) These parameters control the Oneview administration web server that is accessible via https. Parameter Description Default Value https.enabled TLS Admin Web server enable/disable false https.port TLS Admin Web server port number 443 https.threads TLS Admin Web server thread pool size (concurrent connections) 50 OneView Installation Page 7 of 19

8 https.localhost.only TLS Admin Web Server available locally only false https.keystore.filename TLS Admin Web Server key store filename conf/oneview.keystore https.keystore.password TLS Admin Web Server key store password Web Server Parameters (http) These parameters control the Oneview administration web server that is accessible via http. Parameter Description Default Value http.enabled Admin Web server enable/disable true http.port Admin Web server port number 1234 http.threads Admin Web server thread pool size (concurrent connections) 50 http.localhost.only Admin Web Server available locally only false 5.4 Dashboard Server Parameters These parameters control the dashboard (display only) web server used for wall dashboards. Parameter Description Default Value dashboard.http.enabled Dashboard Web server enable/disable true dashboard.http.port Dashboard Web Server Port Number 80 dashboard.http.threads Dashboard Web Server Thread Pool Size 20 dashboard.http.localhost.only Dashboard Web Server available locally only false 5.5 Backup Parameters Each day OneView will backup the entire OneView database. Backups are kept for a certain number of days. Parameter Description Default Value backup.dir Local directory used for database backup files. Defaults to a subdirectory called backups in the directory specified by the parameter data.root. Example usage: backup.dir=g:\oneviewbackups {data.root}/backups 5.6 Dashboard Sharing These optional parameters control uploading of and linking to public dashboard data. Should only in rare cases be changed. OneView Installation Page 8 of 19

9 Parameter Description Values Default dashboard.public.host Name of mobile dashboard server. (Required) <hostname>[:port] dashboard.oneview.eu dashboard.upload.host Alternative mobile dashboard server for upload. (Optional) dashboard.upload.failover If set to true, a list of alternative failover servers are used for upload. If set to false, only the server specified in parameter dashboard.public.host is used for upload. <hostname>[:port] true/false true 5.7 Proxy Server Parameters Parameters identifying proxy server to use for accessing the internet. Parameter Description Default Value proxy.host Proxy server host name or IP-address - proxy.port Proxy server port number - proxy.user Username for proxy server authentication (optional) - proxy.pass Password for proxy server authentication (optional) - proxy.domain Domain name for proxy user (optional) Log File Parameters Parameters used for setting values for deletion of log files. Parameter Description Default Value log.statistics.days Number of days before OneView statistics log files are deleted. 30 log.access.days Number of days before OneView access log files are deleted 7 log.service.days Number of days before OneView service log files are deleted Active Directory Parameters Login attempts to OneView are by default checked against the internal OneView database. If a valid user/password combination is not found here, OneView can - if enabled - authenticate username and password against an active directory server. You must enable AD integration and set the name of the domain to authenticate against in the configuration. OneView Installation Page 9 of 19

10 The OneView role of a successfully authenticated active directory user is determined by the user s active directory group memberships. For each user role (System, Administrator, User) in Oneview, an equivalent Active Directory group must exist. Assigning a domain user to one of these Active Directory groups automatically grants the user access to Oneview at the corresponding user role level. For this to work, you must enter the names of the active directory groups in the OneView configuration that grants a user the OneView System and Administrator roles. Please Note: The OneView configuration file must be editable by system administrators only! Parameter Description Default Value ad.enabled Active Directory integration enabled (true/false) false ad.domain Name of domain to authenticate against (e.g. monsalta.dk). (Required) If the ad.server parameter is not set, the ad.domain parameter is used for locating an Active Directory server via DNS. - ad.group.system ad.group.administrator ad.server Name of active directory group that grants the user a OneView system role. (Required) Name of active directory group that grants the user a OneView administrator role. (Required) Name of active directory server. (Optional) If the ad.server parameter is not set, the ad.domain parameter is used for locating an Active Directory server via DNS ad.referral Referrals strategy. Must be one of ignore, throw or follow. (Optional) follow ad.protocol LDAP connection security protocol. Must be plain or ssl. (Optional) Plain ad.user.search.filter Define a custom LDAP search filter to find a user entity in AD based on a login name supplied when logging in to Oneview. The variable {username} represents the login name in the filter. The default search filter looks up a user based on principal name or windows account name for backwards compatibility: (& ( (userprincipalname={username}@*)(samaccountname={username})) (objectclass=user) ) 5.10 Debug Parameters The following parameters control the amount of debugging information in the log files. Parameter Description Values Default OneView Installation Page 10 of 19

11 debug Enable general debug information. true/false false maintenance When true OneView starts in maintenance mode. In maintenance mode no data will be inserted into the database and dashboard calculation is disabled. true/false trace.ad Enable trace info for active directory integration true/false false trace.dashboard Enable trace info for dashboard calculation true/false false trace.graph Enable trace info for graph generation true/false false trace.notification Enable trace info for notification engine. true/false false trace.sql Enable trace info for SQL executions true/false false trace.spooler Enable trace of spool file handling true/false false false 5.11 Database Parameters OneView supports two types of databases. Derby is an embedded java relational database. This is the default database used by OneView. Parameter Description Values Default Value db.type Type of database derby/postgresql derby jdbc.threads Size of database connection pool If you use an existing database server other than Derby, you need to specify the connection properties with these parameters. Parameter Description Default Value jdbc.hostname Host name of database server - jdbc.port Port number of database server - jdbc.database Database name - jdbc.username Database user name - jdbc.password Database password PostgreSQL Parameters PostgreSQL is an enterprise open source database. OneView can use an existing PostgreSQL database in which case you need to specify the correct database connection parameters. In this case OneView will create the necessary tables in the existing database. OneView can also start its own instance of PostgreSQL server. In this case you need to specify some db.postgresql.* parameters. You must download a PostgreSQL server and unzip the binary files in a local folder. OneView will automatically create a database and tables for you. You may specify the location for OneView Installation Page 11 of 19

12 the database files. You need not specify any database connection parameters. Parameter Description Default Value db.postgresql.start Should OneView start the PostgreSQL server on startup? True or false. db.postgresql.root Root directory for the PostgreSQL database binaries ONEVIEW_HOME \pgsql db.postgresql.data Data directory for the PostgreSQL database files ONEVIEW_HOME \pgdata false 5.13 Example of Configuration File The following example makes use of some of the parameters explained above. Please refer to the tables above to investigate the effect these configurations have: http.port=1234 http.threads=50 backup.dir=d:\backup debug=false dashboard.http.port=8080 dashboard.http.threads=20 OneView Installation Page 12 of 19

13 6. Setup of OneView Once installed and configured you should continue to setup your OneView system. 6.1 Connect to OneView for the First time After installation and start of the OneView services, it is time to connect to OneView for the first time. To do that you must enter the following URL: servername-or-ip-add-of-your OneView server >:< Port number (default value is 1234 > Example: You have now connected to OneView for the first time. To continue you must fill-in some basic information about the OneView instance and System Administrator account. You are presented with the following setup box: Company name: Enter the name of your company. Full Name: Enter the full name of the System Administrator, e.g. Sysadm. Enter the System Administrator address account to where OneView should send s to. Login: Enter the login name for the System Administrator e.g. Sysadm. Password: Enter the password for the System Administrator account. Password Again: Repeat the password for the System Administrator account. When you have filled in the information, click Done. If the input is accepted, you will receive the following message: Click Go and you will now presented to the OneView Demo dashboard. OneView Installation Page 13 of 19

14 6.2 The OneView Demo Dashboard The demo dashboard in OneView is put there as a source of inspiration. It is an example made to inspire you to design your own dashboard. Your own dashboard should show you if the users are able to work efficiently with your IT systems. Login with you newly created System administrator account. With the System Administrator account, you have full access to all functions in OneView, and it is time to start using the OneView system. OneView Installation Page 14 of 19

15 7. System If you are logged in with system administrator user credentials you are allowed to access the System menu where the users are managed and the system related properties are set. 7.1 Properties tab Set up information on setup of the system and dashboard from the properties tab. Change values by clicking the small icon next the field: Maintenance The maintenance section contains information on backup and number of days to keep information on transactions and backup. Application Url: Used if the Oneview server does not know where to get the dashboard URL from. Default phone number country prefix: Add the country prefix used for sending SMS s from OneView. Hour of day when database backup will be executed (0-23): State the time for the database backup. Use a digit between 0 and 23 where 0 is equal to midnight and 23 is equal to 11 p.m. Default value is 1. Number of days before database backups are deleted: State the number of days to save the backups. Default value is 3 there is no upper limit for this value. Number of days to keep attachment files from measurements: State the number of days to save attachments, e.g. pic files from robots. Default value is 3 there is no upper limit for this value. (ATT. Disk space consuming) Number of days to keep data for transactions IN a domain: State the number of days that transactions in domains are kept in the database. The default value is 365 there is no upper limit for this value. Number of days to keep data from transactions NOT IN a domain: State the number of days that transactions not in domains are kept in the database. The default value is 14 there is no upper limit for this value. OneView Installation Page 15 of 19

16 7.1.2 Calendar The calendar function is used for SLA reporting only. For setting up time filters please use the Time Filters in the Administration tab. Working Days: State working days used for filtering on the dashboard and in the SLA reports. 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday and 6=Saturday). Default value is set to 1, 2, 3, 4 and 5. Working Hours (0-23): State working hours used for filtering in the SLA reports. Use digits between 0 and 23 where 0 is equal to midnight and 23 is equal to 11 p.m. Default value is 8, 9, 10, 11, 12, 13, 14, 15 and 16 i.e. from 8 a.m. to 4.59 p.m View Options The view options section contains information on the basic setup of the dashboard. Application Title: State the name used for this particular application. The value is shown when accessing the application remotely. Availability Graph Default On: Setting the availability graph seen from the dashboard to on or off. The default value is on. Dashboard Page Refresh Interval: Setting the interval for refreshing the dashboard default value is 20 seconds. Default Report Locale: Default language for the report. Default value is en (English). Expand all Shelves on Dashboard: Option to set shelves on the dashboard to appear as folded or unfolded. Severe incident definition: Number of minutes before error (Red box) is marked as an incident (Status used in reports). Show Compliance Level Percentages on Dashboard: Show the percentages in the dashboard select field. OneView Installation Page 16 of 19

17 7.1.4 External systems The external systems options is used for providing the system with information on how to externally access the system. External URL for Transaction Info: Link used for e.g. local Wiki. Link is shown in information field in Transaction info Dashboard calculation The dashboard calculation section contains information on how data is presented on the dashboard. It helps you setting up the strategy on dashboard calculation and how the dashboard reacts to changes in domains. Dashboard delay in minutes: Number in minutes before a faulty measurement is shown on the dashboard. Default value is 5. Dashboard period in minutes: Number in minutes that dashboard base it s calculated status (History). Default value is 15. Dashboard upload period in minutes: Numbers in minutes between data upload to mobile dashboard. Default value is 1. Default domain calculation strategy: Strategy used to calculate the domain. Default value is Worst. Default maximum number of data records: Max numbers of data records within the dashboards period. Default value is 3. Default transaction calculation strategy: Strategy used to calculate the transaction. Default value is Period Average. OneView Installation Page 17 of 19

18 8. Users The Users tab are used to add new users and to view the users already in the system. Per default only the new system administrator exist. New users can be added directly in the system or using the AD (Active Directory) 8.1 User roles Users can have one of 3 different roles: Role name System Admin User Description Has full access Cannot access the System menu Cannot access the System or Administration menus 8.2 Adding a new user Fill in the basic information on the user and pick the role required (User, Admin or System). Tick off and/or SMS if the user should receive information on system changes. Setting up notifications are set up in the Notifications tab. To enable the user to login requires Login Enabled to be ticked off. Click Add to create the user with the information provided. OneView Installation Page 18 of 19

19 9. How to Uninstall OneView 9.1 Remove service 1) Stop the OneView service: net stop OneView 2) Remove the OneView service: java -jar OneView.jar uninstall 9.2 Remove files 1) Remove the files in directory: ONEVIEW_HOME\OneView 2) Delete the directory: ONEVIEW_HOME\OneView OneView Installation Page 19 of 19

SQL Reader User Guide

SQL Reader User Guide SQL Reader User Guide 1 Introduction... 3 1.1 Requirements for SQL Reader... 3 1.2 New SQL Reader Test... 3 1.2.1 Basic Information... 3 1.2.2 Database Connection... 4 1.2.3 Database Query... 4 1.2.4 Example

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin 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 for

More information

MYOB Advanced Business

MYOB Advanced Business MYOB Advanced Business On-Premise Installation Last Updated: 24 November 2014 Contents Introduction 1 Pre-Requisites 1 Web Browsers... 1 Server Hardware and Software... 1 Database Hardware and Software...

More information

Import Data Connection from an SAP Universe

Import Data Connection from an SAP Universe Import Data Connection from an SAP Universe SAP Analytics Cloud allows you to connect to SAP Universe and import your data. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector (SAP CP CC)

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Advanced Design and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: January 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

High Availability Enabling SSL Database Migration Auto Backup and Auto Update Mail Server and Proxy Settings Support...

High Availability Enabling SSL Database Migration Auto Backup and Auto Update Mail Server and Proxy Settings Support... Quick Start Guide Table of Contents Overview... 4 Deployment... 4 System Requirements... 4 Installation... 6 Working with AD360... 8 Starting AD360... 8 Launching AD360 client... 9 Stopping AD360... 9

More information

Coveo Platform 7.0. Oracle UCM Connector Guide

Coveo Platform 7.0. Oracle UCM Connector Guide Coveo Platform 7.0 Oracle UCM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

User Manual. Admin Report Kit for IIS 7 (ARKIIS)

User Manual. Admin Report Kit for IIS 7 (ARKIIS) User Manual Admin Report Kit for IIS 7 (ARKIIS) Table of Contents 1 Admin Report Kit for IIS 7... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements... 2 1.4 Technical Support...

More information

Oracle Enterprise Manager. 1 Before You Install. System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0

Oracle Enterprise Manager. 1 Before You Install. System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0 Oracle Enterprise Manager System Monitoring Plug-in for Oracle Unified Directory User's Guide Release 1.0 E24476-01 October 2011 The System Monitoring Plug-In for Oracle Unified Directory extends Oracle

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 2 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 4 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

DocAve for Salesforce 2.1

DocAve for Salesforce 2.1 DocAve for Salesforce 2.1 This document is intended for anyone wishing to familiarize themselves with the user interface and basic functionality of AvePoint s DocAve for Salesforce tool. System Requirements

More information

WebsitePanel User Guide

WebsitePanel User Guide WebsitePanel User Guide User role in WebsitePanel is the last security level in roles hierarchy. Users are created by reseller and they are consumers of hosting services. Users are able to create and manage

More information

Scribe Insight Installation Guide. Version August 10, 2011

Scribe Insight Installation Guide. Version August 10, 2011 Scribe Insight Installation Guide Version 7.0.2 August 10, 2011 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry.

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION VERSION 9 Setup Guide This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE Fusion Registry: 9.2.x Document

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Installation and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: March 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

Windows Download & Installation

Windows Download & Installation BrokerMetrics / AgentMetrics Instructions for a New Installation Windows Download & Installation... 1 Macintosh Download & Installation... 6 Troubleshooting... 10 How to verify your installation... 11

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

Perceptive Process Enterprise - UNIX Installation Guide

Perceptive Process Enterprise - UNIX Installation Guide Perceptive Process Enterprise - UNIX Installation Guide 2013 Lexmark International Technology S.A. Date: 10/28/2013 Version: 3.0.2 Perceptive Software is a trademark of Lexmark International Technology

More information

Create Import Data Connection to SAP BPC MS

Create Import Data Connection to SAP BPC MS Create Import Data Connection to SAP BPC MS You can create a connection that allows you to import data and models from an SAP Business Planning and Consolidation (BPC) system. Prerequisites SAP BPC for

More information

Deployment Scenario: WebSphere Portal Mashup integration and page builder

Deployment Scenario: WebSphere Portal Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder...1 Abstract...2 Portal Mashup integration

More information

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide BlackBerry Enterprise Server for Microsoft Office 365 Version: 1.0 Administration Guide Published: 2013-01-29 SWD-20130131125552322 Contents 1 Related resources... 18 2 About BlackBerry Enterprise Server

More information

Installation of Actiheart Data Analysis Suite:

Installation of Actiheart Data Analysis Suite: Installation of Actiheart Data Analysis Suite: Currently software is only compatible with XP platform and version 6 of Java. Installation requires: - Windows XP platform - MySQL installation - Folders:

More information

Import Data Connection to an SAP ERP System

Import Data Connection to an SAP ERP System Import Data Connection to an SAP ERP System SAP Analytics Cloud allows you to import data from supported versions SAP ERP Central Component. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector

More information

Import Data Connection to an SAP BW System

Import Data Connection to an SAP BW System Import Data Connection to an SAP BW System SAP Analytics Cloud allows you to import data from an SAP BW System. You must connect to an SAP BW system, version 7.3x or higher release. NOTE: It is recommended

More information

MagicInfo Premium Server

MagicInfo Premium Server MagicInfo Premium Server Quick Start Guide This guide has been designed for your convenient and efficient use of MagicInfo-i Premium Edition. Refer to the MagicInfo Premium Server user guide for further

More information

ActivityTimeline Admin Guide https://activitytimeline.com

ActivityTimeline Admin Guide https://activitytimeline.com ActivityTimeline Admin Guide https://activitytimeline.com Copyright 2017 ActivityTimeline Contents Introduction... 3 Installation... 3 ActivityTimeline Cloud option: System Requirements... 3 ActivityTimeline

More information

MANAGEMENT AND ANALYSIS. ( Version ) Stephan Pabinger,

MANAGEMENT AND ANALYSIS. ( Version ) Stephan Pabinger, QPCR: APPLICATION FOR REAL-TIME PCR DATA MANAGEMENT AND ANALYSIS AND ADMINISTRATION MANUAL ( Version 0.9.11 ) Author: Stephan Pabinger, stephan.pabinger@tugraz.at Graz University of Technology Institute

More information

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017 UPGRADE GUIDE Log & Event Manager Version 6.3.1 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/log_event_manager_(lem)/lem_documentation

More information

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem version 5.2.2 DataLocker Inc. July, 2017 SafeConsole Reference for SafeConsole OnPrem 1 Contents Introduction................................................ 2 How do the devices become managed by SafeConsole?....................

More information

Polarion 18 Enterprise Setup

Polarion 18 Enterprise Setup SIEMENS Polarion 18 Enterprise Setup POL005 18 Contents Terminology......................................................... 1-1 Overview........................................................... 2-1

More information

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite 12.2.1.3.0 VirtualBox Introduction and Readme December 2017 Table of Contents 1 VirtualBox... 3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

RunClick Webinar and Video Conferencing Software. User Manual

RunClick Webinar and Video Conferencing Software. User Manual RunClick Webinar and Video Conferencing Software User Manual Visit RunClick.com for more details 1 Page Table of Contents Installation and Activation of RunClick Part 1: WordPress Fresh Installation Process

More information

Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape)

Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape) Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape) This guide is to be used if you intend on installing enterprise as a stand alone application on one

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Contents About the P6 EPPM Post Installation Administrator's Guide P6 Setup Tasks... 13

Contents About the P6 EPPM Post Installation Administrator's Guide P6 Setup Tasks... 13 P6 EPPM Post Installation Administrator's Guide Release 8.4 November 2014 Contents About the P6 EPPM Post Installation Administrator's Guide... 11 P6 Setup Tasks... 13 Accessing P6 from Client Browsers...

More information

ProKitchenNet User s Guide ProKitchen Server Edition. Real View, LLC

ProKitchenNet User s Guide ProKitchen Server Edition. Real View, LLC ProKitchenNet User s Guide ProKitchen Server Edition Real View, LLC Table of Contents Introduction... 2 Why ProKitchenNet?... 2 ProKitchenNet Advantages:... 2 Hardware and Software Requirements... 3 ProKitchenNet

More information

Polarion Trial Installation 17.2

Polarion Trial Installation 17.2 SIEMENS Polarion Trial Installation 17.2 POL002 17.2 Contents About this guide...................................................... 1-1 Before you begin.....................................................

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

Upgrade Guide. SuccessMaker 11

Upgrade Guide. SuccessMaker 11 11 Document last updated July 12, 2018 Copyright 2018 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and are registered trademarks, in the U.S.

More information

NCP Secure Enterprise Management for Windows Release Notes

NCP Secure Enterprise Management for Windows Release Notes Service Release: 5.01 r40724 Date: August 2018 Prerequisites Operating System Support The following Microsoft Operating Systems are supported with this release: Windows Server 2019 Version 1809 Windows

More information

Polarion 18.2 Enterprise Setup

Polarion 18.2 Enterprise Setup SIEMENS Polarion 18.2 Enterprise Setup POL005 18.2 Contents Overview........................................................... 1-1 Terminology..........................................................

More information

Polarion Enterprise Setup 17.2

Polarion Enterprise Setup 17.2 SIEMENS Polarion Enterprise Setup 17.2 POL005 17.2 Contents Terminology......................................................... 1-1 Overview...........................................................

More information

Avigilon Control Center Server User Guide

Avigilon Control Center Server User Guide Avigilon Control Center Server User Guide Version 5.0 PDF-SERVER5-A-Rev1 Copyright 2013 Avigilon. All rights reserved. The information presented is subject to change without notice. No copying, distribution,

More information

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1 Aspera Connect 2.6.3 Windows XP, 2003, Vista, 2008, 7 Document Version: 1 2 Contents Contents Introduction... 3 Setting Up... 4 Upgrading from a Previous Version...4 Installation... 4 Set Up Network Environment...

More information

Contents About the P6 EPPM Post Installation Administrator's Guide P6 Setup Tasks... 13

Contents About the P6 EPPM Post Installation Administrator's Guide P6 Setup Tasks... 13 P6 EPPM Post Installation Administrator's Guide Release 15.1 October 2015 Contents About the P6 EPPM Post Installation Administrator's Guide... 11 P6 Setup Tasks... 13 Accessing P6 from Client Browsers...

More information

SEMS SOFTWARE SUITE INSTALLATION WHERE TO DOWNLOAD THE INSTALLERS

SEMS SOFTWARE SUITE INSTALLATION WHERE TO DOWNLOAD THE INSTALLERS SEMS SOFTWARE SUITE INSTALLATION WHERE TO DOWNLOAD THE INSTALLERS 1 SEMS SOFTWARE SUITE INSTALLATION INFORMATION Getting Started FTP Link The installation files can be downloaded from our FTP site. The

More information

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Scoreboard 2.16 Installation Guide For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Updated November 10, 2016 1 Scoreboard and Connect By Spider Strategies Minimum Server Requirements The

More information

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Release 7.1 Revised: March 5, 2013 1:53 pm This document describes the

More information

SafeConsole On-Prem Install Guide

SafeConsole On-Prem Install Guide SafeConsole On-Prem Install Guide This guide applies to SafeConsole 5.0.5 Introduction This guide describes how to install a new SafeConsole server on Windows using the SafeConsole installer. As an option,

More information

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.0 Installation Guide Release Date September 30, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2009 Adeptia, Inc. All rights reserved.

More information

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE SureView Analytics 6.1.1 Release Notes ================================= --------- IMPORTANT NOTE REGARDING DOCUMENTATION --------- The Installation guides, Quick Start Guide, and Help for this release

More information

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation...

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation... TABLE OF CONTENTS 1 About Guide...1 2 System Requirements...2 3 Package...3 3.1 For Windows... 3 3.2 For Linux... 3 3.3 Docker image... 4 4 Windows Installation...5 4.1 Installation... 5 4.1.1 Install

More information

PRODUCT MANUAL. idashboards Reports Admin Manual. Version 9.1

PRODUCT MANUAL. idashboards Reports Admin Manual. Version 9.1 PRODUCT MANUAL idashboards Reports Admin Manual Version 9.1 idashboards Reports Admin Manual Version 9.1 No part of the computer software or this document may be reproduced or transmitted in any form or

More information

Avalanche Remote Control User Guide. Version 4.1

Avalanche Remote Control User Guide. Version 4.1 Avalanche Remote Control User Guide Version 4.1 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

i-trade Application FAQs v1.1

i-trade Application FAQs v1.1 i-trade Application FAQs v1.1 1. WHAT IS I-TRADE APPLICATION? 2. WHAT IS SYSTEM REQUIREMENT OF I-TRADE APPLICATION? 3. HOW CAN DISPLAY I-TRADE APPLICATION DIFFERENT LANGUAGE? 4. HOW CAN I IMPROVE THE PERFORMANCE

More information

Using ZENworks with Novell Service Desk

Using ZENworks with Novell Service Desk www.novell.com/documentation Using ZENworks with Novell Service Desk Novell Service Desk 7.1 April 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or

More information

Chesar 3.4 Desktop (standalone) installation manual

Chesar 3.4 Desktop (standalone) installation manual Chesar 3.4 Desktop (standalone) installation manual 2 Chesar 3.4 Desktop (standalone) installation manual Changes to this document Date Modification 23/05/2017 First version. 14/11/2017 Section 8 on establishing

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Service Desk 7.2 Installation Guide. March 2016

Service Desk 7.2 Installation Guide. March 2016 Service Desk 7.2 Installation Guide March 2016 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING 2017/11/10 10:40 1/2 Setup Setup INTRODUCTION The setup procedure for VISUAL PLANNING 5.3 depends on the version: VISUAL PLANNING ONE VISUAL PLANNING ESSENTIAL VISUAL PLANNING ENTERPRISE Be aware of the

More information

CA LISA. Installation and Configuration Guide. Version 7.0.2

CA LISA. Installation and Configuration Guide. Version 7.0.2 CA LISA Installation and Configuration Guide Version 7.0.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Halcyon Spooled File Manager GUI. v8.0 User Guide

Halcyon Spooled File Manager GUI. v8.0 User Guide Halcyon Spooled File Manager GUI v8.0 User Guide Copyright Copyright HelpSystems, LLC. All rights reserved. www.helpsystems.com US: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148 IBM, AS/400, OS/400,

More information

Perceptive Process Mining

Perceptive Process Mining Perceptive Process Mining Installation and Setup Guide Version: 2.14.x Written by: Product Knowledge, R&D Date: May 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents About Perceptive

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Quick Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E10033-01 May 2009 This guide is designed to help you quickly install the most common Oracle Identity

More information

SysAid Technical Presentation. Phone (Toll-Free US): Phone: +972 (3)

SysAid Technical Presentation.  Phone (Toll-Free US): Phone: +972 (3) SysAid Technical Presentation www.sysaid.com sales@sysaid.com Phone (Toll-Free US): 1-800-686-7047 Phone: +972 (3) 533-3675 SysAid Overview A Global ITSM Solution Provider Technology Built for You Customer-Driven

More information

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide INTEGRATION TO MICROSOFT EXCHANGE Installation Guide V44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER

More information

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018 ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk November 2018 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

Installation and Configuration Guide

Installation and Configuration Guide BiZZdesign Team Server Installation and Configuration Guide 2017-02-21 Table of contents 1 About the Team Server 3 2 Team Server system requirements 4 3 Contents of the Team Server installation bundle

More information

LIBF e-test. Installation Guide. July 2016 Version 2.3

LIBF e-test. Installation Guide. July 2016 Version 2.3 LIBF e-test Installation Guide July 2016 Version 2.3 Table of Contents Page 1 Introduction 3 1.1 Contact details 3 2 Installing the Server application 4 3 Installing the Administration application 9 4

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J Teamcenter 10.1 Installation on Windows Clients Guide Publication Number PLM00012 J Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

Uploading a Submission

Uploading a Submission CESP provides 4 ways to upload via 3 Web Transfer Clients or via a local sftp client. WEB Transfer Clients 1. Integraged Upload (HTML5): Select Integrated Upload for Auto Login to HTML5 Client. (Modern

More information

Sage 300 People & Web Self Service Technical Information & System Requirements

Sage 300 People & Web Self Service Technical Information & System Requirements Sage 300 People & Web Self Service Technical Information & System Requirements Sage 300 People Architecture The Sage 300 People application is a 2-tier application with the program and database residing

More information

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1 Server Monitoring AppDynamics Pro Documentation Version 4.1.x Page 1 Server Monitoring......................................................... 4 Standalone Machine Agent Requirements and Supported Environments............

More information

NCP Secure Enterprise Management for Linux Release Notes

NCP Secure Enterprise Management for Linux Release Notes Major Release: 5.00 r39572 Date: May 2018 Prerequisites The following distributions and databases with the associated Connector/C drivers are supported with this release: Linux distribution Database Driver

More information

System Administration

System Administration Most of SocialMiner system administration is performed using the panel. This section describes the parts of the panel as well as other administrative procedures including backup and restore, managing certificates,

More information

Yellowfin Custom Installer Guide

Yellowfin Custom Installer Guide Yellowfin Custom Installer Guide Release 5.1 January 2011 2 Yellowfin Release 5.1 Custom Installer Under international copyright laws, neither the documentation nor the software may be copied, photocopied,

More information

GeoNURIS SETL Manual Cooperation & Communication International

GeoNURIS SETL Manual Cooperation & Communication International GeoNURIS SETL Manual 2011-11-07 by Cooperation & Communication International Table of Contents Foreword Part I Document Introduction 0 6 1 Terms... 6 2 Conventions... 7 3 Prerequisites... 8 Part II Introudction

More information

Installation Guide for Windows

Installation Guide for Windows Installation Guide for Windows Cisco IoT Data Connect - Edge and Fog Fabric (EFF) 1.0.1 Revised: August 25, 2017 These release notes provide an overview to Cisco IoT DataConnect Edge and Fog Fabric version

More information

WebFOCUS Business User Edition Release 8.2 Version 02

WebFOCUS Business User Edition Release 8.2 Version 02 WebFOCUS Business User Edition Release 8.2 Version 02 January 02, 2018 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software, Parlay,

More information

Server Installation. Parent page: System Installation, Licensing & Management

Server Installation. Parent page: System Installation, Licensing & Management Published on Online Documentation for Altium Products (https://www.altium.com/documentation) ホーム > Altium Infrastructure Server 製品マニュアル Modified by Rob Evans on Feb 20, 2018 Parent page: System Installation,

More information

Comodo Network Center Software Version 1.1

Comodo Network Center Software Version 1.1 Comodo Network Center Software Version 1.1 User Guide Guide Version 2.3.112311 Comodo Security Solutions 1255 Broad Street STE 100 Clifton, NJ 07013 Table of Contents Comodo Network Center - Introduction...

More information

EUSurvey Installation Guide

EUSurvey Installation Guide EUSurvey Installation Guide Guide to a successful installation of EUSurvey May 20 th, 2015 Version 1.2 (version family) 1 Content 1. Overview... 3 2. Prerequisites... 3 Tools... 4 Java SDK... 4 MySQL Database

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

docalpha Installation Guide

docalpha Installation Guide ARTSYL DOCALPHA INSTALLATION GUIDE 1. docalpha Architecture Overview... 2 1.1. docalpha Server Components... 4 1.2. docalpha Production Environment Stations Overview... 4 1.3. docalpha Setup & Administration

More information

Installation Manual RG-SAM+ENTERPRISE_4.00_Build

Installation Manual RG-SAM+ENTERPRISE_4.00_Build Installation Manual RG-SAM+ENTERPRISE_4.00_Build20150829 Copyright Statement Ruijie Networks 2016 Ruijie Networks reserves all copyrights of this document. Any reproduction, excerption, backup, modification,

More information

Automation Services 9.5 ReadMe

Automation Services 9.5 ReadMe Automation Services 9.5 ReadMe CONTENTS Contents Automation Services 9.5 ReadMe...4 Additional documentation...5 System requirements...6 Server requirements...6 Client requirements...7 Installing...8 Installing

More information

for Microsoft Installation Guide OnTime for Microsoft version 1.5.x

for Microsoft Installation Guide OnTime for Microsoft version 1.5.x for Microsoft Installation Guide OnTime for Microsoft version 1.5.x Rev. 1 OnTime is a registered community trademark (#004918124). The trademark is registered with the Trade Marks and Designs Registration

More information

Tenable.sc-Tenable.io Upgrade Assistant Guide, Version 2.0. Last Revised: January 16, 2019

Tenable.sc-Tenable.io Upgrade Assistant Guide, Version 2.0. Last Revised: January 16, 2019 Tenable.sc-Tenable.io Upgrade Assistant Guide, Version 2.0 Last Revised: January 16, 2019 Table of Contents Welcome to the Tenable.sc-Tenable.io Upgrade Assistant 3 Get Started 4 Environment Requirements

More information

NCP Secure Enterprise Management (Win) Release Notes

NCP Secure Enterprise Management (Win) Release Notes Service Release: 4.01 r32851 Datum: November 2016 Prerequisites Operating System Support The following Microsoft Operating Systems are supported with this release: Windows Server 2008 R2 64 Bit Windows

More information

User Guide HelpSystems Insite 1.6

User Guide HelpSystems Insite 1.6 User Guide HelpSystems Insite 1.6 Copyright Copyright HelpSystems, LLC. HelpSystems Insite, OPAL, OPerator Assistance Language, Robot ALERT, Robot AUTOTUNE, Robot CLIENT, Robot CONSOLE, Robot CORRAL, Robot

More information

generate-jvm-report shows the threads, classes, memory, and loggers for a given target instance. Name Synopsis

generate-jvm-report shows the threads, classes, memory, and loggers for a given target instance. Name Synopsis Name Synopsis Description generate-jvm-report shows the threads, classes, memory, and loggers for a given target instance. generate-jvm-report [--terse={true false}][ --echo={true false} ] [ --interactive={true

More information

Copyright Yellowfin International pty ltd

Copyright Yellowfin International pty ltd Yellowfin Release 5.2 Custom Installer Under international copyright laws, neither the documentation nor the software may be copied, photocopied, reproduced, translated or reduced to any electronic medium

More information

Micro Focus Enterprise View. Installing Enterprise View

Micro Focus Enterprise View. Installing Enterprise View Micro Focus Enterprise View Installing Enterprise View 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.

More information