Technical specifcation

Size: px
Start display at page:

Download "Technical specifcation"

Transcription

1 Technical specifcation ITSM Cockpit Page: 1 / 21

2 Table of contents Introduction... 4 Architecture... 5 Confguration... 7 I.Installed software...7 II.File location...7 A.Database... 7 B.ITSM Cockpit... 7 III.Memory allocation...7 IV.Scheduled tasks...8 V.Application launch...8 VI.ITSM Cockpit Batchs...8 Stop/Start ITSM Cockpit application I.Sequencing...10 II.MariaDB database...10 A.Check the application status B.Stop the application C.Start the application III.ITSM Cockpit Portal...11 IV.ITSM Cockpit Engine...11 V.ITSM Cockpit Manager...12 A.Check the application's status B.Stop the application C.Start the application Backups and restoring I.Backups...13 A.Confguration fles and libraries B.Application C.Documents D.Database II.Recovery...14 A.Files B.Database Elements to monitor A.Server system B.Backups C.ITSM Cockpit application Updates I.Updating the ITSM Cockpit instance...17 A.Backup B.Updating the database C.Updating the ITSM Cockpit Portal D.Updating the ITSM Cockpit Engine (local mode) Page: 2 / 21

3 E.Updating theitsm Cockpit Engine (deport mode) II.Update the ITSM Cockpit Manager...20 III.Updating the license...21 Page: 3 / 21

4 Introduction This document is for technicians responsible for the on-going administration of components belonging to the ITSM Cockpit application. It describes the operating methods for the principle functions, as well the steps that need to be followed in order for the ITSM Cockpit application to properly function. It indicates the confguration fles and logs and how to access them. It explains the procedures that need to be followed in order to update the different components. Page: 4 / 21

5 Architecture One ITSM Cockpit instance is composed of several elements: A database One or more portals One or more engines The following diagram describes the architecture of a simple ITSM Cockpit instance. Page: 5 / 21

6 The following diagram describes the architecture of ITSM Cockpit with several engines spread across different networks. Page: 6 / 21

7 Confguration I. Installed software Operating system Database Application ITSM Cockpit Portal Version 2 ITSM Cockpit Engine ITSM Cockpit Manager Ubuntu server (64 bits) Debian (64 bits) MariaDB 5.X (64 bits) Software II. File location A. Database File Application Localization koaly.cnf MariaDB database confguration /etc/mysql/conf.d/ syslog MariaDB database logs /var/log/ B. ITSM Cockpit Directory /home/koaly/backups /var/lib/mysql/ /home/koaly/exp/documents /home/koaly/exp/engine /home/koaly/exp/portal /home/koaly/management-interface /home/koaly/update /home/koaly/tools Application Backups Data MariaDB database Data Files (documents, attachments, etc.) ITSM Cockpit Engine ITSM Cockpit Portal ITSM Cockpit Manager Update fles Tools (scripts, etc.) III. Memory allocation You can adapt the memory allocation for each component according to the total physical memory of the machine. To customize memory allocation, you will need to update the confguration of each component Page: 7 / 21

8 individually as described in the following table. Component File Parameter Default value Database /etc/mysql/conf.d/koaly.cnf innodb_buffer_pool_size 512M Portal /etc/init.d/koaly-exp-portal MAX_HEAP 1536m Engine /etc/init.d/koaly-exp-engine RT_MAX_HEAP 1536m The following table contains recommended memory allocation for a standard deployment of database, portal and engine on a single machine. Physical memory Database Portal Engine 2 Gb 128M 1024m 768m 4 Gb 512M 1536m 1536m 8 Gb 2048M 4096m 2048m 16 Gb 4096M 9216m 3072m IV. Scheduled tasks List of scheduled tasks Task Description Frequency /home/koaly/tools/koaly_exp_db_dump Execute a database dump Once a day V. Application launch Application launch method Service Description Startup koaly-exp-engine ITSM Cockpit Engine Automatic koaly-exp-portal ITSM Cockpit Portal Automatic koaly-management-interface ITSM Cockpit Manager Automatic mysql MariaDB database Automatic VI. ITSM Cockpit Batchs An internal scheduler regularly process batchs. These batchs are necessary for the application to correctly function. Batchs are processed by the portal. Batch Task scheduler Tasks module Task planning List of batchs Function Page: 8 / 21

