Ahsay Cloud Backup Suite

Size: px
Start display at page:

Download "Ahsay Cloud Backup Suite"

Transcription

1 V7 Ahsay Systems Corporation Limited 8 September 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.3.0

3 Revision History Date Description Type of modification 31 Aug 2015 First revision for AhsayCBS Quick Start New Guide Ahsay Systems Corporation Limited V7.3.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 Appendix Appendix A Product Documentations [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, 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 Backup Server tab. 4. Click on the License tab. 5. If you are evaluating the AhsayCBS, you can use the evaluation license provided in the page. Go to step If you have a purchased license, copy and paste the licensee name, license key into the relavent field. Ahsay Systems Corporation Limited 9

14 7. Click on [Update] button. 8. 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 Backup Server tab on the right hand side. 2. In the Basic tab, locate the User Homes section. 3. Click on the [+] button. 4. Enter the field Home Directory 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:\ 5. Click on the [Add] button. 6. Before you click on the [Save] button, it is recommended to remove the default user home in the C:\ drive or any system partition. Click on the check box in front of the C:\ drive or any system partition. Ahsay Systems Corporation Limited 12

17 7. Click on the [Trash] icon to remove the user home. Ahsay Cloud Backup Suite 8. Click [OK] to confirm the deletion. 9. Click on the [Save] button to save the new user home settings. Ahsay Systems Corporation Limited 13

18 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 System Panel tab on the right hand side. 2. In the Server tab, locate the SMTP Server section. 3. Click on the [+] button. Ahsay Systems Corporation Limited 14

19 4. Type in the SMTP mail server settings in the Host Name and Port. 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 to use a free SMTP such as gmail. Ahsay Systems Corporation Limited 15

20 2.3.4 Create user account Create a user account for the backup machine. 1. Click on the User & User Group under the User Management on the right hand side. 2. Click on the [+] button to create a new user account. 3. Type in Login Name and Password in the relavent field. 4. Option: 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.) 5. Click [Next] to continue. (Minimum password length is 6 alphanumeric characters.) Ahsay Systems Corporation Limited 16

21 6. Option: Enter the Host Name 7. Option: Enter the Alias 8. 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. 9. 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. 10. Select the status of this user account by the radio button next to the status type. Ahsay Systems Corporation Limited 17

22 11. 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. 12. Select the language for this user account. (This is the language setup for this user, eg: the language of the backup report) 13. Select the correct timezone for this user in the drop down selection box. 14. Option: Enter your notes in the Notes field if any. 15. Click [Next] to continue. 16. Select the backup user type by clicking on the radio button next to the AhsayOBM user or AhsayACB user Ahsay Systems Corporation Limited 18

23 17. Click on the check box(es) to select the Add-on Modules for this user. 18. Enter the backup quota value, and select the unit of this value from the drop down box. 19. Click [Next] to continue. 20. Click [+] to add user s contact information. 21. Fill in the contact details and click [Add] to continue. Ahsay Systems Corporation Limited 19

24 22. Click [Add] to continue. 23. Click on the [Save] button to save the user information. Ahsay Systems Corporation Limited 20

25 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 Windows 1. Download the AhsayOBM installer (obm-win.exe) from the AhsayOBS web interface. 2. Run the downloaded installer. 3. Choose the language, then click [OK] to continue. 4. Click [Next] to continue. Ahsay Systems Corporation Limited 21

26 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 22

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

28 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 24

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

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

31 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 AhsayOBM. Ahsay Systems Corporation Limited 27

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

33 2.4.2 Install AhsayACB General requirements: - Windows Windows 7 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. 2. Run the downloaded installer. 3. Choose the language, then click [OK] to continue. Ahsay Systems Corporation Limited 29

34 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 30

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

36 Mac 1. Download the AhsayACB installer (acb.dmg) from the AhsayOBS web interface. 2. Open the acb.dmg disk image file. Ahsay Systems Corporation Limited 32

