Upgrade Guide Version 7.2

Size: px
Start display at page:

Download "Upgrade Guide Version 7.2"

Transcription

1 Upgrade Guide Version 7.2 Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

2 DISCLAIMER IBM believes that the information in this publication is accurate as of its publication date. The information is subject to change without notice. COPYRIGHT Copyright IBM Corporation All Rights Reserved. Printed October Use, copy, and distribution of any IBM software described in this publication needs an applicable software license. No part of this product or document may be reproduced, stored in a retrieval system, or transmitted, in any form by any means, electronic, mechanical, photocopy, recording, or otherwise, without prior written authorization of IBM Corporation and its licensers, if any. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

3 Upgrading to Resiliency Orchestration Server 7.2 This section describes how to upgrade Sanovi Cloud Continuity 7.1 SP1/SP2/SP4/SP6 to Resiliency Orchestration Server 7.2. Overview Resiliency Orchestration 7.2 release requires RHEL 7.3 operating system and uses mariadb as the database. Prior versions of the software were supported on RHEL 6.x or lower and were using Mysql as the database. Before upgrading your existing Sanovi Cloud Continuity software to the new version, you would need to upgrade the server operating system (OS) to RHEL 7.3 and install required mariadb database. However, while you prepare your server for the required OS and the database, you need to retain your existing Sanovi Cloud Continuity software and the data by backing them up on another machine and restoring from there. Alternatively, you can prepare a new server machine with the required OS and database softeware and copy over the existing Sanovi Cloud Contuinity software and your existing data to the new server hardware before you proceed with upgrade to Resiliency Orchestration 7.2. Prerequisites Whether you upgrade the existing server with the required OS and database or use a new server hardware, you must use the same IP. Upgrade should be performed only when all the groups are in "Normal Inactive" or "Normal Reset" state. No operations/workflows should be executing. If NormalCopy/FailOver/ SwitchOver/SwitchBack or any Business Process/Test/Policy is in progress, it should be completed, stopped, or aborted so that the group can be moved to Normal Inactive state. Use "Change continuity" option to move the group to "Normal Inactive" or Normal Reset". Preparing For Upgrade 1. Stop Sanovi DRM Server Services by using the following command: $EAMSROOT/bin/panaces stop 2. Stop all remote agents before upgrade by using the following command: $EAMSROOT/bin/DRMAgentsStop.sh ALL 3. Perform backup of Sanovi Cloud Continuity software and configuration files using the given Backup Plan. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

4 Backup Plan Take backup of the following files and directories on a backup server within the network o Sanovi Server Mysql Metadata mysqldump -u root --databases panaces pfr advancedreporter -R --triggers > backupfilename.sql o Sanovi Server Installation directory $EAMSROOT o The following system files: i) sysctl.conf ii) any user specific scripts and cron jobentries iii) /etc/hosts o User files, if any o If Panaces Server is configured with Linux OS agent: Agent Binaries Custom/Field Specific scripts 4. Upgrade the Sanovi Cloud Contuinity server operating system to RHEL Install mariadb and configure as per Resiliency Orchestration 7.2 Installation Guide 6. Install Tomcat and configure as per Resiliency Orchestration 7.2 Installation Guide 7. Stop all the services in the current Cloud Continuity Server. 8. Take the mysql Schema a. mysqldump -u root databases panaces pfr advancedreporter triggers -R > /backup/panaces-pfr-advrpt.sql 9. Take EAMSROOT, and TOMCAT Home folder backup a. cd /opt b. tar cvzf /backup/eamsroot.tar.gz panaces c. cd /opt/ d. tar cvzf /backup/tomcat7.tar.gz jboss-ews Note down the port exceptions in firewall, use system-config-firewall or systemconfig-securitylevel 11. Copy /backup/panaces-pfr-advrpt.sql /backup/eamsroot.tar.gz /backup/tomcat7.tar.gz /etc/security/limit.conf /etc/hosts /etc/my.cnf to /backup of new IBM Resiliency Orchestration server using scp. 12. Login to new IBM Resiliency Orchestration server using putty 13. Extract IBM Resiliency Orchestration binaries a. cd /opt b. tar xvzf /backup/ EAMSROOT.tar.gz 14. Extract Tomcat a. cd /opt b. tar xvzf /backup/tomcat7.tar.gz 15. Update EAMSROOT a. echo export EAMSROOT=/opt/panaces >> /etc/profile Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

5 16. refer /backup/limit.conf, /backup/hosts, /backup/my.cnf and update /etc/security/limit.conf /etc/hosts /etc/my.cnf respectively 17. configure the exception ports as noted earlier using system-config-firewall or systemconfig-securitylevel 18. Restore the mysql schema a. mysql -u root < /backup/panaces-pfr-advrpt.sql 19. Verify the panaces, pfr, advancedreporter databases are available after restored in the new server. 20. Create required database users along with privileges a. Mysql u root b. use mysql; c. CREATE USER 'pfradmin'@'localhost' IDENTIFIED BY 'pfradmin123'; d. GRANT ALL PRIVILEGES ON *.* TO 'pfradmin'@'localhost' IDENTIFIED BY 'pfradmin123' WITH GRANT OPTION; e. CREATE USER 'panaces'@'localhost' IDENTIFIED BY 'panaces123'; f. GRANT ALL PRIVILEGES ON *.* TO 'panaces'@'localhost' IDENTIFIED BY 'panaces123' WITH GRANT OPTION; g. CREATE USER 'sanovireporter'@'localhost' IDENTIFIED BY 'sanovi123'; h. GRANT ALL PRIVILEGES ON *.* TO 'sanovireporter'@'localhost' IDENTIFIED BY 'sanovi123' WITH GRANT OPTION; Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

