Time Navigator Migration Guide Upgrading Time Navigator Version or 4.1 to Version 4.2

Size: px
Start display at page:

Download "Time Navigator Migration Guide Upgrading Time Navigator Version 4.0.1 or 4.1 to Version 4.2"

Transcription

1 Time Navigator Migration Guide Upgrading Time Navigator Version or 4.1 to Version 4.2 Version 4.2 SP8 Ref: mig42e_sp8_rev1_ October 28, 2011

2 Table of Contents OVERVIEW... 4 What s inside... 4 Getting assistance... 4 Getting information... 4 PLANNING YOUR UPGRADE... 5 Overview of Upgrade Preparation Steps Verify the State of your Physical Environment... 5 Modifying the catalog maximum size to 256 or 512 GB Back Up Your Catalog... 6 Once the backup is complete Request a 4.2 License File... 6 To request an add-on to an existing license file: Verify Agents/Clients Compatibility-Limitations... 7 Restrictions: Verify Tunables, Command Line Interface and API... 8 Modified Tunables... 8 Obsolete Tunables... 9 Command Line Interface API Scheduling your Upgrade Upgrading Time Navigator for Exchange from V4.1.0 SP4 and Earlier to V exmerge Individual Message Restore: SER with CDP Environment Variables: X2K_SER vs. TINA_X2K_SER Backup Selections Upgrading totime Navigator Version 4.2SP7 for HyperStream Users Upgrading to HyperStream 2.1SP3 from a version prior to 2.1SP1 P Upgrading from a Time Navigator 32-bit Version to a 64-bit Version Time Navigator Server Time Navigator Agent Upgrading a Time Navigator multi-catalog with LSM version Additional Upgrading Information SharePoint 2010: New Atempo VSS Requestor Setup Parameters, alarms_filter and domains configuration files New Schedule Rule Types in Version Filtering Processes in the Conf/parameters file Restore of Large Files may Freeze with Backup using Tar Format (Technical Note 1042) Computation of the Archived Volume

3 VMware VLSA UPGRADING FROM TIME NAVIGATOR TO TIME NAVIGATOR Installing a License Add-on Upgrading your Time Navigator Server Restoring the Catalog Upgrading Your Storage Nodes Upgrading your Agents Additional Catalog Operations To Back up an AS400 Platform To Back up a VMware Platform MAC OS X: Upgrading a Time Navigator Server Version 4.0 with X11 to Version 4.2 with Native GUI UPGRADING FROM TIME NAVIGATOR 4.1 TO TIME NAVIGATOR Installing a License Add-on Upgrading your 4.1 Time Navigator Server Restoring the Catalog Upgrading your 4.1 Storage Nodes Upgrading your 4.1 Agents

4 Overview This document will assist you in performing a seamless migration by guiding you through the upgrade steps, and pointing out the issues requiring special attention. What s inside Getting assistance Getting information This document contains information on the following topics: Planning your upgrade There is a series of steps that you must follow to ensure a successful upgrade. Upgrading Time Navigator This section describes the actual software upgrade process. Verifying the Time Navigator upgrade Several verifications as recommended before you start using the new version. Although the migration is a normal phase when using Time Navigator, it remains a sensitive phase and must be performed with great care. Most users do prefer to seek Atempo s Professional Services assistance to guide them through the migration of their Time Navigator environment. At the very least, we encourage you to contact your Atempo Sales Representative when you are ready to migrate. In addition to reading the present guide, which is designed to take you through all the migration steps, you can also refer to the following information sources: Time Navigator Release Notes Guide: Lists all new features and behaviors for the newly released version. This document is located on Atempo Customer Support Web site. Time Navigator Knowledge Base, located on our Web site at the following address: Time Navigator DVD-ROM, where you will find all the Time Navigator guides. In particular: Time Navigator Installation Guide: Contains details about installing, upgrading, uninstalling and configuring Time Navigator Server and the various Agents backed up by Time Navigator. Time Navigator Bug Fixes and Known Issues Guide: Describes the bug fixes and known issues for Time Navigator version 4.2. Throughout this document, you will find references to the guides above, where appropriate. 4

5 Planning your upgrade In order to successfully upgrade to Time Navigator Version 4.2, you need to prepare as described in the following Upgrade Preparation Steps. These steps apply whether you are migrating from a version or 4.1 to Time Navigator 4.2. Overview of Upgrade Preparation Steps Step 1. Verify the state of your physical environment 2. Perform a Catalog Backup 3. Request a License File (for addons only) 4. Verify Agents Compatibility 5. Verify Tunables, Command Line Interface and API compatibility 6. Plan your upgrade before a scheduled full backup How do I know the step is completed? You have at least 2.5 times the size of your current catalog available when performing the upgrade and eventually up to 512 GB to accommodate future growth of the catalog. You generated a catalog_save1.cod file in the directory you specified for the backup. You have received an from Atempo containing a link to the License Generation Web page. You know what components are still supported in V4.2, and what solution to adopt for the components that are no longer supported. You know if the tunables, commands or API attributes you use on a regular basis have been modified. If so, you have taken the modifications into account. You have verified that the backup that will follow the upgrade is a full backup. 1. Verify the State of your Physical Environment Catalog Size When you restore your or 4.1 catalog in version 4.2, its size will increase to approximately 2.5 times its initial size, depending on the filling rate of your catalog before the upgrade. This is due to a new catalog internal organization. In addition, the 4.2 catalog has the capacity to grow as needed, up to a maximum size of: 256 GB if the catalog includes agents prior to version GB if the catalog only contains version 4.2 agents. Modifying the catalog maximum size to 256 or 512 GB The catalog maximum size modification takes place during the catalog restore step, once the software upgrade is complete: Launch the command tina_init -max_catalog_size 256 -file_size 2048 for a 256 GB maximum size or tina_init -max_catalog_size 512 -file_size 4096 for a 512 GB maximum size Follow the restore steps as described in Restoring the Catalog page 23. 5

6 When you reached the advanced parameter informations, enter y to view the advanced parameters and verify that the Maximum Size is 256GB or 512GB, and that the odb File Size is 2048MB or 4096MB (depending on the tina_init command you launched). Advanced parameters definition? (y(es) / n(o)): (n) y Note: The maximum size cannot be greater than the available space on your disk. 2. Back Up Your Catalog Perform this task when you are ready to upgrade, right before launching the actual software update. a. Open the Command Line Interface. Windows: Choose the menu Start-All Programs-Time Navigator-Utilities- Command Line Interface. This opens a command prompt window preset to use Time Navigator environment variables. Unix: Open a shell window. Go to the Time Navigator installation directory. The Time Navigator environment variables must be set. To do so, launch the tina.sh or tina.csh script, depending on the shell you are using. Mac OS X: Open a terminal. Provide the password of the administrator using the command: sudo s. Move to the Time Navigator installation directory. Set the Time Navigator environment with the following command:../.tina.sh b. Stop the tina service with the command tina_stop c. Use the tina_odbsave command to back up your catalog: For instance, if the name of your catalog is mycatalog and you want to store the catalog backup in the directory c:\savetina, enter the following command: tina_odbsave -catalog mycatalog -file c:\savetina\mycatalog.cod d. Repeat the command for all the catalogs you want to back up. e. Unix: Exit the $TINA_HOME\Bin directory, as it will prevent the installer to run successfully. Once the backup is complete Verify that a catalog_save1.cod file has been created in the directory you specified. The size of that file should be around 10% of the catalog size. Verify in the events that there are no error logs concerning the catalog backup. 3. Request a 4.2 License File A new license file is only needed if you want to add functionalities to your existing license file and in the cases listed below. 6

