Installation and Control in Linux

Size: px
Start display at page:

Download "Installation and Control in Linux"

Transcription

1 IceWarp Server Installation and Control in Linux Version 10 Printed on 17 August, 2009

2

3 i Contents IceWarp Server Installation and Control in Linux 1 V10 New Features... 2 Differences between Windows and Linux Versions... 3 Before Installation... 4 Installation Package... 5 Running... 6 Installation Step-by-Step on CentOS Using MYSQL Database for Web Client Pro Installing Avast Anti-Virus Library New License Registration Controlling IceWarp Server in Linux Starting server and/or services Stopping server and/or services Service icewarpd functionality Commands table IceWarp Server Administration Installation of Aspell Dictionaries IceWarp Server - Dynamic Library Dependencies Differences between Windows and Linux Version Migration from Windows to Linux Index 47

4

5 1 C H A P T E R 1 IceWarp Server Installation and Control in Linux This document describes how to install IceWarp Server and control its services in Linux. In This Chapter V10 New Features... 2 Differences between Windows and Linux Versions... 3 Before Installation... 4 Installation Package... 5 Running... 6 Installation Step-by-Step on CentOS Controlling IceWarp Server in Linux IceWarp Server Administration Installation of Aspell Dictionaries IceWarp Server - Dynamic Library Dependencies Differences between Windows and Linux Version Migration from Windows to Linux... 45

6 2 C H A P T E R 2 V10 New Features Debian support Portable Ubuntu support (requires openssl, libmysqlclient and aspell libraries). ODBC support on Linux with unixodbc (Oracle, Postgre SQL) php_tidy for PHP purple module for IM and libpurple, purpleserv new menu item added to Wizard: Display licence information support for PDO MySQL in PHP support for UTF-8 in PDO SQLite in PHP unified API makes all available functions accessible through apiobjectcall interface Mail Log Analyzer available (log importer only), requires to compile and install ODBC drivers

7 3 C H A P T E R 3 Differences between Windows and Linux Versions Linux version and Windows one are the same feature-to-feature, including: LDAP and ActiveDirectory integration Avast! anti-virus with AutoUpdates Commtouch Anti-Spam LIVE engine (ctasd) MLA Mail Log Analyzer (importer daemon) SQLite3 database engine installed and used by default PHP5 with XCache, php_tidy and common libraries MySQL 5.1 native support (requires libmysqlclient) command line tool with direct access to API and server constants the same unified IceWarpServer API library (RPC, PHP, apiobjectcall) the documentation applies with some abstraction if using WebAdmin There are however differences given by the platform architecture: Administration GUI is non-native but runs under Wine installation script instead of installer wizard PHP is installed separately UnixODBC and DB driver installation required for Oracle 11, Postgre SQL 8, Firebird 2.1 no support for FastCGI and FastISAPI multi-threaded web server modes

8 4 C H A P T E R 4 Before Installation 1. Check available space on your disc, min. 150 MB is required. 2. Please check if your system has installed required packages. The IceWarp Server Dynamic Library Dependencies (see "IceWarp Server - Dynamic Library Dependencies" on page 41) chapter lists these packages, you can install only packages that are required by selected features. 3. Stop and remove from the init process every program which can use any network port required for the server. For example sendmail listens on the port 25 and the SMTP service would not be able to start. 4. You can create a new user for the server, for example "icewarp". If the server should listen on a privileged port, you can install this server under the unprivileged "icewarp" user and then start it under the root. The server will drop its privileges from the root to the installed user, but will be able to listen on the privileged ports.

9 5 C H A P T E R 5 Installation Package The installation package is in.tar.gz format. The latest package can be always found on Example: IceWarpServer _( )_RHEL5.3.tar.gz 1. Extract the package: [linux]$ tar -xzf IceWarpServer _( )_RHEL5.3.tar.gz 2. Chdir to the created directory: [linux]$ cd IceWarpServer _( )_RHEL Start the installation: [linux]$./install.sh 4. Follow the onscreen instructions.

