Tutorial: Finding Hotspots on a Remote Linux* System

Size: px
Start display at page:

Download "Tutorial: Finding Hotspots on a Remote Linux* System"

Transcription

1 Tutorial: Finding Hotspots on a Remote Linux* System Intel VTune Amplifier for Systems Linux* OS C++ Sample Application Code Document Number: Legal Information

2

3 Contents Contents Legal Information... 5 Overview... 7 Chapter 1: Navigation Quick Start Chapter 2: Finding Hotspots Prepare Your Target Device Cross Build and Load the Sampling Drivers...14 Prepare Your Sample Application...15 Run Advanced Hotspot Analysis View Your Results Chapter 3: Summary Chapter 4: Key Terms 3

4 Tutorial: Finding Hotspots on a Remote Linux* System 4

5 Legal Information No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document. Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade. This document contains information on products, services and/or processes in development. All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest forecast, schedule, specifications and roadmaps. The products and services described may contain defects or errors which may cause deviations from published specifications. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document. Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade. This document contains information on products, services and/or processes in development. All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest forecast, schedule, specifications and roadmaps. The products and services described may contain defects or errors which may cause deviations from published specifications. Intel processor numbers are not a measure of performance. Processor numbers differentiate features within each processor family, not across different processor families. Go to: Learn About Intel Processor Numbers Software and workloads used in performance tests may have been optimized for performance only on Intel microprocessors. Performance tests, such as SYSmark and MobileMark, are measured using specific computer systems, components, software, operations and functions. Any change to any of those factors may cause the results to vary. You should consult other information and performance tests to assist you in fully evaluating your contemplated purchases, including the performance of that product when combined with other products. Cilk, Intel, the Intel logo, Intel Atom, Intel Core, Intel Inside, Intel NetBurst, Intel SpeedStep, Intel vpro, Intel Xeon Phi, Intel XScale, Itanium, MMX, Pentium, Thunderbolt, Ultrabook, VTune and Xeon are trademarks of Intel Corporation in the U.S. and/or other countries. *Other names and brands may be claimed as the property of others. Microsoft, Windows, and the Windows logo are trademarks, or registered trademarks of Microsoft Corporation in the United States and/or other countries Intel Corporation. 5

6 Tutorial: Finding Hotspots on a Remote Linux* System 6

7 Overview Discover how to use Advanced Hotspots Analysis of the Intel VTune Amplifier for Systems to understand where your embedded application is spending time by identifying hotspots - the most timeconsuming program units. Advanced Hotspots Analysis is useful to analyze the performance of both serial and parallel applications. The Intel VTune Amplifier for Systems supports analysis of remote Linux* applications running on regular or embedded Linux systems, but this tutorial will focus on embedded platforms. About This Tutorial This tutorial uses the sample tachyon and guides you through the basic steps required to use the GUI to analyze the code for hotspots by means of remote data collection. Estimated Duration 20 minutes: Preparing your host and target device for use 15 minutes: Preparing your sample application and analyzing it Learning Objectives After you complete this tutorial, you will be able to find hotspots by: Preparing Your Target Device Cross Build and Load Sampling Drivers Preparing Your Sample Application, tachyon Running an Advanced Hotspot Analysis Viewing Your Results More Resources The Intel Developer Zone is a site devoted to software development tools, resources, forums, blogs, and knowledge bases, see The Intel Software Documentation Library is part of the Intel Developer Zone and is an online collection of Release Notes, User and Reference Guides, White Papers, Help, and Tutorials for Intel software products, software.intel.com/en-us/intel-software-technical-documentation For troubleshooting the creation and installation of the sep drivers, see Start Here 7

8 Tutorial: Finding Hotspots on a Remote Linux* System 8

9 Navigation Quick Start 1 The Intel VTune Amplifier for Systems provides information on code performance for users developing serial and multithreaded applications on supported embedded platforms. VTune Amplifier helps you analyze algorithm choices and identify where and how your application can benefit from available hardware resources. It reports your most significant problems thereby showing you the best ways to utilize your available optimization schedule and resources. VTune Amplifier for Systems Graphical User Interface (GUI) Access The VTune Amplifier installation includes shell scripts that you can run in your terminal window to set up required environment variables: 1. From the installation directory, enter source amplxe-vars.sh. This script sets the PATH environment variable that specifies locations of the product's graphical user interface and command line utilities. NOTE For the VTune Amplifier for Systems installed as part of Intel System Studio, the default <install_dir> is: For super-users: /opt/intel/system_studio_<version>/vtune_amplifier_< version>_for_systems For ordinary users: $HOME/intel/system_studio_<version>/vtune_amplifier_< version>_for_systems For the standalone VTune Amplifier for Systems installed without Intel System Studio, the default <install_dir> is: For super-users: /opt/intel/vtune_amplifier_for_systems_<version> For ordinary users: $HOME/intel/vtune_amplifier_for_systems_<version> 2. You can modify your login shell to include these important shell variables. For example, if you use the bash shell, you can add this line to your $HOME/.bashrc: source /opt/intel/ vtune_amplifier_<version>_for_systems/amplxe-vars.sh 3. Enter amplxe-gui to launch the product graphical interface. 9

