2. Run the silent install / uninstall procedure through a command line (with administrator rights) as elaborated below.

Size: px
Start display at page:

Download "2. Run the silent install / uninstall procedure through a command line (with administrator rights) as elaborated below."

Transcription

1 OpenLM Agent Silent Installation AN Scope The OpenLM Agent is OpenLM s end-user tool for monitoring license consumption and obtaining an overview on the status of available licenses. This post elaborates the silent install and uninstall commands for the OpenLM Agent Software General Silent installation is a form of software installation that does not display messages during its progress. This type of installation is specifically required for client applications such as the Active Agent, which need to be dispatched over a large number of workstations. The Active Agent silent installation utility facilitates installation of the Active Agent on client PCs, without showing user interfaces and without requiring user interaction, meaning there is no next next finish procedure. The Silent installation process: 1. Download the OpenLM Agent from the OpenLM site. 2. Run the silent install / uninstall procedure through a command line (with administrator rights) as elaborated below. Download and install the OpenLM Agent The OpenLM Agent is available on the Downloads section on the OpenLM site. Be aware that OpenLM Agent versions prior to 1.8 had two flavors: the Utilizer Agent and the Active Agent. Starting from OpenLM version 1.8 there was a unification of the two, and only a single agent exists, the OpenLM Agent. Deployment via Group Policy Object (GPO) For deploying the OpenLM Agent via GPO and setting installation parameters, please take a look at this article: OpenLM in the Enterprise A brief how-to customize your OpenLM deployment via GPO (2023a)

2 OpenLM Agent Silent Installation AN Silent Uninstall Format Open a command line prompt as an administrator, and enter the following command line: msiexec /x <Product code> /quiet. Notes: Replace the product code, with the relevant product code as described in the section OpenLM Product Code. The parameter /x uninstalls a product. Example: Silently uninstall version OpenLM agent version msiexec /x {E1E35EA8-6C9E-458E-8902-E B14} /quiet Silent Install Command Format msiexec /I <msi installation file path> /quiet /norestart <parameters> Command Parameters SERVERNAME: OpenLM server name. SERVERPORT: OpenLM server port number.

3 OpenLM Agent Silent Installation AN Note: OpenLM server port is set to 7012 by default. LICENSE_MANAGER_SERVER The OpenLM License Manager server in the App Manager tab. Note: the default value is: localhost. LICENSE_MANAGER_PORT The OpenLM License Manager Port. Note: the default value is: SHOW_NOTIFICATION_ICON(true/false): False: Hides OpenLM Agent icon from the user. (This option is not recommended) True : Show the notification icon at the taskbar. Note: SHOW_NOTIFICATION_ICON is true by default. ERROR_LEVEL:(ALL/DEBUG/INFO/WARN/ERROR/FATAL/OFF) recommended logging level: Error Note: ERROR_LEVEL is set to ERROR by default. TARGETDIR: Specify the root destination directory for the installation. Note: if no destination is specified, the default root destination directory is: C:\Program Files\OpenLM\OpenLM Agent. SHUT_WHEN_NOT_ACTIVE(true/false): Shutdown the Active Agent automatically when an application is monitored as inactive for a certain period of time. this period is defined in the INACTIVITY_TIME parameter.

4 OpenLM Agent Silent Installation AN Note: SHUT_WHEN_NOT_ACTIVE is false by default. INACTIVITY_TIME(seconds): Inactivity time in seconds. Meaningful only when SHUT_WHEN_NOT_ACTIVE = true LANG: Choose the OpenLM language and direction format. Possible values: en-us (English) ru-ru (Russian) es-es (Spanish) de-de (German) fr- FR (French) zh-chs (Chinese) pt-br (Portuguese). Note: LANG is set to en-us (English) by default. REQUEST_TIMEOUT(seconds): This parameter configures the timeout for an OpenLM Server request towards the OpenLM Agent. In certain cases this period needs to be extended beyond the default value (120 seconds for version , 45 seconds before that version). Such has been the case for customers who applied the Suspend and Resume to certain FlexLM controlled applications. Installing OpenLM Active Agent extensions: OpenLM is capable of retrieving licenses from idle applications by either one of two methods: Suspend and Resume or Save and Close. OpenLM Extensions are software modules that enable OpenLM to provide dedicated services to specific software applications. They facilitate idle license retrieval through the Save and Close method. Please consult the OpenLM support page for information on supported applications. INSTALL_ARCGIS(1\0) 1: Install the ArcGIS extension. 0: Do NOT install the ArcGIS extension. INSTALL_AUTOCAD(1\0)

5 OpenLM Agent Silent Installation AN : Install the AutoCAD extension. 0: Do NOT install the AutoCAD extension. INSTALL_MATLAB(1\0) 1: Install the Matlab extension. 0: Do NOT install the Matlab extension. INSTALL_SOLIDWORKS(1\0) 1: Install the Solidworks extension. 0: Do NOT install the Solidworks extension. INSTALL_ARCGISPRO(1\0) 1: Install the ArcGISPRO extension. 0: Do NOT install the ArcGISPRO extension. Notes: 1. If OpenLM ascertains that an application (e.g.: ArcGIS) had been installed on a workstation, the respective extension (e.g. ArcGIS extension) will also be installed on the same workstation by default. 2. Extensions will not be installed in case the respective application is not installed, regardless of their respective installation flags. Note: INSTALL_PLUGIN(1\0) This plugin enables selecting the ArcGIS license level to ArcInfo/ ArcEditor/ ArcView. This plugin is relevant only for ArcGIS users. 1: Install the Plugin. 0: Do NOT install the Plugin.