37 3. After you opened the disk image, run the acb.pkg. Ahsay Cloud Backup Suite 4. Click [Continue] to the next screen. 5. Click [Continue] to the next screen. Ahsay Systems Corporation Limited 33

38 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 34

39 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 35

40 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 36

41 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 37

42 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 38

43 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 39

44 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 40

45 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 41

46 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 42

47 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 43

48 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 44

49 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 45

50 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 46

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

52 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 48

53 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 49

54 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 50

55 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 51

56 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 52

57 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 53

58 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 54

59 Appendix Appendix A Product Documentations Please visit this link for the documentations of Ahsay Products. Ahsay Cloud Backup Suite Ahsay Systems Corporation Limited 55

Ahsay Offsite Backup Server and Ahsay Replication Server

Ahsay Offsite Backup Server and Ahsay Replication Server Ahsay Offsite Backup Server and Ahsay Replication Server v6 Ahsay Systems Corporation Limited 19 April 2013 Ahsay Offsite Backup Server and Ahsay Replication Server Copyright Notice 2013 Ahsay Systems

More information

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

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

More information

DOCUMENTATION MICROSOFT SQL BACKUP & RESTORE OPERATIONS

DOCUMENTATION MICROSOFT SQL BACKUP & RESTORE OPERATIONS DOCUMENTATION MICROSOFT SQL BACKUP & RESTORE OPERATIONS 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

DOCUMENTATION FILE BACKUP

DOCUMENTATION FILE BACKUP DOCUMENTATION 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 may be reproduced, transmitted, transcribed,

More information

Ahsay BackupBox v1.0. Deployment Guide. Ahsay TM Online Backup - Development Department

Ahsay BackupBox v1.0. Deployment Guide. Ahsay TM Online Backup - Development Department Ahsay BackupBox v1.0 Deployment Guide Ahsay TM Online Backup - Development Department October 30, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. The use and copying

More information

DOCUMENTATION SYSTEM STATE BACKUP & RESTORE OPERATIONS

DOCUMENTATION SYSTEM STATE BACKUP & RESTORE OPERATIONS DOCUMENTATION SYSTEM STATE BACKUP & RESTORE OPERATIONS 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 may

More information

DOCUMENTATION MySQL BACKUP & RESTORE OPERATIONS

DOCUMENTATION MySQL BACKUP & RESTORE OPERATIONS DOCUMENTATION 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 may be reproduced, transmitted, transcribed,

More information

DOCUMENTATION SHADOWPROTECT - MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS

DOCUMENTATION SHADOWPROTECT - MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS DOCUMENTATION SHADOWPROTECT - MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited.

More information

DOCUMENTATION FILE RESTORE

DOCUMENTATION FILE RESTORE DOCUMENTATION 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 may be reproduced, transmitted, transcribed,

More information

DOCUMENTATION LOTUS NOTES BACKUP & RESTORE OPERATIONS

DOCUMENTATION LOTUS NOTES BACKUP & RESTORE OPERATIONS DOCUMENTATION LOTUS NOTES BACKUP & RESTORE OPERATIONS 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 may

More information

Ahsay A-Click Backup. User s Guide. Ahsay Systems Corporation Limited. 4 October 2012

Ahsay A-Click Backup. User s Guide. Ahsay Systems Corporation Limited. 4 October 2012 v6 Ahsay Systems Corporation Limited 4 October 2012 Ahsay A-Click Backup Copyright Notice 2012 Ahsay Systems Corporation Limited All rights reserved. The use and copying of this product is subject to a

More information

Ahsay A-Click Backup. User s Guide. Ahsay Systems Co. Ltd. 2 August 2011

Ahsay A-Click Backup. User s Guide. Ahsay Systems Co. Ltd. 2 August 2011 v6 Ahsay Systems Co. Ltd. 2 August 2011 Ahsay A-Click Backup Copyright Notice 2011 Ahsay Systems Co. Ltd. All rights reserved. The use and copying of this product is subject to a license agreement. Any

More information

DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS

DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE 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

AdaCopy Offsite Backup Server. Administrator s Guide. Adanova Sistemas S.L.L. 29 November 2012