10 1 Tutorial: Finding Hotspots on a Remote Linux* System Configure and manage projects and results, and launch new analyses from the primary toolbar. Click the Project Properties button on this toolbar to manage result file locations. Newly completed and opened analysis results along with result comparisons appear in the results tab for easy navigation. Use the VTune Amplifier menu to control result collection, define and view project properties, and set various options. The Project Navigator provides an iconic representation of your projects and analysis results. Click the Project Navigator button on the toolbar to enable/disable the Project Navigator. Click the (change) link to select a viewpoint, a preset configuration of windows/panes for an analysis result. For each analysis type, you can switch among several viewpoints to focus on particular performance metrics. Click the yellow question mark icon to read the viewpoint description. Switch between window tabs to explore the analysis type configuration options and collected data provided by the selected viewpoint. Use the Grouping drop-down menu to choose a granularity level for grouping data in the grid. Use the filter toolbar to filter out the result data according to the selected categories. Next step: Finding Hotspots 10

11 Finding Hotspots 2 Use the Intel VTune Amplifier for Systems to identify and analyze hotspot functions in your serial or parallel embedded application by performing a series of steps in a workflow. This tutorial guides you through these workflow steps while using a sample ray-tracer application named tachyon that runs on your embedded device. To optimize the performance of your embedded application, you must first understand its current performance qualities as it runs on the embedded device. You then modify the application based on that performance data, and, check the new performance metrics to compare the results. You can repeat this cycle until the results match your performance goals. When you check the performance of your application you run advanced sampling-based performance analysis on the application as it runs. These analyses help you identify performance hotspots and bottlenecks. If they are not where you expect them, then you can rewrite your code accordingly and test again. Running an analysis after each change allows you to verify that each change results in the desired improvement. Running multiple analysis checks also allows a comparison with the initial unchanged run to determine a point of diminishing returns. To obtain this important sampling-based performance data, you compile and run your application in a supported, embedded development environment. Then you define and launch a profiling agent, called a remote data collector, which runs on the embedded device. This remote data collector then records specified performance data collected from your running application. Then this performance information is automatically transferred to a host system where you can view and analyze it, and plan your optimization strategy and its implementation based on your available time and resources. Your embedded application must be cross compiled and present on this host system as well, so that your results will accurately reflect the function names and the line numbers in your code. While there are several supported embedded OS versions, this tutorial focuses on the Yocto Project* 1.* environment. The tachyon sample code has been optimized for the Yocto Project environment. Additional information can be found at If you choose to run this tutorial on an embedded system with a different Linux* OS distribution, you will need to provide your own sample application, kernel version, and kernel source directory. To summarize, for this tutorial you will collect data on your embedded system with the VTune Amplifier GUI amplxe-gui and SSH communication, started from the host system. Copying the kernel and drivers from your host to your target system is a one-time setup procedure, after which you can run multiple data collection sessions and view and compare the results. 11

12 2 Tutorial: Finding Hotspots on a Remote Linux* System Once you have collected performance data you make modifications to your code to improve its performance profile, and test again. NOTE This tutorial focuses on obtaining the baseline results for Advanced Hotspots Analysis and the tachyon sample application. For more information on the iterative process of testing, modifying, improving, and retesting your code for comparative analysis, see Tutorial: Finding Hotspots - C++ Sample Code To find hotspots in your application complete these activities: Step 1: Prepare your target device Build a Yocto* Project kernel Install a target package including remote collectors Configure ssh for a no-password connection Step 2: Cross build and load sampling drivers Step 3: Prepare your sample application Step 4: Run Advanced Hotspot Analysis Cross build and load the sampling driver (sep) Cross compile tachyon for use Copy tachyon to your Yocto Project target Use the Intel VTune Amplifier for Systems GUI to set up your remote configuration Run Advanced Hotspot Analysis Step 5: View your results View your results in Intel VTune Amplifier for Systems Next step: Prepare Your Target Device 12

13 Finding Hotspots 2 Prepare Your Target Device Use the following steps to set up your target device after you have installed the VTune Amplifier for Systems on your host. NOTE You will not be able to identify time-consuming code in your application using Advanced Hotspots Analysis if the nmi_watchdog interrupt capability is enabled on your target system, which prevents collecting accurate event-based sampling data. You will have to disable nmi_watchdog interrupt, or see the "Troubleshooting" section of the product documentation for details. 1. If you have not yet done so, download the Yocto Project* version appropriate for your system. A list of supported host system distributions and required packages for each distribution is available here: For a list of all Yocto Project versions, see downloads/yocto-project. The Yocto Project Quick Start document for your selected version provides detailed installation and configuration steps. The Quick Start document and all other documentation is available from In this tutorial, we are using the Yocto Project version Kernel version and source directory information provided in the examples are specific to this version. NOTE The tachyon sample code used in this tutorial has been optimized for the Yocto Project environment. Other Linux distributions can be analyzed using VTune Amplifier, but you will need to provide your own application. To run the tutorial using a different Linux distribution, be sure to note the kernel version and kernel source directory for use in building the VTune Amplifier drivers. 2. Copy the required package archive located at /opt/intel/vtune_amplifier_for_system/target on your host system to the /opt/intel directory on your target system and unzip it. linux32\vtune_amplifier_target_x86.tgz for x86 systems linux64\vtune_amplifier_target_x86_64.tgz for 64-bit systems NOTE Unzip both x86 and x86-64 packages if you plan to run and analyze 32-bit processes on 64-bit systems. a. Copy the file to the target system using the following command: scp -r <filename> root@<ip address>:/opt/intel/ b. Extract the file on the target system using the following command: tar -xvsf <filename> NOTE You can find detailed instructions for setting up your target Linux system in the Preparing a Target Linux* System for Remote Analysis online help topic at linux_target_setup. 3. Configure ssh to work in password-less mode so it does not prompt for a password on each invocation. To do this, use the key generation utility on the host system. a. Generate the key with an empty passphrase: host> ssh-keygen 13

