Ahsay Cloud Backup Suite

Size: px
Start display at page:

Download "Ahsay Cloud Backup Suite"

Transcription

1 V7 Ahsay Systems Corporation Limited 3 December 2015

2 Ahsay Cloud Backup Suite Copyright Notice 2015 Ahsay Systems Corporation Limited. All rights reserved. The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system or translated into any language in any form by any means without priori written consent of Ahsay Systems Corporation Limited Information in this manual is subject to change without notice and does not represent a commitment on the part of the vendor, Ahsay Systems Corporation Limited does not warrant that this document is error free. If you find any errors in this document, please report to Ahsay Systems Corporation Limited in writing. This product includes software developed by the Apache Software Foundation ( Trademarks Ahsay, Ahsay Cloud Backup Suite, Ahsay Online Backup Suite, Ahsay Offsite Backup Server, Ahsay Online Backup Manager, Ahsay A-Click Backup, Ahsay Replication Server, Ahsay BackupBox Firmware, Ahsay Universal Backup System, Ahsay NAS Client Utility are trademarks of Ahsay Systems Corporation Limited. Microsoft, Windows, Microsoft Exchange Server and Microsoft SQL Server are registered trademarks of Microsoft Corporation. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Oracle, Oracle 8i, Oracle 9i, Oracle 10g, Oracle 11g are registered trademarks of Oracle Corporation. Lotus, Domino, Notes are registered trademark of IBM Corporation. Red Hat, Red Hat Enterprise Linux, the Shadowman logo and JBoss are registered trademarks of Red Hat, Inc. in the U.S. and other countries. Linux is a registered trademark of Linus Torvalds. Apple and Mac OS X are registered trademarks of Apple Computer, Inc. All other product names are registered trademarks of their respective owners. Disclaimer Ahsay Systems Corporation Limited will not have or accept any liability, obligation or responsibility whatsoever for any loss, destruction or damage (including without limitation consequential loss, destruction or damage) however arising from or in respect of any use or misuse of reliance on this document. By reading and following the instructions in this document, you agree to accept unconditionally the terms of this Disclaimer and as they may be revised and/or amended from time to time by Ahsay Systems Corporation Limited without prior notice to you. Ahsay Systems Corporation Limited V7.5.0

3 Revision History Date Description Type of modification 31 Aug 2015 First revision for AhsayCBS Quick Start New Guide 01 Dec 2015 Update AhsayCBS web console images Update Ahsay Systems Corporation Limited V7.5.0

4 Table of Contents 1 Overview Conventions Definitions, Acronyms and Abbreviation System Requirements Quick Start Basic setup requirement Install AhsayCBS Windows Linux Basic setup and configuration Activate License Setup User Home Setup SMTP Create user account Install AhsayOBM/AhsayACB Install AhsayOBM Install AhsayACB Create your first backup set Login your AhsayOBM/AhsayACB Create backup set with AhsayOBM Create backup with AhsayOBM installed on Linux console Create backup set with AhsayACB Further Information [Ahsay Systems Corporation Limited i

5 1 Overview 1.1 Conventions A list of notations that are used throughout this document. Convention Descriptions Example Bold Important Information WARNING: You must check the timestamp of obra.jar before proceeding to step2. Italic Folder Path or File Path /usr/local/obs/conf [] Graphical Interface Elements [Manage Log] %% Filepath in Windows format %CBS_HOME% $ Filepath in Linux/Unix/BSD $CBS_HOME format italic Command mkdir /usr/local/cbs Notation that are used specificially for API section: Convention <Text Inside angle brackets> [Text inside square brackets] {Text insides braces} Vertical bar ( ) Ellipsis ( ) Descriptions Placeholder for which you must supply a value. Optional items. Set of required items; choose one. Separator for mutually exclusive items; choose one. Items that can be repeated. 1.2 Definitions, Acronyms and Abbreviation Term/Abbreviation AhsayCBS AhsayOBM Definition Ahsay Cloud Backup Suite Ahsay Online Backup Manager AhsayACB CBS_HOME Ahsay A-Click Backup The install location of AhsayCBS. Windows C:\Program Files\AhsayCBS Linux/FreeBSD/Solaris /usr/local/cbs/ Ahsay Systems Corporation Limited 1

6 USER_HOMES The directories where AhsayCBS store the AhsayOBM & AhsayACB users accounts. The default location is: %CBS_HOME%\users JAVA_HOME The location where JAVA is installed 1.3 System Requirements Please refer to the FAQ: Ahsay Software Compatibility List (SCL) for version 7.3 or above (5001) for system requirements of AhsayCBS. It is recommended to install AhsayCBS on server grade O/S and hardware platform. For evaluation purposes, the installation on Windows 7 or Windows 8 platforms would be fine. Ahsay Systems Corporation Limited 2

7 2 Quick Start 2.1 Basic setup requirement Prepare a machine for the Ahsay Cloud Backup Suite (AhsayCBS) with the following specifications: - Intel Core TM i3 or above, Xeon grade CPU preferred - A 64-bit server grade operating system is preferred, 32-bit operating system could decrease the performance which is not recommended. For example: o Windows 2008 R2 SP1 or above o CentOS 6 or above o Red Hat Enterprise Linux 6 or above - 4GB of RAM or above - Disk with redundant setup such as RAID 5 with sufficient hard disk for your local backup storage. (For cloud storage setup, please refer to Ahsay Cloud Backup Suite Administrator s guide.) - The AhsayCBS server is required to access internet and connect our license server lic.ahsay.com using the https protocol. Please ensure the firewall outbound connection settings are enabled and the TLSv1 setting is allowed. 2.2 Install AhsayCBS Windows 1. Download the cbs-win.exe from our website. 2. Run the downloaded installer. 3. Choose the language, and then click [OK] to continue. Ahsay Systems Corporation Limited 3

8 4. Click [Next] to continue. 5. Read the license agreement. Select I agree the agreement if you agree, then click on [Next] to continue the installation. 6. Choose the installation directory, then click [Next] to continue. Ahsay Systems Corporation Limited 4

9 7. Click [Next] to continue. 8. Enter the ports to be used by AhsayCBS. By default, the ports are 80 and 443 (Http and Https respectively). If these ports have been used by other applications, eg. Microsoft IIS, Apache or other applications. Please use alternative ports such as 8080, 8443, then click [Next] to continue. Ahsay Systems Corporation Limited 5

10 9. Click [Install] to start the installation. 10. Click [Finish] to complete the installation. Ahsay Systems Corporation Limited 6

11 2.2.2 Linux Assumption: ifconfig is already configured on the Linux server. 1. Download the installation file (cbs-nix.tar.gz) from our website. 2. Logon as root user in the Linux machine. 3. Define the directory you would like to install the software by setting CBS_HOME environment variable. For example, to install AhsayCBS to /usr/local/cbs, please do the followings: # CBS_HOME=/usr/local/cbs;export CBS_HOME 4. Copy the installation file (cbs-nix.tar.gz) to %CBS_HOME% and untar it. # mkdir $CBS_HOME # cp cbs-nix-tar.gz $CBS_HOME # cd $CBS_HOME # gunzip cbs-nix.tar.gz # tar -xf cbs-nix.tar Once the untar process has completed, please check that the directory listing is similar to the image below. 5. Install and startup the AhsayCBS service by the following command: # /usr/local/cbs/bin/install.sh After executing the command, you should see the following output. Ahsay Systems Corporation Limited 7

12 Note: It has been found on some systems, the installation may appear to pause after displaying Starting AhsayCBS service. If this occurs, please press the space bar to complete the installation. 6. AhsayCBS should be started automatically. To verify that, please point your web browser to For more information, please refer to the deployment section in our administrator s guide (will be available soon). Ahsay Systems Corporation Limited 8

13 2.3 Basic setup and configuration Activate License 1. Open the AhsayCBS from your browser eg: 2. Login the AhsayCBS with the default password, i.e. system 3. To activate the license, click on the License icon. 4. Applying the license key i. If you are evaluating the AhsayCBS, you can use the evaluation license key provided in the page by default and click on [Update] button. ii. If you have a purchased license, copy and paste the licensee name, license key into the relavent field, then click on [Update] button. Ahsay Systems Corporation Limited 9

14 5. Click [Save] to save the settings on the AhsayCBS. Note: If you are using the evaluation license, you will be able to evaluate the AhsayCBS for 60 days. If you need to purchase the license CAL, you can contact our sales for more information. Ahsay Systems Corporation Limited 10

15 2.3.2 Setup User Home Setup a user home in your AhsayCBS to store the user s information and backup files in your local location. 1. Click on the blue Basic icon on the AhsayCBS main page. 2. In the User Home tab, locate the User Homes section & click on the [+] button. 3. Enter the field Home Directory and click on the [+] on the bottom right corner when done. Eg: D:\my_user_home Ahsay Systems Corporation Limited 11

16 Note: It is not suggested to store your user home in your system partition, eg: C:\ 4. Click on the [Save] button to save the new user home settings. Note: For cloud setup, please refer to Ahsay Cloud Backup Suite Administrator s guide Setup SMTP Configure the SMTP so that you can receive reports from the AhsayCBS. 1. Click on the orange Basic icon under System Settings on AhsayCBS main page. Ahsay Systems Corporation Limited 12

17 2. In the Server tab, locate the SMTP Server section. 3. Click on the [+] button. 4. Type in the SMTP mail server settings in the Host Name and Port. Ahsay Systems Corporation Limited 13

18 5. If authenitication is required, check the checkbox next to the Enable SMTP Authentication and type in the Login Name and Password. 6. Option: Check the checkbox Use secure connection if required. Select the type of Protocol from the drop down box. 7. Type in the report sender s name and address. 8. Click on the [Save] button to save the SMTP settings. 9. Click on the [Save] button to save the settings. Note: if you don t have an SMTP server, you can consider using a free SMTP such as gmail. Ahsay Systems Corporation Limited 14

19 2.3.4 Create user account Create a user account for the backup machine. 1. Click on the User & User Group under the Backup/Restore on AhsayCBS main page. 2. Click on the [+] button to create a new user account. 3. Type in Login Name and Password in the relavent field. Optional: Click on the check box in front of the user group if you need to assign a user group for this user. (You can assign this user to the user group later.) Ahsay Systems Corporation Limited 15

20 4. Click [ ] to continue. (Minimum password length is 6 alphanumeric characters.) 5. If you need to assign a dedicated storage location for the backup account. Select the radio button Manually assigned and choose the storage location under the Home Directory. If you use Auto assigned you can skip this step. Optional: Host Name & Alias can be left empty if you do not know or do not want to enter the details at this stage. 6. Select Subscription Type. Select the radio button next to the Paid User if you are settings a user with no expiration period. If you select the user type as Trial User which means this user will be suspended at the suspension date listed in the Suspend At box. Ahsay Systems Corporation Limited 16

21 7. Select the status of this user account by the radio button next to the status type. 8. By default the Upload Encryption Key option is enabled. If you have this option turned on, a hashed encrypted will be uploaded to the Backup Server. When your users lost the encryption key, Ahsay can unhash the hashed encryption key and send the unhashed encryption to your user s registered account. 9. Select the correct timezone for this user in the drop down selection box & click on [ ] to continue. 10. Select the backup user type by clicking on the radio button next to the AhsayOBM user or AhsayACB user 11. Click on the check box(es) to select the Add-on Modules for this user. Ahsay Systems Corporation Limited 17

22 12. Enter the backup quota value, and select the unit of this value from the drop down box & click on [ ] to continue. 13. Click [+] to add user s contact information. 14. Fill in the contact details and click green [+] button at bottom right corner to bring you back to the previous Add New User page. Click green [+] on the bottom of the page again to continue. 15. Click on the [Save] button to save the user information. Ahsay Systems Corporation Limited 18

23 Ahsay Systems Corporation Limited 19

24 2.4 Install AhsayOBM/AhsayACB Install AhsayOBM General requirements: - Windows 7 or above. - CentOS 6 or above. - Red Hat Enterprise Linux 6 or above. - Mac OSX or above - 2GB of RAM or above Downloading of AhsayOBM installers can be done from AhsayCBS web interface by clicking on the blue download button on the top right corner of the page. Taking to the installer download page, which you can click on download button for the OS platform you are running on Windows 1. Download the AhsayOBM installer (obm-win.exe) from the AhsayOBS web interface. Run the downloaded installer. Ahsay Systems Corporation Limited 20

25 2. Choose the language, and then click [OK] to continue. Ahsay Cloud Backup Suite 3. Click [Next] to continue. 4. Read the license agreement. Select I agree the agreement if you agree, then click on [Next] to continue the installation. 5. Choose the installation directory, then click [Next] to continue. Ahsay Systems Corporation Limited 21

26 6. Select the option Anyone who uses this computer or Me Only, then click [Next] to continue. 7. Click [Install] to continue. 8. Click [Finish] to finish the installation. Ahsay Systems Corporation Limited 22

27 Linux 1. Download the AhsayOBM installer obm-linux-x86_64.rpm or obmlinux-x86_64.tar.gz from the AhsayOBS web interface. For 32-bit machines, please download obm-linux-i386.rpm or obm-linuxi386.tar.gz. 2. Login as root user on the machine. 3. Install the downloaded package. For the rpm package: i. Install the package by the following command. For 64-bit machines: rpm -i obm-linux-x86_64.rpm For 32-bit machines: rpm -i obm-linux-i386.rpm Ahsay Systems Corporation Limited 23

28 Mac 1. Download the AhsayOBM installer (obm.dmg) from the AhsayCBS web interface. Open the obm.dmg disk image file. Ahsay Systems Corporation Limited 24

29 2. After you opened the disk image, run the obm.pkg. Ahsay Cloud Backup Suite 3. Click [Continue] to the next screen. 4. Click [Continue] to the next screen. Ahsay Systems Corporation Limited 25

30 5. Click [Continue] and then click [Agree] to accept the license agreement. 6. Option: Click on the Change Install Location to change the instatllation path. 7. Click [Install] to install AhsayOBM. Ahsay Systems Corporation Limited 26

31 8. Enter the password to allow the installer to make changes on the machine. Click [Install Software] to continue. 9. Click [Close] to finish the installation. Ahsay Systems Corporation Limited 27

32 2.4.2 Install AhsayACB General requirements: - Windows Vista/Windows 7/8/8.1 or above. - Mac OSX or above - 2GB of RAM or above Windows 1. Download the AhsayACB installer (acb-win.exe) from the AhsayCBS web interface. Run the downloaded installer. 2. Choose the language, then click [OK] to continue. Ahsay Systems Corporation Limited 28

33 3. Click [Next] to continue. 4. Read the license agreement. Select I agree the agreement if you agree, then click on [Next] to continue the installation. 5. Choose the installation directory, then click [Next] to continue. Ahsay Systems Corporation Limited 29

34 6. Select the option Anyone who uses this computer or Me Only, then click [Next] to continue. 7. Click <Install> to continue. 8. Click [Finish] to finish the installation. Ahsay Systems Corporation Limited 30

35 Mac 1. Download the AhsayACB installer (acb.dmg) from the AhsayOBS web interface. 2. Open the acb.dmg disk image file. 3. After you opened the disk image, run the acb.pkg. 4. Click [Continue] to the next screen. Ahsay Systems Corporation Limited 31

36 5. Click [Continue] to the next screen. Ahsay Systems Corporation Limited 32

37 6. Click [Continue] and then click [Agree] to accept the license agreement. 7. Option: Click on the Change Install Location to change the instatllation path. 8. Click [Install] to install AhsayACB. Ahsay Systems Corporation Limited 33

38 9. Enter the password to allow the installer to make changes on the machine. 10. Click [Close] to finish the installation. Ahsay Systems Corporation Limited 34

39 2.5 Create your first backup set Login your AhsayOBM/AhsayACB As the login interface on both AhsayOBM and AhsayACB are the same on different OS platform, except on the colour of the interface. The following screens are captured from a Windows version of AhsayOBM. 1. Open your AhsayOBM/AhsayACB from the desktop icon or Windows: Start menu System icon tray Ahsay Systems Corporation Limited 35

40 Mac OSX: Applications folder Linux (for some dististribution): Application menu Note: Please refer to the next section if you need to run AhsayOBM from a Linux console. 2. Since you have created an user name called David in previous step, you can click on Login to login with the user David. Ahsay Systems Corporation Limited 36

41 3. Enter the login name and password. 4. Option: If you don t want the application to prompt the password every time when you enter the application interface, check on the Save password check box. 5. Click on the Show advanced option link, the Backup Server and Proxy option will be shown. Ahsay Systems Corporation Limited 37

42 6. Select the connection protocol http or https from the drop down box. 7. Select the backup server from the drop down list or type in the backup server IP/DNS entry. 8. Option: Slide the Use proxy to access the Internet switch from left to right to turn on the proxy setting. i. Enter the IP address of your proxy server. ii. Enter the connecting Port of your proxy server. iii. Enter the Login ID to your proxy server. iv. Enter the login Password of your proxy login account. v. Click on the Test connection button to test on the connection. Ahsay Systems Corporation Limited 38

43 9. Click [OK] to continue Create backup set with AhsayOBM The backup set creation is similar on Windows, Linux with GUI and Mac OSX. The following steps will guide you to finish the setup of a file backup set, and backup files to the AhsayCBS storage. 1. Click the [Backup Sets] button. 2. Click the [+] button to add a new backup set. Ahsay Systems Corporation Limited 39

44 3. Enter a meaningful name for the backup set in the Name field, and select the File Backup from the drop down box and click [Next] to continue. 4. Click on the check box next to the default backup folder that you want to backup. Ahsay Systems Corporation Limited 40

45 5. Option: Slide the backup filter switch from left to right if you need to apply backup filter for your backup set. 6. Option: Click on the I would like to choose the files to backup if you want to select other drives or folders in your computer. 7. Click [Next] to continue. 8. To enable a schedule backup of this backup set, slide the run schedule backup switch from right to left. Ahsay Systems Corporation Limited 41

46 9. Click on the [+] button. 10. Enter the backup schedule details. i. Enter a meaningful name for the backup schedule in the Name field. ii. Select the type of the schedule from the drop down box, eg: Daily. iii. Select the backup start time from the drop down box, eg: 14:00. iv. Select the criteria of the stop backup from the drop down box, eg: until full backup completed. v. Option: Check the box next to Run Retention Policy after backup if you need to remove retention data after the backup. 11. Click [OK] and then click on [Next] to continue. Ahsay Systems Corporation Limited 42

47 12. Select the mode of the backup in the drop down box, eg: Sequential. 13. Click on the [+] to add a new storage destination on the AhsayCBS. 14. Select the radio button next to the storage type, eg: Single storage destination, and select the Destination storage from the drop down box, eg: CBS. 15. Click [OK] and then click on [Next] to continue. Ahsay Systems Corporation Limited 43

48 16. Click on the [Next] button if you select the default encryption key, the following settings will be used. Encryption Key: A randomly generated key of 44 alpha numeric characters Encryption Key length: 256 bits Encryption Algorithm: AES Encryption Method: CBC 17. Option: Select Custom from the drop down box if you want to modify the encryption setting. 18. Click [Next] to continue. Ahsay Systems Corporation Limited 44

49 19. Enter the password for this Windows account so that AhsayOBM can access to the files that you selected. 20. Click [Backup Now] to start the backup. Important: Encryption settings are set at the backup set s creation time, even if the password is changed afterwards, the encryption key remains the same and cannot be modified afterwards. Please make sure you have written down the encryption key and keep it in a safe place. If the backup computer is crashed, you will not be able to restore the encryption key, and the data that you backup is irretrievable. Ahsay Systems Corporation Limited 45

50 2.5.3 Create backup with AhsayOBM installed on Linux console. This section will be available in future release. Ahsay Systems Corporation Limited 46

51 2.5.4 Create backup set with AhsayACB The backup set creation is similar on Windows and Mac OSX. The following steps will guide you to finish the setup of a file backup set, and backup files to the AhsayCBS storage. 1. Click the [Backup Sets] button. 2. Click the [+] button to add a new backup set. 3. Enter a meaningful name for the backup set in the Name field, and select the File Backup from the drop down box and click [Next] to continue. Ahsay Systems Corporation Limited 47

52 4. Click on the check box next to the default backup folder that you want to backup. 5. Option: Click on the I would like to choose the files to backup if you want to select other drives or folders in your computer. 6. Click [Next] to continue. 7. To enable a schedule backup of this backup set, slide the run schedule backup switch from left to right. Ahsay Systems Corporation Limited 48

53 8. Click on the [+] button. 9. Enter the backup schedule details. i. Enter a meaningful name for the backup schedule in the Name field. ii. Select the type of the schedule from the drop down box, eg: Daily. iii. Select the backup start time from the drop down box, eg: 14:00. iv. Select the criteria of the stop backup from the drop down box, eg: until full backup completed. v. Option: Check the box next to Run Retention Policy after backup if you need to remove retention data after the backup. 10. Click [OK] and then click on [Next] to continue. Ahsay Systems Corporation Limited 49

54 11. Select the mode of the backup in the drop down box, eg: Sequential. 12. Click on the [+] to add a new storage destination on the AhsayCBS. 13. Select the radio button next to the storage type, eg: Single storage destination, and select the Destination storage from the drop down box, eg: CBS. 14. Click [OK] and then click on [Next] to continue. Ahsay Systems Corporation Limited 50

55 15. Click on the [Next] button if you select the default encryption key, the following settings will be used. Encryption Key: A randomly generated key of 44 alpha numeric characters Encryption Key length: 256 bits Encryption Algorithm: AES Encryption Method: CBC 16. Option: Select Custom from the drop down box if you want to modify the encryption setting. 17. Click [Next] to continue. Ahsay Systems Corporation Limited 51

56 18. Enter the password for this Windows account so that AhsayACB can access to the files that you selected. 19. Click [Backup Now] to start the backup. Important: Encryption settings are set at the backup set s creation time, even if the password is changed afterwards, the encryption key remains the same and cannot be modified afterwards. Please make sure you have written down the encryption key and keep it in a safe place. If the backup computer is crashed, you will not be able to restore the encryption key, and the data that you backup is irretrievable. Ahsay Systems Corporation Limited 52

57 3 Further Information If you have any question or suggestion about this document, please send an to our support team via our forum. Ahsay Systems Corporation Limited 53

Ahsay Online Backup Manager v7 Quick Start Guide for Synology NAS

Ahsay Online Backup Manager v7 Quick Start Guide for Synology NAS Ahsay Online Backup Manager v7 Quick Start Guide for Synology NAS Ahsay Systems Corporation Limited 26 October 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation Limited. All rights reserved.

More information

Key Steps for AhsayOBS to AhsayCBS Upgrade and Data Migration

Key Steps for AhsayOBS to AhsayCBS Upgrade and Data Migration Key Steps for AhsayOBS to AhsayCBS Upgrade and Data Migration Ahsay Systems Corporation Limited 1 June 2016 www.ahsay.com Key Steps for AhsayOBS to AhsayCBS Upgrade and Data Migration Copyright Notice

More information

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

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

More information

Ahsay Cloud Backup Suite. Administrator s Guide. Ahsay Systems Corporation Limited. 8 December 2015

Ahsay Cloud Backup Suite. Administrator s Guide. Ahsay Systems Corporation Limited. 8 December 2015 V7 Administrator s Guide Ahsay Systems Corporation Limited 8 December 2015 Ahsay Cloud Backup Suite Copyright Notice 2015 Ahsay Systems Corporation Limited. All rights reserved. The use and copying of

More information

Ahsay Online Backup Manager v7 Microsoft System State Backup and Restore Guide

Ahsay Online Backup Manager v7 Microsoft System State Backup and Restore Guide Ahsay Online Backup Manager v7 Microsoft System State Backup and Restore Guide Ahsay Systems Corporation Limited 1 November 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation Limited. All

More information

Online Backup Manager v7 Office 365 Exchange Online Backup & Restore Guide for Windows

Online Backup Manager v7 Office 365 Exchange Online Backup & Restore Guide for Windows Online Backup Manager v7 Office 365 Exchange Online Backup & Restore Guide for Windows Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited.

More information

Ahsay Backup Software. Upgrade Guide. version 6. Ahsay Systems Corporation Limited

Ahsay Backup Software. Upgrade Guide. version 6. Ahsay Systems Corporation Limited version 6 Ahsay Systems Corporation Limited 8 January 2015 Ahsay Backup Software Copyright Notice 2015 Ahsay Systems Corporation Limited All rights reserved. The use and copying of this product is subject

More information

DOCUMENTATION MICROSOFT EXCHANGE INDIVIDUAL BRICK LEVEL BACKUP & RESTORE OPERATIONS

DOCUMENTATION MICROSOFT EXCHANGE INDIVIDUAL BRICK LEVEL BACKUP & RESTORE OPERATIONS DOCUMENTATION MICROSOFT EXCHANGE INDIVIDUAL BRICK LEVEL Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

A-Click Backup Manager v7 Office 365 Exchange Online Backup & Restore Guide for Mac OS X

A-Click Backup Manager v7 Office 365 Exchange Online Backup & Restore Guide for Mac OS X A-Click Backup Manager v7 Office 365 Exchange Online Backup & Restore Guide for Mac OS X Ahsay Systems Corporation Limited 3 November 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation

More information

StarVault Cloud Backup v7 Office 365 Exchange Online Backup & Restore Guide for Windows

StarVault Cloud Backup v7 Office 365 Exchange Online Backup & Restore Guide for Windows StarVault Cloud Backup v7 Office 365 Exchange Online Backup & Restore Guide for Windows StarVault Systems Corporation Limited 24 Aug 2016 [Type here] Copyright Notice 2016 StarVault Systems Corporation

More information

Online Backup Manager v7 Quick Start Guide for Synology NAS

Online Backup Manager v7 Quick Start Guide for Synology NAS Online Backup Manager v7 Quick Start Guide for Synology NAS Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

Ahsay Cloud Backup Suite v7 User s Guide

Ahsay Cloud Backup Suite v7 User s Guide Ahsay Cloud Backup Suite v7 User s Guide Ahsay Systems Corporation Limited 20 September 2018 www.ahsay.com Copyright Notice 2018 Ahsay Systems Corporation Limited. All rights reserved. The use and copying

More information

Ahsay Cloud Backup Suite v7 User s Guide

Ahsay Cloud Backup Suite v7 User s Guide Ahsay Cloud Backup Suite v7 User s Guide Ahsay Systems Corporation Limited 3 November 2017 Copyright Notice 2017 Ahsay Systems Corporation Limited. All rights reserved. The use and copying of this product

More information

Ahsay Online Backup Manager v7 Quick Start Guide for Linux (GUI)

Ahsay Online Backup Manager v7 Quick Start Guide for Linux (GUI) Ahsay Online Backup Manager v7 Quick Start Guide for Linux (GUI) Ahsay Systems Corporation Limited 1 November 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation Limited. All rights reserved.

More information

AhsayUBS Installation Guide on HP ProLiant MicroServer Gen8

AhsayUBS Installation Guide on HP ProLiant MicroServer Gen8 AhsayUBS Installation Guide on HP V1.0 Ahsay Systems Corporation Limited 1 June 2015 AhsayUBS Installation Guide on HP ProLiant MircoServer Gen8 Copyright Notice 2015 Ahsay Systems Corporation Limited

More information

Ahsay Online Backup Manager v7 Quick Start Guide for Windows

Ahsay Online Backup Manager v7 Quick Start Guide for Windows Ahsay Online Backup Manager v7 Quick Start Guide for Windows Ahsay Systems Corporation Limited 1 November 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation Limited. All rights reserved.

More information

MySQL Database Backup and Restore for Windows

MySQL Database Backup and Restore for Windows MySQL Database Backup and Restore for Windows CloudBacko Corporation 1 March 2018 2018 CloudBacko Corporation. All rights reserved. The use and copying of this product is subject to a license agreement.

More information

Windows 2000 / XP / Vista User Guide

Windows 2000 / XP / Vista User Guide Windows 2000 / XP / Vista User Guide Version 5.5.1.0 September 2008 Backup Island v5.5 Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited.

More information

Microsoft Exchange 2016 Mail Level Backup & Restore Guide

Microsoft Exchange 2016 Mail Level Backup & Restore Guide Microsoft Exchange 2016 Mail Level Backup & Restore Guide CloudBacko Corporation 29 November 2017 Copyright Notice 2017 CloudBacko Corporation. All rights reserved. The use and copying of this product

More information

BACKUP APP V7 CLOUUD FILE BACKUP & RESTORE GUIDE FOR WINDOWS

BACKUP APP V7 CLOUUD FILE BACKUP & RESTORE GUIDE FOR WINDOWS V7 CLOUUD FILE BACKUP & RESTORE GUIDE FOR WINDOWS Table of Contents 1 Overview... 1 1.1 About This Document... 7 2 Preparing for Backup and Restore... 8 2.1 Hardware Requirement... 8 2.2 Software Requirement...

More information

VMware vcenter/esxi Guest Virtual Machine Backup & Restore Guide. 11 September 2017

VMware vcenter/esxi Guest Virtual Machine Backup & Restore Guide. 11 September 2017 VMware vcenter/esxi Guest Virtual Machine Backup & Restore Guide 11 September 2017 Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No

More information

Data Ark A-Click Backup

Data Ark A-Click Backup Data Ark A-Click Backup v6 Centro Systems Limited 16 September 2013 Data Ark A-Click Backup Copyright Notice 2013 Centro Systems Limited All rights reserved. The use and copying of this product is subject

More information

BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS

BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS Revision History Date Descriptions Type of modification 29 Jun 2016 First Draft New 25 Nov 2016 Modified Ch 3 Download Backup App, Ch 3 Install Backup App

More information

Ahsay Offsite Backup Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department

Ahsay Offsite Backup Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department Ahsay Offsite Backup Server v5.5 Administrator s Guide Ahsay TM Online Backup - Development Department June 24, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author:

More information

Backup APP v7. Office 365 Exchange Online Backup & Restore Guide for Mac OS X

Backup APP v7. Office 365 Exchange Online Backup & Restore Guide for Mac OS X Backup APP v7 Office 365 Exchange Online Backup & Restore Guide for Mac OS X Revision History Date Descriptions Type of modification 5 Apr 2017 First Draft New Table of Contents 1 Overview... 1 About This

More information

Ahsay Online Backup Manager v7 Microsoft Exchange 2007/2010/2013 Mail Level Backup & Restore Guide

Ahsay Online Backup Manager v7 Microsoft Exchange 2007/2010/2013 Mail Level Backup & Restore Guide Ahsay Online Backup Manager v7 Microsoft Exchange 2007/2010/2013 Mail Level Backup & Restore Guide Ahsay Systems Corporation Limited 31 October 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation

More information

This product includes software developed by the Apache Software Foundation (http://www.apache.org/).

This product includes software developed by the Apache Software Foundation (http://www.apache.org/). www.ahsay.com 2016 Ahsay Systems Corporation Limited. All rights reserved. The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

Ahsay Offsite Backup Server

Ahsay Offsite Backup Server v6 High Availability Option Setup Guide Ahsay Systems Corporation Limited 8 January 2015 Ahsay Offsite Backup Server Copyright Notice 2015 Ahsay Systems Corporation Limited All rights reserved. The use

More information

Copyright. Trademarks. Warranty. Copyright 2018 YEALINK (XIAMEN) NETWORK TECHNOLOGY

Copyright. Trademarks. Warranty. Copyright 2018 YEALINK (XIAMEN) NETWORK TECHNOLOGY Copyright Copyright 2018 YEALINK (XIAMEN) NETWORK TECHNOLOGY Copyright 2018 Yealink (Xiamen) Network Technology CO., LTD. All rights reserved. No parts of this publication may be reproduced or transmitted

More information

Network Server Suite. v10.3 Installation Guide

Network Server Suite. v10.3 Installation Guide Network Server Suite v10.3 Installation Guide Copyright Copyright HelpSystems, LLC. All rights reserved. www.helpsystems.com US: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148 IBM, AS/400, OS/400,

More information

oobu BulkVault Online Backup v5.5 Administrator s Guide

oobu BulkVault Online Backup v5.5 Administrator s Guide Version 5.5 Aug 2010 Copyright Notice oobu Limited 2008. All rights reserved. Author: Martin Edwards The use and copying of this product is subject to a license agreement. Any other use is prohibited.

More information

Ahsay Redirector. Administrator s Guide. Ahsay Systems Corporation Limited. 10 July 2014

Ahsay Redirector. Administrator s Guide. Ahsay Systems Corporation Limited. 10 July 2014 Ahsay Redirector v6 Administrator s Guide Ahsay Systems Corporation Limited 10 July 2014 Ahsay Redirector Copyright Notice 2014 Ahsay Systems Corporation Limited. All rights reserved. The use and copying

More information

Ahsay Backup Software v7 Upgrade/Migration Guide

Ahsay Backup Software v7 Upgrade/Migration Guide Ahsay Backup Software v7 Upgrade/Migration Guide Ahsay Systems Corporation Limited 31 October 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation Limited. All rights reserved. The use and

More information

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

Backup App V7. Quick Start Guide for Windows

Backup App V7. Quick Start Guide for Windows Backup App V7 Quick Start Guide for Windows Revision History Date Descriptions Type of modification 30 Jun 2016 First Draft New 25 Nov 2016 Added Restore Options to Ch 8 Restoring Data; Combined Technical

More information

Service Portal User Guide

Service Portal User Guide FUJITSU Cloud Service K5 IaaS Service Portal User Guide Version 1.4 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2016 K5IA-DC-M-005-001E Preface Purpose of This Manual This manual

More information

Veritas Desktop and Laptop Option Mac Getting Started Guide

Veritas Desktop and Laptop Option Mac Getting Started Guide Veritas Desktop and Laptop Option 9.3.1 Mac Getting Started Guide 20-Nov-18 The software described in this document is furnished under a license agreement and may be used only in accordance with the terms

More information

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

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

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

More information

ExpressCluster X 2.0 for Linux

ExpressCluster X 2.0 for Linux ExpressCluster X 2.0 for Linux Installation and Configuration Guide 03/31/2009 3rd Edition Revision History Edition Revised Date Description First 2008/04/25 New manual Second 2008/10/15 This manual has

More information

Oracle Hospitality Simphony Cloud Services Post-Installation or Upgrade Guide Release 2.10 E July 2018

Oracle Hospitality Simphony Cloud Services Post-Installation or Upgrade Guide Release 2.10 E July 2018 Oracle Hospitality Simphony Cloud Services Post-Installation or Upgrade Guide Release 2.10 E89810-04 July 2018 Copyright 2010, 2018, Oracle and/or its affiliates. All rights reserved. This software and

More information

Server Installation ZENworks Mobile Management 2.6.x January 2013

Server Installation ZENworks Mobile Management 2.6.x January 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.6.x January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Netwrix Auditor for Active Directory

Netwrix Auditor for Active Directory Netwrix Auditor for Active Directory Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

HA Monitor Kit for Oracle

HA Monitor Kit for Oracle For Linux (R) (x86) Systems HA Monitor Kit for Oracle Description and User's Guide 3000-9-135-10(E) Relevant program products P-F9S2C-E1121 HA Monitor Kit for Oracle 01-01 (for Red Hat Enterprise Linux

More information

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

Oracle Hospitality Simphony Post-Installation or Upgrade Guide. Release 18.2

Oracle Hospitality Simphony Post-Installation or Upgrade Guide. Release 18.2 Oracle Hospitality Simphony Post-Installation or Upgrade Guide Release 18.2 F12086-01 December 2018 Oracle Hospitality Simphony Post-Installation or Upgrade Guide, Release 18.2 F12086-01 Copyright Oracle

More information

Red Hat Enterprise Virtualization 3.6

Red Hat Enterprise Virtualization 3.6 Red Hat Enterprise Virtualization 3.6 Introduction to the User Portal Accessing and Using the User Portal Last Updated: 2017-09-27 Red Hat Enterprise Virtualization 3.6 Introduction to the User Portal

More information

Red Hat Enterprise Virtualization 3.6 Introduction to the User Portal

Red Hat Enterprise Virtualization 3.6 Introduction to the User Portal Red Hat Enterprise Virtualization 3.6 Introduction to the User Portal Accessing and Using the User Portal Red Hat Enterprise Virtualization Documentation Team Red Hat Enterprise Virtualization 3.6 Introduction

More information

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

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

More information

Setting up the DR Series System on Acronis Backup & Recovery v11.5. Technical White Paper

Setting up the DR Series System on Acronis Backup & Recovery v11.5. Technical White Paper Setting up the DR Series System on Acronis Backup & Recovery v11.5 Technical White Paper Quest Engineering November 2017 2017 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Veritas Desktop Agent for Mac Getting Started Guide

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

More information

Veritas Desktop and Laptop Option 9.2

Veritas Desktop and Laptop Option 9.2 1. Veritas Desktop and Laptop Option 9.2 Quick Reference Guide for DLO Installation and Configuration 24-Jan-2018 Veritas Desktop and Laptop Option: Quick Reference Guide for DLO Installation and Configuration.

More information

SOFTRAID XT. User Guide. an Other World Computing brand

SOFTRAID XT. User Guide. an Other World Computing brand SOFTRAID XT User Guide an Other World Computing brand CONTENTS Introduction... 1 1.1 Minimum System Requirements 1.2 Features 1.3 About This Manual Using... 2 2.1 About Easy Setup 2.2 Using Easy Setup

More information

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

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

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Hitachi Storage Command Portal Installation and Configuration Guide

Hitachi Storage Command Portal Installation and Configuration Guide Hitachi Storage Command Portal Installation and Configuration Guide FASTFIND LINKS Document Organization Product Version Getting Help Table of Contents # MK-98HSCP002-04 Copyright 2010 Hitachi Data Systems

More information

Getting Started with Soonr

Getting Started with Soonr WWW.SOONR.COM Getting Started with Soonr A Quick Start Guide for New Users Soonr Inc. 12/19/2012 Revision 1.1 Copyright 2012, Soonr Inc., all rights reserved. Table of Contents 1 How Soonr Workplace Works...

More information

VMware vcenter/esxi Guest Virtual Machine Backup & Restore Guide

VMware vcenter/esxi Guest Virtual Machine Backup & Restore Guide VMware vcenter/esxi Guest Virtual Machine Backup & Restore Guide CloudBacko Corporation 11 September 2017 www.cloudbacko.com A wholly owned subsidiary of Ahsay Backup Software Development Company Limited

More information

x10data Application Platform v7.1 Installation Guide

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

More information

Security Guide Release 4.0

Security Guide Release 4.0 [1]Oracle Communications Session Monitor Security Guide Release 4.0 E89197-01 November 2017 Oracle Communications Session Monitor Security Guide, Release 4.0 E89197-01 Copyright 2017, Oracle and/or its

More information

Crestron Fusion Cloud On-Premises Software Enterprise Management Platform. Installation Guide Crestron Electronics, Inc.

Crestron Fusion Cloud On-Premises Software Enterprise Management Platform. Installation Guide Crestron Electronics, Inc. Crestron Fusion Cloud On-Premises Software Enterprise Management Platform Installation Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron

More information

Microsoft Exchange Database Backup & Restore Guide. 15 November CloudBacko Corporation

Microsoft Exchange Database Backup & Restore Guide.  15 November CloudBacko Corporation Microsoft Exchange Database Backup & Restore Guide CloudBacko Corporation 15 November 2017 www.cloudbacko.com A wholly owned subsidiary of CloudBacko Corporation Backup Software Development Company Limited

More information

Symantec Drive Encryption Evaluation Guide

Symantec Drive Encryption Evaluation Guide Symantec Drive Encryption Evaluation Guide Getting Started Installing Symantec Encryption Management Server is the first product deployment step for any Symantec Encryption evaluation (also known as a

More information

Sophos Mobile Control startup guide. Product version: 7

Sophos Mobile Control startup guide. Product version: 7 Sophos Mobile Control startup guide Product version: 7 Contents 1 About this guide...4 2 About Sophos Mobile Control...5 3 Sophos Mobile Control licenses...7 3.1 Trial licenses...7 3.2 Upgrade trial licenses

More information

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 0. Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Veritas System Recovery 18 Management Solution Administrator's Guide

Veritas System Recovery 18 Management Solution Administrator's Guide Veritas System Recovery 18 Management Solution Administrator's Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

Symantec Desktop and Laptop Option 8.0 SP2. Symantec Desktop Agent for Mac. Getting Started Guide

Symantec Desktop and Laptop Option 8.0 SP2. Symantec Desktop Agent for Mac. Getting Started Guide Symantec Desktop and Laptop Option 8.0 SP2 Symantec Desktop Agent for Mac Getting Started Guide Disclaimer The information contained in this publication is subject to change without notice. Symantec Corporation

More information

NetXplorer. Installation Guide. Centralized NetEnforcer Management Software P/N D R3

NetXplorer. Installation Guide. Centralized NetEnforcer Management Software P/N D R3 NetXplorer Centralized NetEnforcer Management Software Installation Guide P/N D357006 R3 Important Notice Important Notice Allot Communications Ltd. ("Allot") is not a party to the purchase agreement

More information

Red Hat CloudForms 4.0

Red Hat CloudForms 4.0 Red Hat CloudForms 4.0 Installing CloudForms on VMware vsphere How to Install and Configure the CloudForms Management Engine Appliance on a VMware vsphere environment Last Updated: 2017-12-08 Red Hat

More information

Netwrix Auditor for SQL Server

Netwrix Auditor for SQL Server Netwrix Auditor for SQL Server Quick-Start Guide Version: 9.5 10/25/2017 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.6.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

SurveOne. User Manual. Release 1.0

SurveOne. User Manual. Release 1.0 SurveOne User Manual Release 1.0 About This Document This manual introduces SurveOne, the Web-based Easy System Management Tool and describes how to use it, providing an overview of SurveOne functionality

More information

Oracle Endeca Web Acquisition Toolkit

Oracle Endeca Web Acquisition Toolkit Oracle Endeca Web Acquisition Toolkit Installation Guide Version 3.2.0 January 2016 Copyright and disclaimer Copyright 2003, 2016, Oracle and/or its affiliates. All rights reserved. Oracle and Java are

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating vservers 12c Release 1 (12.1.4.0.0) E27357-02 June 2013 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops Center. Introduction

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Configure and Install Root Domains 12c Release 3 (

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Configure and Install Root Domains 12c Release 3 ( Oracle Enterprise Manager Ops Center Configure and Install Root Domains 12c Release 3 (12.3.0.0.0) E60040-01 June 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

version 5.4 Installation Guide

version 5.4 Installation Guide version 5.4 Installation Guide Document Release Date: February 9, 2012 www.phdvirtual.com Legal Notices PHD Virtual Backup for Citrix XenServer Installation Guide Copyright 2010-2012 PHD Virtual Technologies

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

BlackBerry Enterprise Server for Lotus Domino 2.0 Service Pack 5 Readme file

BlackBerry Enterprise Server for Lotus Domino 2.0 Service Pack 5 Readme file BlackBerry Enterprise Server for Lotus Domino 2.0 Service Pack 5 Readme file PLEASE READ THE LEGAL NOTICES SET OUT AT THE END OF THIS DOCUMENT. This document provides information about BlackBerry Enterprise

More information

Oracle Cloud Known Issues for Trial and Paid Subscriptions. Release 18.1

Oracle Cloud Known Issues for Trial and Paid Subscriptions. Release 18.1 Oracle Cloud Known Issues for Trial and Paid Subscriptions Release 18.1 E54561-08 March 2018 Oracle Cloud Known Issues for Trial and Paid Subscriptions, Release 18.1 E54561-08 Copyright 2014, 2018, Oracle

More information

Deploy. A step-by-step guide to successfully deploying your new app with the FileMaker Platform

Deploy. A step-by-step guide to successfully deploying your new app with the FileMaker Platform Deploy A step-by-step guide to successfully deploying your new app with the FileMaker Platform Share your custom app with your team! Now that you ve used the Plan Guide to define your custom app requirements,

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Oracle Cloud. Using the Google Calendar Adapter Release 16.3 E

Oracle Cloud. Using the Google Calendar Adapter Release 16.3 E Oracle Cloud Using the Google Calendar Adapter Release 16.3 E68599-05 September 2016 Oracle Cloud Using the Google Calendar Adapter, Release 16.3 E68599-05 Copyright 2015, 2016, Oracle and/or its affiliates.

More information

Oracle Cloud Using the MailChimp Adapter. Release 17.3

Oracle Cloud Using the MailChimp Adapter. Release 17.3 Oracle Cloud Using the MailChimp Adapter Release 17.3 E70293-07 September 2017 Oracle Cloud Using the MailChimp Adapter, Release 17.3 E70293-07 Copyright 2016, 2017, Oracle and/or its affiliates. All rights

More information

Ahsay Online Backup Manager v7 Microsoft SQL Server Backup and Restore Guide

Ahsay Online Backup Manager v7 Microsoft SQL Server Backup and Restore Guide Ahsay Online Backup Manager v7 Microsoft SQL Server Backup and Restore Guide Ahsay Systems Corporation Limited 22 March 2018 www.ahsay.com Copyright Notice 2018 Ahsay Systems Corporation Limited. All rights

More information

Veritas System Recovery 16 Management Solution Administrator's Guide

Veritas System Recovery 16 Management Solution Administrator's Guide Veritas System Recovery 16 Management Solution Administrator's Guide Documentation version: 2017 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Oracle Fusion Middleware. 1 Introduction. 1.1 Supported Functionality and Intended Use. 1.2 Limitations

Oracle Fusion Middleware. 1 Introduction. 1.1 Supported Functionality and Intended Use. 1.2 Limitations Oracle Fusion Middleware Installation Notes for Oracle Business Intelligence Mobile App Designer Trial Edition 11g Release 1 (11.1.1) E49297-01 September 2013 Welcome to Installation Notes for Oracle Business

More information

Introduction to Administration

Introduction to Administration Oracle Enterprise Manager Ops Center Administer Your Environment Using Oracle Enterprise Manager Ops Center 12c Release 3 (12.3.0.0.0) E59991-01 June 2015 This guide provides an end-to-end example for

More information

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

Release Date April 9, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.0 SP2 Installation Guide Release Date April 9, 2010 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2009 Adeptia, Inc. All rights reserved. Trademarks

More information

EMC SourceOne for File Systems

EMC SourceOne for File Systems EMC SourceOne for File Systems Version 7.2 Administration Guide 302-000-958 REV 02 Copyright 2005-2015 EMC Corporation. All rights reserved. Published in the USA. Published December 9, 2015 EMC believes

More information

Quick Installation Guide

Quick Installation Guide Oracle Revenue Management and Billing Version 2.4.0.1.0 Revision 6.1 E65333-01 July, 2015 Oracle Revenue Management and Billing E65333-01 Copyright Notice Copyright 2015, Oracle and/or its affiliates.

More information

SonicWall Global VPN Client Getting Started Guide

SonicWall Global VPN Client Getting Started Guide SonicWall Global VPN Client 4.10 Getting Started Guide Copyright 2017 SonicWall Inc. All rights reserved. SonicWall is a trademark or registered trademark of SonicWall Inc. and/or its affiliates in the

More information

Version March 7, 2012

Version March 7, 2012 PCAM Installer User's Manual Version 3.0.6 March 7, 2012 GPI360, Inc. IT121107-1 1 GPI360 Inc. PCAM Installer User s Manual Document Part Number: IT121107-1 Document Version: 3.0.6 Revised: April 13, 2012

More information

ExpressCluster X 3.2 for Linux

ExpressCluster X 3.2 for Linux ExpressCluster X 3.2 for Linux Installation and Configuration Guide 5/23/2014 2nd Edition Revision History Edition Revised Date Description 1st 2/19/2014 New manual 2nd 5/23/2014 Corresponds to the internal

More information

Setting up the DR Series System with vranger. Technical White Paper

Setting up the DR Series System with vranger. Technical White Paper Setting up the DR Series System with vranger Technical White Paper Quest Engineering November 2017 2017 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

Oracle Cloud Using the Google Calendar Adapter. Release 17.3

Oracle Cloud Using the Google Calendar Adapter. Release 17.3 Oracle Cloud Using the Google Calendar Adapter Release 17.3 E68599-09 October 2017 Oracle Cloud Using the Google Calendar Adapter, Release 17.3 E68599-09 Copyright 2015, 2017, Oracle and/or its affiliates.

More information

MySQL and Virtualization Guide

MySQL and Virtualization Guide MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit

More information

Installation Guide. Help Desk Manager. Version

Installation Guide. Help Desk Manager. Version Installation Guide Help Desk Manager Version 12.3.0 Contents Introduction 1 Key Features 1 Parent/Child Service Relationships 1 Automated Ticketing Processing 1 Asset Management 2 Installation Requirements

More information

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

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

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release Oracle Enterprise Manager Ops Center Installing and Updating Local Software Packages 12c Release 12.1.2.0.0 E37233-01 November 2012 This guide provides an end-to-end example for how to use Oracle Enterprise

More information

Apptix Online Backup by Mozy User Guide

Apptix Online Backup by Mozy User Guide Apptix Online Backup by Mozy User Guide 1.10.1.2 Contents Chapter 1: Overview...5 Chapter 2: Installing Apptix Online Backup by Mozy...7 Downloading the Apptix Online Backup by Mozy Client...7 Installing

More information