10 6 C H A P T E R 6 Running After installation, at least one domain and one user must be created first, otherwise the server will not work. You can use wizard.sh in the installation directory to create the initial domain and user. The initial user should be System Administrator one so you can log in into WebAdmin and manage settings. The IceWarp Server uses database for storing informations for accounts, antispam and groupware. Default databases are: Accounts: uses file system Antispam and groupware: SQLite You can change database type in wizard or using the Remote Administration tool for Windows or using WebAdmin. Also UnixODBC is supported, but you must compile the latest version from The server was tested with UnixODBC with Oracle and PostgreSQL. Default listening port for webserver is Default http addresses are: Webmail: Admin: RPC: If you have problem running the server, please check log files in the./logs directory, there can be found logged errors of unsuccessful port binding or required library loading error.

11 7 C H A P T E R 7 Installation Step-by-Step on CentOS 5.3 To install IceWarp Server on CentOS 5.3, follow these steps: 1. Check available disk space in volumes using df -h. 2. Verify installed packages using rpm -qa.

12 8 Installation and Control in Linux IceWarp Server 3. Check for services startup's using chkconfig --list grep on. 4. Turn off Auto-Start for clashing services, ie. Sendmail using chkconfig --level sendmail off.

13 Installation Step-by-Step on CentOS Stop clashing services, ie. Sendmail using /etc/rc.d/init.d/sendmail stop. 6. Optionally, create a user for IceWarp Server installation (both username and password are case sensitive).

14 10 Installation and Control in Linux IceWarp Server 7. If not already installed, install mysql.

15 Installation Step-by-Step on CentOS

16 12 Installation and Control in Linux IceWarp Server 8. Set MySQL to Auto-Start using chkconfig mysqld on and then start the service immediately using service mysqld start.

17 Installation Step-by-Step on CentOS Set MySQL root password. 10. Create tables for IceWarp Server in MySQL.

18 14 Installation and Control in Linux IceWarp Server 11. Verify tables created in MySQL. 12. Begin IceWarp Server installation on the root or created user i.e. IceWarp.

19 Installation Step-by-Step on CentOS Run the IceWarp Wizard immediately after installation or at a later stage by executing./wizard.sh from the /install_volume/merak ie. /opt/merak.

20 16 Installation and Control in Linux IceWarp Server NOTE that if you do not run the Wizard from the installer, you may need to manually start the IceWarp services using "/etc/rc.d/init.d/merak start". 14. Change storage setup to MySQL [3] for Accounts, AntiSpam and GroupWare.

21 Installation Step-by-Step on CentOS

22 18 Installation and Control in Linux IceWarp Server

23 Installation Step-by-Step on CentOS

24 20 Installation and Control in Linux IceWarp Server 15. Create the initial domain and Administrative User [1].

25 16. IceWarp Server installation done! Installation Step-by-Step on CentOS

26 22 Installation and Control in Linux IceWarp Server Logs are available at /root/merak-install.log & /root/merak-install-error.log. Next, verify that primary IceWarp Server services are operating properly.

27 17. Check services startup using chkconfig --list grep on. Installation Step-by-Step on CentOS

28 24 Installation and Control in Linux IceWarp Server 18. Check MySQL tables.

29 Installation Step-by-Step on CentOS

30 26 Installation and Control in Linux IceWarp Server 19. Check IceWarp Web Client Basic, Web Client Pro, Web Admin and Remote Console login.

31 Installation Step-by-Step on CentOS

32 28 Installation and Control in Linux IceWarp Server Using MYSQL Database for Web Client Pro 1. Change setting in IceWarp Server to use icewarp_webmail database in MySQL.

33 Installation Step-by-Step on CentOS After logging into Web Client Pro, IceWarp Server will create the necessary tables Installing Avast Anti-Virus Library 1. The libavastengine.so file is included in the IceWarp Server installation and is located in <pathtoicewarp>/avast/.

34 30 Installation and Control in Linux IceWarp Server 2. There should also be a link in /usr/lib to the latest libavastengine.so file. If you do not see the libavastengine.so link in the /usr/lib, try the following : cd /usr/lib in -s <pathtoicewarp>/avast/libavastengine.so libavastengine.so.

35 Installation Step-by-Step on CentOS Once this link has been established, you should be able to run the Anti-Virus engine update to download the latest definitions.

