EDA Tools License Servers Administration

Size: px
Start display at page:

Download "EDA Tools License Servers Administration"

Transcription

1 Presenter : Raj Singh IC Design Group CEERI Pilani Phone : Fax : [email protected]

2 Types of Licenses Types of Licenses Node-locked, Non-floating. Node-locked, Floating. Network Floating. License server is the system running the license daemons. Application server is where the licensed software is installed. These could be running different kinds of operating systems. c CEERI, Pilani IC Design Group 1

3 Node-locked License Node-locked License The application software only runs on the system (the node) on which it is authorized (locked) as per the license file. Node-locked, non-floating license : license server and application server are the same system. This can be dongle-based or MAC-based. Node-locked, floating license : license server and application server are on two different systems. The license on the license server is used only by the specified system given in the license file. Usually, only one user can run the application at a time on the specified system. For multiple-user usage, appropriate details of application servers are specified in the license file on the license server. c CEERI, Pilani IC Design Group 2

4 Network Floating License Network Floating License The application software runs on any system on the network if the license token is available from the license server. Licenses are said to be floating on the network. Multiple tokens (licenses) are possible. c CEERI, Pilani IC Design Group 3

5 License Servers Configuration License Servers Configuration Single-independent Server. Easy to manage, but no licenses are available if the server is down. Multiple-independent Servers. If a server is down, then licenses of that server are not available. Redundant Servers (3 or 5 servers). One logical server that is majoritybased (2-out-of-3, 3-out-of-5). Domain-based or Site-wide. c CEERI, Pilani IC Design Group 4

6 Redundant Servers Configuration Redundant Servers License 3 servers : Floating license tokens are available on the network if a minimum of 2 license servers are running. 5 servers : Floating license tokens are available on the network if a minimum of 3 license servers are running. One of the systems is the master license server and others are slave license servers. Order in the license file indicates the master and the slaves. If master is down, the first available slave in the list becomes the master. c CEERI, Pilani IC Design Group 5

7 Domain/Site Configuration Domain/Site Configuration Application software licensing is tied to a network domain. This could be domain-wide or sub-domain based. Usually requires a more elaborate licensing agreement. c CEERI, Pilani IC Design Group 6

8 Original License File Original License File # Date: 01/10/2008 # SYNOPSYS INC. KEY CERTIFICATE # Site ID: 86xx... SERVER hostname1 0030xxxxxxxx SERVER hostname2 0030xxxxxxxx SERVER hostname3 0030xxxxxxxx VENDOR snpslmd /path/to/snpslmd USE_SERVER INCREMENT SSS snpslmd Jan D28D0AA6BA3592EFED6 \ VENDOR_STRING="40e22 77e45 e82cb 9ceda e7369 bc4cd 57c69 fb86f 7339a 4ad" \... INCREMENT 3D snpslmd jan VENDOR_STRING=^1+S \ SUPERSEDE ISSUED=08-dec-2007 ck=246 SN=RK:5445-0:859191: \ START=15-jan-2007 AUTH={ tmald=( LK=3D873638E25E1B059721) \ snpslmd=( LK=5D0756C8005ADB6B692B) }... c CEERI, Pilani IC Design Group 7

9 Modified License File Modified License File... SERVER smdp1.xyz.ac.in 0030xxxxxxxx SERVER smdp2.xyz.ac.in 0030xxxxxxxx SERVER smdp3.xyz.ac.in 0030xxxxxxxx VENDOR snpslmd /cad/licenses/snpslmd /cad/licenses/options USE_SERVER... c CEERI, Pilani IC Design Group 8

10 Managing License Files Managing License Files Separate lmgrd and license files vs. Single lmgrd and separate license files vs. Single lmgrd and single merged license file. Automatic starting of licenses. Using chkconfig --add cadtools in /etc/rc.d/init.d/. Setting LM LICENSE FILE and other variables. Default tcp ports are for FlexLM. c CEERI, Pilani IC Design Group 9

11 License Services /etc/rc.d/init.d/cadtools #!/bin/bash # Author: Raj Singh <raj [AT] ceeri.ernet.in> # Version: 0.1 (Example) dated January xx, 200x. USE AT YOUR OWN RISK. # chkconfig: # description: Enable automatic start/stop of license managers for various CAD tools. # processname: cadtools # Source function library.. /etc/rc.d/init.d/functions start() { /bin/su nobody -c "/cad/licenses/lmgrd -c /cad/licenses/mentor.lic -l /var/tmp/mentor.log" /bin/su nobody -c "/cad/licenses/lmgrd -c /cad/licenses/synopsys.lic -l /var/tmp/synopsys.log" /bin/su nobody -c "/cad/licenses/lmgrd -c /cad/licenses/ams-hitkit.lic -l /var/tmp/ams-hitkit.log" echo "Started License Manager for Various CAD Tools" } stop() { pkill lmgrd echo "Stopped License Manager for Various CAD Tools" } restart() { /bin/su nobody -c "/cad/licenses/lmreread -c /cad/licenses/mentor.lic" /bin/su nobody -c "/cad/licenses/lmreread -c /cad/licenses/synopsys.lic" /bin/su nobody -c "/cad/licenses/lmreread -c /cad/licenses/ams-hitkit.lic" echo "Re-read License Files for Various CAD Tools" } c CEERI, Pilani IC Design Group 10