14 2 Tutorial: Finding Hotspots on a Remote Linux* System b. Copy the key to the target system: host> cat ~/.ssh/id_dsa.pub ssh user@target "cat >> ~/.ssh/authorized_keys" You will need the target user password to complete this operation. If this command completes successfully, you will not require it afterwards. Make sure that only the owner (root) has read/write/execute permissions to the $HOME/.ssh/ directory and that such a directory exists. In these examples target can be a hostname or IP address. c. After you set the password-less mode, run a command to verify that a password is not required anymore. For example: host> ssh user@target ls NOTE An example of building a Yocto project and installing it is available at the Intel Developer Zone Next step: Cross Build and Load Sampling Drivers Cross Build and Load the Sampling Drivers Build the sampling drivers for your target environment on your Linux* host and transfer them to the target, where you load them into the kernel you customized for this purpose. If you do not build the drivers for your specific device by version and build number, your driver will not load; or, if it loads, it will not work. To find the kernel-version, see $KERNEL-SRC-DIR/include/generated/utsrelease.h. To find what version of the kernel is currently running, use the uname -a command on the target. 1. Change into the source directory: cd /opt/intel/vtune_amplifier_for_systems/sepdk/src 2. Build the sampling driver using the following command:./build-driver -ni --c-compiler=<compiler>\ --kernel-src-dir=<kernel source location> --kernel-version=<kernel version>\ --make-args="platform=x32 ARITY=smp" --install-dir=<install target location> For example:./build-driver -ni --c-compiler=i586-poky-linux-gcc\--kernel-src-dir=~/yocto/poky-denzil-7.0/ build/tmp/work/\fri2_noemgd-poky-linux/linuxyocto git1\ +5b4c9dc78b5ae607173cc3ddab9bce1b5f78129b_1+7\6dc683eccc a76b9d2fd425ba540a483-r1/linux-fri2- noemgd-\standard-build --kernel-version= yocto-standard\--make-args="platform=x32 ARITY=smp" --install-dir=../prebuilt 3. Once the driver files are built, copy them from your host to your target machine using the following commands: host> cd /opt/intel/vtune_amplifier_for_systems host> scp -r sepdk root@<ip address>:/home/root 4. Load the sampling drivers on your target machine using the following commands: target> cd /home/root/sepdk/src target>./insmod-sep3 -re For example, the command output could look like the following: Checking for PMU arbitration service(pax)...detected. PAX service is accessible to users in group "0" Executing: insmod./sep3_15-x yocto-standardsmp.ko Creating /dev/sep3_15 base devices with major number done. Creating /dev/sep3_15 percpu devices with major number done. The sep3_15 drivers has been successfully loaded. 14

15 Checking for vtsspp driver... not detected. Executing: insmod./vtsspp/vtsspp-x yocto-standardsmp.ko gid=0 mode=0666 The vtsspp driver has been successfully loaded. For some embedded Linux systems the insmod-vtsspp command may not work. In that event, you can load the kernel module directly by using insmod:./insmod-sep3 -re cd /home/root/sep/sepdk/src/vtsspp insmod vtsspp.ko 5. Confirm that the driver has been installed: lsmod grep sep sep3_ lsmod grep vtsspp vtsspp Finding Hotspots 2 NOTE You can find detailed instructions for installing your Linux target drivers at the online documentation: Preparing a Target Linux* System for Remote Analysis at Next step: Prepare Your Sample Application Prepare Your Sample Application The Intel VTune Amplifier for Systems release includes sample code called tachyon for you to compile and use on the target system. The tachyon sample code included with your distribution is modified for the Yocto* environment. The needed changes to the Makefiles listed in this section have been completed in the makefiles located in your distribution, which are included as examples. After compiling tachyon, copy the application to your target. 1. On the host Linux* system, change directories so you can untar the sample code: cd /~yocto 2. Unarchive (untar) the tachyon sample application: tar xvzf /opt/intel/vtune_amplifier_for_systems/samples/en/c++/tachyon_vtune_amp_xe.tgz 3. Open the top-level Makefile. The line containing CXX has been commented out. In the lower level tachyon/common/gui/ Makefile.gmake file, the following lines have been added: 4. If the host system is x86_64, you must comment some lines in the Makefile: #ifeq ($(shell uname -m),x86_64 #Arch=intel64 #CXXXFLAGS+= -m64 #else Arch=ia32 CXXFLAGS+= -m32 #endif 15

16 2 Tutorial: Finding Hotspots on a Remote Linux* System 5. Source important environmental variables: source /opt/poky/1.2/environment-setup-i586-poky-linux 6. Compile the tachyon code: make 7. Copy the tachyon binary, the dat folder and the libtbb.so folder to an appropriate location on your target system where the executable can find it. scp tachyon_find_hostspots dat lbbtbb.so root@<ip address>:<target location> For example: scp tachyon_find_hotspots dat libtbb.so root@target_ip:/usr/local/sbin Next step: Run Advanced Hotspot Analysis Run Advanced Hotspot Analysis The following steps show you how to launch the Intel VTune Amplifier for Systems GUI and create a new project. 1. Run amplxe-gui. Refer to the steps in Navigation Quick Start to set the appropriate environment variables if you have not already done so. 2. Click New Project and enter an identifying project name such as tachyon1 so that you can distinguish this project from other projects. Keep or change the default project file Location: and click Create Project. 3. Set up the analysis target. 16