6 Upgrading Resiliency Orchestration Server in GUI mode Perform the following steps for upgrading Sanovi Cloud Continuity server. The commands specified in the following points must be provided at the command prompt. 1. Download the server binaries 2. Sanovi Cloud Continuity Server can be upgraded to Resiliency Orchestration 7.2 by loging in as a sanovi user and executing the following command: (Use whichever is applicable) Note sh install.bin (or)./install.bin Make sure that you have free space of approximately 800 MB in /tmp directory, before executing the above command. 3. Resiliency Orchestration Server upgrade starts with the following screen:. Figure 1: Resiliency Orchestration Installer 4. After displaying the Resiliency Orchestration Installer screen, the MySQL root password window is displayed. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

7 Figure 2: Resiliency Orchestration Server Upgrade - MySQL root password 5. Enter MySQL root user password and click Next. The Tomcat Home window is displayed. Figure 3: Resiliency Orchestration Server Upgrade - Tomcat Home 6. Click Choose to browse and select the location of Tomcat. When Tomcat is located and then selected, the path appears in the Please Choose a Folder: box in Tomcat Home screen. Click Next, the Introduction window is displayed. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

8 Figure 4: Resiliency Orchestration Server Upgrade - Introduction 7. Click Next. The License Agreement window is displayed Figure 5: Resiliency Orchestration Server Upgrade - License Agreement 8. Click the appropriate option button after perusal of the License Agreement. The options are: 1. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

9 Option Button I accept the terms of the License Agreement I do NOT accept the terms of the License Agreement Description Click this option button for acceptance of the License Agreement. Click this option button for rejection of the License Agreement. By default, this is selected. The Next button is unavailable with this option. 9. Click Next (on acceptance of the License Agreement window) to proceed with the installation. The Choose Install Folder window is displayed. Figure 6: Resiliency Orchestration Server Upgrade - Choose Install Folder 10. Select a path to install the software by clicking Choose. Choose the path where the Panaces is currently installed. Note The 7.1 will be installed in the same path by renaming the existing installation folder by appending the release name. For example, if 7.1 is installed in /opt/panaces then the folder will be renamed to /opt/panaces_7.1_sp6 containing the old installation, while /opt/panaces will be installed with Click Next to continue. 12. The Choose Install Set window is displayed. The Choose Install Set screen will be displayed only when the user selects the install location same as the current one. Select Upgrade icon. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

10 Figure 7: Resiliency Orchestration Server Upgrade - Choose Install Set Note If Typical is selected and Resiliency Orchestration Server version 7.2 is present in the system, then the following error is displayed. Click Quit Installation to cancel the upgrade process. The Resiliency Orchestration Server version is already installed in this machine. Installer cannot overwrite the existing installation.. The installer will quit now. 13. Click Next. The Pre-Installation Summary window is displayed. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

11 Figure 8: Resiliency Orchestration Server Upgrade - Pre-Installation Summary 14. Go through the pre-installation summary to verify the inputs provided. If you want to change the inputs, click Previous and modify. 15. Click Install. The Installing Resiliency Orchestration Server window is displayed. Note By now, the older installation folder has been renamed by appending the release name. So if the installation is cancelled then the older installation folder has to be renamed to original folder by the user as part of the fallback plan. For example, if 7.1 is installed in /opt/panaces then the folder will be renamed to /opt/panaces_7.1_sp6. If the upgrade is canceled any further, user has to rename /opt/panaces_7.1_sp6 to /opt/panaces to restart upgrade or to use the older version of the product. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