12 License Services case "$1" in start) start ;; stop) stop ;; restart force-reload reload) restart ;; status) /bin/su nobody -c "/cad/licenses/lmstat -c /cad/licenses/mentor.lic" /bin/su nobody -c "/cad/licenses/lmstat -c /cad/licenses/synopsys.lic" /bin/su nobody -c "/cad/licenses/lmstat -c /cad/licenses/ams-hitkit.lic" ;; *) echo $"Usage: $0 {start stop status restart force-reload reload}" esac exit $RETVAL Similarly do for other EDA tools. c CEERI, Pilani IC Design Group 11

13 Comments Some Comments on EDA Tools Installations Mentor s DFT requires uudecode install sharutils RPM. Some tools require Eclipse Graphics Editor. See, Synopsys tools installation may require uncompress. One solution is to link gunzip to uncompress. Cadence tools read documentation about installing order of base and update CDs. Do installation of EDA tools in windowing system (Gnome/KDE Desktop). c CEERI, Pilani IC Design Group 12

14 Vendors Contacts Vendors Contacts Cadence <india crc [AT] cadence.com>. CoWare <smdp support [AT] coware.com>. Magma <sales-india [AT] magma-da.com>; <moorthy [AT] magma-da.com>. Mentor <upt [AT] coreel.com>. Synopsys <support [AT] dgipro-design.com>. Xilinx <upt [AT] coreel.com>. HCL PCs and Peripherals <manish.kuma [AT] hcl.in>. Uniline UPS <kpgupta [AT] uniline.in>. c CEERI, Pilani IC Design Group 13

FLEXlm End Users Manual

FLEXlm End Users Manual Pp FLEXlm End Users Manual Version 7.0 GLOBEtrotter Software, Inc. San Jose, CA 95125 Voice: (408) 445-8100 Fax: (408) 445-7760 Email: Web: [email protected] http://www.globetrotter.com April 2000 COPYRIGHT

More information

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

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

More information

Concurrent Licensing with GeoMedia Applications

Concurrent Licensing with GeoMedia Applications Concurrent Licensing with GeoMedia Applications The GeoMedia suite of applications have the ability to utilize FLEXlm s concurrent license option which allows software licenses to be used anywhere on the

More information

Network Licensing Questions and Answers

Network Licensing Questions and Answers AUTOCAD 2007 Network Licensing Questions and Answers In the AutoCAD 2002 software release, Autodesk introduced a new network license manager, FLEXlm from Macrovision Corporation. The license manager has

More information

% scl_root/linux/bin> sssverify /path/to/synopsys.lic

% scl_root/linux/bin> sssverify /path/to/synopsys.lic Synopsys cvd License Verification Checklist This document summarizes the license file verification methodology for Synopsys licenses in the combined vendor daemon (cvd) format used by Synopsys Common Licensing.

More information

3. License Management - Unix & Linux

3. License Management - Unix & Linux Installing New License Files 3. License Management - Unix & Linux Gridgen uses the FLEXlm and Native CAD Reader (NCR) license managers to manage Gridgen processes at your site. Our floating license model

More information

End Users Guide VERSION 9.2 JULY 2003

End Users Guide VERSION 9.2 JULY 2003 End Users Guide VERSION 9.2 JULY 2003 COPYRIGHT NOTICE 2003 Macrovision Corporation. All rights reserved. Macrovision products contain certain confidential information of Macrovision Corporation. Use of

More information

FLEXNET LICENSING END USER GUIDE. Version 10.8

FLEXNET LICENSING END USER GUIDE. Version 10.8 FLEXNET LICENSING END USER GUIDE Version 10.8 Legal Notices Copyright Notice Copyright 1996-2005 Macrovision Europe Ltd. and/or Macrovision Corporation. All Rights Reserved. The information contained herein

More information

Altera Software Licensing

Altera Software Licensing Altera Software Licensing March 2009 AN-340-2.3 Introduction This document describes options for licensing Altera software and the steps required for licensing: obtain a license file, set it up, and specify

More information

Install Guide. Contents