6 OpenLM Agent Silent Installation AN Note: The Plugin is installed by default. Installing Proactive license management extensions: OpenLM now presents the capability of directly intervening in the process of license drawing. We call this the OpenLM Proactive Application Manager. In order to deploy this capability through silent installation, the following flags should be used: INSTALL_PROACTIVE(1\0) 1: Enable proactive license management by the OpenLM proactive license management component. Install the proactive license management Windows service. 0 (Default): Do NOT enable proactive license management by the OpenLM proactive license management component. Do NOT install the proactive license management Windows service. CHECK_INTERCEPTION(1\0) 1: Activate the proactive license management component 0 (Default): Do NOT activate the proactive license management component The configuration of OpenLM s proactive application management is saved on the products.xml file. By default, this file is created as an empty file in the Agent s directory during installation. It is possible to refer all deployed OpenLM Agents to a shared

7 OpenLM Agent Silent Installation AN products.xml file on the organizational network. In order to do so, the following flags should be used: PRODUCTS_XML_PATH: The full path to the said products.xml file, enclosed in quotation marks. This could be a local path, or a UNC path, e.g.: \\ServerName\Shared folder\openlm\products.xml UNC_USER_NAME: The username of an account that is authorized to access (read/write) the said products.xml file UNC_PASSWORD: Password of the said UNC_USER_NAME username. Example 1 Install the Agent version on OpenLM Server , hide the notification icon, and set the logging level to ERROR: msiexec /I C:\tmp\openlm_agent_win_2005.msi /quiet /norestart SERVERNAME= SHOW_NOTIFICATION_ICON=false ERROR_LEVEL=ERROR Example 2 Install the Agent version on OpenLM Server olm_server, with a server port 7777, set the language to German, and the logging level to ALL. msiexec /I C:\tmp\openlm_agent_win_2005.msi /quiet /norestart SERVERNAME=olm_server SERVERPORT=7777 ERROR_LEVEL=ALL LANG=de-DE Example 3 Install the Agent release version on the localhost machine. Shutdown the Active automatically when an application is monitored as inactive for 20 minutes. Specify the root destination directory for the installation to be D:\program files\openlm\openlm Agent, and install the AutoCad, ArcGIS and Matlab extensions. msiexec /I C:\tmp\openlm_agent_win_2005.msi /quiet /norestart SERVERNAME=localhost SHUT_WHEN_NOT_ACTIVE=true INACTIVITY_TIME=20 TARGETDIR=D:\program files\openlm\openlm Agent INSTALL_AUTOCAD=1 INSTALL_ARCGIS=1 INSTALL_MATLAB=1

8 OpenLM Agent Silent Installation AN Installation codes Up to Ver {ADF83757-EF49-474B-9A9B-BAC16E95BBB0} {158B8FDC-A6A3-417B-BED C01EBAA} {DC B-4FE9-95E6-BAB3DBEFCD19} {51D28FA0-0AAB-4878-BCAD-48F2655F5785} {EFD D32-40FB-965A-B1D2F65117FE} {28D31048-EFA6-4B70-827A-D693FF616435} {6E1E935C-A530-4D43-A4E3-9DCA859C03C6} {D4B C-4F4F-936A-F5C4B2F381D2} {C4A F9F-4D46-A5B1-BE06EF9A2C69} {C6AED4C5-BC00-408F-B596-D3203C30A095} {E29A0775-1F39-41FE-A2FC-A61F049D3C16} {2E53D661-F6DD-45F6-83FF-F7ED3C5DEE34} { B-BE3E-489C-BAA7-60A99C851AA5} {433F7B EF-EC47A157BA6D} {2EBF7B7D-E51E-49BB-A2E1-33D7098F145D} {EE4B5821-F A-914F-8DADBAB0F0B0} {2068A4E8-DDC4-4CBD-AEAB-3471A3AE7A5B} {E1E35EA8-6C9E-458E-8902-E B14} {23654FAD B49-907A-3C29E31083DA} {375F711D-89CB AB-0B D}

9 OpenLM Agent Silent Installation AN {CC189C5C-86C3-450F-A701-60EC94E20CB4} {CE361C51-90B9-4D26-95F9-7508EAC3C104} {B0CF2536-B47E-4E7D-ADAE-905A0BC956A4} {9699D6AB-AB F4D-0D8B1EADF508} {AB1842F E-B511-90AF0298E633} {50451FB5-62E0-4AFA-B29D-F200927B7CA2} {F FBA8-413C-8FF8-19E79AABCD91} {BFF011FA-400F-49BA-939D-8371D77B4D8F} {3907B E-8551-D71654C19FFA} {589F8ED3-3A FB8-CE5DF } {E38372D4-03BE-4E7F-BC2E-A965F7DCE096} {8E4FA5AE-BEBE-4CEB-93D9-819EBCB9CBD6} {9F94283F-134A-42BE-81A0-D19AB739023C} {750356B0-8AED-452A-9469-CE3403AAA811} {5AE195DC-F4F4-4F CB } {5AB1E42D-B6D7-4D E3722E9F} {BA4DC7BF-BD B C2844E1CB} {5EBDABA0-CED9-4A61-915D-32163EBE6CDE} {F8E31F11-D D-B42D-700D66DF16F3} {4C28F6F0-AF2A-48FC-B } {96850E AC2-8C63-B778317E62EF}

10 OpenLM Agent Silent Installation AN {CDF797D B4BD-4D16C91297EE} {5D127FF B9E-8DBC-3D091AC57694} {009E8206-DC8E-44F7-AE2C-5500FA9D6099} { C78-4EB2-9D C2F3CB} {1EE2BD62-ED BD1-A6BFA22764A8} {BEC89CCE-665A-4C1E-A55F CA852} {82A C19-44FF B0CD29D1} {758BDCF9-103D-4855-A60F-219D039D8D47} {8F196DFB-C72E-4CC6-9EBA-4BABFB165882} {16B64306-B2E A1A4-2BBF551B4FFD} {5DB5B E0A-8940-B012B6F928F8} {63C4F320-8D7F-440A-90A9-0C9BE70987F9} {2B142FE3-351D-46F2-A2B1-B E9FF} {EEDE2844-1B73-40A1-BF7F-971B36628C60} {188F60A5-9CCC-4E09-9B F6C5} {1A3A D AE1A-08BF } {B02B87BA-D84A-4631-AA66-228AA0FBC679} {5893ED11-AED2-418A-B6AC-B896AE82F053} {92B07D63-F169-4C3B-BBFC-4E884A289030} {30795BC6-23F8-40CE-9DAA-5A62CFD0856D} {4050B24F-ABCD C86-F0E3379A1FD3}