7 From version To version You need to request a new license file No. Your license file will work in version 4.2. Except if you were using: - an NDMP application to back up an AS400 platform - a List application to back up a VMware platform. In these two cases, you must request an add-on to your license No. Your 4.1 license file will work in version SP6 4.2SP7 Only if you were using: - VMware VCB VStorage API, you need to request an add-on to your license to keep using it in 4.2SP7. - Hyper-V, you need to request a license for a second agent if you want to use the CSV cluster feature. To request an add-on to an existing license file: Send an to LKS@atempo.com if you are located in Europe or Asia lksus@atempo.com if you are located in North America requesting an add-on to your existing license. Indicate how many new agents will be included in the add-on.. Join a copy of the existing main atempo.lic file located on the License Manager to your request. You will receive from Atempo an containing a link that will allow you to generate your license add-on when you are in the actual upgrading process. Keep this message in a safe place as you will need it later. For more details about License Manager, refer to the Appendix of the Time Navigator Installation Guide. 4. Verify Agents/Clients Compatibility-Limitations Time Navigator and 4.1 agents can be backed up and restored with a version 4.2 server. Restrictions: HyperStream Server If you were using HyperStream V1.0 with Time Navigator 4.2SP5 and you are upgrading to HyperStream V1.2 with Time Navigator 4.2SP6, note that both HyperStream Server and Time Navigator clients (server and agents) must use the same version. Administration Console A version or catalog cannot be administered with a version 4.2 Administration Console. This is why catalogs must be backed up prior to the migration and restored thereafter. Note: A version or agent can however be administered via a version 4.2 Administration Console. Backup Master A version 4.2 host cannot be a backup master for or 4.1 agent. The master must be in the same version as the masterized agent. 7

8 SnapBackup It is not possible with a Time Navigator 4.2 server to delete or use the new Verify feature on snapshots from a or agent. It is recommended to upgrade both the server and the agents at the same time. Restore and Archive Manager To ensure that version or agents can be restored with a version 4.2 Restore & Archive Manager, you must open the Restore interface from the Administration Console. Do not open it directly from the Start Menu or using the command line. Web Interfaces A version 4.2 Web Restore interface cannot be used to restore a or agent. A version 4.2 Web Supervision interface cannot monitor version or catalogs. Command Line The tina_restore, tin@, tina_del, tina_alpha commands in version 4.2 cannot be used for version or agents. API/tina_shell/tina_perl API/tina_shell/tina_perl scripts executed on a version 4.2 platform using the objects TNNavigator, TNRestore, TNBackup, TNArchive, or TNFolder, will not work on a or agent. Likewise, API/tina_shell/tina_perl scripts executed on a version or platform will not allow you to execute version 4.2 administrative tasks. Time Navigator 4.2 agents cannot be backed up or restored with a or server. The complete Time Navigator s Compatibility guide is located on Atempo web site: 5. Verify Tunables, Command Line Interface and API Some modifications took place concerning tunables, commands and API object attributes between version and 4.2. Following is a summary of these changes. Note: See the Time Navigator Release Notes for additional details. Modified Tunables Tunable Name Catalog File Location (global_odb_translation_path) Modification Versions The syntax used is now the native syntax of the operating system and no longer the POSIX syntax. Warning: If you used this tunable in version 3.7.xx in a Windows environment, make sure you modify the syntax of the catalog file path. Otherwise, you will not be able to restore your catalog after the upgrade. 8

9 Tunable Name Split Catalog File (odb_translation_path_n) Macromultiplexing (MMX) Job Reading and Writing from the same Disk (disable_axe_lock) Cache Allocation per Job (running_job_percent_in_cache) Tape File Size (sizeof_tile) Modification The syntax used is now the native syntax of the operating system and no longer the POSIX syntax. Warning: If you used this tunable in version 3.7.xx in a Windows environment, make sure you modify the syntax of the catalog file path. Otherwise, you will not be able to restore your catalog after the upgrade. It is replaced by enable_axe_lock and its behavior is reversed The default value changes from 0% to 90% The default value is now MB instead of MB -xdr_buf_size (start tunable) Filesystem Backup with SGI Backup API (bapi_fs) The default value is now 128 KB instead of 32 KB Versions 4.2 The sidf format is now supported Force the Remote Mover Listening Port (rem_dtm_data_tcp_num) Language Use Remote Mover (lan_free_use_remote_dtm) This tunable is no longer internal. It is now possible to launch simultaneaous backup and restore operations when this tunable is set. Three new possible values: German, Chinese and Korean The default value is now AUTOMATIC Obsolete Tunables Tunable Name Limit Number of Simultaneous Jobs (limit_nb_jobs) Maximum Number of Simultaneous Jobs (max_nb_jobs) Accounting Event Retention Time (keep_acct_days) Versions Disappeared in Version Versions SP0 Catalog Filling Rate Alarm (catalog_filling_rate_alarm) Critical Alarm Retention Time (keep_a_crit_days) Debugging Event Retention Time (keep_debug_days) 4.2 SP6 4.2 SP0 4.2 SP0 9

10 Tunable Name Disable Catalog Auto Expansion (disable_auto_expand) Error Event Retention Time (keep_error_days) Fatal Event Retention Time (keep_fatal_days) Information Event Retention Time (keep_info_days) Major Alarm Retention Time (keep_a_maj_days) Minor Alarm Retention Time (keep_a_min_days) Retention Time for Fuzzy Object Events (keep_fuzzy_obj_days) Script to Run During Media Allocation on Restore (cart_allocation_script_on_restore) Time Navigator Administration Domain Filter (domain_filter) Timeout before Scheduled Jobs Terminate (timeout_on_scheduled_jobs) User s Localization (Localization) Warning Event Retention Time (keep_warn_days) Disappeared in Version 4.2 SP4 4.2 SP0 4.2 SP0 4.2 SP0 4.2 SP0 4.2 SP0 4.2 SP0 4.2 SP1 4.2 SP3 4.2 SP0 4.2 SP1 4.2 SP0 Command Line Interface Command Name tina_sched tina_scm_control tina_init tina_job_control tina_restore tina_export tina_find Modification Versions SP1 -estimation erase certificate (obsolete) import certificate (obsolete) export certificate (obsolete) Versions 4.2 SP0 -catalog_name option becomes -catalog -abort option becomes -cancel -suspend option becomes -pause Versions 4.2 SP3 -all_inst option becomes -all_vers -drive_dest option becomes obsolete -job_id becomes -jobid, but -job_id is kept as 10