Install Guide. Contents Install Guide Basic installation, advanced installations, license administration, updating, and troubleshooting instructions for running Minitab 15 with multi-user licenses on Windows Contents Basic Installation,

More information

Floating License Installation Guide for Windows

Floating License Installation Guide for Windows Floating License Installation Guide for Windows Installation Guide This document is intended to help customers get up and running quickly with Freescale software products licensed with FLEXlm (e.g., CodeWarrior)

More information

License Administration Guide. FLEXnet Publisher Licensing Toolkit 11.5 FNP-115-LA01

License Administration Guide. FLEXnet Publisher Licensing Toolkit 11.5 FNP-115-LA01 License Administration Guide FLEXnet Publisher Licensing Toolkit 11.5 FNP-115-LA01 Legal and Contact Information Part Number: FNP-115-LA01 Product Release Date: December 2007 Contacting Macrovision Macrovision

More information

Siemens PLM Software Licensing User Guide

Siemens PLM Software Licensing User Guide Siemens PLM Software Licensing User Guide Proprietary & Restricted Rights Notices This software and related documentation are proprietary to Siemens Product Lifecycle Management Software Inc. 2010 Siemens

More information

Install Guide - Multi-User Licenses

Install Guide - Multi-User Licenses Install Guide - Multi-User Licenses Minitab and all other trademarks and logos for the Company's products and services are the exclusive property of Minitab Inc. All other marks referenced remain the property

More information

2015 Minitab Inc. All rights reserved.

2015 Minitab Inc. All rights reserved. Installation Guide Minitab, Quality. Analysis. Results. and the Minitab logo are registered trademarks of Minitab, Inc., in the United States and other countries. Additional trademarks of Minitab, Inc.

More information

FLEXNET LICENSING END USER GUIDE. Version 10.8

FLEXNET LICENSING END USER GUIDE. Version 10.8 FLEXNET LICENSING END USER GUIDE Version 10.8 Legal Notices Copyright Notice Copyright 1996-2005 Macrovision Europe Ltd. and/or Macrovision Corporation. All Rights Reserved. The information contained herein

More information

License Administration Guide. FlexNet Publisher 2014 R1 (11.12.1)

License Administration Guide. FlexNet Publisher 2014 R1 (11.12.1) License Administration Guide FlexNet Publisher 2014 R1 (11.12.1) Legal Information Book Name: License Administration Guide Part Number: FNP-11121-LAG01 Product Release Date: March 2014 Copyright Notice

More information

License Administration Guide. FlexNet Publisher Licensing Toolkit 11.11.1

License Administration Guide. FlexNet Publisher Licensing Toolkit 11.11.1 License Administration Guide FlexNet Publisher Licensing Toolkit 11.11.1 Legal Information Book Name: License Administration Guide Part Number: FNP-11111-LAG01 Product Release Date: February 2013 Copyright

More information

1. Installation Instructions - Unix & Linux

1. Installation Instructions - Unix & Linux Planning Your Installation 1. Installation Instructions - Unix & Linux There are two types of Gridgen installations: a First Time Installation and a Maintenance Release Installation. A First Time Installation

More information

CodeWarrior Development Studio Floating Licensing Quick Start

CodeWarrior Development Studio Floating Licensing Quick Start CodeWarrior Development Studio Floating Licensing Quick Start This quick start guide explains how to set up a floating license server of Freescale software products licensed with FLEXlm (e.g. CodeWarrior).

More information

Installation Guide for Windows. Licensing for GEOSYSTEMS Software

Installation Guide for Windows. Licensing for GEOSYSTEMS Software Installation Guide for Windows Licensing for GEOSYSTEMS Software ERDAS, ERDAS IMAGINE and IMAGINE Advantage are registered trademarks of Intergraph Corporation. FlexNet is a registered trademark by Flexera

More information

FLOATING LICENSE MANAGEMENT

FLOATING LICENSE MANAGEMENT FLOATING LICENSE MANAGEMENT A REVIEW OF FLEXlm PREPARED BY: SALYS SULTAN June 30 th, 2006 Table of Contents ABSTRACT 3 1.0 INTRODUCTION 4 1.1 LICENSING POLICIES 5 NODE-LOCKING USER-BASED LICENSING 5 5

More information

Flexera Software Product Download and License Guide for AdminStudio 11.x

Flexera Software Product Download and License Guide for AdminStudio 11.x Flexera Software Product Download and License Guide for AdminStudio 11.x Flexera Software Product Download and License Guide for AdminStudio 11.x Part Number: ADS-1150-LG02 Product Release Date: July 2012

More information

Dragonframe License Manager User Guide Version 1.2.2

Dragonframe License Manager User Guide Version 1.2.2 Dragonframe License Manager User Guide Version 1.2.2 The Dragonframe License Manager (DFLM) provides floating license management for Dragonframe 3.0 and above. You must contact support ([email protected])