17 Finding Hotspots 2 a. Select remote Linux (SSH) for the target system. b. Specify the user name and the host name or IP address of the remote system you are profiling via SSH. c. Enter the full path for the target binary in the Application field. In this example the path is / home/root/tachyon_find_hotspots. d. Enter any the path to the data file in the Application parameters field. In this example, the path is /home/root/dat/balls.dat. When collecting data remotely, the VTune Amplifier looks for the collectors on the target device in its default location: /opt/intel/vtune_amplifier_201x_for_systems.<package_num>. It also temporary stores performance results on the target system in the /tmp directory. If you followed the steps detailed in Prepare Your Target Device, then the collectors were installed in the default location. If you installed the target package to a different location and need to specify another temporary directory, make sure to configure your settings from the Analysis Target tab for your project. Use the VTune Amplifier installation directory on the remote system option to specify the path to the VTune Amplifier on the remote system. If default location is used, the path is provided automatically. Use the Temporary directory on the remote system option to specify a non-default temporary directory. Alternatively, use the -target-install-dir and -target-temp-dir options from the command line. 4. Click Choose Analysis to switch to the Analysis Type tab. 5. Select the Advanced Hotspots analysis type. You will notice communication with the remote system before the Analysis Type screen appears. 17

18 2 Tutorial: Finding Hotspots on a Remote Linux* System 6. Click the Start button to launch the Advanced Hotspots Analysis session. The VTune Amplifier sets up the now passwordless SSH connection to your target device and launches the target application. It collects Advanced Hotspots data with default settings, and then copies those results back to the host. Next step: View Your Results View Your Results After the target device sends the tachyon results - usually within a minute or two - the results appear on your display: Next step: Prepare your own embedded applications for analysis using the VTune Amplifier to view hotspots. 18

19 Summary 3 You have completed the Finding Hotspots tutorial. Here are some important things to remember when using the Intel VTune Amplifier for Systems to analyze your code for hotspots: Step Tutorial Recap Key Tutorial Take-aways 1. Prepare your target device 2. Build and load the sampling drivers 3. Prepare your sample application 4. Run Advanced Hotspot Analysis 5. View your results You installed a stable Yocto Project kernel; copied the appropriate VTune Amplifier for Systems files to your target system; and setup a password-less connection. You compiled the sampling drivers on your host system and loaded them on your target system. You extracted the tachyon code and, if necessary, modified it for use in your specific embedded environment. You ran the VTune Amplifier GUI to configure and launch Advanced Hotspot Analysis on the tachyon code on your target device. It ran on your target and the results were sent via ssh back to your server. You viewed the Advanced Hotspots analysis on the tachyon application in the VTune Amplifier for Systems GUI. Download and extract an appropriate toolchain from the Yocto Project web site and create an installation area. Build a Yocto Project kernel for your target. Configure ssh so there is no password request for file transfers between your server and target. Compile sampling drivers and transfer them to your target for use. Unarchive tachyon in the /~yocto directory. View the necessary changes to the top level Makefile. View the necessary changes to the lower level Makefile.gmake. Launch the GUI using the amplxe-gui command. Use the Analysis Target tab to choose and configure your analysis target. Use the Analysis Type tab to choose, configure, and run the Advanced Hotspot Analysis. You can also use the VTune Amplifier command-line interface by running the amplxe-cl command to test your code for hotspots and regressions. For details see the Command-line Interface Support section in the VTune Amplifier online help. Optimization Notice Intel's compilers may or may not optimize to the same degree for non-intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessordependent optimizations in this product are intended for use with Intel microprocessors. Certain 19

20 3 Tutorial: Finding Hotspots on a Remote Linux* System Optimization Notice optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice. Notice revision #

21 Key Terms 4 baseline : A performance metric used as a basis for comparison of the application versions before and after optimization. Baseline should be measurable and reproducible. CPU time : The amount of time a thread spends executing on a logical processor. For multiple threads, the CPU time of the threads is summed. The application CPU time is the sum of the CPU time of all the threads that run the application. CPU usage: A performance metric when the VTune Amplifier identifies a processor utilization scale, calculates the target CPU usage, and defines default utilization ranges depending on the number of processor cores. Utilizatio n Type Idle Poor OK Ideal Default color Description All CPUs are waiting - no threads are running. Poor usage. By default, poor usage is when the number of simultaneously running CPUs is less than or equal to 50% of the target CPU usage. Acceptable (OK) usage. By default, OK usage is when the number of simultaneously running CPUs is between 51-85% of the target CPU usage. Ideal usage. By default, Ideal usage is when the number of simultaneously running CPUs is between % of the target CPU usage. Elapsed time : The total time your target ran, calculated as follows: Wall clock time at end of application Wall clock time at start of application. finalization : A process during which the Intel VTune Amplifier converts the collected data to a database, resolves symbol information, and pre-computes data to make further analysis more efficient and responsive. hotspot: A section of code that took a long time to execute. Some hotspots may indicate bottlenecks and can be removed, while other hotspots inevitably take a long time to execute due to their nature. Advanced Hotspots Analysis: A non-default analysis type used to understand the application flow of control and to identify hotspots, that works directly with the CPU without the influence of the booted operating system. VTune Amplifier creates a list of functions in your application ordered by the amount of time spent in a function. It also detects the call stacks for each of these functions so you can see how the hot functions are called. VTune Amplifier uses a low overhead (about 5%) user-mode sampling and tracing collection that gets you the information you need without slowing down the application execution significantly. A target is an executable file you analyze using the Intel VTune Amplifier. host system : The Linux* server on which you install amplxe-gui and from which you launch your application analysis and view those results. target system: The supported, embedded device on which you install sampling drivers and run the application you are running performance analysis on. 21

22 4 Tutorial: Finding Hotspots on a Remote Linux* System viewpoint : A preset result tab configuration that filters out the data collected during a performance analysis and enables you to focus on specific performance problems. When you select a viewpoint, you select a set of performance metrics the VTune Amplifier shows in the windows/panes of the result tab. To select the required viewpoint, click the (change) link and use the drop-down menu at the top of the result tab. 22