11 Command Name Modification an alias API The new attributes of the strategy object are not compatible with the deleted strategy attributes. You must modify and recompile any executable or tina_shell script that uses the old attributes. The deleted attributes are: TNStrategyFullFirstDate TNStrategyFullFirstWeek TNStrategyFullFirstYear TNStrategyFullFreqDay TNStrategyFullFreqHour TNStrategyFullFreqTime TNStrategyFullFreqWeek TNStrategyFullFreqValue TNStrategyFullFreqUnit TNStrategyFullFreqMinute TNStrategyIncrHour TNStrategyIncrMinute TNStrategyIncrPhaseDay TNStrategyIncrPhaseTime The deleted attributes are replaced by two new attributes: TNStrategyFullSchedule TNStrategyIncrSchedule Modified Attributes: TNDriveConnectType TNJobPropertyMask TNScheduleRuleFrequency TNScheduleRuleProperties 6. Scheduling your Upgrade Due to a change in the backup mode of file attributes, it is recommended to perform the upgrade to Time Navigator 4.2 before a scheduled full backup. If the backup following the upgrade is an incremental, it could be as voluminous as a full backup. 7. Upgrading Time Navigator for Exchange from V4.1.0 SP4 and Earlier to V4.2 Version 4.2 Exchange agent has been redesigned and differs from the Exchange agent found in version 410SP4 and earlier versions. Note the following points before upgrading your Time Navigator for Exchange agents: Warning: If you are upgrading from version SP5, this section does not apply since you are already using the redesigned Exchange Agent. 11

12 exmerge The restore of individual mailboxes using the exmerge utility is no longer supported with version 4.2. Individual Message Restore: SER with CDP The new V4.2 Exchange agent is not compatible with previous agents, using SER. Messages backed up in version SP4 with SER cannot be restored with version 4.2, since Time Navigator now uses Continuous Data Protection technology for the SER functionality. In order to restore such messages, you need to: Keep V4.1.0 SP4 on your agent, i.e., when you update the agent, create a new 4.2 environment rather than upgrading the existing environment. This will ensure that the Time Navigator service (daemon) for version 410SP4 is still present on the agent. Uncheck the option use etc/services when upgrading in order to allow the creation of a second service using the same ports. Use the new 4.2 environment to perform Exchange backups of your agent. This implies that only the Time Navigator 4.2 service (daemon) is running. The Time Navigator 410 SP4 service (daemon) should be stopped and set to Manual. Whenever you need to restore a message that was backed up with version 410 SP4, close Time Navigator and stop the 4.2 service on the agent. Manually start the 410SP4 service, open Time Navigator and perform the restore. Restart version 4.2 when you are done. Alternatively, you can choose not to upgrade your Exchange agents and upgrade only the server. This option is supported by Time Navigator. If you do so, you will not be able to use the new CDP feature. Note: This restriction concerns only messages backed up with the SER. Exchange databases backed up in V4.1.0 SP4 can be restored in V4.2. Environment Variables: X2K_SER vs. TINA_X2K_SER The variable X2K_SER has been renamed to TINA_X2K_SER. If you were using the variable in version 410SP4, you need to reset the new variable to on in version 4.2. Backup Selections The 410SP4 backup selections used to back up all members of a department (for instance /Private Folders/department_name/) are no longer valid. They must be replaced by individual selections for each department member (for instance /mailbox/user1, /mailbox/user2 ). In addition, to avoid the generation of alarms, you should delete the former selections set on Private Folders. 8. Upgrading totime Navigator Version 4.2SP7 for HyperStream Users Deduplication performances for HyperStream users have been greatly improved by modifying the block division method for Windows data. The data and the metadata (i.e., attributes and ACLs) are now kept in separate blocks. The main benefit is that identical files having different metadata will now be deduplicated across hosts and directories, greatly reducing the amount of unnecessary data sent across the network and unnecessary storage for the data. This optimization is activated by default on all new Time Navigator 4.2SP7 Windows agents. 12

13 However with this new method, all previously deduplicated blocks are seen as new blocks, and the first HyperStream backup following the upgrade to Time Navigator 4.2SP7 will again send all unique blocks of the Windows agent to the HyperStream repository. This could cause the repository storage of the agent to temporarily grow up to twice its size, until old blocks are recycled by retention. For this reason, when you upgrade to Time Navigator 4.2SP7 the new method is deactivated by default. To activate it, following the upgrade to Time Navigator 4.2SP7, you must set the value of the tunable dtm_single_stream_per_object to 0 on the agents for which you want to use the new method. Atempo recommends that you activate it progressively on multiple Windows agents, to monitor the total repository growth and adjust your repository space accordingly. 9. Upgrading to HyperStream 2.1SP3 from a version prior to 2.1SP1 P4483 For users wanting to upgrade to HSS 2.1 SP3 from a version prior to 2.1SP1 P4483, the upgrade is a two-step process: Request both versions HSS 2.1SP1 P4483 and HSS 2.1SP3 from Atempo Customer Support service. Run the setup for HSS 2.1SP1 P4483and perform the upgrade. Then run the setup for HSS 2.1SP3 to complete the upgrade. 10. Upgrading from a Time Navigator 32-bit Version to a 64-bit Version Time Navigator Server To update a Time Navigator Server 32-bit to a 64-bit version, proceed as follows: a. Copy your configuration files Make a copy of the contents of the Conf directory of the new version installation directory. For instance c:\program Files\Atempo\tina42\Conf. b. Replace the 32-bit version with a 64-bit version 1. Back up your catalog and keep the backup readily available (not in the Time Navigator installation directory since it is going to be removed) 2. Uninstall Time Navigator 3. [Mac OS X only] : Reboot your Mac OS platform in 64-bit mode 4. Install Time Navigator 64-bit using the same environment name and port numbers as the uninstalled version c. Overwrite the Conf directory Overwrite the Conf directory of the 64-bit Time navigator version with the 32-bit Conf directory that you copied in step a. above. This is to ensure that any configuration customization you performed will be carried over to the new 64-bit version. d. Restore your catalog To complete the upgrade process, retore your catalog using the command tina_init (see Restoring the Catalog p.17 or p.21). Time Navigator Agent The update procedure is the same as the server one, without the catalog backup and restore steps. 13

14 11. Upgrading a Time Navigator multi-catalog with LSM version If you are upgrading a multi-catalog with LSM version, you need to upgrade the storage node (machine controlling the library) last, to make sure that the storage node is compatible with the servers hosting the catalogs. 12. Additional Upgrading Information SharePoint 2010: New Atempo VSS Requestor Setup Beginning with version 4.2SP7, you no longer need to have a Time Navigator agent installed on every server in the farm. A single agent on the Web server for the farm is enough. On the other hand, you need to install the Atempo Vss Requestor service on all the servers in the farm that you want to back up. A new Setup is available to install, configure and update the Atempo VSS Requestor service. Parameters, alarms_filter and domains configuration files During the migration to the 4.2 version, the parameters, alarms_filter and domains configuration files (all having a.txt extension on Windows systems) are upgraded and converted to XML format. These files are UTF-8 encoded and can be viewed with a web browser. You can edit them only via the Preferences Tool. The old parameters, alarms_filter and domains files are renamed with a.old extension. They are not used anymore. New Schedule Rule Types in Version 4.2 Version 4.2 introduces three different schedule rule types whereas there was only one in previous versions. When you upgrade, your rules will automatically be assigned a type depending on the information they contain. The rule types are: Start Rules To define the days and times when backups should be launched. Activity interval rules To define time intervals during the day when backup can take place Exclusion Rules To define the days when backups should not take place. Filtering Processes in the Conf/parameters file Beginning with version 4.1.0, in the event file, tina_daemon processes are now suffixed with their operation code. This has an impact on the use and configuration of tunables in the Preferences Tool. It is now possible through the graphical interface to filter the processes upon which the tunable values apply. From the Configuration-Tunables menu of the Preferences Tool: a. Click on New to add a parameter OR Properties to modify it. b. In the Executables tab of the Tunable Properties window, select the executable(s ) upon which you want to apply the parameters or click on Add all. c. Once you have finished your modifications, click on OK. In the Preferences Tool window, you will see the name of the tunable you have just defined, followed by the keyword binaries indicating the executable(s ) concerned by the tunable. The asterisk character, *, means that the tunable applies to all executables. Please find below a few examples of tunables configurations: To apply a tunable to all the processes: Language: English, binaries: *, catalogs: * 14