AdaCopy Offsite Backup Server. Administrator s Guide. Adanova Sistemas S.L.L. 29 November 2012 v6 Administrator s Guide Adanova Sistemas S.L.L. 29 November 2012 Offsite Backup Server Copyright Notice 2012 Adanova Sistemas S.L.L. All rights reserved. The use and copying of this product is subject

More information

Ahsay Offsite Backup Server

Ahsay Offsite Backup Server v6 Administrator s Guide Ahsay Systems Corporation Limited 5 June 2015 Ahsay Offsite Backup Server Copyright Notice 2015 Ahsay Systems Corporation Limited. All rights reserved. The use and copying of this

More information

DOCUMENTATION MICROSOFT EXCHANGE BACKUP & RESTORE OPERATIONS

DOCUMENTATION MICROSOFT EXCHANGE BACKUP & RESTORE OPERATIONS DOCUMENTATION MICROSOFT EXCHANGE BACKUP & RESTORE OPERATIONS 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 Offsite Backup Server

Ahsay Offsite Backup Server v6 Administrator s Guide Ahsay Systems Corporation Limited 5 November 2012 Ahsay Offsite Backup Server Copyright Notice 2012 Ahsay Systems Corporation Limited. All rights reserved. The use and copying

More information

Ahsay Replication Server v5.5. Installation and Upgrade Guide

Ahsay Replication Server v5.5. Installation and Upgrade Guide Version 5.5 Aug 2008 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author: Scherring Chong The use and copying of this product is subject to a license agreement. Any other

More information

Ahsay Offsite Backup Server

Ahsay Offsite Backup Server v6 Administrator s Guide Ahsay Systems Corporation Limited 13 April 2015 Ahsay Offsite Backup Server Copyright Notice 2015 Ahsay Systems Corporation Limited. All rights reserved. The use and copying of

More information

Ahsay Offsite Backup Server v5.x. Installation and Upgrade Guide. Ahsay TM Online Backup - Development Department

Ahsay Offsite Backup Server v5.x. Installation and Upgrade Guide. Ahsay TM Online Backup - Development Department Ahsay Offsite Backup Server v5.x Installation and Upgrade Guide Ahsay TM Online Backup - Development Department October 15, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved.

More information

Ahsay Offsite Backup Server

Ahsay Offsite Backup Server v6 Administrator s Guide Ahsay Systems Corporation Limited 14 February 2012 Ahsay Offsite Backup Server Copyright Notice 2012 Ahsay Systems Corporation Limited. All rights reserved. The use and copying

More information

http://docs.trendmicro.com

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

More information

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved.

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

http://docs.trendmicro.com

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

More information

Ordering Offsite Backups

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

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Avalanche Site Edition

Avalanche Site Edition Avalanche Site Edition Version 4.8 avse ug 48 20090325 Revised 03/20/2009 ii Copyright 2008 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

Server Installation Guide ZENworks Patch Management 6.4 SP2

Server Installation Guide ZENworks Patch Management 6.4 SP2 Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch

More information

Ahsay Online Backup AutoUpdateAgent Guide. We back up your business. Ahsay Online Backup v5.5. AutoUpdateAgent Guide. Version 5.

Ahsay Online Backup AutoUpdateAgent Guide. We back up your business. Ahsay Online Backup v5.5. AutoUpdateAgent Guide. Version 5. v5.5 Version 5.5 May 22, 2009 Ahsay Systems Corporation Limited Page 1 of 6 May 22, 2009 Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited.

More information

Offsite Backup. Installation and Upgrade Guide

Offsite Backup. Installation and Upgrade Guide Offsite Backup Version 5.x June 2007 Server v5.x Copyright Notice LexNOC, Inc 2000. All rights reserved. Author: Leo Au-Yeung The use and copying of this product is subject to a license agreement. Any

More information

SMART Vantage. Installation guide

SMART Vantage. Installation guide SMART Vantage Installation guide Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at smarttech.com/registration. Keep the

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

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 November 2, 2010 Copyright Notice Ahsay Systems Corporation Limited 2010. All rights reserved. Author:

More information

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

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

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

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

More information

Enabling Backups for Windows and MAC OS X

Enabling Backups for Windows and MAC OS X Enabling Backups for Windows and MAC OS X TM Trademarks and Copyrights Copyright Storix, Inc. 1999-2005 Storix is a registered trademark of Storix, Inc. SBAdmin is a trademark of Storix, Inc in the USA

More information

StarWind iscsi SAN: Configuring Global Deduplication May 2012

StarWind iscsi SAN: Configuring Global Deduplication May 2012 StarWind iscsi SAN: Configuring Global Deduplication May 2012 TRADEMARKS StarWind, StarWind Software, and the StarWind and StarWind Software logos are trademarks of StarWind Software that may be registered

More information

StarWind iscsi SAN Software: Tape Drives Using StarWind and Symantec Backup Exec

StarWind iscsi SAN Software: Tape Drives Using StarWind and Symantec Backup Exec StarWind iscsi SAN Software: Tape Drives Using StarWind and Symantec Backup Exec www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved. No

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

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

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

More information

A-AUTO 50 for Windows Setup Guide

A-AUTO 50 for Windows Setup Guide A-AUTO 50 for Windows Setup Guide 1st Edition 1 A-AUTO is a registered trade mark of UNIRITA Inc. "This product includes software developed by the Apache Software Foundation (http://www.apache.org/)."

More information

TANDBERG MANAGEMENT SUITE 10.0

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

More information

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

Using. DataTrust Secure Online Backup. To Protect Your. Hyper-V Virtual Environment. 1 P a g e

Using. DataTrust Secure Online Backup. To Protect Your. Hyper-V Virtual Environment. 1 P a g e Using DataTrust Secure Online Backup To Protect Your Hyper-V Virtual Environment. 1 P a g e Table of Contents: 1. Backing Up the Guest OS with DataTrustOBM 3 2. Backing up the Hyper-V virtual machine files

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

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

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2010 Installation Guide, product version 6.4. This guide is item number DOC-110, revision 1.045, May 2010 Copyright 1995-2010 Lenel Systems International, Inc. Information

More information

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

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

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

JAMF Software Server Installation Guide for Windows. Version 8.6

JAMF Software Server Installation Guide for Windows. Version 8.6 JAMF Software Server Installation Guide for Windows 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

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

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

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

Ahsay Online Backup Manager

Ahsay Online Backup Manager Ahsay Online Backup Manager v6 Ahsay Systems Co. Ltd. 24 August 2011 Ahsay Online Backup Manager Copyright Notice 2011 Ahsay Systems Co. Ltd. All rights reserved. The use and copying of this product is

More information

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

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

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

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

DigiVault Online Backup Manager. Microsoft SQL Server Backup/Restore Guide

DigiVault Online Backup Manager. Microsoft SQL Server Backup/Restore Guide DigiVault Online Backup Manager Microsoft SQL Server Backup/Restore Guide Version 4.6.1.4 October 2005 DigiVault Backup Manager User Guide 2 Table of Contents 1 Backup/Restore Microsoft SQL Server 7.0

More information

CLOUD INFRASTRUCTURE VIRTUAL SERVER (SHARED) USER GUIDE

CLOUD INFRASTRUCTURE VIRTUAL SERVER (SHARED) USER GUIDE CLOUD INFRASTRUCTURE VIRTUAL SERVER (SHARED) USER GUIDE WELCOME TO THE VIRTUAL SERVER (SHARED) USER GUIDE AUSTRALIAN ACCOUNT HOLDERS For sales, account set-up enquiries and technical support, contact your

More information

License Patrol TM Mac Client Installation Guide 7.0 for Mac OS X. September 2015 VERALAB TM