23 Index Index H Hotspot Analysis, Run Advanced16 N Navigation Quick Start9 R Results, View Your18 S Sample Application, Prepare Your15 Sampling Drivers, Cross Build and Load14 Summary19 T Target Device, Prepare Your13 23

24 Tutorial: Finding Hotspots on a Remote Linux* System 24

Tutorial: Analyzing Energy Usage on an Android* Platform

Tutorial: Analyzing Energy Usage on an Android* Platform Tutorial: Analyzing Energy Usage on an Android* Platform Intel VTune Amplifier 2016 for Linux* OS Legal Information Contents Contents Legal Information... 5 Overview... 7 Chapter 1: Analyzing Energy Usage

More information

INTEL PARALLEL STUDIO XE EVALUATION GUIDE

INTEL PARALLEL STUDIO XE EVALUATION GUIDE Introduction This guide will illustrate how you use Intel Parallel Studio XE to find the hotspots (areas that are taking a lot of time) in your application and then recompiling those parts to improve overall

More information

Eliminate Memory Errors and Improve Program Stability

Eliminate Memory Errors and Improve Program Stability Eliminate Memory Errors and Improve Program Stability with Intel Parallel Studio XE Can running one simple tool make a difference? Yes, in many cases. You can find errors that cause complex, intermittent

More information

Get an Easy Performance Boost Even with Unthreaded Apps. with Intel Parallel Studio XE for Windows*

Get an Easy Performance Boost Even with Unthreaded Apps. with Intel Parallel Studio XE for Windows* Get an Easy Performance Boost Even with Unthreaded Apps for Windows* Can recompiling just one file make a difference? Yes, in many cases it can! Often, you can achieve a major performance boost by recompiling

More information

Improve Fortran Code Quality with Static Analysis

Improve Fortran Code Quality with Static Analysis Improve Fortran Code Quality with Static Analysis This document is an introductory tutorial describing how to use static analysis on Fortran code to improve software quality, either by eliminating bugs

More information

-------- Overview --------

-------- Overview -------- ------------------------------------------------------------------- Intel(R) Trace Analyzer and Collector 9.1 Update 1 for Windows* OS Release Notes -------------------------------------------------------------------

More information

Intel Unite Solution. Standalone User Guide

Intel Unite Solution. Standalone User Guide Intel Unite Solution Standalone User Guide Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation

TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation Software Release 6.0 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS

More information

Basics of VTune Performance Analyzer. Intel Software College. Objectives. VTune Performance Analyzer. Agenda

Basics of VTune Performance Analyzer. Intel Software College. Objectives. VTune Performance Analyzer. Agenda Objectives At the completion of this module, you will be able to: Understand the intended purpose and usage models supported by the VTune Performance Analyzer. Identify hotspots by drilling down through

More information

Intel Media SDK Library Distribution and Dispatching Process

Intel Media SDK Library Distribution and Dispatching Process Intel Media SDK Library Distribution and Dispatching Process Overview Dispatching Procedure Software Libraries Platform-Specific Libraries Legal Information Overview This document describes the Intel Media

More information

Yosemite Server Backup Installation Guide

Yosemite Server Backup Installation Guide Yosemite Server Backup Installation Guide Part number: First edition: October, 2010 Legal and notice information Copyright 2004, 2012 Barracuda Networks, Inc. Under copyright laws, the contents of this

More information

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4. 10 Steps to Developing a QNX Program Quickstart Guide

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4. 10 Steps to Developing a QNX Program Quickstart Guide Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4 10 Steps to Developing a QNX Program Quickstart Guide 2008, QNX Software Systems GmbH & Co. KG. A Harman International Company. All rights

More information

Yocto Project Eclipse plug-in and Developer Tools Hands-on Lab

Yocto Project Eclipse plug-in and Developer Tools Hands-on Lab Yocto Project Eclipse plug-in and Developer Tools Hands-on Lab Yocto Project Developer Day San Francisco, 2013 Jessica Zhang Introduction Welcome to the Yocto Project Eclipse plug-in

More information

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Improve Fortran Code Quality with Static Security Analysis (SSA)

Improve Fortran Code Quality with Static Security Analysis (SSA) Improve Fortran Code Quality with Static Security Analysis (SSA) with Intel Parallel Studio XE This document is an introductory tutorial describing how to use static security analysis (SSA) on C++ code

More information

The ROI from Optimizing Software Performance with Intel Parallel Studio XE

The ROI from Optimizing Software Performance with Intel Parallel Studio XE The ROI from Optimizing Software Performance with Intel Parallel Studio XE Intel Parallel Studio XE delivers ROI solutions to development organizations. This comprehensive tool offering for the entire

More information

NVIDIA CUDA GETTING STARTED GUIDE FOR MAC OS X

NVIDIA CUDA GETTING STARTED GUIDE FOR MAC OS X NVIDIA CUDA GETTING STARTED GUIDE FOR MAC OS X DU-05348-001_v5.5 July 2013 Installation and Verification on Mac OS X TABLE OF CONTENTS Chapter 1. Introduction...1 1.1. System Requirements... 1 1.2. About

More information

Intel Media Server Studio - Metrics Monitor (v1.1.0) Reference Manual

Intel Media Server Studio - Metrics Monitor (v1.1.0) Reference Manual Intel Media Server Studio - Metrics Monitor (v1.1.0) Reference Manual Overview Metrics Monitor is part of Intel Media Server Studio 2015 for Linux Server. Metrics Monitor is a user space shared library

More information

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information

Moxa Device Manager 2.0 User s Guide