15 To apply a tunable to the tina_adm executable only: Soundless Message Box: yes, binaries: tina_adm, catalogs: * Restore of Large Files may Freeze with Backup using Tar Format (Technical Note 1042) A restore session under Time Navigator 4.0 or 4.1 can freeze with a file (larger than 8 GB) backed up with a Time Navigator 4.0 catalog in tar format. This happens when using the Lan-Free mode for the tar restore. The process simply locks up. Explanation Before Time Navigator version 4.1, tar POSIX was used when backing up using the tar format. But this tar has some limitations. For example, files cannot be larger than 8 GB. When Time Navigator backs up some files larger than 8 GB with versions 4.0.1, restore works properly through the cache, because Time Navigator gets file details from catalog only. File headers on tape are not taken into account. However, when using the Lan-Free mode, Time Navigator gets file details from the file header (not correct if larger than 8 GB). Therefore, the restore may freeze when reading the tape. This issue does not exist when backing up and restoring with Time Navigator version 4.1 or 4.2. But you can still have an issue when restoring data backed up with older versions of Time Navigator. Solutions 1/ Run backups using Time Navigator version 4.1 or / If you have to restore tar backups containing files larger than 8 GB performed with older versions of Time Navigator, change strategies properties of the host (or application) and disable the Lan-Free option. Then, the restore will be performed through the cache. 3/ If you still use older versions of Time Navigator (4.0.1), avoid files larger than 8 GB. Computation of the Archived Volume If your license uses volume based billing, you need to upgrade the agents where the archiving is performed at the same time as your server. This is due to a change in the computation of the archived volume. The computation now takes place on the server side and is scheduled once a day at 8 AM. VMware Due to a change in the VMware application organization in the Restore & Archive Manager, only backup classes set at the root of the application will remain valid after a migration from a Time Navigator version prior to 4.2SP1 or 4.1SP5. All other classes will have to be redefined in version 4.2SP4. In addition, the configuration file TINA_VCB_CONFIG_FILE must be reinitialized following the migration.. VLSA If you are upgrading from a version prior to 4.2SP6 and you were using the Virtual Library System Application on a Windows platform, you need to uninstall and reinstalll the Scheduling service in the Virtual Library System Application (Menu Scheduling Service- Uninstall then Scheduling Service-Install). 15

16 Upgrading from Time Navigator to Time Navigator 4.2 Once you have completed all steps of the planning phase, the following procedure allows you to upgrade your current Time Navigator environment to a Time Navigator 4.2 environment. 1. Installing a License Add-on If you have requested an add-on to your license file, you must: Manually copy the add-on contents at the bottom of the main License file. Do not copy the top lines (i.e., the three first lines with the SERVER, VENDOR and USE_SERVER information), only the new component information. For instance: Restart the FlexLM service or In the FlexLM directory, run the command: Lmutil lmreread c /atempo.lic 2. Upgrading your Time Navigator Server To upgrade a Windows server: You must be logged in as Administrator to upgrade Time Navigator. a. Insert the Time Navigator DVD-ROM in your drive. If the installation autorun does not start, execute Autorun.exe in the Windows Explorer. b. Select Install Time Navigator 4.2. c. Select Upgrade in the Operation Type Selection window. d. Select the environment you want to upgrade. e. Carefully check the Summary windows contents and click on Execute to start the environment upgrade. Note: During the upgrade, the version Bin, Lib and Conf directories are moved to the %TINA_HOME%\TinaSave directory. If you had created your own binaries and scripts and stored them in either one of these directories, you need to move these binaries and scripts back to the newly installed %TINA_HOME%\Bin, %TINA_HOME%\Lib or %TINA_HOME%\Conf directory. To upgrade a Unix server: The DISPLAY environment variable must be set to allow the display on the machine on which you are logged in. You must be logged in as root to upgrade Time Navigator. On Linux systems, the ncompress and binutils packages must be installed, in order to be able to use the uncompress and strings programs. a. Launch the install.sh script to start the Time Navigator Setup. b. Select Upgrade in the Operation Type Selection window. 16

17 c. Select the environment you want to upgrade. d. Carefully check the Summary windows contents and click on Execute to start the environment upgrade. Note: During the upgrade, the version Bin, Lib and Conf directories are moved to the $TINA_HOME/TinaSave directory. If you had created your own binaries and scripts and stored them in either one of these directories, you need to move these binaries and scripts back to the newly installed $TINA_HOME/Bin, $TINA_HOME/Lib or $TINA_HOME/Conf directory. The upgrade also modifies the contents of the tina.sh script. If you had modified environment variables in that script, for instance to change the value of the LD_LIBRARY_PATH for Oracle or DB2 agents, make sure you report these changes in the Conf\tina.env.local file. 3. Restoring the Catalog Note: Prior to restoring the catalog, make sure you have enough disk space available, See Verify the state of your physical environment, page 5 for details. This procedure allows you to restore the catalog mycatalog.cod that was backed up in the c:\savetina directory during the upgrade preparation phase. a. Open the Command Line Interface. Windows: Choose the menu Start-All Programs-Time Navigator-Utilities-Command Line Interface. This opens a command prompt window preset to use Time Navigator environment variables. Unix: Open a shell window. Go to the Time Navigator installation directory. The Time Navigator environment variables must be set. To do so, launch the tina.sh or tina.csh script, depending on the shell you are using. Mac OS X: Open a terminal. Provide the password of the administrator using the command: sudo s. Move to the Time Navigator installation directory. Set the Time Navigator environment with the following command:../.tina.sh b. Use the tina_init command to restore your catalog: Note: In the following example, change the path, catalog and file name with your own information. C:\Program Files\Atempo\tina42\Bin>tina_init -catalog mycatalog -file c:\savetina\mycatalog.cod c. Repeat the command for all the catalogs you want to restore. d. Make sure you keep a copy of the catalog backup file, catalog_save1.cod in our example, should you need to revert to a premigration state. 17