9 Data aggregation Purge Archiving JMS statistics Infrastructure module Consolidation of capacity planning data Supervision module Consolidation of monitoring checks with graphics Deleting obsolete data (logs, completed tasks etc.) Archiving old data in a second database Retrieve and update BUS statistics In order to confgure batchs (runtime portal, status, time, etc.) you need to: Connect to the ITSM Cockpit portal. Open Administration / Settings / Tools / Batch scheduler. Page: 9 / 21

10 Stop/Start ITSM Cockpit application I. Sequencing Stop: 1. ITSM Cockpit Engine 2. ITSM Cockpit Portal 3. ITSM Cockpit Manager 4. MariaDB database Start: 1. MariaDB database 2. ITSM Cockpit Manager 3. ITSM Cockpit Portal 4. ITSM Cockpit Engine Note: The ITSM Cockpit Manager interface is independent from the ITSM Cockpit application. It can be started and stopped without impacting the ITSM Cockpit application. II. MariaDB database A. Check the application status Command: sudo service mysql status Result if the application has started: Server version 5.5.XX-MariaDB-1ubuntu0.XX.XX.X-log... Uptime: XX days XX hours XX min XX sec Result if the application has stopped: MariaDB is stopped. Command: B. Stop the application sudo service mysql stop Page: 10 / 21