More information

AIMMS The Network License Server

AIMMS The Network License Server AIMMS The Network License Server AIMMS AIMMS 4.0 July 1, 2014 Contents Contents ii 1 The Aimms Network License Server 1 1.1 Software requirements........................ 1 1.2 Installing and deploying

More information

Microsemi SoC Products Group (formerly Actel) License Troubleshooting Guide

Microsemi SoC Products Group (formerly Actel) License Troubleshooting Guide Microsemi SoC Products Group (formerly Actel) License Troubleshooting Guide This document does not replace the License Installation Instructions that are emailed with the Microsemi SoC Products Group Software

More information

Wind River Product Installation and Licensing Administrator's Guide, 2.6. Wind River Product Installation and Licensing ADMINISTRATOR'S GUIDE 2.

Wind River Product Installation and Licensing Administrator's Guide, 2.6. Wind River Product Installation and Licensing ADMINISTRATOR'S GUIDE 2. Wind River Product Installation and Licensing Administrator's Guide, 2.6 Wind River Product Installation and Licensing ADMINISTRATOR'S GUIDE 2.6 Copyright 2015 Wind River Systems, Inc. All rights reserved.

More information

High Availability for Informatica Data Replication in a Cluster Environment

High Availability for Informatica Data Replication in a Cluster Environment High Availability for Informatica Data Replication in a Cluster Environment 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Site Configuration SETUP GUIDE. Linux Hosts Shared File Server Installation. May08. May 08

Site Configuration SETUP GUIDE. Linux Hosts Shared File Server Installation. May08. May 08 Site Configuration SETUP GUIDE Linux Hosts Shared File Server 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

Secure File Transfer Installation. Sender Recipient Attached FIles Pages Date. Development Internal/External None 11 6/23/08

Secure File Transfer Installation. Sender Recipient Attached FIles Pages Date. Development Internal/External None 11 6/23/08 Technical Note Secure File Transfer Installation Sender Recipient Attached FIles Pages Date Development Internal/External None 11 6/23/08 Overview This document explains how to install OpenSSH for Secure

More information

ARM DS-5. License Management Guide. Copyright 2011-2012 ARM. All rights reserved. ARM DUI 0577E (ID092812)

ARM DS-5. License Management Guide. Copyright 2011-2012 ARM. All rights reserved. ARM DUI 0577E (ID092812) ARM DS-5 v5 License Management Guide Copyright 2011-2012 ARM. All rights reserved. ARM DUI 0577E () ARM DS-5 License Management Guide Copyright 2011-2012 ARM. All rights reserved. Release Information The

More information

A DirectX 9 capable graphics card is recommended. A DirectX 10 capable graphics card from ATI or nvidia is required for Volume Rendering.

A DirectX 9 capable graphics card is recommended. A DirectX 10 capable graphics card from ATI or nvidia is required for Volume Rendering. EnSight 10.0 Installation Guide Installation... 1 Requirements... 1 Windows... 1 Mac... 2 Linux... 2 RPM... 3 DEB... 4 TGZ... 5 Licensing... 5 Quick Instructions... 5 Node Locked Licenses... 5 Floating

More information

Snapt Redundancy Manual

Snapt Redundancy Manual Snapt Redundancy Manual Version 2.0 p. 1 Contents Chapter 1: Introduction... 3 Installation... 3 Chapter 2: Settings... 4 Chapter 3: Server Management... 6 Chapter 4: Virtual IP Management... 7 Chapter

More information

Quartus II Installation & Version 8.0

Quartus II Installation & Version 8.0 Quartus II Installation & Licensing for UNIX and Linux Workstations Version 8.0 Quartus II Installation & Licensing for UNIX and Linux Workstations Version 8.0 Altera Corporation 101 Innovation Drive San

More information

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Administration Guide

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Administration Guide Spectrum Technology Platform Version 9.0 Spectrum Spatial Administration Guide Contents Chapter 1: Introduction...7 Welcome and Overview...8 Chapter 2: Configuring Your System...9 Changing the Default

More information

GAUSS 9.0. Quick-Start Guide

GAUSS 9.0. Quick-Start Guide GAUSS TM 9.0 Quick-Start Guide Information in this document is subject to change without notice and does not represent a commitment on the part of Aptech Systems, Inc. The software described in this document

More information

FLEXlm License Management

FLEXlm License Management FLEXlm License Management Revised: 18 October 2005 Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. CodeWarrior is a trademark or registered trademark of Freescale Semiconductor,

More information

RLM License Administration

RLM License Administration RLM License Administration RLM v12.0 December, 2015 Contents Section 1 License Management Introduction Introduction... 5 What's New in RLM v12.0... 7 Section 2 License Administration Basics Installing