18 4. Upgrading Your Storage Nodes Once the Time Navigator server has been updated to version 4.2, you can proceed with the upgrade of the storage node. To upgrade a Windows Storage Node: You must be logged in as Administrator to upgrade Time Navigator. a. Insert the Time Navigator DVD-ROM in your drive. If the installation autorun does not start, execute Autorun.exe in the Windows Explorer. b. Select Install Time Navigator 4.2. c. Select Upgrade in the Operation Type Selection window. d. Select the environment you want to upgrade. e. Carefully check the Summary windows contents and click on Execute to start the storage node upgrade. To upgrade a Unix Storage Node: The DISPLAY environment variable must be set to allow the display on the machine on which you are logged in. You must be logged in as root to upgrade Time Navigator. On Linux systems, the ncompress and binutils packages must be installed, in order to use the uncompress and strings programs. a. Launch the install.sh script to start the Time Navigator Setup. b. Select Upgrade in the Operation Type Selection window. c. Select the environment you want to upgrade. d. Carefully check the Summary windows contents and click on Execute to start the storage node upgrade. Note: The upgrade modifies the contents of the tina.sh script. If you had modified environment variables in that script, for instance to change the value of the LD_LIBRARY_PATH for Oracle or DB2 agents, make sure you report these changes in the Conf\tina.env.local file. 5. Upgrading your Agents Once the Time Navigator server has been updated to version 4.2, you can proceed with the upgrade of the agents. To upgrade a Windows Agent: You must be logged in as Administrator to upgrade Time Navigator. a. Insert the Time Navigator DVD-ROM in your drive. If the installation autorun does not start, execute Autorun.exe in the Windows Explorer. b. Select Install Time Navigator 4.2. c. Select Upgrade in the Operation Type Selection window. d. Select the environment you want to upgrade. e. Carefully check the Summary windows contents and click on Execute to start the agent upgrade. To upgrade a Unix Agent: The DISPLAY environment variable must be set to allow the display on the machine on which you are logged in. You must be logged in as root to upgrade Time Navigator. On Linux systems, the ncompress and binutils packages must be installed, in order to use the uncompress and strings programs. 18

19 a. Launch the install.sh script to start the Time Navigator Setup. b. Select Upgrade in the Operation Type Selection window. c. Select the environment you want to upgrade. d. Carefully check the Summary windows contents and click on Execute to start the agent upgrade. Note: The upgrade modifies the contents of the tina.sh script. If you had modified environment variables in that script, for instance to change the value of the LD_LIBRARY_PATH for Oracle or DB2 agents, make sure you report these changes in the Conf\tina.env.local file. 6. Additional Catalog Operations To Back up an AS400 Platform In Time Navigator version 4.0.1, an AS400 was backed up through an NDMP application. With version 4.2, an AS400 is backed up with a new, dedicated, iseries application: I5/OS. Note: This procedure is mandatory. You will not be able to keep backing up an AS400 with an NDMP application with version 4.2. There is no automatic transformation of the NDMP application backing up an AS400 to a version 4.2 I5/OS application. You have to proceed as follows: Before upgrading: Request a license upgrade to use the new I5/OS application. Set the parameter NDMP_SERVER_TYPE of the application to the value "TiNa AS400". Upgrade the Time Navigator server and the agent on the AS400 platform. After the upgrade, in command line, on the Time Navigator Server, run the command: tina_odbedit -opcode 31 To Back up a VMware Platform In Time Navigator versions 4.0.1, a VMware platform was backed up through a List application on a Linux host. In version 4.2, VMware platforms are backed up on VMware host, by a VMware application. Note: This procedure is not mandatory. You can keep using the Linux host and List application to back up your VMware platform in version 4.2. There is no automatic transformation of the List application and Linux Host into a VMware application and VMware host You need to manually modify both objects. Proceed as follows: Before upgrading, request a license add-on to use the new VMware application. Upgrade the Time Navigator server and the agent on the VMware platform. After the upgrade, in command line, on the Time Navigator Server, run the command: tina_odbedit -opcode 30 19

20 MAC OS X: Upgrading a Time Navigator Server Version 4.0 with X11 to Version 4.2 with Native GUI Following is the complete procedure to upgrade your Mac OS X server from the Time Navigator 4.0 version using X11 to Version 4.2 using native GUI. You need to back up your catalog(s) (format as changed between 4.0 and 4.2), uninstall the 4.0 X11 version, install the 4.2 version and restore your catalog(s). Note: Adapt the paths and names used in the procedure to your own installation. 1. Open a terminal window and connect as root. 2. Stop Time Navigator # cd /Applications/Atempo/tina #../.tina.sh # tina_stop # ps awx grep tina There should not be any tina_daemons running. 3. Save the current catalog: # cd /Applications/ # mkdir Atempo.Save # tina_odbsave catalog <your_catalog_name> -dir_dest /Applications/Atempo.Save/ Change <your_catalog_name> with the name of your catalog. At the end of that command, you should have a catalog_save1.cod backup file in the folder /Applications/Atempo.Save/. Check the size, it should be approximately the same size as usual catalog backup files. Run the tina_event_viewer GUI, display "debug" severity messages, and check that "tina_odbsave" did not generate any errors, or suspicious messages. If yes, contact Atempo support. 4. Copy configuration files. Since the uninstallation is going to delete everything, copy the Conf directory, and if you re using a Virtual Library (VLS) for backups, the Vtl directory. # cd /Applications/Atempo/tina # mv Conf/ /Applications/Atempo.Save And if you have a VLS: # mv Vtl/ /Applications/Atempo.Save 5. Uninstall Time Navigator X version: Insert the 4.0 CD-ROM in your CD-ROM drive # cd <cdrom_mount_point> #./install.sh Using the GUI, choose the uninstall option. At the end of the uninstallation, verify that the folders /Applications/Atempo/tina and /etc/atempo/tina have been deleted. For added security, run the following command: # cd /etc # mv Atempo Atempo.old In the file /etc/services, verify that there is no entry concerning tina (typically TCP port 2525 and UDP port 2526 were reserved for tina). 20

21 6. Install Time Navigator 4.2 native GUI version: Make sure to use ports 2525 and 2526 (or the one you use to work with), and be sure to specify the Atempo License Manager hostname correctly. At the end of the installation, exit from the setup, DO NOT CONFIGURE A NEW CATALOG. Then restart your server, as you need to run a script to modify the SHMMAX SIZE. When the reboot is done, open a terminal and connect as root. 7. Copy back the configuration files # cd /Applications/Atempo.Save/ # cp Conf/catalogs /Applications/Atempo/tina/Conf/ # cp Conf/parameters /Applications/Atempo/tina/Conf/ # cp Conf/domains /Applications/Atempo/tina/Conf/ (if it exists) # cp Conf/hosts /Applications/Atempo/tina/Conf/ (if it exists) # cp Conf/logs /Applications/Atempo/tina/Conf/ (if it exists) # cp Conf/tina_env.local /Applications/Atempo/tina/Conf/ (if it exists) # cp Conf/web_supervisor_cfg /Applications/Atempo/tina/Conf/ (if it exists) If you use a VLS: # cp R Vtl /Applications/Atempo/tina/ 8. Restore your catalog. The catalog must be stopped # cd /Applications/Atempo/tina #../.tina.sh # tina_stop # tina_init file /Applications/Atempo.Save/catalog_save1.cod catalog_name <your_catalog_name> 9. Restart Time Navigator: # tina_daemon Run the Administration Console and connect to your catalog. It should be fine. Upgrading from Time Navigator 4.1 to Time Navigator 4.2 Once you have completed all steps of the planning phase, the following procedure allows you to upgrade your current Time Navigator environment to a Time Navigator 4.2 environment. 1. Installing a License Add-on If you have requested an add-on to your license file, you must: Manually copy the add-on contents at the bottom of the main License file. Do not copy the top lines (i.e., the three first lines with the SERVER, VENDOR and USE_SERVER information), only the new component information. For instance: 21