12 2. Figure 9: Resiliency Orchestration Server Upgrade - Installing Resiliency Orchestration Server 16. Once the installation is complete, the Upgrade Complete window is displayed indicating successful upgrade. 17. Click Done to complete the upgrade process. Post Installation Steps 1. Download ThirdPartyJSLib.zip from the link GPL dependent binaries ( Copy ThirdPartyJSLib.zip to $TOMCAT_HOME/webapps/PanacesGUI/scripts/. Unzip ThirdPartyJSLib.zip in the $TOMCAT_HOME/webapps/PanacesGUI/scripts/. Remove ThirdPartyJSLib.zip from $TOMCAT_HOME/webapps/PanacesGUI/scripts/. 2. If you would like to use the vault integration feature of the product, complete the instructions given below: a. Ensure that the required vault integration library files from your vault vendor are available with you. b. Add all the vault integration library files to the following locations. {TOMCAT_HOME}/webapps/PanacesGUI/WEB-INF/lib {TOMCAT_HOME}//webapps/PanacesGUI/pages/classes/lib {TOMCAT_HOME}//webapps/userPortal/WEB-INF/lib {TOMCAT_HOME}//webapps/userPortal/pages/classes/lib {EAMSROOT}/agents/vault/{yourVaultName}/lib Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

13 {EAMSROOT}/lib Note You need to set the execute (770) and Tomcat user group permissions for the vault integration library files in the TOMCAT_HOME locations. You need to set the execute (770) and Panaces user group permissions for the vault integration library files in the EAMSROOT locations. 3. Server is by default enabled with TLS 1.2 security. In order to achieve backwards compatibility to support older agents, open $EAMSROOT/installconfig/panaces.properties and set If Agents are from 7.1 Release panaces.acp.communicationtype = SECURE If Agents are from 6.3 Release panaces.acp.communicationtype = NONSECURE 4. Resiliency Orchestration Services ; /opt/panaces/bin/panaces start 5. Verify that the console log shows panaces services started successfully tail f /opt/panaces/var/log/console.log 6. Once server has started, go to $EAMSROOT/lib/ and run the following sql script mysql -uroot < mysql_schema_upgrade_after_server_startup_jr_to_jy.sql Fallback Plan At any time of the upgrade, if there are failures that cannot be corrected within the upgrade window, use the following plan to restore to the old Sanovi server installation. 1. Drop the existing databases if they already exist a. mysqladmin u root drop panaces b. mysqladmin u root drop pfr c. mysqladmin u root drop advancedreporter 2. Restore the MySQL Metadata from backup. mysql -u root < backupfilename.sql 3. Restore the Sanovi Server software installation directory (7.1). 4. Startup Sanovi Server Services. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

14 Upgrading to Resiliency Orchestration Server 7.2 SP1 This section describes how to upgrade Resiliency Orchestration 7.2 to Resiliency Orchestration Server 7.2 SP1. Prerequisites For upgrading, the existing setup should be IBM Resiliency Orchestration 7.2 with the 7.2 P1 patch applied. Upgrade should be performed only when all the groups are in "Normal Inactive" or "Normal Reset" state. No operations/workflows should be executing. If NormalCopy/FailOver/ SwitchOver/SwitchBack or any Business Process/Test/Policy is in progress, it should be completed, stopped, or aborted so that the group can be moved to Normal Inactive state. Use "Change continuity" option to move the group to "Normal Inactive" or Normal Reset". Preparing For Upgrade 1. Stop IBM Resiliency Orchestration Server Services by using the following command: $EAMSROOT/bin/panaces stop 2. Stop all remote agents before upgrade by using the following command: $EAMSROOT/bin/DRMAgentsStop.sh ALL 3. Perform backup of IBM Resiliency Orchestration Server software and configuration files using the given Backup Plan. Backup Plan Take backup of the following files and directories on a backup server within the network o IBM Resiliency Orchestration Server Mysql Metadata mysqldump -u root --databases panaces pfr advancedreporter -R -- triggers > backupfilename.sql o The following system files: i) sysctl.conf ii) any user specific scripts and cron jobentries iii) /etc/hosts o User files, if any o If Panaces Server is configured with Linux OS agent: Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

15 Agent Binaries Custom/Field Specific scripts 4. Stop all the services in the current IBM Resiliency Orchestration Server. 5. Take TOMCAT Home folder backup a. cd /opt/ b. tar cvzf /backup/tomcat7.tar.gz jboss-ews Note down the port exceptions in firewall, use system-config-firewall or systemconfig-securitylevel Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

16 Upgrading Resiliency Orchestration Server in GUI mode Perform the following steps for upgrading IBM Resiliency Orchestration server. The commands specified in the following points must be provided at the command prompt. 1. Download the server binaries 2. IBM Resiliency Orchestration Server can be upgraded to Resiliency Orchestration 7.2 SP1 by loging in as a sanovi user and executing the following command: (Use whichever is applicable) Note sh install.bin (or)./install.bin Make sure that you have free space of approximately 800 MB in /tmp directory, before executing the above command. 3. Resiliency Orchestration Server upgrade starts with the following screen:. Figure 10: Resiliency Orchestration Installer 4. After displaying the Resiliency Orchestration Installer screen, the MySQL root password window is displayed. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

17 Figure 11: Resiliency Orchestration Server Upgrade - MySQL root password 5. Enter MySQL root user password and click Next. The Tomcat Home window is displayed. Figure 12: Resiliency Orchestration Server Upgrade - Tomcat Home 6. Click Choose to browse and select the location of Tomcat. When Tomcat is located and then selected, the path appears in the Please Choose a Folder: box in Tomcat Home screen. Click Next, the Introduction window is displayed. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

18 Figure 13: Resiliency Orchestration Server Upgrade - Introduction 7. Click Next. The License Agreement window is displayed Figure 14: Resiliency Orchestration Server Upgrade - License Agreement 8. Click the appropriate option button after perusal of the License Agreement. The options are: Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

19 Option Button I accept the terms of the License Agreement I do NOT accept the terms of the License Agreement Description Click this option button for acceptance of the License Agreement. Click this option button for rejection of the License Agreement. 9. Click Next (on acceptance of the License Agreement window) to proceed with the installation. The Choose Install Folder window is displayed. Figure 15: Resiliency Orchestration Server Upgrade - Choose Install Folder 10. Select a path to install the software by clicking Choose. Choose the path where the Panaces is currently installed. Note The 7.2 SP1 will be installed in the same path by renaming the existing installation folder by appending the release name. For example, if 7.2 is installed in /opt/panaces then the folder will be renamed to /opt/panaces_7.2 containing the old installation, while /opt/panaces will be installed with 7.2 SP Click Next to continue. 12. The Choose Install Set window is displayed. The Choose Install Set screen will be displayed only when the user selects the install location same as the current one. Select Upgrade icon. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

20 Figure 16: Resiliency Orchestration Server Upgrade - Choose Install Set Note If Typical is selected and Resiliency Orchestration Server version 7.2 SP1 is present in the system, then the following error is displayed. Click Quit Installation to cancel the upgrade process. The Resiliency Orchestration Server version is already installed in this machine. Installer cannot overwrite the existing installation.. The installer will quit now. 13. Click Next. The Pre-Installation Summary window is displayed. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

21 Figure 17: Resiliency Orchestration Server Upgrade - Pre-Installation Summary 14. Go through the pre-installation summary to verify the inputs provided. If you want to change the inputs, click Previous and modify. 15. Click Install. The Installing Resiliency Orchestration Server window is displayed. Note By now, the older installation folder has been renamed by appending the release name. So if the installation is cancelled then the older installation folder has to be renamed to original folder by the user as part of the fallback plan. For example, if 7.2 is installed in /opt/panaces then the folder will be renamed to /opt/panaces_7.2. If the upgrade is canceled any further, user has to rename /opt/panaces_7.2 to /opt/panaces to restart upgrade or to use the older version of the product. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

22 3. Figure 18: Resiliency Orchestration Server Upgrade - Installing Resiliency Orchestration Server 16. Once the installation is complete, the Upgrade Complete window is displayed indicating successful upgrade. 17. Click Done to complete the upgrade process. Post Installation Steps Fallback Plan At any time of the upgrade, if there are failures that cannot be corrected within the upgrade window, use the following plan to restore to the old IBM Resiliency Orchestration Server installation. 1. Drop the existing databases if they already exist a. mysqladmin u root drop panaces b. mysqladmin u root drop pfr c. mysqladmin u root drop advancedreporter 2. Restore the MySQL Metadata from backup. mysql -u root < backupfilename.sql 3. Restore the IBM Resiliency Orchestration Server software installation directory (7.2). 4. Startup IBM Resiliency Orchestration Server Services. Copyright IBM Corporation Resiliency Orchestration Upgrade Guide

HR-Lite Database & Web Service Setup Guide

HR-Lite Database & Web Service Setup Guide HR-Lite Database & Web Service Setup Guide Version: 1.00 HR21 Limited All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

Quick Installation Guide

Quick Installation Guide Nortel IP Flow Manager Release: 2.0 Version: 02.01 Copyright 2009 Nortel Networks Nortel IP Flow Manager 2.0 Page 1 of 9 Nortel IP Flow Manager Release: 2.0 Publication: NN48015-300 Document status: Standard

More information

McAfee Content Security Reporter Release Notes. (McAfee epolicy Orchestrator)

McAfee Content Security Reporter Release Notes. (McAfee epolicy Orchestrator) McAfee Content Security Reporter 2.5.0 Release Notes (McAfee epolicy Orchestrator) COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy

More information

ObserveIT 7.1 Release Notes

ObserveIT 7.1 Release Notes ObserveIT 7.1 Release Notes In This Document About This Release... 2 New Features and Enhancements... 2 Backward Compatibility... 3 New Supported Platforms... 3 Resolved Issues... 4 Known Issues... 4 Limitations...

More information

MassTransit 6.0 Installation Guide for Enterprise and Professional Servers on Macintosh

MassTransit 6.0 Installation Guide for Enterprise and Professional Servers on Macintosh MassTransit 6.0 Installation Guide for Enterprise and Professional Servers on Macintosh March 11, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296

More information

Transfer Manager.NET Installation Guide

Transfer Manager.NET Installation Guide Transfer Manager.NET 3.4.0.0 Installation Guide Instructions for Downloading the Client... 2 New Installation... 3 Upgrading from Older Versions of TM.Net... 7 Upgrading from Transfer Manager 2.x or Earlier...

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions October 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

Lasso Continuous Data Protection Lasso CDP Client Guide August 2005, Version Lasso CDP Client Guide Page 1 of All Rights Reserved.

Lasso Continuous Data Protection Lasso CDP Client Guide August 2005, Version Lasso CDP Client Guide Page 1 of All Rights Reserved. Lasso CDP Client Guide August 2005, Version 1.6.8 Lasso CDP Client Guide Page 1 of 32 Copyright Copyright 2005 Lasso Logic, LLC. All Rights Reserved. No part of this publication may be reproduced, stored

More information

McAfee Content Security Reporter 2.6.x Installation Guide

McAfee Content Security Reporter 2.6.x Installation Guide McAfee Content Security Reporter 2.6.x Installation Guide COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee

More information

Automic Agent Deployment and Upgrade Toolkit. How-To Documentation

Automic Agent Deployment and Upgrade Toolkit. How-To Documentation Automic Agent Deployment and Upgrade Toolkit How-To Documentation Table of Contents AUTOMIC AGENT DEPLOYMENT AND UPGRADE TOOLKIT... 4 Introduction... 4 Overview... 4 Benefits... 4 Compatibility... 5 Key

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

Artix Orchestration Installation Guide. Version 4.2, March 2007

Artix Orchestration Installation Guide. Version 4.2, March 2007 Artix Orchestration Installation Guide Version 4.2, March 2007 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property

More information

Agiloft Installation Guide

Agiloft Installation Guide Agiloft Installation Guide HELP-13APR17 CONTENTS 1. Installation Guide............................................ 3 1.1 Pre-Installation for Windows................................ 5 1.2 Pre-Installation

More information

Table of Contents Introduction to the SAP Roambi migration process SystemRequirements Preparing to upgrade SAP Roambi ES

Table of Contents Introduction to the SAP Roambi migration process SystemRequirements Preparing to upgrade SAP Roambi ES Table of Contents Introduction to the SAP Roambi migration process 6 SystemRequirements 6 Mobile Devices Server Requirements Hardware Operating Systems Java Application Servers Databases Other Collaterals

More information

Dell Protected Workspace Management

Dell Protected Workspace Management Dell Protected Workspace Management Upgrade Guide Dell Protected Workspace Management v4.1 Created and Maintained by Invincea, Inc. Proprietary For Customer Use Only Dell Protected Workspace Management

More information

Installation Guide for FTMS and Node Manager

Installation Guide for FTMS and Node Manager Installation Guide for FTMS and Node Manager Table of Contents Windows... 2 Installing FTMS... 2 Launching FTMS... 2 Client... 3 Stopping FTMS Server... 3 Installing Standalone Node Manager... 3 Launching

More information

Installing Intellicus DotNet Client on Windows. Version: 16.0

Installing Intellicus DotNet Client on Windows. Version: 16.0 Installing Intellicus DotNet Client on Windows Version: 16.0 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

Bitnami MariaDB for Huawei Enterprise Cloud

Bitnami MariaDB for Huawei Enterprise Cloud Bitnami MariaDB for Huawei Enterprise Cloud First steps with the Bitnami MariaDB Stack Welcome to your new Bitnami application running on Huawei Enterprise Cloud! Here are a few questions (and answers!)

More information

AccessData FTK Quick Installation Guide

AccessData FTK Quick Installation Guide AccessData FTK Quick Installation Guide Document date: May 20, 2014 2014 AccessData Group, Inc. All rights reserved. No part of this publication may be reproduced, photocopied, stored on a retrieval system,

More information

Copyright Maxprograms

Copyright Maxprograms Copyright 2008-2017 Maxprograms Table of Contents Introduction... 1 RemoteTM Web Server... 1 Installation and Configuration... 2 Requirements... 2 Preparation... 2 Installation... 2 Email Server Configuration...

More information

Oracle Communications EAGLE Element Management System Reporting Studio. Upgrade/Installation Guide Release 46.2 E69122 Revision 2

Oracle Communications EAGLE Element Management System Reporting Studio. Upgrade/Installation Guide Release 46.2 E69122 Revision 2 Oracle Communications EAGLE Element Management System Reporting Studio Upgrade/Installation Guide Release 46.2 E69122 Revision 2 December 2015 Oracle Communications EAGLE Element Management System Reporting

More information

Linux Network Administration. MySQL COMP1071 Summer 2017

Linux Network Administration. MySQL COMP1071 Summer 2017 Linux Network Administration MySQL COMP1071 Summer 2017 Databases Database is a term used to describe a collection of structured data A database software package contains the tools used to store, access,

More information

GoAnywhere MFT Upgrade Guide. Version: Publication Date: 07/11/2016

GoAnywhere MFT Upgrade Guide. Version: Publication Date: 07/11/2016 GoAnywhere MFT Upgrade Guide Version: 5.3.3 Publication Date: 07/11/2016 Copyright 2016 Linoma Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

GoAnywhere MFT Upgrade Guide. Version: Publication Date: 03/25/2016

GoAnywhere MFT Upgrade Guide. Version: Publication Date: 03/25/2016 GoAnywhere MFT Upgrade Guide Version: 5.2.3 Publication Date: 03/25/2016 Copyright 2016 Linoma Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Scribe Insight Installation Guide. Version August 6,

Scribe Insight Installation Guide. Version August 6, Scribe Insight Installation Guide Version 7.7.0 August 6, 2015 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

Upgrading Proactive Outreach Manager

Upgrading Proactive Outreach Manager Upgrading Proactive Outreach Manager Release 2.5 July 2012 2012 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information in this document is complete

More information

Zend Core TM. Installation and Maintenance Guide. Zend Core for Oracle. By Zend Technologies, Inc. w w w. z e n d. c o m

Zend Core TM. Installation and Maintenance Guide. Zend Core for Oracle. By Zend Technologies, Inc. w w w. z e n d. c o m Zend Core TM Installation and Maintenance Guide Zend Core for Oracle By Zend Technologies, Inc. w w w. z e n d. c o m Disclaimer The information in this document is subject to change without notice and

More information

Acronis Backup & Recovery 11 Beta Advanced Editions

Acronis Backup & Recovery 11 Beta Advanced Editions Acronis Backup & Recovery 11 Beta Advanced Editions Quick Start Guide Table of contents 1 Main components... 3 2 Supported operating systems... 3 3 Where do I install the components?... 3 4 What you need

More information

Sophos Enterprise Console

Sophos Enterprise Console secure network quick startup guide Product Version: 5.5 Contents About this guide... 1 Limitations on the secure network...2 What do I install?...3 What are the key steps?... 4 Download the installers...5

More information

Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you

More information

OpenGeo Suite for Windows Release 3.0.1

OpenGeo Suite for Windows Release 3.0.1 OpenGeo Suite for Windows Release 3.0.1 OpenGeo February 04, 2013 Contents 1 Prerequisites i 2 New Installation i 3 Upgrading vi 3.1 Upgrading from version 2.x to 3.x....................................

More information

AST2500 ibmc Configuration Guide

AST2500 ibmc Configuration Guide AST2500 ibmc Configuration Guide Version 1.0 Copyright Copyright 2017 MITAC COMPUTING TECHNOLOGY CORPORATION. All rights reserved. No part of this manual may be reproduced or translated without prior written

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

Zend Server Cluster Manager 5.x Installation Guide

Zend Server Cluster Manager 5.x Installation Guide Zend Server Cluster Manager 5.x Installation Guide By Zend Technologies www.zend.com This is the Installation Guide for Server Cluster Manager, Version 5.0. The information in this document is subject

More information

LifeSize Gatekeeper Installation Guide

LifeSize Gatekeeper Installation Guide LifeSize Gatekeeper Installation Guide July 2008 Copyright Notice 2008 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure that

More information

x10data Application Platform v7.1 Installation Guide

x10data Application Platform v7.1 Installation Guide Copyright Copyright 2010 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the

More information

SynapSense Software. Installation Manual. Release 7.1 Issue 1

SynapSense Software. Installation Manual. Release 7.1 Issue 1 SynapSense Software Installation Manual Release 7.1 Issue 1 Copyright 2017 Panduit Corp. All rights reserved. No part of this book shall be reproduced, stored in a retrieval system, or transmitted by any

More information

Installing the PC-Kits SQL Database

Installing the PC-Kits SQL Database 1 Installing the PC-Kits SQL Database The Network edition of VHI PC-Kits uses a SQL database. Microsoft SQL is a database engine that allows multiple users to connect to the same database. This document

More information

WinDSX New Installations

WinDSX New Installations WinDSX New Installations Use these instructions for new Installations. a) Make sure that the Comm Server PC has the.net Framework 4.0 or higher installed. b) Make sure you have Administrative Privileges