11 OpenLM Agent Silent Installation AN {87CD3491-C367-4A7B-A8AC-A C} {C91F656D-ECFD-4E22-A5C E} {43F66CFE-9D48-4DDD-9E0A-0C5DA0A32DB6} {822FDAF1-8F2A-45D6-94C2-B2E87C5102DA} {2D5F1CFC-205D FE8-66A3D37F8F42} {06D4EA84-4F3F-4F47-846C-6CDD8D057E7E} {CEEA2DC9-1A34-41B8-969C-9C93CD9DA147} {B DFE5-46D7-9A89-29EA66EE1929} {1C4014A8-D067-4C37-92CC-A5D0BA30BEA0} {FE6DC201-E7E1-41BE-AADD-02F0F80C9C46} {12A14EA5-A57B-4BAE-A7A3-18AF4524D1EE} {130AC AEC-816A-CBA0195D7765} {F90459B E24-AA29-079AEAE05EBB} {DEE9C7C3-8C6F-4E9B-BFB3-316A0E6DAFD1} {C5D521A7-923D-40F8-97E5-6AA17DDA6127} {E6DF2612-ABF8-49F2-B91D-6A120E01313D} {45002BB B E7E4B } {34ABBABF-E1AC-4CF9-9F38-1E49853CF0C3} {13C06F6A-4F4B F3-48AA92996D9D} { CCD4-4E3F F76F2D7E5} {1E7B46ED B8-B0F8-C8F3B63571C9}

12 OpenLM Agent Silent Installation AN {5A05D A08B-CD27A7DE308A} {2001FCFF-FEBB B30-05DE67955E2C} {BF1E47FB-70D9-477A-8F70-C93DB1A555C0}

OpenLM Agent Installation V and Up

OpenLM Agent Installation V and Up OpenLM Agent Installation V4.2.12 and Up 1 OpenLM Agent Installation V4.2.12 and Up Introduction The OpenLM Agent may be installed on any number of workstations to enhance the enduser experience and control.

More information

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. Router A Router B Router C Router D Network Next Hop Next Hop Next Hop Next

More information

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. NOTE: Router E should only be used for Internet traffic. Router A Router

More information

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1 Version 1 1. (20 Points) Given the class A network address 117.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 4,000 subnets? b. (5 Points) What is

More information

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1 Version 1 Instructions Write your name on the exam paper. Write your name and version number on the top of the yellow paper. Answer Question 1 on the exam paper. Answer Questions 2-4 on the yellow paper.

More information

4. Specifications and Additional Information

4. Specifications and Additional Information 4. Specifications and Additional Information AGX52004-1.0 8B/10B Code This section provides information about the data and control codes for Arria GX devices. Code Notation The 8B/10B data and control

More information

The cache is 4-way set associative, with 4-byte blocks, and 16 total lines

The cache is 4-way set associative, with 4-byte blocks, and 16 total lines Sample Problem 1 Assume the following memory setup: Virtual addresses are 20 bits wide Physical addresses are 15 bits wide The page size if 1KB (2 10 bytes) The TLB is 2-way set associative, with 8 total