22 Restart the FlexLM service or In the FlexLM directory, run the command: Lmutil lmreread c /atempo.lic 2. Upgrading your 4.1 Time Navigator Server To upgrade a Windows server: You must be logged in as Administrator to upgrade Time Navigator. a. Insert the Time Navigator DVD-ROM in your drive. If the installation autorun does not start, execute Autorun.exe in the Windows Explorer. b. Select Install Time Navigator 4.2. c. Select Upgrade in the Operation Type Selection window. d. Select the environment you want to upgrade. e. Carefully check the Summary windows contents and click on Execute to start the environment upgrade. Note: During the upgrade, version Bin, Lib and Conf directories are moved to the %TINA_HOME%\TinaSave directory. If you had created your own binaries and scripts and stored them in either one of these directories, you need to move these binaries and scripts back to the newly installed %TINA_HOME%\Bin, %TINA_HOME%\Lib or %TINA_HOME%\Conf directory. To upgrade a Unix server: The DISPLAY environment variable must be set to allow the display on the machine on which you are logged in. You must be logged in as root to upgrade Time Navigator. On Linux systems, the ncompress and binutils packages must be installed, in order to be able to use the uncompress and strings programs. a. Launch the install.sh script to start the Time Navigator Setup. b. Select Upgrade in the Operation Type Selection window. c. Select the environment you want to upgrade. d. Carefully check the Summary windows contents and click on Execute to start the environment upgrade. Note: During the upgrade, the version Bin, Lib and Conf directories are moved to the $TINA_HOME/TinaSave directory. If you had created your own binaries and scripts and stored them in either one of these directories, you need to move these binaries and scripts back to the newly installed $TINA_HOME/Bin, $TINA_HOME/Lib or $TINA_HOME/Conf directory. The upgrade also modifies the contents of the tina.sh script. If you had modified environment variables in that script, for instance to change the value of the 22

23 LD_LIBRARY_PATH for Oracle or DB2 agents, make sure you report these changes in the Conf\tina.env.local file. 3. Restoring the Catalog Note: Prior to restoring the catalog, make sure you have enough disk space available. See Verify the State of your Physical Environment, 5 for details. This procedure allows you to restore the catalog mycatalog.cod that was backed up in the c:\savetina directory during the upgrade preparation phase. a. Open the Command Line Interface. Windows: Choose the menu Start-All Programs-Time Navigator-Utilities-Command Line Interface. This opens a command prompt window preset to use Time Navigator environment variables. Unix: Open a shell window. Go to the Time Navigator installation directory. The Time Navigator environment variables must be set. To do so, launch the tina.sh or tina.csh script, depending on the shell you are using. Mac OS X: Open a terminal. Provide the password of the administrator using the command: sudo s. Move to the Time Navigator installation directory. Set the Time Navigator environment with the following command:../.tina.sh b. Use the tina_init command to restore your catalog: Note: In the following example, change the path, catalog and file name with your own information.. C:\Program Files\Atempo\tina42\Bin>tina_init -catalog mycatalog -file c:\savetina\mycatalog.cod c. Repeat the command for all the catalogs you want to restore. d. Make sure you keep a copy of the catalog backup file, catalog_save1.cod in our example, should you need to revert to a premigration state. 4. Upgrading your 4.1 Storage Nodes Once the Time Navigator server has been updated to version 4.2, you can proceed with the upgrade of the storage node. To upgrade a Windows Storage Node: You must be logged in as Administrator to upgrade Time Navigator. a. Insert the Time Navigator DVD-ROM in your drive. If the installation autorun does not start, execute Autorun.exe in the Windows Explorer. b. Select Install Time Navigator 4.2. c. Select Upgrade in the Operation Type Selection window. d. Select the environment you want to upgrade. 23

24 e. Carefully check the Summary windows contents and click on Execute to start the storage node upgrade. To upgrade a Unix Storage Node: The DISPLAY environment variable must be set to allow the display on the machine on which you are logged in. You must be logged in as root to upgrade Time Navigator. On Linux systems, the ncompress and binutils packages must be installed, in order to use the uncompress and strings programs. a. Launch the install.sh script to start the Time Navigator Setup. b. Select Upgrade in the Operation Type Selection window. c. Select the environment you want to upgrade. d. Carefully check the Summary windows contents and click on Execute to start the storage node upgrade. Note: The upgrade modifies the contents of the tina.sh script. If you had modified environment variables in that script, for instance to change the value of the LD_LIBRARY_PATH for Oracle or DB2 agents, make sure you report these changes in the Conf\tina.env.local file. 5. Upgrading your 4.1 Agents Once the Time Navigator server has been updated to version 4.2, you can proceed with the upgrade of the agents. To upgrade a Windows Agent: You must be logged in as Administrator to upgrade Time Navigator. a. Insert the Time Navigator DVD-ROM in your drive. If the installation autorun does not start, execute Autorun.exe in the Windows Explorer. b. Select Install Time Navigator 4.2. c. Select Upgrade in the Operation Type Selection window. d. Select the environment you want to upgrade. e. Carefully check the Summary windows contents and click on Execute to start the agent upgrade. To upgrade a Unix Agent: The DISPLAY environment variable must be set to allow the display on the machine on which you are logged in. You must be logged in as root to upgrade Time Navigator. On Linux systems, the ncompress and binutils packages must be installed, in order to use the uncompress and strings programs. a. Launch the install.sh script to start the Time Navigator Setup. b. Select Upgrade in the Operation Type Selection window. c. Select the environment you want to upgrade. d. Carefully check the Summary windows contents and click on Execute to start the agent upgrade. Note: The upgrade modifies the contents of the tina.sh script. If you had modified environment variables in that script, for instance to change the value of the LD_LIBRARY_PATH for Oracle or DB2 agents, make sure you report these changes in the Conf\tina.env.local file. 24

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

DS License Server V6R2013x

DS License Server V6R2013x DS License Server V6R2013x DS License Server V6R2013x Installation and Configuration Guide Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 7 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology

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

DS License Server. Installation and Configuration Guide. 3DEXPERIENCE R2014x

DS License Server. Installation and Configuration Guide. 3DEXPERIENCE R2014x DS License Server Installation and Configuration Guide 3DEXPERIENCE R2014x Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 7 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology Edition, Version

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

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

Backup Exec 15. Quick Installation Guide

Backup Exec 15. Quick Installation Guide Backup Exec 15 Quick Installation Guide 21344987 Documentation version: 15 PN: 21344987 Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, the Checkmark

More information

Backup and Restore FAQ

Backup and Restore FAQ Backup and Restore FAQ Topic 50210 Backup and Restore Web, Data, and Email Security Solutions 11-Mar-2014 Applies to: Web Filter, Web Security, Web Security Gateway, and Web Security Gateway Anywhere,

More information

Online Backup Client User Manual

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

More information

Online Backup Client User Manual Mac OS

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

More information

Online Backup Client User Manual Mac OS

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

More information

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide Symantec Backup Exec 12.5 for Windows Servers Quick Installation Guide 13897290 Installing Backup Exec This document includes the following topics: System requirements Before you install About the Backup

More information

Gladinet Cloud Backup V3.0 User Guide

Gladinet Cloud Backup V3.0 User Guide Gladinet Cloud Backup V3.0 User Guide Foreword The Gladinet User Guide gives step-by-step instructions for end users. Revision History Gladinet User Guide Date Description Version 8/20/2010 Draft Gladinet

More information

Attix5 Pro Server Edition

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

More information

Online Backup Client User Manual

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

More information

IceWarp to IceWarp Server Migration

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

More information

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

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

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide Using the new features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 2 Backing up VSS applications... 2 Restoring VSS applications... 3 System State backup and restore...