More information

Client TM 2.0 SP2 for Linux

Client TM 2.0 SP2 for Linux Novell Client 2.0 SP2 for Linux Installation Quick Start Novell Client TM 2.0 SP2 for Linux 03/18/2009 2.0 SP2 QUICK START www.novell.com Installing the Novell Client for Linux This document explains how

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

Performing Administrative Tasks

Performing Administrative Tasks This chapter describes how to perform administrative tasks using Cisco CMX. Users who are assigned administration privileges can perform administrative tasks. Cisco CMX User Accounts, page 1 Backing Up

More information

Sophos Enterprise Console

Sophos Enterprise Console quick startup guide Product Version: 5.5 Contents About this guide... 1 What do I install?...2 What are the key steps?... 3 Download the Enterprise Console installer...4 If you have a Sophos license...

More information

Shavlik Protect. Upgrade Guide

Shavlik Protect. Upgrade Guide Shavlik Protect Upgrade Guide Copyright and Trademarks Copyright Copyright 2009 2014 LANDESK Software, Inc. All rights reserved. This product is protected by copyright and intellectual property laws in

More information

Upgrading an ObserveIT One-Click Installation

Upgrading an ObserveIT One-Click Installation Upgrading an ObserveIT One-Click Installation This document was written for ObserveIT Enterprise version 7.6.1. This document uses screenshots and procedures written for Windows Server 2012 R2 and SQL