More information

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1 Version 1 1. (20 Points) Given the class A network address 119.0.0.0 will be divided into a maximum of 15,900 subnets. a. (5 Points) How many bits will be necessary to address the 15,900 subnets? b. (5

More information

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1 Version 1 1. (20 Points) Given the class A network address 121.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 8,100 subnets? b. (5 Points) What is

More information

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1 Version 1 Instructions 1. Write your name and version number on the top of the yellow paper and the routing tables sheet. 2. Answer Question 2 on the routing tables sheet. 3. Answer Questions 1, 3, 4,

More information

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC

APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC This update to the AppleShare PC User's Guide discusses AppleShare PC support for the use of international character sets, paper sizes, and date

More information

Revit s Project Base Point

Revit s Project Base Point Update your NLM! Revit s Project Base Point Autodesk Network License Manager (AdLM) FLEXnet Installation and Configuration Guide Single Server License Model Outline of installation and configuration actions:

More information

Experiments in musical similarity.

Experiments in musical similarity. Experiments in musical similarity hamish.allan@gold.ac.uk What is musical similarity? Melodic Rhythmic Harmonic Timbral What is musical similarity? Chronological Artist Lyrical Cultural What is musical

More information

ZN-DN312XE-M Quick User Guide

ZN-DN312XE-M Quick User Guide ZN-DN312XE-M Quick User Guide This manual provides instructions for quick installation and basic configuration of your IP device. Step1. Connect cables to IP device Connect required cables to the device

More information

July Registration of a Cyrillic Character Set. Status of this Memo

July Registration of a Cyrillic Character Set. Status of this Memo Network Working Group Request for Comments: 1489 A. Chernov RELCOM Development Team July 1993 Status of this Memo Registration of a Cyrillic Character Set This memo provides information for the Internet

More information

6.1 Font Types. Font Types

6.1 Font Types. Font Types 6 Font This chapter explains basic features of GP-Pro EX's "Font" and basic ways of placing text with each font. Please start by reading "6.1 Font Types" (page 6-2) and then turn to the corresponding page.

More information

C1098 JPEG Module User Manual

C1098 JPEG Module User Manual C1098 JPEG Module User Manual General Description C1098 is VGA camera module performs as a JPEG compressed still camera that can be attached to a wireless or PDA host. Users can send out a snapshot command

More information

Gateway Ascii Command Protocol

Gateway Ascii Command Protocol Gateway Ascii Command Protocol Table Of Contents Introduction....2 Ascii Commands.....3 Messages Received From The Gateway....3 Button Down Message.....3 Button Up Message....3 Button Maintain Message....4

More information

CIS-331 Final Exam Spring 2016 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2016 Total of 120 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

CDR File Information. Comments Direct PCM

CDR File Information. Comments Direct PCM IMPORTANT NOTICE: Robert Bosch LLC and the manufacturers whose vehicles are accessible using the CDR System urge end users to use the latest production release of the Crash Data Retrieval system software

More information

B: Modbus Map and Retrieving Logs

B: Modbus Map and Retrieving Logs B: Modbus Map and Retrieving Logs B.: Introduction Communicator EXT User Manual B.: Modbus Register Map Sections B.3: Data Formats # B.4: Floating Point Values The formula to interpret a Floating Point

More information

Custom Identity Confirmation Process

Custom Identity Confirmation Process Custom Identity Confirmation Process August 2017 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents 1.0 Overview... 3 2.0 Client Setup... 4 3.0 WSDL... 5 3.1 Fields and Identifiers...

More information

Public key cryptographic algorithm SM2 based on elliptic curves Part 2: Digital signature algorithm

Public key cryptographic algorithm SM2 based on elliptic curves Part 2: Digital signature algorithm Public key cryptographic algorithm SM2 based on elliptic curves Part 2: Digital signature algorithm Contents 1 Scope... 1 2 Normative references... 1 3 Terms and definitions... 1 3.1 message... 1 3.2 signed

More information

Last name... You must show full analytical work to receive full credit, even on the multiple choice problems.

Last name... You must show full analytical work to receive full credit, even on the multiple choice problems. 2985F580-997C-41F9-BB84-A93984C5FD64 #1 1 of 24 Math 233, Final Exam, Spring 2018 May 3rd, 2018 Last name............................... First name.............................. UNC E-MAIL (ONYEN)................

More information

Orbit Corporation CISCO ASA LAN Based Active / Standby Failover. Waqas

Orbit Corporation CISCO ASA LAN Based Active / Standby Failover. Waqas Orbit Corporation CISCO ASA - 5520 LAN Based Active / Standby Failover Waqas 13 Cisco ASA LAN Based Active / Standby Failover Configuration Primary ASA Cli Configuration Changes Highlighted in Yellow for

More information

ECHO Process Instrumentation, Inc. Modbus RS485 Module. Operating Instructions. Version 1.0 June 2010

ECHO Process Instrumentation, Inc. Modbus RS485 Module. Operating Instructions. Version 1.0 June 2010 ECHO Process Instrumentation, Inc. Modbus RS485 Module Operating Instructions Version 1.0 June 2010 ECHO Process Instrumentation, Inc. PO Box 800 Shalimar, FL 32579 PH: 850-609-1300 FX: 850-651-4777 EM:

More information

TEST DVD-VIDEO/ DVD-ROM For Checking DVD Players, DVD Recorders and DVD Drives TDH-940

TEST DVD-VIDEO/ DVD-ROM For Checking DVD Players, DVD Recorders and DVD Drives TDH-940 TEST DVD-VIDEO/ DVD-ROM For Checking DVD Players, DVD Recorders and DVD Drives TDH-940 Product Introduction. Purpose of use, Features TDH-940 is a Test Disc designed for confirmation of operation of DVD

More information

Libero. Integrated Design Environment (IDE) Frequently Asked Questions

Libero. Integrated Design Environment (IDE) Frequently Asked Questions Libero Integrated Design Environment (IDE) Frequently Asked Questions Last update July 26, 2006 Actel Software/Tools Marketing 1 Table of Contents 1. LIBERO IDE EDITIONS AND COMPONENTS... 3 1.1. WHAT ARE

More information

DBK24. Isolated Digital Output Chassis. Overview

DBK24. Isolated Digital Output Chassis. Overview DBK24 Isolated Digital Output Chassis Overview 1 Power Requirements 2 Hardware Setup 2 Card Connection 2 Card Configuration 3 DaqBook and DaqBoard Connection 4 DaqBoard/2000 Series Board Connection 5 DaqBook

More information

Triple DES and AES 192/256 Implementation Notes

Triple DES and AES 192/256 Implementation Notes Triple DES and AES 192/256 Implementation Notes Sample Password-to-Key and KeyChange results of Triple DES and AES 192/256 implementation For InterWorking Labs customers who require detailed information

More information

One subset of FEAL, called FEAL-NX, is N round FEAL using a 128-bit key without key parity.

One subset of FEAL, called FEAL-NX, is N round FEAL using a 128-bit key without key parity. FEAL-NX SPECIFICATIONS 1 Introduction 1.1 Outline of the FEAL-NX cipher FEAL, the Fast Data Encipherment Algorithm, is a 64-bit block cipher algorithm that enciphers 64-bit plaintexts into 64-bit ciphertexts

More information

First Data Dual Interface EMV Test Card Set. Version 1.20

First Data Dual Interface EMV Test Card Set. Version 1.20 First Data Dual Interface EMV Test Card Set August, 2016 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available

More information

Acquirer JCB EMV Test Card Set

Acquirer JCB EMV Test Card Set Acquirer JCB EMV Test Card Set July, 2017 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available

More information

Cryptanalysis of the Dragonfly Key Exchange Protocol

Cryptanalysis of the Dragonfly Key Exchange Protocol Cryptanalysis of the Dragonfly Key Exchange Protocol Dylan Clarke, Feng Hao School of Computing Science Newcastle University {dylan.clarke, feng.hao}@ncl.ac.uk February 5, 2013 Abstract Dragonfly is a

More information

Hash Constant C Determinants leading to collisionfree

Hash Constant C Determinants leading to collisionfree Hash Constant C Determinants leading to collisionfree (Ernst Erich Schnoor) eschnoor@multi-matrix.de Addendum to article: Core of the CypherMatrix Method http://www.telecypher.net/corecyph.htm#z6 Object

More information

Digital Lighting Systems, Inc.

Digital Lighting Systems, Inc. Digital Lighting Systems, Inc. Four Channel Dry Contacts Relays Switch Pack DMX512 compatible USER'S MANUAL -UM User's Manual - Page 1 GENERAL DESCRIPTION The is a 4-channel DMX-512 compatible electro-mechanical

More information

First Data EMV Test Card Set. Version 1.30

First Data EMV Test Card Set. Version 1.30 First Data EMV Test Card Set.30 January, 2018 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available from industry

More information

OpenSSL s Implementation of Infinite Garble Extension Version 0.1. Ben Laurie

OpenSSL s Implementation of Infinite Garble Extension Version 0.1. Ben Laurie OpenSSL s Implementation of Infinite Garble Extension Version 0.1 Ben Laurie (ben@links.org) August 30, 2006 1 Introduction Infinite Garble Extension (IGE) is a block cipher mode[1]. It has the property

More information

First Data EMV Test Card Set. Version 2.00

First Data EMV Test Card Set. Version 2.00 First Data EMV Test Card Set.00 February, 2018 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available from industry

More information

Workgroup Bridges with PEAP Authentication Configuration Example

Workgroup Bridges with PEAP Authentication Configuration Example Workgroup Bridges with PEAP Authentication Configuration Example Document ID: 115736 Contributed by Surendra BG, Jeal Jimenez, and Carlos Leiton, Cisco TAC Engineers. Jan 14, 2013 Contents Introduction

More information

UNH-IOL MIPI Alliance Test Program

UNH-IOL MIPI Alliance Test Program DSI Receiver Protocol Conformance Test Report UNH-IOL 121 Technology Drive, Suite 2 Durham, NH 03824 +1-603-862-0090 mipilab@iol.unh.edu +1-603-862-0701 Engineer Name engineer@company.com Panel Company

More information

6. Specifications & Additional Information

6. Specifications & Additional Information 6. Specifications & Additional Information SIIGX52004-3.1 Transceier Blocks Table 6 1 shows the transceier blocks for Stratix II GX and Stratix GX deices and compares their features. Table 6 1. Stratix

More information

PCL ISO 8859/5 Latin/Cyrillic

PCL ISO 8859/5 Latin/Cyrillic Page 1 of 5 PCL Symbol Se t: 10N Unicode gly ph correspondence tables. Contact:help@redtitan.com http://pcl.to $20 U0020 Space -- -- -- -- $21 U0021 Ê Exclamation mark -- -- -- -- $22 U0022 Ë Quotation

More information

2-Type Series Pressurized Closures

2-Type Series Pressurized Closures 2-Type Series Pressurized Closures A complete pressure tight reenterable closure system for enclosing spliced connections of communications cables in a wide variety of applications. The 2-type Closure

More information

BACKUP APP V7 MICROSOFT EXCHANGE DATABASE BACKUP AND RESTORE GUIDE

BACKUP APP V7 MICROSOFT EXCHANGE DATABASE BACKUP AND RESTORE GUIDE V7 MICROSOFT EXCHANGE DATABASE BACKUP AND RESTORE GUIDE Revision History Date Descriptions Type of modification 15 July 2016 First Draft New 3 February 2017 Added instructions and screen shots for Encryption

More information

Digital Lighting Systems, Inc. CD400-DMX DMX512 Four Channel Dimmer and Switch module

Digital Lighting Systems, Inc. CD400-DMX DMX512 Four Channel Dimmer and Switch module , Inc. DMX512 Four Channel Dimmer and Switch module Input: 5 Amps @ 6-24 VDC Outputs: 5 Amps Maximum each, total 4 outputs 8 Amps Maximum. FRONT BACK USER'S MANUAL -UM User's Manual - Page 1 GENERAL DESCRIPTION

More information

Transactions in Euclidean Geometry

Transactions in Euclidean Geometry Transactions in Euclidean Geometry Volume 207F Issue # 8 Table of Contents Title Author Regular Triangles Cameron Hertzler Regular Pentagon Cameron Hertzler Hemispheres and Right Angles Cameron Hertzler

More information

KNX TinySerial 810. Communication Protocol. WEINZIERL ENGINEERING GmbH

KNX TinySerial 810. Communication Protocol. WEINZIERL ENGINEERING GmbH WEINZIERL ENGINEERING GmbH KNX TinySerial 810 Communication Protocol WEINZIERL ENGINEERING GmbH Bahnhofstr. 6 DE-84558 Tyrlaching GERMAY Tel. +49 8623 / 987 98-03 Fax +49 8623 / 987 98-09 E-Mail: info@weinzierl.de

More information

ETSI TS V ( )

ETSI TS V ( ) TS 135 233 V12.1.0 (2014-10) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Specification of the TUAK algorithm set: A second example algorithm set for the 3GPP authentication

More information

Enhanced Play Fair Cipher

Enhanced Play Fair Cipher P Enhanced Play Fair Cipher 1 1 Naveen KMP P, PDepartment of Information Technology, Velammal Engineering College, Chennai, Tamil Nadu, India. Abstract The theme of this research work is to design and

More information

Acquirer JCB Dual Interface EMV Test Card Set

Acquirer JCB Dual Interface EMV Test Card Set Acquirer JCB Dual Interface EMV Test Card Set.00 July, 2018 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing and delivering this document

More information

CIS-331 Final Exam Fall 2015 Total of 120 Points. Version 1

CIS-331 Final Exam Fall 2015 Total of 120 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

COMOS. Lifecycle FLEXnet License Installation and Management. Security information 1. Notices 2. License types 3. Get the HostID 4.

COMOS. Lifecycle FLEXnet License Installation and Management. Security information 1. Notices 2. License types 3. Get the HostID 4. Security information 1 Notices 2 COMOS Lifecycle FLEXnet License Installation and Management Operating Manual License types 3 Get the HostID 4 Licenses Files 5 Installing the License Server 6 License Installation

More information

EDR Report Information

EDR Report Information EDR Report File Information Value VIN 5YJXCDE20HF041782 Retrieval Date 2017/06/30 02:16:00 (UTC) Retrieval User Comments Retrieval Program Information EDR Report Information Tesla EDR Reporting Service

More information

Matriks Mail Mail Management Installation Guide

Matriks Mail Mail Management Installation Guide Matriks Mail Mail Management Installation Guide MICROSOFT BUSINESS SOLUTIONS DYNAMICS NAV ADDON Document ID: NAV-5.00-MM-1.0 English-v.1.1 Disclaimer: This material is for informational purposes only.

More information

VXLAN VTEP Gateway with Pica8 and VMware NSX

VXLAN VTEP Gateway with Pica8 and VMware NSX with Pica8 This paper outlines how Pica8 s OS (PicOS) running on a White Box SDN switch is used as a VXLAN Layer 2 Tunnel End Point (VTEP) to interconnect physical and virtual networks by leveraging VMware

More information

Scan Results - ( Essentials - Onsharp )

Scan Results -   ( Essentials - Onsharp ) Scan Results - www.onsharp.com ( Essentials - Onsharp ) Overview Open Ports (18) Scan ID: 7675527 Target: www.onsharp.com Max Score: 2.6 Compliance: Passing PCI compliance, Expires undefined Profile: 15

More information

6.1 Combinational Circuits. George Boole ( ) Claude Shannon ( )

6.1 Combinational Circuits. George Boole ( ) Claude Shannon ( ) 6. Combinational Circuits George Boole (85 864) Claude Shannon (96 2) Signals and Wires Digital signals Binary (or logical ) values: or, on or off, high or low voltage Wires. Propagate digital signals

More information

Chapter 13, Sequence Data Mining

Chapter 13, Sequence Data Mining CSI 4352, Introduction to Data Mining Chapter 13, Sequence Data Mining Young-Rae Cho Associate Professor Department of Computer Science Baylor University Topics Single Sequence Mining Frequent sequence

More information

ENGI 4421 Counting Techniques for Probability Page Example 3.01 [Navidi Section 2.2; Devore Section 2.3]

ENGI 4421 Counting Techniques for Probability Page Example 3.01 [Navidi Section 2.2; Devore Section 2.3] ENGI 4421 Coutig Techiques fo Pobability Page 3-01 Example 3.01 [Navidi Sectio 2.2; Devoe Sectio 2.3] Fou cads, labelled A, B, C ad D, ae i a u. I how may ways ca thee cads be daw (a) with eplacemet? (b)

More information

SPARE CONNECTORS KTM 2014

SPARE CONNECTORS KTM 2014 SPAREPARTSCATALOG: // ENGINE ART.-NR.: 3208201EN CONTENT CONNECTORS FOR WIRING HARNESS AA-AN CONNECTORS FOR WIRING HARNESS AO-BC CONNECTORS FOR WIRING HARNESS BD-BQ CONNECTORS FOR WIRING HARNESS BR-CD

More information

Fundamentals of Cryptography

Fundamentals of Cryptography Fundamentals of Cryptography Topics in Quantum-Safe Cryptography June 23, 2016 Part III Data Encryption Standard The Feistel network design m m 0 m 1 f k 1 1 m m 1 2 f k 2 2 DES uses a Feistel network

More information

TRAKTIME REAL-TIME UPDATE FOR YOUR NEXT TRAIN JOURNEY.

TRAKTIME REAL-TIME UPDATE FOR YOUR NEXT TRAIN JOURNEY. TRAKTIME REAL-TIME UPDATE FOR YOUR NEXT TRAIN JOURNEY. ANDROID WEAR & APP A watch face interaction with data complications providing an informative user experience.!1 1 WATCH FACE A watch face with data

More information

VM7000A PAPERLESS RECORDER COMMUNICATION FUNCTION OPERATION MANUAL

VM7000A PAPERLESS RECORDER COMMUNICATION FUNCTION OPERATION MANUAL VM7000A PAPERLESS RECORDER COMMUNICATION FUNCTION OPERATION MANUAL WXPVM70mnA0002E October, 2009(Rev.1) All Rights Reserved, Copyright 2009, Ohkura Electric Co.,Ltd. To use this equipment safely Thank

More information

First Data DCC Test Card Set. Version 1.30

First Data DCC Test Card Set. Version 1.30 First Data DCC Test Card Set.30 April, 2018 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available from industry

More information

Certificate Z SIMATIC S7 Distributed Safety

Certificate Z SIMATIC S7 Distributed Safety Annex 1 of the Report to the Certificate Z10 16 06 67803 012 Safety-Related Programmable System SIMATIC S7 Distributed Safety Manufacturer: Siemens AG DF FA AS Gleiwitzer Str. 555 D-90475 Nürnberg Revision

More information

This Tech Note describes the procedure for manually uninstalling ArchestrA System Platform (ASP) 2012 and later products from a computer.

This Tech Note describes the procedure for manually uninstalling ArchestrA System Platform (ASP) 2012 and later products from a computer. Tech Note 926 Manually Uninstalling ArchestrA System Platform (ASP) 2012 and Later All Tech Notes, Tech Alerts and KBCD documents and software are provided "as is" without warranty of any kind. See the

More information

VMware User Environment Manager Helpdesk Support Tool Administration Guide. VMware User Environment Manager 9.6

VMware User Environment Manager Helpdesk Support Tool Administration Guide. VMware User Environment Manager 9.6 VMware User Environment Manager Helpdesk Support Tool Administration Guide VMware User Environment Manager 9.6 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

SPAREPARTSCATALOG: CONNECTORS SPARE CONNECTORS KTM ART.-NR.: 3CM EN

SPAREPARTSCATALOG: CONNECTORS SPARE CONNECTORS KTM ART.-NR.: 3CM EN SPAREPARTSCATALOG: CONNECTORS ART.-NR.: 3CM3208201EN CONTENT SPARE CONNECTORS AA-AN SPARE CONNECTORS AO-BC SPARE CONNECTORS BD-BQ SPARE CONNECTORS BR-CD 3 4 5 6 SPARE CONNECTORS CE-CR SPARE CONNECTORS

More information

Certificate Z SIMATIC S7 Distributed Safety

Certificate Z SIMATIC S7 Distributed Safety Annex 1 of the Report to the Certificate Z10 17 05 67803 015 Safety-Related Programmable System SIMATIC S7 Distributed Safety Manufacturer: Siemens AG DF FA AS Gleiwitzer Str. 555 D-90475 Nürnberg Revision

More information

Digital Lighting Systems, Inc. PD405-DMX. Four Channel Dimmer and Switch Packs. DMX512 compatible. PD405-DMX-24DC DMX512 4 x 5 Amps Dimmer Pack

Digital Lighting Systems, Inc. PD405-DMX. Four Channel Dimmer and Switch Packs. DMX512 compatible. PD405-DMX-24DC DMX512 4 x 5 Amps Dimmer Pack Digital Lighting Systems, Inc. PD405DMX Four Channel Dimmer and Switch Packs DMX52 compatible PD405DMX24DC DMX52 4 x 5 Amps Dimmer Pack C UL US LISTED www.digitallighting.com Digital Lighting Systems,

More information

X64. Operator's Guide TECHNICAL. Example of PC signal

X64. Operator's Guide TECHNICAL. Example of PC signal X64 Operator's Guide TECHNICAL Example of PC signal Resolution (H x V) H. frequency (khz) V. frequency (Hz) Rating Signal mode 720 x 400 37.9 85.0 VESA TEXT 640 x 480 31.5 59.9 VESA VGA (60Hz) 640 x 480

More information

C H A P T E R Licensing Cisco Unified Communications Manager Features and Services Guide for Cisco Unified Communications Manager OL

C H A P T E R Licensing Cisco Unified Communications Manager Features and Services Guide for Cisco Unified Communications Manager OL CHAPTER 30 Use licensing in Cisco Unified Communications Manager Administration to accurately track the number of devices that are connected to Cisco Unified Communications Manager, including third-party

More information

CS145: INTRODUCTION TO DATA MINING

CS145: INTRODUCTION TO DATA MINING CS145: INTRODUCTION TO DATA MINING Sequence Data: Sequential Pattern Mining Instructor: Yizhou Sun yzsun@cs.ucla.edu November 27, 2017 Methods to Learn Vector Data Set Data Sequence Data Text Data Classification

More information

TREND MICRO LEGAL DISCLAIMER

TREND MICRO LEGAL DISCLAIMER TrendLabs TREND MICRO LEGAL DISCLAIMER The information provided herein is for general information and educational purposes only. It is not intended and should not be construed to constitute legal advice.

More information

Digital Lighting Systems, Inc.

Digital Lighting Systems, Inc. , Inc. PD402-DMX Four Channel Dimmer and Switch Packs 4 x 2.5 Amps @ 6VDC to 24 VDC DMX52 compatible DMX52 4 x 2.5 Amps Dimmer Pack C UL US LISTED Digital Lighting Systems, Inc. USER'S MANUAL User's Manual

More information

Systems/DBG Debugger Version 2.20

Systems/DBG Debugger Version 2.20 Systems/DBG Debugger Version 2.20 Copyright c 2018, Dignus, LLC Systems/DBG Debugger Version 2.20 i Copyright c 2018 Dignus LLC, 8378 Six Forks Road Suite 203, Raleigh NC, 27615. World rights reserved.

More information

EDITION : 02/01/07 DN

EDITION : 02/01/07 DN USER'S MANUAL DIGI 6 VERSION 1-2 USITT DMX ACCORDED W I R I N G D A T A EDITION : 02/01/07 DN40729601 Robert Juliat S.A.S. 2, rue de Beaumont, F 600 Fresnoy-en-Thelle - phone : + (0) 44 26 1 89 - fax :

More information

OOstaExcel.ir. J. Abbasi Syooki. HTML Number. Device Control 1 (oft. XON) Device Control 3 (oft. Negative Acknowledgement

OOstaExcel.ir. J. Abbasi Syooki. HTML Number. Device Control 1 (oft. XON) Device Control 3 (oft. Negative Acknowledgement OOstaExcel.ir J. Abbasi Syooki HTML Name HTML Number دهدهی ا کتال هگزاد سیمال باینری نشانه )کاراکتر( توضیح Null char Start of Heading Start of Text End of Text End of Transmission Enquiry Acknowledgment

More information

Linux Howtos. Fedora 9 Install (114) CIS Fall Fedora 9 Install (114) Fedora 9 installation with custom partitions.

Linux Howtos. Fedora 9 Install (114) CIS Fall Fedora 9 Install (114) Fedora 9 installation with custom partitions. Linux Howtos Fedora 9 Install (114) CIS 191 - Fall 2008 Fedora 9 Install (114) Fedora 9 installation with custom partitions. Requirements: Fedora 9 DVD ISO files http://iso.linuxquestions.org/ VMWare Server

More information

Interac USA Interoperability EMV Test Card Set

Interac USA Interoperability EMV Test Card Set Interac USA Interoperability EMV Test Card Set.00 April, 2018 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information

More information

Geometry Ch 4 Practice Exam

Geometry Ch 4 Practice Exam Name: Class: Date: Geometry Ch 4 Practice Exam Multiple Choice Identify the choice that best completes the statement or answers the question. 1. If BCDE is congruent to OPQR, then BC is congruent to?.

More information

ASCII Code - The extended ASCII table

ASCII Code - The extended ASCII table ASCII Code - The extended ASCII table ASCII, stands for American Standard Code for Information Interchange. It's a 7-bit character code where every single bit represents a unique character. On this webpage

More information

CMSC 313 Lecture 03 Multiple-byte data big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes

CMSC 313 Lecture 03 Multiple-byte data big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes Multiple-byte data CMSC 313 Lecture 03 big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes UMBC, CMSC313, Richard Chang 4-5 Chapter

More information

ID: Cookbook: urldownload.jbs Time: 23:23:00 Date: 11/01/2018 Version:

ID: Cookbook: urldownload.jbs Time: 23:23:00 Date: 11/01/2018 Version: ID: 42417 Cookbook: urldownload.jbs Time: 23:23:00 Date: 11/01/201 Version: 20.0.0 Table of Contents Table of Contents Analysis Report Overview General Information Detection Confidence Classification Signature

More information

COMPUTING SCIENCE. Cryptanalysis of the Dragonfly Key Exchange Protocol. Dylan Clarke and Feng Hao TECHNICAL REPORT SERIES

COMPUTING SCIENCE. Cryptanalysis of the Dragonfly Key Exchange Protocol. Dylan Clarke and Feng Hao TECHNICAL REPORT SERIES COMPUTING SCIENCE Cryptanalysis of the Dragonfly Key Exchange Protocol Dylan Clarke and Feng Hao TECHNICAL REPORT SERIES No. CS-TR-1370 February 2013 TECHNICAL REPORT SERIES No. CS-TR-1370 February, 2013

More information

!"#$%!&'#()#*+,-. %/ %70/89

!#$%!&'#()#*+,-. %/ %70/89 !"$%!&'()*+,-. %/012345657%70/89 F90$(/'4(0).!!%+!&'()*+,-%% '!"$%M%!(4!3/ % 85H90>4>%C6L>4:%4%M+'$%'$(',*0$'4($*!, % 01L4%058N%0()3.(0'$(')*+$!,(-(.' *./0'$%'2.(-(+$'$(/'&.%/',!&$!+"'%&&'*))!4(+$*,,9'M(+'

More information

Day 6: Triangle Congruence, Correspondence and Styles of Proof HOMEWORK

Day 6: Triangle Congruence, Correspondence and Styles of Proof HOMEWORK Day 6: Triangle Congruence, Correspondence and Styles of Proof HOMEWORK 1. If AB DE and ABC DEF as shown in the diagram, what additional information would make the triangles congruent using only SAS SAS

More information

; Once Initialized, monitor character in calls to CN05 ; set carry for input, to be tested CN35 C SEC

; Once Initialized, monitor character in calls to CN05 ; set carry for input, to be tested CN35 C SEC // // Serialcode.s // 256 Byte Prom P8 and 512 Byte PROM P9A (second version) for Apple II Serial Card // P9A differs from P9 by adding RTS/ACK software flow control to output and // by removing batch

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management Configuring Web Portlets for Microsoft Project Server 2007 Copyright 1999-2014, Oracle and/or its affiliates. The Programs (which include both the software and documentation)

More information

Networking Autodesk Applications A2Z, Part 1

Networking Autodesk Applications A2Z, Part 1 Networking Autodesk Applications A2Z, Part 1 Nate Bartley & Jerry Milana Flexera Consulting & Autodesk Consulting Networking Autodesk Applications A2Z, Part 1 This class will cover planning, implementation,

More information

PCL Greek-8 - Code Page 869

PCL Greek-8 - Code Page 869 PCL Greek-8 - Code Page 869 Page 1 of 5 PCL Symbol Se t: 8G Unicode glyph correspondence tables. Contact:help@redtitan.com http://pcl.to $20 U0020 Space $90 U038A Ê Greek capita l letter iota with tonos

More information

10. RS-232C communication

10. RS-232C communication 10. RS-232C communication PB9200(P5XMLA) Connecting the cable (1) Turn off the projector and the computer power supplies. (2) Connect the CONTROL port of the projector with a RS-232C port of the computer

More information

Certificate Z SIMATIC Safety System

Certificate Z SIMATIC Safety System Annex 1 of the Report to the Certificate Z10 16 02 67803 010 Safety-Related Programmable System SIMATIC Safety System Manufacturer: Siemens AG Gleiwitzer Str. 555 D-90475 Nürnberg Revision 1.15 dated 2016-06-30

More information

TLS 1.2 Protocol Execution Transcript

TLS 1.2 Protocol Execution Transcript Appendix C TLS 1.2 Protocol Execution Transcript In Section 2.3, we overviewed a relatively simple protocol execution transcript for SSL 3.0. In this appendix, we do something similar for TLS 1.2. Since

More information

VM7000A PAPERLESS RECORDER COMMUNICATION FUNCTION OPERATION MANUAL

VM7000A PAPERLESS RECORDER COMMUNICATION FUNCTION OPERATION MANUAL VM7000A PAPERLESS RECORDER COMMUNICATION FUNCTION OPERATION MANUAL WXPVM70mnA0002E March, 2014(Rev.5) Copyright 2009-2014, Ohkura Electric Co.,Ltd. All Rights Reserved. To use this equipment safely Thank

More information

Certificate Z SIMATIC Safety System

Certificate Z SIMATIC Safety System Annex 1 of the Report to the Certificate Z10 16 02 67803 010 Safety-Related Programmable System SIMATIC Safety System Manufacturer: Siemens AG Gleiwitzer Str. 555 D-90475 Nürnberg Revision 2.0 dated 2016-09-27

More information

KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VA-8xl 8-Channel Balanced Stereo Audio Amplifier. P/N: Rev 1

KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VA-8xl 8-Channel Balanced Stereo Audio Amplifier. P/N: Rev 1 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VA-8xl 8-Channel Balanced Stereo Audio Amplifier P/N: 2900-300151 Rev 1 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 3

More information