More information

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Administration GUIDE SharePoint Server idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Getting Started - SharePoint Server idataagent Overview Deployment Configuration Decision Table

More information

CA /BrightStor ARCserve9 Backup Software

CA /BrightStor ARCserve9 Backup Software CA /BrightStor ARCserve9 Backup Software The CA BrightStor ARCserve9 Backup program can be installed on the TANDBERG NAS and launched from a browser. You can use this software to manage either an autoloader

More information

Administration GUIDE. Exchange Database idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233

Administration GUIDE. Exchange Database idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233 Administration GUIDE Exchange Database idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233 User Guide - Exchange Database idataagent Table of Contents Overview Introduction Key Features

More information

Acronis Backup & Recovery 11.5. Backing Up Microsoft Exchange Server Data

Acronis Backup & Recovery 11.5. Backing Up Microsoft Exchange Server Data Acronis Backup & Recovery 11.5 Backing Up Microsoft Exchange Server Data Copyright Statement Copyright Acronis International GmbH, 2002-2012. All rights reserved. Acronis and Acronis Secure Zone are registered

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Update 2 Backing Up Microsoft Exchange Server Data Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone

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

External Data Connector (EMC Networker)

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

More information

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

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

More information

2015 Exelis Visual Information Solutions, Inc., a subsidiary of Harris Corporation

2015 Exelis Visual Information Solutions, Inc., a subsidiary of Harris Corporation Advanced Topics in Licensing 2015 Exelis Visual Information Solutions, Inc., a subsidiary of Harris Corporation Page 1 of 30 Table of Contents Introduction 3 Licensing Software 3 Installing the license

More information

DOCSVAULT Document Management System for everyone

DOCSVAULT Document Management System for everyone Installation Guide DOCSVAULT Document Management System for everyone 9 v Desktop and Web Client v On Premises Solution v Intelligent Data Capture v Email Automation v Workflow & Record Retention Installing

More information

Using Symantec NetBackup with Symantec Security Information Manager 4.5

Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager Legal Notice Copyright 2007 Symantec Corporation. All rights

More information

Microsoft Corporation. Project Server 2010 Installation Guide

Microsoft Corporation. Project Server 2010 Installation Guide Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

Symantec Backup Exec 2014 Icon List

Symantec Backup Exec 2014 Icon List Symantec Backup Exec 2014 Icon List Alerts Image Description Alert needs attention Alerts Alert needs attention Alert needs attention Alert needs attention Error Error Error Error Informational alert Informational

More information

Symantec NetBackup Getting Started Guide. Release 7.1

Symantec NetBackup Getting Started Guide. Release 7.1 Symantec NetBackup Getting Started Guide Release 7.1 21159722 Contents NetBackup Getting Started Guide... 5 About NetBackup... 5 How a NetBackup system works... 6 How to make a NetBackup system work for

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

Mac OS X Server Migration Guide

Mac OS X Server Migration Guide Mac OS X Server Migration Guide Includes detailed instructions for upgrading to Mac OS X Server from AppleShare IP, Macintosh Manager, and Mac OS X Server 1.2 K Apple Computer, Inc. 2001 Apple Computer,

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

DS License Server. Installation and Configuration Guide. 3DEXPERIENCE R2016x

DS License Server. Installation and Configuration Guide. 3DEXPERIENCE R2016x DS License Server Installation and Configuration Guide 3DEXPERIENCE R2016x Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 8 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology Edition, Version

More information

Laptop Backup - Administrator Guide (Windows)

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

More information

Installation Instruction STATISTICA Enterprise Small Business

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

More information

Acronis Backup & Recovery 11.5 Quick Start Guide

Acronis Backup & Recovery 11.5 Quick Start Guide Acronis Backup & Recovery 11.5 Quick Start Guide Applies to the following editions: Advanced Server for Windows Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server

More information

CommandCenter Secure Gateway

CommandCenter Secure Gateway CommandCenter Secure Gateway Quick Setup Guide for CC-SG Virtual Appliance and lmadmin License Server Management This Quick Setup Guide explains how to install and configure the CommandCenter Secure Gateway.

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

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.6 (v11.6) Document Date: August 2015 www.goliathtechnologies.com

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

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

More information

Perceptive Intelligent Capture. Product Migration Guide. with Supervised Learning. Version 5.5 SP3

Perceptive Intelligent Capture. Product Migration Guide. with Supervised Learning. Version 5.5 SP3 Perceptive Intelligent Capture with Supervised Learning Product Migration Guide Version 5.5 SP3 Written by: Product Documentation, QA Date: March 2014 2014 Perceptive Software, Inc.. All rights reserved

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide New features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 3 System State backup... 3 Restore files, applications, System State and mailboxes... 4 Fully cloud ready Internet

More information

Acronis Backup Advanced for Exchange. Version 11.5 Update 3. Backing Up Microsoft Exchange Server Data

Acronis Backup Advanced for Exchange. Version 11.5 Update 3. Backing Up Microsoft Exchange Server Data Acronis Backup Advanced for Exchange Version 11.5 Update 3 Backing Up Microsoft Exchange Server Data Copyright Statement Copyright Acronis International GmbH, 2002-2014. All rights reserved. Acronis and

More information

Exchange Mailbox Protection Whitepaper

Exchange Mailbox Protection Whitepaper Exchange Mailbox Protection Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Exchange add-on comparison... 2 Advantages and disadvantages of the different PST formats... 3 2. How Exchange

More information

Reflection DBR USER GUIDE. Reflection DBR User Guide. 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.

Reflection DBR USER GUIDE. Reflection DBR User Guide. 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip. Reflection DBR USER GUIDE 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.net Page 1 of 1 Table of Contents Overview 3 Reflection DBR Client and Console Installation 4

More information

Acronis Backup & Recovery 11

Acronis Backup & Recovery 11 Acronis Backup & Recovery 11 Quick Start Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for Windows Workstation

More information

How To Manage Your Email On A Microsoft Powerbook 2.5 (For Microsoft) On A Macbook 2 (For A Mac) On An Iphone Or Ipad (For An Ipad) On Your Pc Or Macbook

How To Manage Your Email On A Microsoft Powerbook 2.5 (For Microsoft) On A Macbook 2 (For A Mac) On An Iphone Or Ipad (For An Ipad) On Your Pc Or Macbook Page 1 of 285 User Guide - Exchange Mailbox idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Terminology SYSTEM REQUIREMENTS - EXCHANGE MAILBOX IDATAAGENT DEPLOYMENT -

More information