License Patrol TM Mac Client Installation Guide 7.0 for Mac OS X. September 2015 VERALAB TM License Patrol TM Mac Client Installation Guide 7.0 for Mac OS X September 2015 VERALAB TM License Patrol Client Installation Guide, 7.0 for Mac OS X. Copyright 2015 VeraLab Inc. All rights reserved. The

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER QUICK-START GUIDE FOR THE ENTERPRISE EDITION Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

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

Avalanche Remote Control User Guide. Version 4.1.3

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

More information

efolder BDR for Veeam Cloud Connection Guide

efolder BDR for Veeam Cloud Connection Guide efolder BDR for Veeam Cloud Connection Guide Setup Connect Preload Data uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION Thank you for choosing the efolder Cloud for Veeam. Using the efolder Cloud

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

Ahsay Offsite Backup Server v5.5. Administrator s Guide

Ahsay Offsite Backup Server v5.5. Administrator s Guide Version 5.5.1.0 Aug 2008 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author: Scherring Chong The use and copying of this product is subject to a license agreement. Any

More information

Parallels Panel. Parallels Small Business Panel 10.2: User's Guide. Revision 1.0

Parallels Panel. Parallels Small Business Panel 10.2: User's Guide. Revision 1.0 Parallels Panel Parallels Small Business Panel 10.2: User's Guide Revision 1.0 Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax:

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

Lotus Foundations Start Getting Started

Lotus Foundations Start Getting Started Lotus Foundations Start Getting Started Guide Contents 1 Introduction... page 2 2 Product overview... page 2 3 System Requirements... page 2 4 Summary of Installation... page 3 5 Lotus Foundations operating

More information

1 Backup/Restore Files

1 Backup/Restore Files 1 Backup/Restore Files This chapter describes in details how DATABOKS Online Backup Manager backup your files and how you can restore your backup files from DATABOKS Offsite Backup Server using your favorite

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

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

Online Backup Client User Manual

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

More information

2X ApplicationServer & LoadBalancer Manual

2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies,

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

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

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

Nexio Connectus with Nexio G-Scribe

Nexio Connectus with Nexio G-Scribe Nexio Connectus with Nexio G-Scribe 2.1.2 3/20/2014 Edition: A 2.1.2 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and

More information

Release Date May 10, 2011. Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date May 10, 2011. Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.2 Installation Guide Release Date May 10, 2011 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2010 Adeptia, Inc. All rights reserved. Trademarks

More information

Online Backup Client User Manual Mac OS

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

More information

Online Backup Client User Manual Mac OS

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

More information

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

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013 Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012 October 2013 This is a publication of Sage Software, Inc. Document version: October 17, 2013 Copyright

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

NetBak Replicator 4.0 User Manual Version 1.0

NetBak Replicator 4.0 User Manual Version 1.0 NetBak Replicator 4.0 User Manual Version 1.0 Copyright 2012. QNAP Systems, Inc. All Rights Reserved. 1 NetBak Replicator 1. Notice... 3 2. Install NetBak Replicator Software... 4 2.1 System Requirements...

More information

uh6 efolder BDR Guide for Veeam Page 1 of 36

uh6 efolder BDR Guide for Veeam Page 1 of 36 efolder BDR for Veeam Hyper-V Continuity Cloud Guide Setup Continuity Cloud Import Backup Copy Job Restore Your VM uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION Thank you for choosing the efolder

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

More information

Manual POLICY PATROL SECURE FILE TRANSFER

Manual POLICY PATROL SECURE FILE TRANSFER Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

FUSION Installation Guide

FUSION Installation Guide FUSION Installation Guide Version 1.0 Page 1 of 74 Content 1.0 Introduction... 3 2.0 FUSION Server Software Installation... 3 3.0 FUSION Client Software Installation... 10 4.0 FUSION NIM Software Installation...

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

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

StarWind iscsi SAN Software: Using StarWind with VMware ESX Server

StarWind iscsi SAN Software: Using StarWind with VMware ESX Server StarWind iscsi SAN Software: Using StarWind with VMware ESX Server www.starwindsoftware.com Copyright 2008-2010. All rights reserved. COPYRIGHT Copyright 2008-2010. All rights reserved. No part of this

More information

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

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

More information