More information

Using Symantec NetBackup with Symantec Security Information Manager 4.5

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

More information

License Management Guide

License Management Guide License Management Guide IDL Version 5.4 September, 2000 Edition Copyright Research Systems, Inc. All Rights Reserved Restricted Rights Notice The IDL software program and the accompanying procedures,

More information

USER GUIDE. Snow Inventory Data Receiver Version 2.1 Release date 2013-04-26. Installation Configuration Document date 2014-12-02

USER GUIDE. Snow Inventory Data Receiver Version 2.1 Release date 2013-04-26. Installation Configuration Document date 2014-12-02 USER GUIDE Product Snow Inventory Data Receiver Version 2.1 Release date 2013-04-26 Content Prerequisites Installation Configuration Document date 2014-12-02 CONTENT ABOUT THIS DOCUMENT... 3 PREREQUISITES...

More information

Flexera Software Product Download and License Guide for AdminStudio 2013

Flexera Software Product Download and License Guide for AdminStudio 2013 Flexera Software Product Download and License Guide for AdminStudio 2013 Legal Information Book Name: Flexera Software Product Download and License Guide for AdminStudio 2013 Part Number: ADS-1200-LG05

More information

% & ' # ('$ %$)$ &*&& ) & *)+,-%. / 0--"1####$ % % # 2 (3 &,--%. # 6/4-7/*8,#071*!",7*%,+07+5 "!96+*%,+07+5 "!96+& (& * *% & & ; %&< & ###

% & ' # ('$ %$)$ &*&& ) & *)+,-%. / 0--1####$ % % # 2 (3 &,--%. # 6/4-7/*8,#071*!,7*%,+07+5 !96+*%,+07+5 !96+& (& * *% & & ; %&< & ### !"$% && % & ' ('$ %$)$ &*&& ) & *)+,-%. / 0--"1$ % % 2 (3 &,--%. 45-4 & 6/4-7/*8/71*!"5+,"*%,+07+5 "!96+ 6/4-7/*8,071*!",7*%,+07+5 "!96+*%,+07+5 "!96+& 6/4-7/*8,071*!",7*%,+07+5 "!96+*%,+07+5 "!96+& :,

More information

BioDiscovery Product Activation Group Floating Windows

BioDiscovery Product Activation Group Floating Windows BioDiscovery Product Activation Group Floating Windows Contents Group Floating License Activation... 3 Manual Activation... 11 License Transfer... 12 Group Floating License Activation Note: The activation

More information

Cisco WebEx Node Management System. Administrator s Guide

Cisco WebEx Node Management System. Administrator s Guide Cisco WebEx Node Management System Administrator s Guide Copyright 1997 2011 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco WebEx logo are trademarks

More information

Aldec Active-HDL Lattice Edition Floating License Setup (Windows/Linux)

Aldec Active-HDL Lattice Edition Floating License Setup (Windows/Linux) Aldec Active-HDL Lattice Edition Floating License Setup (Windows/Linux) February 2014 Application Note AN8079 Introduction This application note complements the isplever 7.1 Installation Notice (Windows

More information

Sybase Software Asset Management (SySAM)

Sybase Software Asset Management (SySAM) Users Guide Sybase Software Asset Management (SySAM) 2.0 DOCUMENT ID: DC00530-01-0200-03 LAST REVISED: August 2008 Copyright 2008 by Sybase, Inc. All rights reserved. This publication pertains to Sybase

More information

HyDraw License Server Manager

HyDraw License Server Manager HyDraw License Server Manager VEST, Inc. 3250 W, Big Beaver Road, Suite 440, Troy, MI 48084 USA Tel: 01 248 649 9550 Fax: 01 248 649 9560 Email: [email protected] Visit: www.vestusa.com VEST, Inc. HyDraw

More information

I N S T A L L A T I O N M A N U A L

I N S T A L L A T I O N M A N U A L I N S T A L L A T I O N M A N U A L 2015 Fastnet SA, St-Sulpice, Switzerland. All rights reserved. Reproduction in whole or in part in any form of this manual without written permission of Fastnet SA is

More information

Linux Squid Proxy Server

Linux Squid Proxy Server Linux Squid Proxy Server Descriptions and Purpose of Lab Exercise Squid is caching proxy server, which improves the bandwidth and the reponse time by caching the recently requested web pages. Now a days

More information

The Importance of Software License Server Monitoring White Paper

The Importance of Software License Server Monitoring White Paper LicenseMonitor The Importance of Software License Server Monitoring The Importance of Software License Server Monitoring White Paper Introduction In the electronic design automation (EDA) and other CAD

More information

How To Set Up A Network On Aunts.Com (Uniden) For A Network (Unets) For Free (Unterran) For Your Computer Or Your Computer) For The First Time (For A Free Download) For