How To Install The Exchange Idataagent On A Windows 7.5.1 (Windows 7) (Windows 8) (Powerpoint) (For Windows 7) And Windows 7 (Windows) (Netware) (Operations) (X

How To Install The Exchange Idataagent On A Windows 7.5.1 (Windows 7) (Windows 8) (Powerpoint) (For Windows 7) And Windows 7 (Windows) (Netware) (Operations) (X Page 1 of 208 User Guide - Exchange Database idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Customized Features for Your Exchange Version Terminology SYSTEM REQUIREMENTS

More information

Juris and Juris Suite 2.5 Service Pack 2. Installation Guide

Juris and Juris Suite 2.5 Service Pack 2. Installation Guide Juris and Juris Suite 2.5 Service Pack 2 Installation Guide Table of Contents Introduction... 2 Planning and Preparation... 2 System Requirements... 2 Server Required Pre-Install Items... 2 Servers Running

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

Enterprise Reporting Server v3.5

Enterprise Reporting Server v3.5 Enterprise Reporting Server v3.5 Administrator s Guide January 2001 Edition 2001 WebTrends Corporation Disclaimer WebTrends Corporation makes no representations or warranties with respect to the contents

More information

TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - SAP FOR ORACLE IDATAAGENT GETTING STARTED - DEPLOYING ON WINDOWS

TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - SAP FOR ORACLE IDATAAGENT GETTING STARTED - DEPLOYING ON WINDOWS Page 1 of 44 Quick Start - SAP for Oracle idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Full Range of Backup and Recovery Options SnapProtect Backup Command Line Support Backup and Recovery

More information

OroTimesheet 7 Installation Guide

OroTimesheet 7 Installation Guide Installation Guide Copyright 1996-2011 OroLogic Inc. http://www.orologic.com Revision 7.00 Contents I Contents Installation Guide 2 Introduction 2 Installing OroTimesheet 2 Installing OroTimesheet in stand-alone

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelog Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager Version 2.3 Installation and Configuration Guide 302-002-080 01 Copyright 2013-2015 EMC Corporation. All rights reserved.

More information

1. Data Domain Pre-requisites. 2. Enabling OST

1. Data Domain Pre-requisites. 2. Enabling OST 1. Data Domain Pre-requisites Before we begin to configure NetBackup, we need to verify the following:- Administrator rights and network access to the NetBackup master and media servers That the NetBackup

More information

VERITAS NetBackup 6.0 Encryption

VERITAS NetBackup 6.0 Encryption VERITAS NetBackup 6.0 Encryption System Administrator s Guide for UNIX, Windows, and Linux N15274C September 2005 Disclaimer The information contained in this publication is subject to change without notice.

More information

User Guide - Exchange Public Folder idataagent

User Guide - Exchange Public Folder idataagent Page 1 of 191 User Guide - Exchange Public Folder idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Terminology SYSTEM REQUIREMENTS - EXCHANGE PUBLIC FOLDER IDATAAGENT DEPLOYMENT

More information

Features - Microsoft Data Protection Manager

Features - Microsoft Data Protection Manager Page 1 of 36 Features - Microsoft Data Protection Manager TABLE OF CONTENTS OVERVIEW NEW FEATURES SYSTEM REQUIREMENTS SUPPORTED FEATURES GETTING STARTED - DATA PROTECTION MANAGER DEPLOYMENT GETTING STARTED

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

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

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Installing and Configuring WhatsUp Gold

Installing and Configuring WhatsUp Gold Installing and Configuring WhatsUp Gold This guide provides information about installing and configuring WhatsUp Gold v14.2, including instructions on how to run the WhatsUp web interface through an Internet

More information

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: May 2009 This document supports DocuShare Release 6.5/DocuShare CPX Release 6.5 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue

More information

Installation Notes for Outpost Network Security (ONS) version 3.2

Installation Notes for Outpost Network Security (ONS) version 3.2 Outpost Network Security Installation Notes version 3.2 Page 1 Installation Notes for Outpost Network Security (ONS) version 3.2 Contents Installation Notes for Outpost Network Security (ONS) version 3.2...

More information

Acronis Backup & Recovery 11. Backing Up Microsoft Exchange Server Data

Acronis Backup & Recovery 11. Backing Up Microsoft Exchange Server Data Acronis Backup & Recovery 11 Backing Up Microsoft Exchange Server Data Copyright Acronis, Inc., 2000-2012. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis, Inc.

More information

Installation of MicroSoft Active Directory

Installation of MicroSoft Active Directory Installation of MicroSoft Active Directory Before you start following this article you must be aware this is simply a lab setup and you need to assign relevant ip address, hostnames & domain names which

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

More information

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V)

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V) Page 1 of 31 Quick Start - Virtual Server idataagent (Microsoft/Hyper-V) TABLE OF CONTENTS OVERVIEW Introduction Key Features Complete Virtual Machine Protection Granular Recovery of Virtual Machine Data

More information

UNICORN 6.4. Administration and Technical Manual

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

More information

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

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

More information

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

Embarcadero Performance Center 2.7 Installation Guide

Embarcadero Performance Center 2.7 Installation Guide Embarcadero Performance Center 2.7 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A.

More information

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

More information

Acronis Backup & Recovery 11.5. Update 2. Backing Up Microsoft Exchange Server Data

Acronis Backup & Recovery 11.5. Update 2. Backing Up Microsoft Exchange Server Data Acronis Backup & Recovery 11.5 Update 2 Backing Up Microsoft Exchange Server Data Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone

More information

Hyper-V Protection. User guide

Hyper-V Protection. User guide Hyper-V Protection User guide Contents 1. Hyper-V overview... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 Windows Server 2012 Hyper-V support... 3 2. Hyper-V protection features... 3

More information

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide Direct Storage Access Using NetApp SnapDrive Installation & Administration Guide SnapDrive overview... 3 What SnapDrive does... 3 What SnapDrive does not do... 3 Recommendations for using SnapDrive...

More information

Exchange Mailbox Protection

Exchange Mailbox Protection User Guide This guide applies to Windows Server 2008 and later. For Windows Server 2003, refer to the Exchange Server Protection whitepaper. BackupAssist User Guides explain how to create and modify backup

More information

Support Document: Microsoft SQL Server - LiveVault 7.6X

Support Document: Microsoft SQL Server - LiveVault 7.6X Contents Preparing to create a Microsoft SQL backup policy... 2 Adjusting the SQL max worker threads option... 2 Preparing for Log truncation... 3 Best Practices... 3 Microsoft SQL Server 2005, 2008, or

More information

Installation Instructions Release Version 15.0 January 30 th, 2011

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

More information

Version 4.2. Ref: STAR42EW-0108. Navigator Getting Started Guide for Microsoft Windows

Version 4.2. Ref: STAR42EW-0108. Navigator Getting Started Guide for Microsoft Windows Version 4.2 Ref: STAR42EW-0108 Time Navigator Getting Started Guide for Microsoft Windows Atempo Copyrights Atempo retains all property rights concerning the documentation of Time Navigator software.

More information

Exchange Server Backup and Restore

Exchange Server Backup and Restore WHITEPAPER BackupAssist Version 6 www.backupassist.com Cortex I.T. 2001-2007 2 Contents 1. Introduction... 3 1.1 Overview... 3 1.2 Requirements... 3 1.3 Requirements for remote backup of Exchange 2007...

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

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

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore

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

More information

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

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

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.5 (v11.5) Document Date: March 2015 www.goliathtechnologies.com

More information

Acronis Backup Advanced Version 11.5 Update 6

Acronis Backup Advanced Version 11.5 Update 6 Acronis Backup Advanced Version 11.5 Update 6 APPLIES TO THE FOLLOWING PRODUCTS Advanced for Exchange BACKING UP MICROSOFT EXCHANGE SERVER DATA Copyright Statement Copyright Acronis International GmbH,

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

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

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

More information

AssetWise Performance Management. APM Remote Upgrade Guide

AssetWise Performance Management. APM Remote Upgrade Guide AssetWise Performance Management APM Remote Upgrade Guide Trademark Notice Bentley, the B Bentley logo, AssetWise, Ivara, the Ivara EXP logo, Ivara Work Smart, Aladon and RCM2 are either registered or

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for Windows

More information

DiskPulse DISK CHANGE MONITOR

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

More information