11 Result: Stopping MariaDB database server mysqld [OK] C. Start the application Command: sudo service mysql stop Result: Starting MariaDB database server mysqld [OK] III. ITSM Cockpit Portal Connect to ITSM Cockpit Manager on the target server (default: Open the portal management menu. Open the portal's control panel. Open the Control tab. Check the application's status: Check the current status. Click on Reload in order to update the status. Start the application: Click on Stop. Click on Reload in order to update the status. Stop the application: Click on Stop. Click on Reload in order to update the status. IV. ITSM Cockpit Engine Connect to ITSM Cockpit Manager on the target server (default: Open the engine management menu. Open the engine control panel. Open the Control tab. Note: the engine management menu can be accessed from the ITSM Cockpit portal (menu Administration / Technical parameters / Engines). Check the application's status: Check the current status. Click on Reload in order to update the status. Start the application: Page: 11 / 21

12 Click on Stop. Click on Reload in order to update the status. Stop the application: Click on Stop. Click on Reload in order to update the status. V. ITSM Cockpit Manager Command: A. Check the application's status sudo service koaly-management-interface status Command: B. Stop the application sudo service koaly-management-interface stop Command: C. Start the application sudo service koaly-management-interface start Page: 12 / 21

13 Backups and restoring I. Backups A. Confguration fles and libraries Backup confguration fles (koaly.ini, etc.) after every change. B. Application Backup ITSM Cockpit application fles(/home/koaly/exp) after every change. C. Documents Backup the directory daily. /home/koaly/exp/documents Keep a copy of the daily backup for at least a week. D. Database A database dump can be regularly performed via the script /home/koaly/tools/koaly_exp_db_dump, launched on the system scheduler. A dump will create a compressed SQL fle that will be stored in the /home/koaly/backups/database directory. The fle format is KOALYEXP_AAAAMMJJ_HHMM.gz. The last ten fles are saved. Make a daily backup of the dump directory. Keep a copy of the daily backup for at least a week. To make a manual dump (if necessary) using the command line, you need to enter the following command. Command: mysqldump koalyexp -u utilisateur -pmotdepasse -BFcq --single-transaction > nom_fchier.sql Command description: Command: mysqldump Options/ u: SQL user p: SQL user password B: shows USE dbname on the SQL dump fle. Page: 13 / 21

14 F: performs a log fush before running a backup. c: generates complete INSERTS of data q: allows faster saving of large tables single-transaction: generates a single-transaction dump so that the dump is consistent nom_fchier.sql: the SQL flename generated by the dump II. Recovery A. Files Recovering fles (confguration, libraries, application, documents) is done by copying the fles. B. Database It's possible to recover the SQL dump fles. Command: mysql -u root -p Enter the password If necessary, delete the old ITSM Cockpit database. DROP DATABASE koalyexp; Create a database. CREATE DATABASE koalyexp; Select the ITSM Cockpit database. USE koalyexp; Recovering the dump. source xxxx.sql; Description of options: u: SQL user p: SQL user password xxxx.sql: name of fle to be restored Page: 14 / 21

15 Elements to monitor A. Server system Regularly check the following items. Disks Monitor the disks /home 30.00% Available disk space Service /home/koaly/exp/engine/rt/bin/java /home/koaly/exp/portal/rt/bin/java koaly-management-interface /usr/sbin/mysqld Monitor services Active Active Active Active Status B. Backups SQL dumps. Regularly perform recovery tests using a separate MariaDB database. Saving fles. Regularly perform fle recovery tests using a separate directory. C. ITSM Cockpit application Check engine status. On the portal, open the Home / Dashboard menu. Engine status should be green. Regularly check engine logs. Connect to the ITSM Cockpit Manager of the target server (default: Open the engine management menu. Open the engine control panel. Open the Logs tab. Page: 15 / 21

16 Check the following fle logs. Name engine.log warn.log error.log mail.log sms.log Engine log files Description Messages Messages including error and warning Messages including error Messages related to sent mail functionality (SMTP gateway) Messages related to sent SMS functionality (SMS gateway) Regularly check the portal logs. Connect to the ITSM Cockpit Manager of the target server (default: Open the portal management menu. Open the portal control panel. Open the Logs tab. Check the following log fles. Name koaly_exp.log koaly_exp_warring.log koaly_exp_error.log Portal log files Description Messages Messages including error and warning Messages including error Regularly check the internal batch logs. Connect to the ITSM Cockpit portal. Open the menu Administration / Parameters / Tools /Batch logs. Check that there are no Error messages in the log history. Page: 16 / 21

17 Updates I. Updating the ITSM Cockpit instance A. Backup Before updating the instance, it's recommended that you save the different components that make up the instance. 1. Backup the database. 2. Backup documents (default directory: /home/koaly/exp/documents). For secure systems (cluster, replication) disable the synchronization system (if possible) so that you keep one of the environments in an older version. Synchronization can be re-activated once the update is validated. B. Updating the database 1. Connect to the ITSM Cockpit Manager of the target server (default: 2. Select the Database menu. 3. Click on the koaly-exp-db-update-x.y.z fle (provided by Support) under the Package upgrade section. 4. Click on Download. 5. Make sure the version shown in the Latest version feld corresponds to the version to be installed. There are two ways to update. 1. Updating using the Manager Click on Start migration process. Migration logs will show up in a notifcation zone. They can be downloaded and sent to the editor in the event of an update error. 2. Generating an update script Click on Generate script. The script generated can be manually applied to the database; C. Updating the ITSM Cockpit Portal Page: 17 / 21

18 1. Connect to the portal's ITSM Cockpit Manager (default: 2. Open the portal management menu. 3. Open the portal control panel. 4. Open the Update tab. The current and new version names will be listed. 5. Load the koaly-exp-portal-service-update.zip fle (provided by Support) and select Download. 6. Make sure the version shown in the Latest version feld corresponds to the version to be installed. 7. Click on the Update button. 8. The portal will be updated. The portal will automatically close and start up. 9. Check the portal logs. 10. Connect to the portal to ensure it is functioning correctly. Note :The previous version is stored in the parent directory of the portal installation directory (default : /home/koaly/exp). The previous version directory format name is «portal_aaaammjj». We recommend to keep the previous version of the portal. The oldest versions must be removed. D. Updating the ITSM Cockpit Engine (local mode) 1. To check that external libraries are showing up in the libraries directory (default: /home/koaly/update/koaly-exp-engine/ext/lib) 2. Connect to the ITSM Cockpit Manager associated with the engine (default: 3. Open the engine manager menu. 4. Open the engine control panel. 5. Open the Update tab. The current and new version names will be listed. 6. Load the koaly-exp-engine-service-update.zip fle (provided by Support) and select Download. 7. Make sure the version shown in the Latest version feld corresponds to the version to be installed. 8. Click on the Update button. 9. The engine will be updated. The engine will automatically close and start up. 10. Check the engine logs. Note :The previous version is stored in the parent directory of the engine installation directory (default : /home/koaly/exp). The previous version directory format name is «engine_aaaammjj». We recommend to keep the previous version of the engine. The oldest versions must be removed. E. Updating theitsm Cockpit Engine (deport mode) 1. Automatic update In most cases, deported engines will be automatically updated. The engine will detect when a new version is available by connecting to the portal and will automatically update. Page: 18 / 21

19 To check if a newer version is available via the portal: 1. Download the koaly-exp-engine-standalone-service-update.zip fle. 2. On the portal, open the Administration / Parameters / Engine / Update menu and click on upload. 3. Select the koaly-exp-engine-standalone-service-update.zip fle to put it online. 4. Once connected, the deported engines will download the latest version and will automatically update. Update process logs are found in the syslog and in the update/work/logs/update.log fle. 2. Manual update Some important updates cannot be done automatically. These are detailed in the information messages that accompany the updates. Manual updates are sometimes necessary when automatic updates fail. In order to manually update a deported engine: 1. Download the koaly-exp-engine-v.x.x.x-setup.bin fle. 2. Stop the ITSM Cockpit Engine service sudo service koaly-exp-engine stop 3. Save the following directories: confguration (default: /home/koaly/exp/engine/conf) external libraries(default: /home/koaly/exp/engine/ext/lib) 4. Save the init script /etc/init.d/koaly-exp-engine if changes have been made. Page: 19 / 21

20 5. Uninstall the engine. sudo /usr/sbin/update-rc.d koaly-exp-engine remove sudo rm /etc/init.d/koaly-exp-engine sudo rm -rf /home/koaly/exp/engine 6. Run the koaly-exp-engine-v.x.x.x-setup.bin program. sudo./koaly-exp-engine-vx.x.x-setup 7. Recover directories and the saved fle. 8. Check the RT_MAX_HEAP parameter in init script /etc/init.d/koaly-exp-engine (see installation guide for the recommended values) and restore the modifed parameters of the saved version. 9. Start the ITSM Cockpit Engine service. sudo service koaly-exp-engine start II. Update the ITSM Cockpit Manager In order to update the ITSM Cockpit Manager, it needs to be uninstalled and re-installed. 1. Stop the ITSM Cockpit Manager service. sudo service koaly-management-interface stop 2. Open the ITSM Cockpit Manager installation directory (default: /home/koaly/management-interface). Save the following fles: conf/service.xml conf/koaly.confg 3. Rename the directory /home/koaly/management-interface to /home/koaly/managementinterface_backup (for roll-back, it can be deleted during a subsequent installation). sudo mv /home/koaly/management-interface /home/koaly/management-interface_backup 4. Install the new version of ITSM Cockpit Manager. sudo unzip./koaly-management-interface-vxxx-setup.zip -d /home/koaly/managementinterface 5. Open the ITSM Cockpit Manager installation directory (default: /home/koaly/management-interface). Copy old fles into the new directory (replace existing fles if necessary). conf/service.xml conf/koaly.confg 6. Start the ITSM Cockpit Manager service. sudo service koaly-management-interface start 7. Connect to the ITSM Cockpit Manager interface (default: Page: 20 / 21

21 III. Updating the license 1. Connect to the portal. 2. Open the menu Administration / Technical parameters / Portal / Licenses. 3. Click on the Download button and download the license fle provided by Support. 4. A message will show if the license is valid or not. 5. If the license is valid, click on the Save button. 6. If the license is not valid, contact Support. End of document Page: 21 / 21

Online Backup Client User Manual

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

More information

ESET REMOTE ADMINISTRATOR. Migration guide

ESET REMOTE ADMINISTRATOR. Migration guide ESET REMOTE ADMINISTRATOR Migration guide ESET REMOTE ADMINISTRATOR migration guide Copyright 2012 by ESET, spol. s r.o. ESET REMOTE ADMINISTRATOR was developed by ESET, spol. s r.o. For more information

More information

TANDBERG MANAGEMENT SUITE 10.0

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

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

Upgrading MySQL from 32-bit to 64-bit

Upgrading MySQL from 32-bit to 64-bit Upgrading MySQL from 32-bit to 64-bit UPGRADING MYSQL FROM 32-BIT TO 64-BIT... 1 Overview... 1 Upgrading MySQL from 32-bit to 64-bit... 1 Document Revision History... 21 Overview This document will walk

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Administrator s Guide

Administrator s Guide MAPILab Disclaimers for Exchange Administrator s Guide document version 1.8 MAPILab, December 2015 Table of contents Intro... 3 1. Product Overview... 4 2. Product Architecture and Basic Concepts... 4

More information

Dream Report Version 4.5

Dream Report Version 4.5 Dream Report Version 4.5 Project Upgrade Procedure 1 P a g e Contents Introduction... 3 Upgrade Steps... 3 1. Backup of the Existing Project... 3 2. Installation of Dream Report Version 4.5... 3 3. Loading

More information

Online Backup Linux Client User Manual

Online Backup Linux Client User Manual Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might

More information

Administrator s Guide

Administrator s Guide Attachment Save for Exchange Administrator s Guide document version 1.8 MAPILab, December 2015 Table of contents Intro... 3 1. Product Overview... 4 2. Product Architecture and Basic Concepts... 4 3. System

More information

2014 Electrical Server Installation Guide

2014 Electrical Server Installation Guide 2014 Electrical Server Installation Guide TITLE: 2014 Electrical Server Installation Guide DATE: September 2013 SUBJECT: ABSTRACT: Installation guide for SolidWorks Electrical 2014 on the server Guide

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

4cast Server Specification and Installation

4cast Server Specification and Installation 4cast Server Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements Item Minimum Recommended Operating system

More information

Technical specifcation

Technical specifcation Technical specifcation ITSM Cockpit Page: 1 / 7 Table of contents Introduction... 3 Key generation... 4 I.ITSM Cockpit Key Generator installation...4 II.Create a new key fle...5 III.Add a new machine to

More information

Integrating Data Protection Manager with StorTrends itx

Integrating Data Protection Manager with StorTrends itx Integrating Data Protection Manager with StorTrends itx INTEGRATING DATA PROTECTION MANAGER WITH STORTRENDS ITX 2 1. Introduction 2 2. Test Environment 2 Requirements 2 3. Setting up the Application Servers

More information

RecoveryVault Express Client User Manual

RecoveryVault Express Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

RingStor User Manual. Version 2.1 Last Update on September 17th, 2015. RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816.

RingStor User Manual. Version 2.1 Last Update on September 17th, 2015. RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816. RingStor User Manual Version 2.1 Last Update on September 17th, 2015 RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ 08816 Page 1 Table of Contents 1 Overview... 5 1.1 RingStor Data Protection...

More information

Click Studios. Passwordstate. Upgrade Instructions to V7 from V5.xx

Click Studios. Passwordstate. Upgrade Instructions to V7 from V5.xx Passwordstate Upgrade Instructions to V7 from V5.xx This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed,

More information

Online Backup Client User Manual

Online Backup Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo, Inc. One Burlington Woods Drive Burlington, MA 01803 USA Phone: (781) 373---3540 www.vmturbo.com Table of Contents Introduction

More information

insync Installation Guide

insync Installation Guide insync Installation Guide 5.2 Private Cloud Druva Software June 21, 13 Copyright 2007-2013 Druva Inc. All Rights Reserved. Table of Contents Deploying insync Private Cloud... 4 Installing insync Private

More information

Creating a Complete Backup of Shelby v5 Data

Creating a Complete Backup of Shelby v5 Data Creating a Complete Backup of Shelby v5 Data Backup the Shelby folder and all its contents Since the Shelby v5 software now stores information in the \Shelby\ssv5.dat folder as well as in the SQL database;

More information

Protecting SQL Server Databases. 1997-2008 Software Pursuits, Inc.

Protecting SQL Server Databases. 1997-2008 Software Pursuits, Inc. Protecting SQL Server Databases 1997-2008 Table of Contents Introduction... 2 Overview of the Backup Process... 2 Configuring SQL Server to Perform Scheduled Backups... 3 Configuring SureSync Relation

More information

Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11

Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11 Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11 How to deploy Composite Business Archives (CBA) to WebSphere John Beaven IBM, Hursley 2013 1 Contents Overview...3

More information

Moving the Web Security Log Database

Moving the Web Security Log Database Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server

More information

Intellicus Cluster and Load Balancing (Windows) Version: 7.3

Intellicus Cluster and Load Balancing (Windows) Version: 7.3 Intellicus Cluster and Load Balancing (Windows) Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide Acronis Backup & Recovery 10 Server for Linux Update 5 Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management

More information

Administration guide. Host software WinCCU Installation. Complete gas volume and energy data management

Administration guide. Host software WinCCU Installation. Complete gas volume and energy data management Administration guide Host software WinCCU Installation Complete gas volume and energy data management Contents 1 Introduction... 1 Safety first... 1 Warning... 1 Typographic conventions... 1 Product versioning...

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

Online Backup Client User Manual

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

More information

How To Set Up An Intellicus Cluster And Load Balancing On Ubuntu 8.1.2.2 (Windows) With A Cluster And Report Server (Windows And Ubuntu) On A Server (Amd64) On An Ubuntu Server

How To Set Up An Intellicus Cluster And Load Balancing On Ubuntu 8.1.2.2 (Windows) With A Cluster And Report Server (Windows And Ubuntu) On A Server (Amd64) On An Ubuntu Server Intellicus Cluster and Load Balancing (Windows) Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2014 Intellicus Technologies This

More information

Upgrading a computer to Windows 10 with PetLinx

Upgrading a computer to Windows 10 with PetLinx 25 August, 2015 Upgrading a computer to Windows 10 with PetLinx Microsoft have recently released Windows 10 and offered it as a free upgrade for user of Windows 7 and 8/8.1. In most cases, computers with

More information

Your Archiving Service

Your Archiving Service It s as simple as 1, 2, 3 This email archiving setup guide provides you with easy to follow instructions on how to setup your new archiving service as well as how to create archiving users and assign archiving

More information

OpenGeo Suite for Linux Release 3.0

OpenGeo Suite for Linux Release 3.0 OpenGeo Suite for Linux Release 3.0 OpenGeo October 02, 2012 Contents 1 Installing OpenGeo Suite on Ubuntu i 1.1 Installing OpenGeo Suite Enterprise Edition............................... ii 1.2 Upgrading.................................................

More information

NetVanta Unified Communications Server Backup and Restore Procedures

NetVanta Unified Communications Server Backup and Restore Procedures NetVanta Unified Communications Technical Note NetVanta Unified Communications Server Backup and Restore Procedures 1 Introduction 1.1 Overview This document provides backup and restore procedures to protect

More information

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express Edition to Microsoft SQL Server 2005, 2008, or 2008 R2

More information

1 of 10 1/31/2014 4:08 PM

1 of 10 1/31/2014 4:08 PM 1 of 10 1/31/2014 4:08 PM copyright 2014 How to backup Microsoft SQL Server with Nordic Backup Pro Before creating a SQL backup set within Nordic Backup Pro it is first necessary to verify that the settings

More information

User s Manual. Management Software for Inverter

User s Manual. Management Software for Inverter WatchPower User s Manual Management Software for Inverter Table of Contents 1. WatchPower Overview... 2 1.1. Introduction... 2 1.2. Features... 2 2. WatchPower Install and Uninstall... 2 2.1. System Requirement...

More information

STIDistrict Server Replacement

STIDistrict Server Replacement STIDistrict Server Replacement Major Steps Defined This document addresses how to migrate data and applications from an existing STIDistrict (SQL) Server to a new machine. There will be 8 major steps:

More information

Database Backup and Restore Mechanism. Presented by : Mary Meladath

Database Backup and Restore Mechanism. Presented by : Mary Meladath Database Backup and Restore Mechanism Presented by : Mary Meladath Database Server Connection Error Suppose error is handled gracefully. The error message may be :- The Database server is down. Please

More information

Bitrix Site Manager. VMBitrix Virtual Machine. Quick Start And Usage Guide

Bitrix Site Manager. VMBitrix Virtual Machine. Quick Start And Usage Guide Bitrix Site Manager VMBitrix Virtual Machine. Quick Start And Usage Guide Contents Introduction... 3 Chapter 1. Starting The VMBitrix Virtual Machine... 4 Minimum Requirements For VMWare Player / VMBitrix...

More information

Microsoft SQL Server Guide. Best Practices and Backup Procedures

Microsoft SQL Server Guide. Best Practices and Backup Procedures Microsoft SQL Server Guide Best Practices and Backup Procedures Constellation HomeBuilder Systems Inc. This document is copyrighted and all rights are reserved. This document may not, in whole or in part,

More information

SafeGuard Enterprise upgrade guide. Product version: 7

SafeGuard Enterprise upgrade guide. Product version: 7 SafeGuard Enterprise upgrade guide Product version: 7 Document date: December 2014 Contents 1 About this guide...3 2 Check the system requirements...4 3 Download installers...5 4 About upgrading...6 4.1

More information

User Manual WatchPower

User Manual WatchPower User Manual WatchPower Management Software for Inverter Table of Contents 1. WatchPower Overview... 1 1.1. Introduction... 1 1.2. Features... 1 2. WatchPower Install and Uninstall... 1 2.1. System Requirement...

More information

AKCess Pro Server Backup & Restore Manual

AKCess Pro Server Backup & Restore Manual www.akcp.com AKCess Pro Server Backup & Restore Manual Copyright 2015, AKCP Co., Ltd. Table of Contents Introduction... 3 Backup process... 4 Copying the backup export files to other media... 9 Tips for

More information

SOS Suite Installation Guide

SOS Suite Installation Guide SOS Suite Installation Guide rev. 8/31/2010 Contents Overview Upgrading from SOS 2009 and Older Pre-Installation Recommendations Network Installations System Requirements Preparing for Installation Installing

More information

Dual-boot Windows 10 alongside Windows 8

Dual-boot Windows 10 alongside Windows 8 Most of the people are very much interested to install the newly launched Operating System Windows 10 on their devices. But, it is not recommended to directly use Windows 10 as the primary OS because it

More information

Installation Instructions Release Version 15.0 January 30 th, 2011

Installation Instructions Release Version 15.0 January 30 th, 2011 Release Version 15.0 January 30 th, 2011 ARGUS Software: ARGUS Valuation - DCF The contents of this document are considered proprietary by ARGUS Software, the information enclosed and any portion thereof

More information

How to backup with R1soft

How to backup with R1soft How to backup with R1soft Create Policy Follow the instructions below to add a Data Protection Policy in Server Backup. 1. Click "Policy" in the Main Menu to open the "Policies" screen. 2. In the Policy

More information

SQL 2012 Installation Guide. Manually installing an SQL Server 2012 instance

SQL 2012 Installation Guide. Manually installing an SQL Server 2012 instance SQL 2012 Installation Guide Manually installing an SQL Server 2012 instance Fig 1.2 Fig 1.1 Installing SQL Server Any version and edition of Microsoft SQL Server above 2000 is supported for use with the

More information

Backup/Restore MySQL Server

Backup/Restore MySQL Server This chapter will describe in details how to use Software to backup your MySQL server and how you can restore your MySQL server from the database backup files. Table of Content 1. Requirements 2. Overview

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com CHAPTER: Introduction Microsoft virtual architecture: Hyper-V 6.0 Manager Hyper-V Server (R1 & R2) Hyper-V Manager Hyper-V Server R1, Dell UPS Local Node Manager R2 Main Operating System: 2008Enterprise

More information

Video Administration Backup and Restore Procedures

Video Administration Backup and Restore Procedures CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

Ordering Offsite Backups

Ordering Offsite Backups Introduction The purpose of this Startup Guide is to familiarize you with Own Web Now's Offsite Backup offering and show you how to purchase, deploy and manage the service. Offsite Backup offering is an

More information

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

SQL Server Setup for Assistant/Pro applications Compliance Information Systems SQL Server Setup for Assistant/Pro applications Compliance Information Systems The following document covers the process of setting up the SQL Server databases for the Assistant/PRO software products form

More information

Installation Guide: Delta Module Manager Launcher

Installation Guide: Delta Module Manager Launcher Installation Guide: Delta Module Manager Launcher Overview... 2 Delta Module Manager Launcher... 2 Pre-Installation Considerations... 3 Hardware Requirements... 3 Software Requirements... 3 Virtualisation...

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

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

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

Migrate to Windows Small Business Server 2011 Standard from Windows Small Business Server 2008

Migrate to Windows Small Business Server 2011 Standard from Windows Small Business Server 2008 Migrate to Windows Small Business Server 2011 Standard from Windows Small Business Server 2008 Microsoft Corporation Published: March 2011 Version: 11.03.11 Abstract This guide describes how to migrate

More information

SafeGuard Easy upgrade guide. Product version: 7

SafeGuard Easy upgrade guide. Product version: 7 SafeGuard Easy upgrade guide Product version: 7 Document date: December 2014 Contents 1 About this guide...3 2 Check the system requirements...4 3 Download installers...5 4 About upgrading...6 4.1 Upgrade

More information

QAD Business Intelligence Release Notes

QAD Business Intelligence Release Notes QAD Business Intelligence Release Notes September 2008 These release notes include information about the latest QAD Business Intelligence (QAD BI) fixes and changes. These changes may affect the way you

More information

1. Please login to the Own Web Now Support Portal (https://support.ownwebnow.com) with your email address and a password.

1. Please login to the Own Web Now Support Portal (https://support.ownwebnow.com) with your email address and a password. Offsite Backups Introduction The purpose of this Startup Guide is to familiarize you with Own Web Now's Offsite Backup offering and show you how to purchase, deploy and manage the service. Offsite Backup

More information

Nobeltec TZ: Microsoft SQL Server problems

Nobeltec TZ: Microsoft SQL Server problems Nobeltec TZ: Microsoft SQL Server problems Description: TimeZero uses Microsoft SQL server to manage routes, marks, logbook and track data. Microsoft SQL server is installed as part of the TimeZero installation.

More information

Server Installation/Upgrade Guide

Server Installation/Upgrade Guide Server Installation/Upgrade Guide System Version 3.8 2001-2009 Echo 360, Inc. Echo360 is a trademark of Echo360, Inc. Echo360 is a registered trademark of Echo360 Inc. in Australia. All other trademarks

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

NComputing vspace Server 8.3 for Windows. Software and Firmware Upgrade Guide. Document version 1.2

NComputing vspace Server 8.3 for Windows. Software and Firmware Upgrade Guide. Document version 1.2 NComputing vspace Server 8.3 for Windows Software and Firmware Upgrade Guide Document version 1.2 October 20, 2015 Table of contents 1. Introduction... 4 1.1. Purpose of the document... 4 1.2. Intended

More information

Restoring Microsoft SQL Server 7 Master Databases

Restoring Microsoft SQL Server 7 Master Databases Restoring Microsoft SQL Server 7 Master Databases A damaged master database is evident by the failure of the SQL Server to start, by segmentation faults or input/output errors or by a report from DBCC.

More information

http://docs.trendmicro.com

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

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

More information

safend a w a v e s y s t e m s c o m p a n y

safend a w a v e s y s t e m s c o m p a n y safend a w a v e s y s t e m s c o m p a n y SAFEND Data Protection Suite Installation Guide Version 3.4.5 Important Notice This guide is delivered subject to the following conditions and restrictions:

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

2.6.1 Creating an Acronis account... 11 2.6.2 Subscription to Acronis Cloud... 11. 3 Creating bootable rescue media... 12

2.6.1 Creating an Acronis account... 11 2.6.2 Subscription to Acronis Cloud... 11. 3 Creating bootable rescue media... 12 USER'S GUIDE Table of contents 1 Introduction...3 1.1 What is Acronis True Image 2015?... 3 1.2 New in this version... 3 1.3 System requirements... 4 1.4 Install, update or remove Acronis True Image 2015...

More information

External Data Connector (EMC Networker)

External Data Connector (EMC Networker) Page 1 of 26 External Data Connector (EMC Networker) TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS INSTALLATION (WINDOWS) INSTALLATION (UNIX) GETTING STARTED Perform a Discovery Perform a Migration ADVANCED

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

BarTender Version Upgrades. Best practices for updating your BarTender installation WHITE PAPER

BarTender Version Upgrades. Best practices for updating your BarTender installation WHITE PAPER BarTender Version Upgrades Best practices for updating your BarTender installation WHITE PAPER Contents Understanding Version Upgrades 3 Upgrading BarTender to a Newer Version 4 Planning a Version Upgrade

More information

Installation Manual v2.0.0

Installation Manual v2.0.0 Installation Manual v2.0.0 Contents ResponseLogic Install Guide v2.0.0 (Command Prompt Install)... 3 Requirements... 4 Installation Checklist:... 4 1. Download and Unzip files.... 4 2. Confirm you have

More information

How To Install Acronis Backup & Recovery 11.5 On A Linux Computer

How To Install Acronis Backup & Recovery 11.5 On A Linux Computer Acronis Backup & Recovery 11.5 Server for Linux Update 2 Installation Guide Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone are

More information

Installation & Maintenance Guide

Installation & Maintenance Guide The instruction booklet is also included on the CD in Word and Acrobat formats, which may be easier to print. (If you want to install Acrobat Reader run d:\acroread\setup.exe (where d:\ is the identifier

More information

Go to CGTech Help Library. Installing CGTech Products

Go to CGTech Help Library. Installing CGTech Products Go to CGTech Help Library Installing CGTech Products VERICUT Installation Introduction to Installing VERICUT Installing and configuring VERICUT is simple, typically requiring only a few minutes for most

More information

Backup and Restore with 3 rd Party Applications

Backup and Restore with 3 rd Party Applications Backup and Restore with 3 rd Party Applications Contents Introduction...1 Backup Software Capabilities...1 Backing up a Single Autodesk Vault Site...1 Backup Process...1 Restore Process...1 Backing up

More information

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015 GoAnywhere Director to GoAnywhere MFT Upgrade Guide Version: 5.0.1 Publication Date: 07/09/2015 Copyright 2015 Linoma Software. All rights reserved. Information in this document is subject to change without

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

XenClient Enterprise Synchronizer Migration

XenClient Enterprise Synchronizer Migration XenClient Enterprise Synchronizer Migration Applicability This document is applicable to XenClient Synchronizer version 5.1. The information in this document also applies to earlier versions of XenClient,

More information

WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express

WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express Edition or SQL Server 2008 Express R2 to Microsoft SQL Server

More information

UNICORN 7.0. Administration and Technical Manual

UNICORN 7.0. Administration and Technical Manual UNICORN 7.0 Administration and Technical Manual Page intentionally left blank Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts...

More information

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

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

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

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

More information

Acronis Backup & Recovery 10 Server for Linux. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Installation Guide Acronis Backup & Recovery 10 Server for Linux Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management

More information

Extreme Networks Security Upgrade Guide

Extreme Networks Security Upgrade Guide Extreme Networks Security Upgrade Guide 9034868 Published July 2015 Copyright 2012 2015 All rights reserved. Legal Notice Extreme Networks, Inc. reserves the right to make changes in specifications and

More information