36 32 Installation and Control in Linux IceWarp Server New License Registration 1. Start the./wizard.sh from <pathtoicewarp> and go to [2] License Operations.

37 Installation Step-by-Step on CentOS Select [5] Export reference key to file, save the file to <filename>.xml and send it to to your IceWarp Partner for processing of your new license key. 3. Once your NEW license has been processed, it will be ed to you. Copy & paste the license block into <pathtoicewarp>/config/license.key.

38 34 Installation and Control in Linux IceWarp Server

39 Installation Step-by-Step on CentOS You may then review and verify your license using the wizard.sh [1] Display License Information.

40 36 Installation and Control in Linux IceWarp Server

41 37 C H A P T E R 8 Controlling IceWarp Server in Linux Starting server and/or services [linux]$./icewarpd.sh --start starts "icewarpd" and automatically starts all services, except PHP, which is started when first HTTP request arrives. [linux]$./icewarpd.sh --start control gw im pop3 smtp all starts the selected service or all services. If "icewarpd" is not already running, this command does not start it. If the control is started, it starts PHP on the first HTTP request. Stopping server and/or services [linux]$./icewarpd.sh --stop stops all running services, stops "icewarpd" and also PHP. This is the command for complete server shutdown. [linux]$./icewarpd.sh --stop control gw im pop3 smtp all stops selected service or all services. This command causes PHP stop together with control and does not stop "icewarpd". Service icewarpd functionality When the "icewarpd daemon" is running, it: checks every 1 minute whether all started services are running. If not, service is re-started. Commands table Action \ Platform RHEL 4 and 5 Other distributions Start all services and icewarpd [pc]$ service icewarp start [pc]$./icewarpd.sh --start Stop all services and icewarpd [pc]$ service icewarp stop [pc]$./icewarpd.sh --stop Restart all services and icewarpd [pc]$ service icewarp restart - Start specific service [pc]$./icewarpd.sh --start x [pc]$./icewarpd.sh --start x Stop specific service [pc]$./icewarpd.sh --stop x [pc]$./icewarpd.sh --stop x Check specific service [pc]$./icewarpd.sh --check x [pc]$./icewarpd.sh --check x Run wizard [pc]$./icewarpd.sh [pc]$./icewarpd.sh

42 38 Installation and Control in Linux IceWarp Server Possible services are: control, gw, im, pop3, smtp, all.