More information

Zend Server Cluster Manager 5.6 Installation Guide

Zend Server Cluster Manager 5.6 Installation Guide Zend Server Cluster Manager 5.6 Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.6. The information in this document

More information

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017 Netwrix Auditor Virtual Appliance and Cloud Deployment Guide Version: 9.5 10/25/2017 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Migration of Existing NSM Server from standalone to an Extended HA environment

Migration of Existing NSM Server from standalone to an Extended HA environment Migration of Existing NSM Server from standalone to an Extended HA environment The below procedure is to migrate the existing Standalone NSM server setup to a 4 Server HA environment where the GUI Server

More information

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies.

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies. Zend Server Cluster Manager 5.5 Beta Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.5 Beta. The information in this

More information

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 Reconfiguring VMware vsphere Update Manager Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Database Backup Restore

Database Backup Restore The following describes how to restore the controller database after a failed upgrade, and reinstall the upgrade., page 1 If a controller upgrade fails, you can uninstall the upgrade, restore the controller

More information

Hotfix 913CDD03 Visual Data Explorer and SAS Web OLAP Viewer for Java

Hotfix 913CDD03 Visual Data Explorer and SAS Web OLAP Viewer for Java Hotfix 913CDD03 Visual Data Explorer and SAS Web OLAP Viewer for Java BEFORE DOWNLOADING: The hot fix 913CDD03 addresses issue(s) in 9.1.3 of Component Design and Development Components on Windows as documented