Moxa Device Manager 2.0 User s Guide First Edition, March 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Moxa Device Manager 2.0 User Guide The software described in this manual

More information

TestManager Administration Guide

TestManager Administration Guide TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager

More information

Site Configuration SETUP GUIDE. Windows Hosts Single Workstation Installation. May08. May 08

Site Configuration SETUP GUIDE. Windows Hosts Single Workstation Installation. May08. May 08 Site Configuration SETUP GUIDE Windows Hosts Single Workstation Installation May08 May 08 Copyright 2008 Wind River Systems, Inc. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Software Evaluation Guide for Microsoft Office Excel 2010* and WinZip 15.5*

Software Evaluation Guide for Microsoft Office Excel 2010* and WinZip 15.5* Software Evaluation Guide for Microsoft Office Excel 2010* and WinZip 15.5* Version 2011-06 Rev. 1.2 Information in this document is provided in connection with Intel products. No license, express or implied,

More information

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition 10 STEPS TO YOUR FIRST QNX PROGRAM QUICKSTART GUIDE Second Edition QNX QUICKSTART GUIDE A guide to help you install and configure the QNX Momentics tools and the QNX Neutrino operating system, so you can

More information

TAO Installation Guide v0.1. September 2012

TAO Installation Guide v0.1. September 2012 TAO Installation Guide v0.1 September 2012 TAO installation guide v0.1 page 2/22 This installation guide provides instructions for installing TAO. For all other aspects of using TAO, please see the user

More information

Extending Remote Desktop for Large Installations. Distributed Package Installs

Extending Remote Desktop for Large Installations. Distributed Package Installs Extending Remote Desktop for Large Installations This article describes four ways Remote Desktop can be extended for large installations. The four ways are: Distributed Package Installs, List Sharing,

More information

NVIDIA CUDA GETTING STARTED GUIDE FOR MAC OS X

NVIDIA CUDA GETTING STARTED GUIDE FOR MAC OS X NVIDIA CUDA GETTING STARTED GUIDE FOR MAC OS X DU-05348-001_v6.5 August 2014 Installation and Verification on Mac OS X TABLE OF CONTENTS Chapter 1. Introduction...1 1.1. System Requirements... 1 1.2. About

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

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Freshservice Discovery Probe User Guide

Freshservice Discovery Probe User Guide Freshservice Discovery Probe User Guide 1. What is Freshservice Discovery Probe? 1.1 What details does Probe fetch? 1.2 How does Probe fetch the information? 2. What are the minimum system requirements

More information

Dell One Identity Manager 7.0. Help Desk Module Administration Guide

Dell One Identity Manager 7.0. Help Desk Module Administration Guide Dell 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 nondisclosure

More information

Online Backup Linux Client User Manual

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

More information

Online Backup Client User Manual

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

More information

Patching the Windows 2000 Server Operating System on S8100 Media Servers, IP600 Communications Servers, & DEFNITY ONE Communications Systems

Patching the Windows 2000 Server Operating System on S8100 Media Servers, IP600 Communications Servers, & DEFNITY ONE Communications Systems Patching the Windows 2000 Server Operating System on S8100 Media Servers, IP600 Communications Servers, & DEFNITY ONE Communications Systems Abstract This document provides guidance on how to apply Microsoft

More information

Upgrading Intel AMT 5.0 drivers to Linux kernel v2.6.31

Upgrading Intel AMT 5.0 drivers to Linux kernel v2.6.31 White Paper Zerene Sangma Platform Application Engineer Intel Corporation Upgrading Intel AMT 5.0 drivers to Linux kernel v2.6.31 For Intel Q45 and Intel GM45 based embedded platforms June 2010 323961

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

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

More information

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

Imaging Computing Server User Guide

Imaging Computing Server User Guide Imaging Computing Server User Guide PerkinElmer, Viscount Centre II, University of Warwick Science Park, Millburn Hill Road, Coventry, CV4 7HS T +44 (0) 24 7669 2229 F +44 (0) 24 7669 0091 E cellularimaging@perkinelmer.com

More information

Intel Storage System SSR212CC Enclosure Management Software Installation Guide For Red Hat* Enterprise Linux

Intel Storage System SSR212CC Enclosure Management Software Installation Guide For Red Hat* Enterprise Linux Intel Storage System SSR212CC Enclosure Management Software Installation Guide For Red Hat* Enterprise Linux Order Number: D58855-002 Disclaimer Information in this document is provided in connection with

More information

Configuring MailArchiva with Insight Server

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

More information

EMC Data Domain Management Center

EMC Data Domain Management Center EMC Data Domain Management Center Version 1.1 Initial Configuration Guide 302-000-071 REV 04 Copyright 2012-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes

More information

USB Driver. Installation Guide for H5 Devices

USB Driver. Installation Guide for H5 Devices USB Driver Installation Guide for H5 Devices USB DRIVER INSTALLATION GUIDE USB Driver Installation Guide For the following devices: MTSMC-H5-U, MTD-H5, MTPCIE-H5, MT100UCC-H5, MTC-H5-B03, MTCBA-H5-U S000553,

More information

Digi Port Authority- Remote. Setup Guide 92000308_A

Digi Port Authority- Remote. Setup Guide 92000308_A Digi Port Authority- Remote Setup Guide 92000308_A Digi International Inc. 2002. All Rights Reserved The Digi logo is a trademark of Digi International Inc. All other brand and product names are the trademarks

More information

-------- Overview --------

-------- Overview -------- ------------------------------------------------------- Intel(R) Trace Analyzer and Collector 8.1 for Linux* OS Release Notes ------------------------------------------------------- -------- Overview --------