How To Set Up A Network On Aunts.Com (Uniden) For A Network (Unets) For Free (Unterran) For Your Computer Or Your Computer) For The First Time (For A Free Download) For TK Solver How Does the Network Install Work? The basic setup for a Network includes a Server Install and a set of Client Installs: Server: A server install is required on the server (See the Server Installation

More information

UNICORN 6.4. Administration and Technical Manual

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

More information

RSA SecurID Ready Implementation Guide

RSA SecurID Ready Implementation Guide RSA SecurID Ready Implementation Guide Partner Information Last Modified: September 30, 2005 Product Information Partner Name Juniper Networks Web Site www.juniper.net Product Name NetScreen SA Version

More information

Load Balancing Microsoft AD FS. Deployment Guide

Load Balancing Microsoft AD FS. Deployment Guide Load Balancing Microsoft AD FS Deployment Guide rev. 1.1.1 Copyright 2002 2015 Loadbalancer.org, Inc. Table of Contents About this Guide...4 Loadbalancer.org Appliances Supported...4 Loadbalancer.org Software

More information

How to Configure an Initial Installation of the VMware ESXi Hypervisor

How to Configure an Initial Installation of the VMware ESXi Hypervisor How to Configure an Initial Installation of the VMware ESXi Hypervisor I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide

More information

PROTECTING DATA IN TRANSIT WITH ENCRYPTION IN M-FILES

PROTECTING DATA IN TRANSIT WITH ENCRYPTION IN M-FILES M-FILES CORPORATION PROTECTING DATA IN TRANSIT WITH ENCRYPTION IN M-FILES VERSION 8 24 SEPTEMBER 2014 Page 1 of 8 CONTENTS 1. Overview... 3 2. Encryption of Data in Transit in M-Files... 4 HTTPS... 4 RPC

More information

UNICORN 7.0. Administration and Technical Manual

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

More information

RSA Authentication Manager

RSA Authentication Manager McAfee Enterprise Security Manager Data Source Configuration Guide Data Source: RSA Authentication Manager February 26, 2015 RSA Authentication Manager Page 1 of 9 Important Note: The information contained

More information

How To Install Storegrid Server On Linux On A Microsoft Ubuntu 7.5 (Amd64) Or Ubuntu (Amd86) (Amd77) (Orchestra) (For Ubuntu) (Permanent) (Powerpoint

How To Install Storegrid Server On Linux On A Microsoft Ubuntu 7.5 (Amd64) Or Ubuntu (Amd86) (Amd77) (Orchestra) (For Ubuntu) (Permanent) (Powerpoint StoreGrid Linux Server Installation Guide Before installing StoreGrid as Backup Server (or) Replication Server in your machine, you should install MySQL Server in your machine (or) in any other dedicated

More information

Leica Geosystems Software Licensing Introduction & Installation

Leica Geosystems Software Licensing Introduction & Installation Leica Geosystems Software Licensing & Installation Version 2.0 English Table of Contents Table of Contents 1... 3 2 License Models... 4 2.1 Node locked Licenses...4 2.2 Floating Licenses...5 3 Node locked

More information

Network Load Balancing

Network Load Balancing Network Load Balancing Step by Step installation of Network Load Balancing in Windows Server 2008 R2. Prerequisite for NLB Cluster 1. Log on to NODE1 Windows Server 2008 R2 system with a domain account

More information

How to install IDA floating licenses on a Windows server

How to install IDA floating licenses on a Windows server How to install IDA floating licenses on a Windows server To be able to use the IDA floating licenses, you need to first configure a license management server, FlexNet license manager in our case. The workstations

More information

Volume SYNAMETRICS TECHNOLOGIES. A Division of IndusSoft Technologies, Inc. DeltaCopy User s Guide

Volume SYNAMETRICS TECHNOLOGIES. A Division of IndusSoft Technologies, Inc. DeltaCopy User s Guide Volume 1 SYNAMETRICS TECHNOLOGIES A Division of IndusSoft Technologies, Inc DeltaCopy User s Guide SYNAMETRICS TECHNOLOGIES DeltaCopy User s Guide Synametrics Technologies 27 Sand Hill Ct., Jamesburg,

More information

Controlling the Linux ecognition GRID server v9 from a ecognition Developer client

Controlling the Linux ecognition GRID server v9 from a ecognition Developer client Controlling the Linux ecognition GRID server v9 from a ecognition Developer client By S. Hese Earth Observation Friedrich-Schiller University Jena 07743 Jena Grietgasse 6 [email protected] Versioning:

More information

The Method to Manage the Information about Network Software License Utilization Based on Log-file Parsing

The Method to Manage the Information about Network Software License Utilization Based on Log-file Parsing World Applied Sciences Journal 26 (11): 1515-1519, 2013 ISSN 1818-4952 IDOSI Publications, 2013 DOI: 10.5829/idosi.wasj.2013.26.11.13585 The Method to Manage the Information about Network Software License

More information

FME Desktop Administrator's Guide FME Desktop Version 2014

FME Desktop Administrator's Guide FME Desktop Version 2014 FME Desktop Administrator's Guide FME Desktop Version 2014 Intended Audience The FME Desktop Administrator's Guide is intended for system administrators and anyone who is responsible for installing and

More information

Workflow Configuration on R12/R11. High Level Steps. SENDMAIL configuration mostly done by System Administrator Workflow configuration for R12

Workflow Configuration on R12/R11. High Level Steps. SENDMAIL configuration mostly done by System Administrator Workflow configuration for R12 Workflow Configuration on R12/R11 High Level Steps SENDMAIL configuration mostly done by System Administrator Workflow configuration for R12 SENDMAIL Configuration tested on RedHat 4 update 5 -------------------------------------------------------------------

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

How to Use NoMachine 4.4

How to Use NoMachine 4.4 How to Use NoMachine 4.4 Using NoMachine What is NoMachine and how can I use it? NoMachine is a software that runs on multiple platforms (ie: Windows, Mac, and Linux). It is an end user client that connects

More information

ClearSpeed Software Developer Kit Installation guide

ClearSpeed Software Developer Kit Installation guide ClearSpeed Software Developer Kit Installation guide ClearSpeed software development kit (SDK) installation This document details the installation guide for the ClearSpeed SDK. Please refer to the support

More information

AlienVault Unified Security Management (USM) 4.x-5.x. Deploying HIDS Agents to Linux Hosts

AlienVault Unified Security Management (USM) 4.x-5.x. Deploying HIDS Agents to Linux Hosts AlienVault Unified Security Management (USM) 4.x-5.x Deploying HIDS Agents to Linux Hosts USM 4.x-5.x Deploying HIDS Agents to Linux Hosts, rev. 2 Copyright 2015 AlienVault, Inc. All rights reserved. AlienVault,

More information

What s New in Propalms VPN 3.5?

What s New in Propalms VPN 3.5? What s New in Propalms VPN 3.5? Contents Improved Management Console Interface... 2 Inline Help on Management Console... 2 Graphical Dashboard on Management Console... 2 Multiple Authentication Server

More information

ANSYS, Inc. Installation and Licensing Tutorials

ANSYS, Inc. Installation and Licensing Tutorials ANSYS, Inc. Installation and Licensing Tutorials ANSYS, Inc. Release 15.0 Southpointe November 2013 275 Technology Drive 000508 Canonsburg, PA 15317 ANSYS, Inc. is [email protected] certified to ISO

More information

MATLAB. Installation Guide for UNIX Workstations. The Language of Technical Computing. Version 5. Computation. Visualization.

MATLAB. Installation Guide for UNIX Workstations. The Language of Technical Computing. Version 5. Computation. Visualization. MATLAB The Language of Technical Computing Computation Visualization Programming Installation Guide for UNIX Workstations Version 5 How to Contact The MathWorks: PHONE MAIL FAX 508-647-7000 Phone 508-647-7001

More information

Cluster APIs. Cluster APIs

Cluster APIs. Cluster APIs Cluster APIs Cluster APIs Cluster APIs include: Cluster Control APIs Cluster Resource Group APIs Cluster Resource Group Exit Program Topics covered here are: Cluster APIs Cluster Resource Services Characteristics

More information

Windows Firewall Configuration with Group Policy for SyAM System Client Installation

Windows Firewall Configuration with Group Policy for SyAM System Client Installation with Group Policy for SyAM System Client Installation SyAM System Client can be deployed to systems on your network using SyAM Management Utilities. If Windows Firewall is enabled on target systems, it

More information

Using Three-Server Redundancy

Using Three-Server Redundancy 7 Using Three-Server Redundancy This section describes how to configure license servers in a three-server redundancy configuration. License administrators can implement failover protection for license

More information

Transferring AIS to a different computer

Transferring AIS to a different computer Transferring AIS to a different computer AIS can easily be transferred from one computer to another. There are several different scenarios for transferring AIS to another computer. Since AIS is designed

More information

RLM License Administration

RLM License Administration RLM License Administration RLM v11.0 December, 2013 Contents Section 1 License Management Introduction Introduction... 5 What's New in RLM v11.0... 7 Section 2 License Administration Basics Installing

More information

CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY

CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY Outline The Proficy HMI/SCADA CIMPLICITY product has the ability to log point data to a Microsoft SQL Database. This data can

More information

IP Interface for the Somfy Digital Network (SDN) & RS485 URTSII

IP Interface for the Somfy Digital Network (SDN) & RS485 URTSII IP Interface for the Somfy Digital Network (SDN) & RS485 URTSII Internet Protocol (IP) Interface Product Options Cat # 1810815 IP Interface Only Cat # 1810870: Interface and DB9/RJ45 Adapter (9015028)

More information

Biznet GIO Cloud Connecting VM via Windows Remote Desktop

Biznet GIO Cloud Connecting VM via Windows Remote Desktop Biznet GIO Cloud Connecting VM via Windows Remote Desktop Introduction Connecting to your newly created Windows Virtual Machine (VM) via the Windows Remote Desktop client is easy but you will need to make

More information

Comsol Multiphysics. Running COMSOL on the Amazon Cloud. VERSION 4.3a

Comsol Multiphysics. Running COMSOL on the Amazon Cloud. VERSION 4.3a Comsol Multiphysics Running COMSOL on the Amazon Cloud VERSION 4.3a Running COMSOL on the Amazon Cloud 1998 2012 COMSOL Protected by U.S. Patents 7,519,518; 7,596,474; and 7,623,991. Patents pending. This

More information

DownStream Installation Guide

DownStream Installation Guide DownStream Installation Guide Contents DownStream Installation Guide... 1 System Requirements... 2 About Installation... 2 About DownStream Product Licenses... 3 Getting a License file... 4 Installing

More information

Local Caching Servers (LCS): User Manual

Local Caching Servers (LCS): User Manual Local Caching Servers (LCS): User Manual Table of Contents Local Caching Servers... 1 Supported Browsers... 1 Getting Help... 1 System Requirements... 2 Macintosh... 2 Windows... 2 Linux... 2 Downloading

More information

LICENSE4J AUTO LICENSE GENERATION AND ACTIVATION SERVER USER GUIDE

LICENSE4J AUTO LICENSE GENERATION AND ACTIVATION SERVER USER GUIDE LICENSE4J AUTO LICENSE GENERATION AND ACTIVATION SERVER USER GUIDE VERSION 1.6.0 LICENSE4J www.license4j.com Table of Contents Getting Started... 2 Server Roles... 4 Installation... 9 Server WAR Deployment...

More information

Using Single Sign-on with Samba. Appendices. Glossary. Using Single Sign-on with Samba. SonicOS Enhanced

Using Single Sign-on with Samba. Appendices. Glossary. Using Single Sign-on with Samba. SonicOS Enhanced SonicOS Enhanced Using Single Sign-on with Samba Using Single Sign-on with Samba Introduction Recommended Versions Caveats SonicWALL Single Sign-on in Windows SonicWALL Single Sign-on with Samba Checking

More information

RSA SecurID Ready Implementation Guide

RSA SecurID Ready Implementation Guide RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 18, 2006 Product Information Partner Name Microsoft Web Site http://www.microsoft.com/isaserver Product Name Internet

More information

Backup / migration of a Coffalyser.Net database

Backup / migration of a Coffalyser.Net database Backup / migration of a Coffalyser.Net database There are two main procedures for backup or migration of your Coffalyser.Net database. One of these procedures makes use of the SQL management studio software

More information

Connecting to the Firewall Services Module and Managing the Configuration

Connecting to the Firewall Services Module and Managing the Configuration CHAPTER 3 Connecting to the Firewall Services Module and This chapter describes how to access the command-line interface and work with the configuration. This chapter includes the following sections: Connecting

More information

ThinPoint Quick Start Guide

ThinPoint Quick Start Guide ThinPoint Quick Start Guide 2 ThinPoint Quick Start Guide Table of Contents Part 1 Introduction 3 Part 2 ThinPoint Windows Host Installation 3 1 Compatibility... list 3 2 Pre-requisites... 3 3 Installation...

More information

Installation Instruction STATISTICA Enterprise Small Business

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

More information

Entrust Managed Services PKI. Configuring secure LDAP with Domain Controller digital certificates

Entrust Managed Services PKI. Configuring secure LDAP with Domain Controller digital certificates Entrust Managed Services Entrust Managed Services PKI Configuring secure LDAP with Domain Controller digital certificates Document issue: 1.0 Date of issue: October 2009 Copyright 2009 Entrust. All rights

More information

SERVICE SCHEDULE PULSANT ENTERPRISE CLOUD SERVICES

SERVICE SCHEDULE PULSANT ENTERPRISE CLOUD SERVICES SERVICE SCHEDULE PULSANT ENTERPRISE CLOUD SERVICES This is a Service Schedule as defined in the Conditions. Where the Services set out in this Service Schedule form part of the Services to be supplied

More information