43 39 C H A P T E R 9 IceWarp Server Administration Via Win32 GUI - download and install the latest Win32 GUI from ( connect to IceWarp Server the same way you would do for Windows MailServer. commandline wizard used for quick setup and easy tasks, scriptable for more complex tasks. Wizard can create the initial account, generate unique SSL certificate and set up database connection, install license and manage IceWarp Server services. cd /opt/icewarp./wizard Web administation frontend browse to

44 40 C H A P T E R 10 Installation of Aspell Dictionaries IceWarp Server uses Aspell (version ) as a spell checker. It requires dictionaries for version 0.6 (or higher). You can download these dictionaries (free) from ( To install a dictionary, use the./scripts/install_aspell_dictionary.sh script. Use the dictionary file name as a command line parameter. Example of the command for the Czech dictionary installation: [linux]$./scripts/install_aspell_dictionary.sh /home/user/aspell6-cs tar.bz2 After dictionary installation, this new dictionary will not be available in WebMail. To fix it, you have to add a record about this dictionary to the WebMail configuration file:./config/_webmail/spellchecker.xml The record format is as follows: <aspell_dictionary_id>name_in_webmail</aspell_dictionary_id> Example: New IceWarp Server installation has in the./config/_webmail/spellchecker.xml file one record for implicit English dictionary that is included in the installation: <en>english</en> After installation of the Czech dictionary, it is necessary to add the following record: <cs>czech</cs> Use similar records for other languages. NOTE that the./config/_webmail/spellchecker.xml file is created after the first login to WebMail and after displaying of the dialog for spell checker setting. This dialog is accessible via the Settings menu item within the composer window.

45 41 C H A P T E R 11 IceWarp Server - Dynamic Library Dependencies Dynamic library Mail Server service and provided functionality Package which provides dynamic library RHEL 5 Debian 5 libc.so.6 System interface glibc libc6 libpthread.so.0 System interface glibc libc6 libgds.so libgds.so.0 libfbclient.so FireBird database FireBird database libmysqlclient.so libmysqlclient.so.14 libmysqlclient.so.15 MySQL database mysql mysql-client libsqlite3.so libsqlite3.so.0 SQLite database IceWarp Server IceWarp Server libz.so.1 Control: HTTP gzip zlib zlib1g Control: Backup libgd.so.2 Control: captcha gd libgd2-noxpm OR Smtp: captcha libgd2-xpm libgd.so Control: captcha gd libgd2-noxpm OR Smtp: captcha libgd2-xpm

46 42 Installation and Control in Linux IceWarp Server libiconv2.so All services: native conversion between any charset glibc libc6 (MIME class, Versit class etc.) libiconv.so All services: native conversion between any charset glibc libc6 (MIME class, Versit class etc.) libldap.so Groupware, Control, API: LDAP integration, sync openldap openldap-devel liblber.so Groupware, Control, API: LDAP integration, sync openldap openldap-devel libldap2-dev libldap2-dev libcap.so Bind ports under 1024 when started as root but libcap liblcap2-dev running as non privileged user libcap-devel libpcre.so All services: any regex pattern match and replace in pcre libpcre3-dev libpcre.so.0 different parts of sources (mod_rewrite, rules etc.) libpcre.so.1 libpcre.so.2 libpcre.so.3 libssl.so All services: SSL, TLS features for all services including openssl libssl-dev libssl.so.4 SSL Tunnel, certificate verification and others. libssl.so.5 libssl.so.6 libcrypto.so All services: SSL, TLS features for all services including openssl libcrypto.so.4 SSL Tunnel, certificate verification and others. libcrypto.so.5 libcrypto.so.6 libymsgauth.so IM "Yahoo IM Gateway" used for login hash creation IceWarp Server IceWarp Server

47 IceWarp Server - Dynamic Library Dependencies 43 libphp4.so libphp5.so PHP and icewarpphp extension: php integration IceWarp Server IceWarp Server libavastengine.so Pop3 Smtp: Antivirus check Avast IceWarp Server IceWarp Server symcsapi.so Pop3 Smtp: Antivirus check Symantec IceWarp Server IceWarp Server libdb.so All services: DB access to accounts (if running in db db4 libdb4.2-dev OR mode) and spam engine. libdb4.5-dev OR libdb4.6-dev

48 44 C H A P T E R 12 Differences between Windows and Linux Version LDAP is not currently available for Linux. Windows version uses Avast! Antivirus engine. Linux version uses AVG7 Antivirus engine. Windows version uses PHP5 for built-in web service. Linux version uses PHP4. Atomic clock sync only works under root (not recommended). Windows version uses ODBC, Linux version uses MySQL.

49 45 C H A P T E R 13 Migration from Windows to Linux 1. Save Windows configuration into MCB file (Backup configuration). 2. In Linux, restore configuration in WebAdmin. 3. The correct paths are converted and set automatically by IceWarp Server, so you do not have to set them. 4. Mount Windows drive and manually copy the folders into Linux destination directory (by default /opt/icewarp/mail).

50

51 47 Index A Anti-Spam 6 Aspell 40 L libraries 41 S server start 37 server stop 37 W WebMail 6

Installation and Control in Linux

Installation and Control in Linux IceWarp Unified Communications Installation and Control in Linux Version 10.4 Printed on 20 March, 2012 Contents IceWarp Server Installation and Control in Linux 1 Differences between Windows and Linux

More information

Installation and Control in Linux

Installation and Control in Linux IceWarp Unified Communications Installation and Control in Linux Version 10 Printed on 22 October, 2009 i Contents IceWarp Server Installation and Control in Linux 1 V10 New Features... 2 Differences

More information

Installation and Control in Linux

Installation and Control in Linux IceWarp Unified Communications Installation and Control in Linux Version 11.3 Published on 9/1/2015 Contents IceWarp Server... 4 Before Installation... 5 Quick Installation Guide... 6 Running... 7 Installation

More information

IceWarp Server Windows Installation Guide

IceWarp Server Windows Installation Guide IceWarp Unified Communications IceWarp Server Windows Installation Guide Version 11.3 Published on 2/6/2015 Contents IceWarp Server Windows... 4 Pre-requisites... 5 Launch Installer Wizard... 6 Select

More information

IceWarp to IceWarp Server Migration

IceWarp to IceWarp Server Migration IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone

More information

IceWarp Unified Communications. Installation Guide. Version 10.4

IceWarp Unified Communications. Installation Guide. Version 10.4 IceWarp Unified Communications Installation Guide Version 10.4 Printed on 16 April, 2012 Contents Installation Guide 1 Pre-requisites... 1 Launch Installer Wizard... 2 Select Language... 5 Welcome Screen...

More information

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0 AXIGEN Mail Server Quick Installation and Configuration Guide Product version: 6.1 Document version: 1.0 Last Updated on: May 28, 2008 Chapter 1: Introduction... 3 Welcome... 3 Purpose of this document...

More information

Installing The SysAidTM Server Locally

Installing The SysAidTM Server Locally Installing The SysAidTM Server Locally Document Updated: 17 October 2010 Introduction SysAid is available in two editions: a fully on-demand ASP solution and an installed, in-house solution for your server.

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

GWAVA 5. Migration Guide for Netware GWAVA 4 to Linux GWAVA 5

GWAVA 5. Migration Guide for Netware GWAVA 4 to Linux GWAVA 5 GWAVA 5 Migration Guide for Netware GWAVA 4 to Linux GWAVA 5 Copyright 2010 GWAVA, Inc. All rights reserved. Content may not be reproduced without permission. http://www.gwava.com Overview While GWAVA

More information

Content of comparison

Content of comparison Content of comparison Initial Description Merak Mail Server became our strong competitor in many countries. They increased supported functionalities to have not only an ISP mailserver, but suitable for

More information

AVG 8.5 Anti-Virus Network Edition

AVG 8.5 Anti-Virus Network Edition AVG 8.5 Anti-Virus Network Edition User Manual Document revision 85.2 (23. 4. 2009) Copyright AVG Technologies CZ, s.r.o. All rights reserved. All other trademarks are the property of their respective

More information

FileMaker Server 7. Administrator s Guide. For Windows and Mac OS

FileMaker Server 7. Administrator s Guide. For Windows and Mac OS FileMaker Server 7 Administrator s Guide For Windows and Mac OS 1994-2004, FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

Kerio MailServer 6. Administrator s Guide. Kerio Technologies

Kerio MailServer 6. Administrator s Guide. Kerio Technologies Kerio MailServer 6 Administrator s Guide Kerio Technologies Kerio Technologies. All Rights Reserved. This guide provides detailed description on Kerio MailServer, version 6.7 (updated version). All additional

More information

AVG 9.0 Internet Security Business Edition

AVG 9.0 Internet Security Business Edition AVG 9.0 Internet Security Business Edition User Manual Document revision 90.5 (16. 4. 2010) C opyright AVG Technologies C Z, s.r.o. All rights reserved. All other trademarks are the property of their respective

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

FileMaker Server 8. Administrator s Guide

FileMaker Server 8. Administrator s Guide FileMaker Server 8 Administrator s Guide 1994-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.,

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

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

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

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

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

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

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

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

Installation Guide for contineo

Installation Guide for contineo Installation Guide for contineo Sebastian Stein Michael Scholz 2007-02-07, contineo version 2.5 Contents 1 Overview 2 2 Installation 2 2.1 Server and Database....................... 2 2.2 Deployment............................

More information

How To Set Up An Icewarp Server

How To Set Up An Icewarp Server IceWarp Unified Communications IceWarp Server Quick Start Guide Version 10.4 Printed on 29 August, 2011 Contents Quick Start Guide 1 IceWarp Server Overview... 1 IceWarp Server Highlights... 2 Getting

More information

How To Install Storegrid Server On Linux On A Microsoft Ubuntu 7.5 (Amd64) Or Ubuntu (Amd86) (Amd77) (Orchestra) (For Ubuntu) (Permanent) (Powerpoint

How To Install Storegrid Server On Linux On A Microsoft Ubuntu 7.5 (Amd64) Or Ubuntu (Amd86) (Amd77) (Orchestra) (For Ubuntu) (Permanent) (Powerpoint StoreGrid Linux Server Installation Guide Before installing StoreGrid as Backup Server (or) Replication Server in your machine, you should install MySQL Server in your machine (or) in any other dedicated

More information

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com VERSION 9.02 INSTALLATION GUIDE www.pacifictimesheet.com PACIFIC TIMESHEET INSTALLATION GUIDE INTRODUCTION... 4 BUNDLED SOFTWARE... 4 LICENSE KEY... 4 SYSTEM REQUIREMENTS... 5 INSTALLING PACIFIC TIMESHEET

More information

Kerio Connect. Administrator s Guide. Kerio Technologies

Kerio Connect. Administrator s Guide. Kerio Technologies Kerio Connect Administrator s Guide Kerio Technologies 2010 Kerio Technologies s.r.o. All rights reserved. This guide provides detailed description on Kerio Connect, version 7.1. All additional modifications

More information

Aradial Installation Guide

Aradial Installation Guide Aradial Technologies Ltd. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document

More information

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

AVG Internet Security Business Edition 2012

AVG Internet Security Business Edition 2012 AVG Internet Security Business Edition 2012 User Manual Document revision 2012.07 (3/1/2012) C opyright AVG Technologies C Z, s.r.o. All rights reserved. All other trademarks are the property of their

More information

Avira Update Manager User Manual

Avira Update Manager User Manual Avira Update Manager User Manual Table of contents Table of contents 1. Product information........................................... 4 1.1 Functionality................................................................

More information

SyncThru Database Migration

SyncThru Database Migration SyncThru Database Migration Overview Database Migration for SyncThru application is an intuitive tool that enables the data stored in the database of an older version of SyncThru, to be moved to the database

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Configuring MailArchiva with Insight Server

Configuring MailArchiva with Insight Server Copyright 2009 Bynari Inc., All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any

More information

IceWarp Unified Communications. AntiVirus Reference. Version 10.4

IceWarp Unified Communications. AntiVirus Reference. Version 10.4 IceWarp Unified Communications AntiVirus Reference Version 10.4 Printed on 13 January, 2012 Contents AntiVirus 1 Anti-Virus... 2 Latest Avast! Engine... 2 Kaspersky Anti-Virus Support... 2 Support for

More information

2.3 - Installing the moveon management module - SQL version

2.3 - Installing the moveon management module - SQL version 2.3 - Installing the moveon management module - SQL version The moveon management module consists of two elements: the moveon client and the moveon database. The moveon client contains all the program

More information

Business Interaction Server. Configuration Guide. 10300685-000 Rev A

Business Interaction Server. Configuration Guide. 10300685-000 Rev A Business Interaction Server Configuration Guide 10300685-000 Rev A 2008 Kofax Image Products, Inc., 16245 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved. Use is subject to license

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

IceWarp Server. Log Analyzer. Version 10

IceWarp Server. Log Analyzer. Version 10 IceWarp Server Log Analyzer Version 10 Printed on 23 June, 2009 i Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 2 Advanced Configuration... 5 Log Importer... 6 General...

More information

Identikey Server Windows Installation Guide 3.1

Identikey Server Windows Installation Guide 3.1 Identikey Server Windows Installation Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis,

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Log Analyzer Reference Version 10.4 Printed on 27 February, 2012 Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 3 Advanced Configuration...

More information

Expresso Quick Install

Expresso Quick Install Expresso Quick Install 1. Considerations 2. Basic requirements to install 3. Install 4. Expresso set up 5. Registering users 6. Expresso first access 7. Uninstall 8. Reinstall 1. Considerations Before

More information

Installing and Configuring MySQL as StoreGrid Backend Database on Linux

Installing and Configuring MySQL as StoreGrid Backend Database on Linux Installing and Configuring MySQL as StoreGrid Backend Database on Linux Overview StoreGrid now supports MySQL as a backend database to store all the clients' backup metadata information. Unlike StoreGrid

More information

IceWarp Server Upgrade

IceWarp Server Upgrade IceWarp Unified Communications IceWarp Version 11.4 Published on 2/9/2016 Contents... 3 Best Practices... 3 Planning Upgrade... 3 Prior Upgrade... 3 Upgrade... 3 After Upgrade... 3 Upgrade to Version 11.3...

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

StoreGrid Backup Server With MySQL As Backend Database:

StoreGrid Backup Server With MySQL As Backend Database: StoreGrid Backup Server With MySQL As Backend Database: Installing and Configuring MySQL on Windows Overview StoreGrid now supports MySQL as a backend database to store all the clients' backup metadata

More information

Laptop Backup - Administrator Guide (Windows)

Laptop Backup - Administrator Guide (Windows) Laptop Backup - Administrator Guide (Windows) Page 1 of 86 Page 2 of 86 Laptop Backup - Administrator Guide (Windows) TABLE OF CONTENTS OVERVIEW PREPARE COMMCELL SETUP FIREWALL USING PROXY SETUP FIREWALL

More information

Exchange Migration Guide

Exchange Migration Guide IceWarp Unified Communications Exchange Migration Guide Version 11.3 Exchange Migration Guide 2 Exchange Migration Guide This document will guide you through a process of migration from Microsoft Exchange

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x

Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x Out n About! for Outlook Electronic In/Out Status Board Administrators Guide Version 3.x Contents Introduction... 1 Welcome... 1 Administration... 1 System Design... 1 Installation... 3 System Requirements...

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

IDENTIKEY Server Windows Installation Guide 3.2

IDENTIKEY Server Windows Installation Guide 3.2 IDENTIKEY Server Windows Installation Guide 3.2 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis,

More information

MGC WebCommander Web Server Manager

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

More information

IDENTIKEY Server Windows Installation Guide 3.1

IDENTIKEY Server Windows Installation Guide 3.1 IDENTIKEY Server Windows Installation Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis,

More information

Device Log Export ENGLISH

Device Log Export ENGLISH Figure 14: Topic Selection Page Device Log Export This option allows you to export device logs in three ways: by E-Mail, FTP, or HTTP. Each method is described in the following sections. NOTE: If the E-Mail,

More information

CloudPortal Business Manager 2.2 POC Cookbook

CloudPortal Business Manager 2.2 POC Cookbook CloudPortal Business Manager 2.2 POC Cookbook February 9, 2014 Contents 1 Overview... 3 2 Prepare CloudPlatform to Be Used with CloudPortal Business Manager... 4 2.1 Assumptions... 4 2.2 Steps to configure

More information

SMT v4.0 Users Guide (Linux version)

SMT v4.0 Users Guide (Linux version) SMT v4.0 Users Guide (Linux version) Table of Contents 1. Manage Customer Billing 2. Provision Web Services a. Add a virtual host b. Password protect a directory c. Enable virtual host logs d. Change password

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

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

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

White Paper. Installation and Configuration of Fabasoft Folio IMAP Service. Fabasoft Folio 2015 Update Rollup 3

White Paper. Installation and Configuration of Fabasoft Folio IMAP Service. Fabasoft Folio 2015 Update Rollup 3 White Paper Fabasoft Folio 2015 Update Rollup 3 Copyright Fabasoft R&D GmbH, Linz, Austria, 2016. All rights reserved. All hardware and software names used are registered trade names and/or registered

More information

ecopy ShareScan v4.3 Pre-Installation Checklist

ecopy ShareScan v4.3 Pre-Installation Checklist ecopy ShareScan v4.3 Pre-Installation Checklist This document is used to gather data about your environment in order to ensure a smooth product implementation. The Network Communication section describes

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

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

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Get Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Parallels Plesk Automation 7 Deploying Infrastructure 9 Installing License Keys

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

NetIQ Sentinel 7.0.1 Quick Start Guide NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel

More information

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange User Mailbox Backup and Restore feature

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.11 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

IceWarp Server Quick Start Guide

IceWarp Server Quick Start Guide IceWarp Unified Communications IceWarp Server Quick Start Guide Version 11.3 Published on 7/27/2015 Contents... 4 Getting Started... 5 Download... 5 Installation... 5 Wizard... 5 Activation... 5 Add Domain...

More information

RBackup Server Installation and Setup Instructions and Worksheet. Read and comply with Installation Prerequisites (In this document)

RBackup Server Installation and Setup Instructions and Worksheet. Read and comply with Installation Prerequisites (In this document) RBackup Server Installation and Setup Instructions and Worksheet Fill out the Installation Worksheet. (In this document) Read and comply with Installation Prerequisites (In this document) Review the Partner

More information

Eylean server deployment guide

Eylean server deployment guide Eylean server deployment guide Contents 1 Minimum software and hardware requirements... 2 2 Setting up the server using Eylean.Server.Setup.exe wizard... 2 3 Manual setup with Windows authentication -

More information

Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE

Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE A P P L I C A T I O N V E R S I O N : 8. 0 Dear User! Thank you for choosing our product. We hope that this documentation will help you in your

More information

escan SBS 2008 Installation Guide

escan SBS 2008 Installation Guide escan SBS 2008 Installation Guide Following things are required before starting the installation 1. On SBS 2008 server make sure you deinstall One Care before proceeding with installation of escan. 2.

More information

Training module 2 Installing VMware View

Training module 2 Installing VMware View Training module 2 Installing VMware View In this second module we ll install VMware View for an End User Computing environment. We ll install all necessary parts such as VMware View Connection Server and

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

MS SQL Server Database Management

MS SQL Server Database Management MS SQL Server Database Management Contents Creating a New MS SQL Database... 2 Connecting to an Existing MS SQL Database... 3 Migrating a GoPrint MS SQL Database... 5 Troubleshooting... 11 Published April

More information

Administrator Manual

Administrator Manual . Self-evaluation Platform (SEP) on Information Technology in Education (ITEd) for School Administrator Manual Mar 2006 [Version 3.0] Copyright 2005 Education and Manpower Bureau Page 1 Table of Contents

More information

ACE Management Server Administrator s Manual VMware ACE 2.6

ACE Management Server Administrator s Manual VMware ACE 2.6 ACE Management Server Administrator s Manual VMware ACE 2.6 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

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2 JAMF Software Server Installation and Configuration Guide for Linux Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

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. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent for

More information

JAMF Software Server Installation Guide for Linux. Version 8.6

JAMF Software Server Installation Guide for Linux. Version 8.6 JAMF Software Server Installation Guide for Linux Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

Installation Guide for FTMS 1.6.0 and Node Manager 1.6.0

Installation Guide for FTMS 1.6.0 and Node Manager 1.6.0 Installation Guide for FTMS 1.6.0 and Node Manager 1.6.0 Table of Contents Overview... 2 FTMS Server Hardware Requirements... 2 Tested Operating Systems... 2 Node Manager... 2 User Interfaces... 3 License

More information

StoreGrid Backup Server With MySQL As Backend Database:

StoreGrid Backup Server With MySQL As Backend Database: StoreGrid Backup Server With MySQL As Backend Database: Installing and Configuring MySQL on Linux Overview StoreGrid now supports MySQL as a backend database to store all the clients' backup metadata information.

More information

Moving to Plesk Automation 11.5

Moving to Plesk Automation 11.5 Moving to Plesk Automation 11.5 Last updated: 2 June 2015 Contents About This Document 4 Introduction 5 Preparing for the Move 7 1. Install the PA Moving Tool... 8 2. Install Mail Sync Software (Windows

More information

OpenEyes - Windows Server Setup. OpenEyes - Windows Server Setup

OpenEyes - Windows Server Setup. OpenEyes - Windows Server Setup OpenEyes - Windows Server Setup Editors: G W Aylward Version: 0.9: Date issued: 4 October 2010 1 Target Audience General Interest Healthcare managers Ophthalmologists Developers Amendment Record Issue

More information

FileMaker Server 10 Help

FileMaker Server 10 Help FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

StreamServe Persuasion SP4

StreamServe Persuasion SP4 StreamServe Persuasion SP4 Installation Guide Rev B StreamServe Persuasion SP4 Installation Guide Rev B 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of this document

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Migrating TimeForce To A New Server

Migrating TimeForce To A New Server Rev. 4/28/14 Migrating TimeForce To A New Server Table of Contents 1. Installation Prerequisites... 2 Required... 2 Recommended... 3 2. Update to a Migration Compatible Version... 3 Determine the Database

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

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information