More information

Novell Identity Manager Resource Kit

Novell Identity Manager Resource Kit AUTHORIZED DOCUMENTATION Installation Guide for SUSE Linux Enterprise Server 10 SP2 Novell Identity Manager Resource Kit 1.2 August 17, 2009 www.novell.com Identity Manager Resource Kit 1.2 Installation

More information

Scaling up to Production

Scaling up to Production 1 Scaling up to Production Overview Productionize then Scale Building Production Systems Scaling Production Systems Use Case: Scaling a Production Galaxy Instance Infrastructure Advice 2 PRODUCTIONIZE

More information

TIBCO Fulfillment Provisioning Session Layer for FTP Installation

TIBCO Fulfillment Provisioning Session Layer for FTP Installation TIBCO Fulfillment Provisioning Session Layer for FTP Installation Software Release 3.8.1 August 2015 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Acronis Backup & Recovery 11

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

More information

XDB Intel System Debugger 2015 Overview Training. Robert Mueller-Albrecht, TCE, SSG DPD ECDL

XDB Intel System Debugger 2015 Overview Training. Robert Mueller-Albrecht, TCE, SSG DPD ECDL XDB Intel System Debugger 2015 Overview Training Robert Mueller-Albrecht, TCE, SSG DPD ECDL Agenda 1) What is XDB? 2) Debugger startup and device/platform support 3) Debugger usage (Android* an Linux*)

More information

Finding Performance and Power Issues on Android Systems. By Eric W Moore

Finding Performance and Power Issues on Android Systems. By Eric W Moore Finding Performance and Power Issues on Android Systems By Eric W Moore Agenda Performance & Power Tuning on Android & Features Needed/Wanted in a tool Some Performance Tools Getting a Device that Supports

More information

Copyright 2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,

Copyright 2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, Copyright 2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled, disassembled, published or distributed, in whole

More information

Intel System Event Log (SEL) Viewer Utility

Intel System Event Log (SEL) Viewer Utility Intel System Event Log (SEL) Viewer Utility User Guide Document No. E12461-007 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE GENERAL PURPOSE OF SUPPORTING

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Agent for MySQL Guide r11.5 D01213-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

More information

Intel System Event Log (SEL) Viewer Utility. User Guide SELViewer Version 10.0 /11.0 December 2012 Document number: G88216-001

Intel System Event Log (SEL) Viewer Utility. User Guide SELViewer Version 10.0 /11.0 December 2012 Document number: G88216-001 Intel System Event Log (SEL) Viewer Utility User Guide SELViewer Version 10.0 /11.0 December 2012 Document number: G88216-001 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH

More information

Contents -------- Overview and Product Contents -----------------------------

Contents -------- Overview and Product Contents ----------------------------- ------------------------------------------------------------------------ Intel(R) Threading Building Blocks - Release Notes Version 2.0 ------------------------------------------------------------------------

More information

CA arcserve Unified Data Protection Agent for Linux

CA arcserve Unified Data Protection Agent for Linux CA arcserve Unified Data Protection Agent for Linux User Guide Version 5.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management IBM Tivoli Software Maximo Asset Management Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management Document version 1.0 Rick McGovern Staff Software Engineer IBM Maximo

More information

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution Release number 9.0 TECHNICAL NOTES 302-001-760 REV 01 September, 2015 These technical

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

Wolfr am Lightweight Grid M TM anager USER GUIDE

Wolfr am Lightweight Grid M TM anager USER GUIDE Wolfram Lightweight Grid TM Manager USER GUIDE For use with Wolfram Mathematica 7.0 and later. For the latest updates and corrections to this manual: visit reference.wolfram.com For information on additional

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

NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide

NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide Sachin Maheshwari, Anand Ranganathan, NetApp October 2012 Abstract This document provides

More information

Intel System Event Log (SEL) Viewer Utility

Intel System Event Log (SEL) Viewer Utility Intel System Event Log (SEL) Viewer Utility User Guide Document No. E12461-005 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE GENERAL PURPOSE OF SUPPORTING

More information

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

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

More information

Command Line Interface User Guide for Intel Server Management Software

Command Line Interface User Guide for Intel Server Management Software Command Line Interface User Guide for Intel Server Management Software Legal Information Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel

More information

Project management integrated into Outlook

Project management integrated into Outlook y Project management integrated into Outlook InLoox PM 7.x Help for the configuration for MySQL-Server An InLoox Whitepaper Published: October 2011 Copyright: InLoox GmbH 2011 You find up-to-date information

More information

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software Private Limited, All Rights Reserved

More information

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected

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

IceWarp Server. Log Analyzer. Version 10

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

More information

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

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

USB Driver. Installation Guide for LTE Devices

USB Driver. Installation Guide for LTE Devices USB Driver Installation Guide for LTE Devices USB DRIVER INSTALLATION GUIDE USB Driver Installation Guide For the following devices: MTSMC-LEU1-U, MTSMC-LAT1-U, MTSMC-LVW2-U S000616, Version 1.0.3 Copyright

More information

Improve C++ Code Quality with Static Security Analysis (SSA)

Improve C++ Code Quality with Static Security Analysis (SSA) with Static Security Analysis (SSA) with Intel Parallel Studio XE This document is an introductory tutorial describing how to use static security analysis (SSA) on C++ code to improve software quality,

More information

Intel(R) IT Director User's Guide

Intel(R) IT Director User's Guide Intel(R) IT Director User's Guide Table of Contents Disclaimer and Legal Information... 1 Introduction... 3 To set up Intel IT Director:... 3... 3 System Configuration... 5... 5 Settings Page: Overview...

More information