More information

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you

More information

Mysql Server 4.1 Manually Windows 7 Start Service

Mysql Server 4.1 Manually Windows 7 Start Service Mysql Server 4.1 Manually Windows 7 Start Service If you are not running the MySQL server as a service, use mysqladmin to manually remove the previous installation and MySQL service (if the server If you

More information

TIE1.80InstallationGuideUK

TIE1.80InstallationGuideUK Installation Guide 112206 2006 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Veriato Recon / 360. Version 9.0.3

Veriato Recon / 360. Version 9.0.3 Veriato Recon / 360 Version 9.0.3 1/3/2018 Upgrade Guide January 3, 2018 Table of Contents Before You Begin... 1 What's New... 1 How the System Works... 1 Upgrade Support... 6 Update Antivirus Exclusions...

More information

MapMarker Plus Developer Installation Guide

MapMarker Plus Developer Installation Guide MapMarker Plus 11.1 Developer Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

How To Start Mysql Use Linux Command Line Client In Xampp

How To Start Mysql Use Linux Command Line Client In Xampp How To Start Mysql Use Linux Command Line Client In Xampp It also assumes that you're familiar with the MySQL command-line client and that you And since both Amazon and Bitnami have a free tier, you can

More information

InMage Scout Standard Quick Install Guide. Version 1.3

InMage Scout Standard Quick Install Guide. Version 1.3 InMage Scout 8.0.1 Standard Quick Install Guide Version 1.3 Table: Document History Document Document Version Date 1.0 26 th Feb 2015 Standard version 1.1 7 th April 2015 Minor update Remarks 1.2 28 th

More information

MassTransit Server Installation Guide for Windows

MassTransit Server Installation Guide for Windows MassTransit 6.1.1 Server Installation Guide for Windows November 24, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

More information

ObserveIT Release Notes

ObserveIT Release Notes ObserveIT 7.5.2 Release Notes This document lists new and deprecated supported platforms, issues that were discovered and fixed since the release of the previous release of ObserveIT, and known issues

More information

Performing Maintenance Operations

Performing Maintenance Operations This chapter describes how to back up and restore Cisco Mobility Services Engine (MSE) data and how to update the MSE software. It also describes other maintenance operations. Guidelines and Limitations,

More information

Bitnami MySQL for Huawei Enterprise Cloud

Bitnami MySQL for Huawei Enterprise Cloud Bitnami MySQL for Huawei Enterprise Cloud Description MySQL is a fast, reliable, scalable, and easy to use open-source relational database system. MySQL Server is intended for mission-critical, heavy-load

More information

Upgrading Cisco UCS Director to Release 6.6

Upgrading Cisco UCS Director to Release 6.6 First Published: 2018-04-27 Overview of the Upgrade to Cisco UCS Director, Release 6.6 The upgrade process to Cisco UCS Director, Release 6.6 depends on the current version of the software that is installed

More information

3M Molecular Detection System Software Upgrade/Installation Instructions

3M Molecular Detection System Software Upgrade/Installation Instructions User Manual Supplement Number: TB.342837.03 Effective Date: March 2018 Supersedes: TB.342837.02 Technology Platform: 3M Molecular Detection System Originating Location: St. Paul, MN 3M Molecular Detection

More information

Backing Up And Restoring Your Nagios XI System

Backing Up And Restoring Your Nagios XI System Backing Up And Restoring Your System Purpose This document describes how to backup a installation and restore a installation from a previously made backup. Backups are an important aspect of administration

More information

Online Backup Client User Manual

Online Backup Client User Manual Software version 3.21 For Mac OS X September 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or

More information

InMage Scout Standard Quick Install Guide. Version 1.5

InMage Scout Standard Quick Install Guide. Version 1.5 InMage Scout 8.0.1 Standard Quick Install Guide Version 1.5 Table: Document History Document Document Version Date 1.0 26 th Feb 2015 Standard version 1.1 7 th April 2015 Minor update Remarks 1.2 28 th

More information

Migrating vrealize Automation 6.2 to 7.1

Migrating vrealize Automation 6.2 to 7.1 Migrating vrealize Automation 6.2 to 7.1 vrealize Automation 7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Veritas Desktop Agent for Mac Getting Started Guide

Veritas Desktop Agent for Mac Getting Started Guide Veritas Desktop Agent for Mac Getting Started Guide The software described in this document is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Documentation

More information

Product Support Notice

Product Support Notice PSN # PSN004730u Product Support Notice Original publication date: 19-May-16. This is Issue #01, published date: 20-May-16. Severity/ risk level Name of problem Avaya Aura Application Enablement (AE) Services

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.06 AND 5.1.0 DU-07754-001 _v6.0 through 6.2 July 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server... 1 1.1. Overview

More information

Note: Oracle Consulting can provide technology assessments and architectural planning workshops to guide you through these processes.

Note: Oracle Consulting can provide technology assessments and architectural planning workshops to guide you through these processes. Upgrade Guide March 2014 Contents About this Upgrade Guide... 5 Preparing for the Upgrade... 5 Assessing the Technical Environment... 5 Stopping the Current SiteWand Server... 5 Stopping Scheduled Tasks...

More information

PowerCenter Repository Maintenance

PowerCenter Repository Maintenance PowerCenter Repository Maintenance 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

Automic Agent Deployment and Upgrade Toolkit. How-To Documentation

Automic Agent Deployment and Upgrade Toolkit. How-To Documentation Automic Agent Deployment and Upgrade Toolkit How-To Documentation 1 AUTOMIC AGENT DEPLOYMENT AND UPGRADE TOOLKIT 1.1 Introduction Deploying Automic agents has always been a manual process for customers.

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Scribe Insight Installation Guide. Version February 17,

Scribe Insight Installation Guide. Version February 17, Scribe Insight Installation Guide Version 7.7.0 February 17, 2014 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any

More information

Tofino CMP Installation & Upgrade Guide Tofino CMP Version Tofino Firmware Version 1.7.0

Tofino CMP Installation & Upgrade Guide Tofino CMP Version Tofino Firmware Version 1.7.0 Tofino CMP Installation & Upgrade Guide Tofino CMP Version 1.7.0 Tofino Firmware Version 1.7.0 March 9, 2012 Copyright Information By res Security Inc and MT L Instrum ents While this information is presented

More information

Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit

Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit Sep 14 Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit Z e p h y r, 7 7 0 7 G a t e w a y B l v d, S u i t e 1 0 0, N e w a r k, C A 9 4 5 6 0, U S A Zephyr 4.6 Installation on RedHat Enterprise

More information

Bitnami Coppermine for Huawei Enterprise Cloud

Bitnami Coppermine for Huawei Enterprise Cloud Bitnami Coppermine for Huawei Enterprise Cloud Description Coppermine is a multi-purpose, full-featured web picture gallery. It includes user management, private galleries, automatic thumbnail creation,

More information

EASYHA SQL SERVER V1.0

EASYHA SQL SERVER V1.0 EASYHA SQL SERVER V1.0 CONTENTS 1 Introduction... 2 2 Install SQL 2016 in Azure... 3 3 Windows Failover Cluster Feature Installation... 7 4 Windows Failover Clustering Configuration... 9 4.1 Configure

More information

Performing an ObserveIT Upgrade Using the Interactive Installer

Performing an ObserveIT Upgrade Using the Interactive Installer Performing an ObserveIT Upgrade Using the Interactive Installer ABOUT THIS DOCUMENT This document contains detailed procedures and instructions on how to upgrade ObserveIT by using the interactive "One

More information

Appendix A: Courseware setup

Appendix A: Courseware setup Training Course System Requirements This class requires the following minimal machine configuration: Single-Core CPU, 2Ghz+ 2GB RAM 5 GB Free hard disk space Microsoft Windows XP or Vista Firefox 3.x or

More information

Upgrade EZ-Pay V6 Guide

Upgrade EZ-Pay V6 Guide Upgrade EZ-Pay V6 Guide Who should use this patch Users who are using versions 3.0.4 of EZ-Pay can upgrade to version 3.1.0 Where to get this patch Download it from http://www.hr21.com.hk/ -> Products->

More information

User Agent Preparing the Windows Environment and Installing the User Agent. How-To

User Agent Preparing the Windows Environment and Installing the User Agent. How-To User Agent 1.1.5 Preparing the Windows Environment and Installing the User Agent How-To CONTENTS Introduction to the User Agent... 2 Selecting the User Account to Run the User Agent... 3 Setting Access

More information

Archivists Toolkit Internal Database

Archivists Toolkit Internal Database Archivists Toolkit Internal Database The Archivists Toolkit now includes (AT 2.0, update 9 and later), support for an internal database based on HyperSQL 2.0 (HSQLDB). HyperSQL is a small, reliable, high

More information

Version 12.0 Component Installation and Configuration. January 31, 2007

Version 12.0 Component Installation and Configuration. January 31, 2007 Version 12.0 Component Installation and Configuration January 31, 2007 Table Of Content Section Subject 1 Overview 2 Performing the Relius Administration 12.0 Component Installation 3 Licensing Crystal

More information

Command Reference (Help differences) TopologyCmd LIST TopologyCmd IMPORT TopologyCmd EXPORT. Copyright(C) NEC Corporation All rights reserved.

Command Reference (Help differences) TopologyCmd LIST TopologyCmd IMPORT TopologyCmd EXPORT. Copyright(C) NEC Corporation All rights reserved. Command Reference (Help differences) TopologyCmd LIST TopologyCmd IMPORT TopologyCmd EXPORT Copyright(C) NEC Corporation 2017. All rights reserved. Edition Chapter/Section Details First Edition - - Revision

More information

AST2500 ibmc Configuration Guide

AST2500 ibmc Configuration Guide AST2500 ibmc Configuration Guide Version 1.0b Copyright Copyright 2017 MITAC COMPUTING TECHNOLOGY CORPORATION. All rights reserved. No part of this manual may be reproduced or translated without prior

More information

Configuration Store Setup Guide

Configuration Store Setup Guide Configuration Store Setup Guide Version 1.6 Corresponding Software Version Celonis 4.3 This document is copyright of the Celonis SE. Distribution or reproduction are only permitted by written approval

More information

SilkTest 2010 R2. Installation Guide

SilkTest 2010 R2. Installation Guide SilkTest 2010 R2 Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains

More information

HP Library and Tape Tools 4.20 Release Notes

HP Library and Tape Tools 4.20 Release Notes HP Library and Tape Tools 4.20 Release Notes Part Number: EH957-90970B Published: February 2016 Edition: 1 Copyright 2015 Hewlett-Packard Development Company, L.P. Hewlett-Packard Company makes no warranty

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide January 2009 Copyright Notice 2005-2009 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Version 14.0 (and higher) Component Installation and Configuration. September 21, 2009

Version 14.0 (and higher) Component Installation and Configuration. September 21, 2009 Version 14.0 (and higher) Component Installation and Configuration September 21, 2009 Table Of Content Section Subject 1 Overview 2 Preliminary Steps 3 Installing the Oracle Client 4 Installing SQL Server

More information

Office 365 Exchange Online Backup & Restore Guide. 11 September CloudBacko Corporation

Office 365 Exchange Online Backup & Restore Guide.  11 September CloudBacko Corporation Office 365 Exchange Online Backup & Restore Guide CloudBacko Corporation 11 September 2017 www.cloudbacko.com A wholly owned subsidiary of CloudBacko Corporation Backup Software Development Company Limited

More information

Installation Guide. Version 14.3

Installation Guide. Version 14.3 Installation Guide Version 14.3 Copyright Information Copyright 2016 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

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