Revealing the performance aspects in your code. Intel VTune Amplifier XE Generics. Rev.: Sep 1, 2013

Revealing the performance aspects in your code. Intel VTune Amplifier XE Generics. Rev.: Sep 1, 2013 Revealing the performance aspects in your code Intel VTune Amplifier XE Generics Rev.: Sep 1, 2013 1 Agenda Introduction to Intel VTune Amplifier XE profiler High-level Features Types of Analysis Hotspot

More information

Intel vpro Technology Module for Microsoft* Windows PowerShell*

Intel vpro Technology Module for Microsoft* Windows PowerShell* Intel vpro Technology Module for Microsoft* Windows PowerShell* 1 Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL

More information

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide The software described in this book is furnished

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

User Manual. User Manual for Version 4.4.0.8

User Manual. User Manual for Version 4.4.0.8 User Manual User Manual for Version 4.4.0.8 I Endpoint Protector Virtual Appliance User Manual Table of Contents 1. Endpoint Protector Virtual Appliance Formats1 1.1. Available Formats of the Virtual Appliance...

More information

Unbreakable Linux Network An Overview

Unbreakable Linux Network An Overview An Oracle White Paper September 2011 Unbreakable Linux Network An Overview Introduction... 1 The Update Agent (yum)... 2 Channels Descriptions and Usage... 2 Switching from Red Hat Network (RHN) to ULN...

More information

32-bit AVR UC3 Microcontrollers. 32-bit AtmelAVR Application Note. AVR32769: How to Compile the standalone AVR32 Software Framework in AVR32 Studio V2

32-bit AVR UC3 Microcontrollers. 32-bit AtmelAVR Application Note. AVR32769: How to Compile the standalone AVR32 Software Framework in AVR32 Studio V2 AVR32769: How to Compile the standalone AVR32 Software Framework in AVR32 Studio V2 1. Introduction The purpose of this application note is to show how to compile any of the application and driver examples

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

INSTALLATION GUIDE. AXIS Camera Station

INSTALLATION GUIDE. AXIS Camera Station INSTALLATION GUIDE AXIS Camera Station About this Guide This guide is intended for administrators and users of the AXIS Camera Station, and is applicable for software release 3.50 and later. It covers

More information

Personal Virtual Server (PVS) Quick Start Guide

Personal Virtual Server (PVS) Quick Start Guide Personal Virtual Server (PVS) Quick Start Guide Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade

More information

Introduction to Operating Systems

Introduction to Operating Systems Introduction to Operating Systems It is important that you familiarize yourself with Windows and Linux in preparation for this course. The exercises in this book assume a basic knowledge of both of these

More information

TIBCO FTL Installation

TIBCO FTL Installation TIBCO FTL Installation Software Release 4.3 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

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

Installing IBM Websphere Application Server 7 and 8 on OS4 Enterprise Linux

Installing IBM Websphere Application Server 7 and 8 on OS4 Enterprise Linux Installing IBM Websphere Application Server 7 and 8 on OS4 Enterprise Linux By the OS4 Documentation Team Prepared by Roberto J Dohnert Copyright 2013, PC/OpenSystems LLC This whitepaper describes how

More information

Intel Rapid Storage Technology

Intel Rapid Storage Technology Intel Rapid Storage Technology User Guide August 2011 Revision 1.0 1 Document Number: XXXXXX INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

NVIDIA GRID 2.0 ENTERPRISE SOFTWARE

NVIDIA GRID 2.0 ENTERPRISE SOFTWARE NVIDIA GRID 2.0 ENTERPRISE SOFTWARE QSG-07847-001_v01 October 2015 Quick Start Guide Requirements REQUIREMENTS This Quick Start Guide is intended for those who are technically comfortable with minimal

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

Use QNAP NAS for Backup

Use QNAP NAS for Backup Use QNAP NAS for Backup BACKUP EXEC 12.5 WITH QNAP NAS Copyright 2010. QNAP Systems, Inc. All Rights Reserved. V1.0 Document revision history: Date Version Changes Apr 2010 1.0 Initial release Note: Information

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

vtcommander Installing and Starting vtcommander

vtcommander Installing and Starting vtcommander vtcommander vtcommander provides a local graphical user interface (GUI) to manage Hyper-V R2 server. It supports Hyper-V technology on full and core installations of Windows Server 2008 R2 as well as on

More information

Intel Server Raid Controller. RAID Configuration Utility (RCU)

Intel Server Raid Controller. RAID Configuration Utility (RCU) Intel Server Raid Controller RAID Configuration Utility (RCU) Revision 1.1 July 2000 Revision History Date Rev Modifications 02/13/00 1.0 Initial Release 07/20/00 1.1 Update to include general instructions

More information

Foglight 1.0.0.0. Cartridge for Active Directory Installation Guide

Foglight 1.0.0.0. Cartridge for Active Directory Installation Guide Foglight 1.0.0.0 Cartridge for Active Directory Installation Guide 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

4PSA Total Backup 3.0.0. User's Guide. for Plesk 10.0.0 and newer versions

4PSA Total Backup 3.0.0. User's Guide. for Plesk 10.0.0 and newer versions 4PSA Total Backup 3.0.0 for Plesk 10.0.0 and newer versions User's Guide For more information about 4PSA Total Backup, check: http://www.4psa.com Copyright 2009-2011 4PSA. User's Guide Manual Version 84359.5

More information

Epicor ERP Performance Diagnostic and Troubleshooting Guide 9.05.701

Epicor ERP Performance Diagnostic and Troubleshooting Guide 9.05.701 Epicor ERP Performance Diagnostic and Troubleshooting Guide 9.05.701 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents,

More information