KC will be unavailable on Sunday, June 10th, 4:00 AM - 1:00 PM IST / Saturday, June 10th 5:00 PM - Sunday, 11th June 2:00 AM MST.

  

Main Support:       Knowledge Center
Documentation:   ADS Documentation   >  Previous Supported Releases   >  ADS 2022   >  ADS 2022 Quick Install and License Setup   >  ADS 2022 Quick Install-Linux   >  ADS 2022 Quick Install-Linux

This document contains references to Agilent Technologies. Agilent's former Test and Measurement business has become Keysight Technologies. For more information, go to www.keysight.com.


Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
HTML
Float
bordernone
maxLevel3
sideright
borderColor#eaeef6
bgColor#eaeef6
indent15px
width25%
borderStylesolid

HTML

gloss_init

Quick Install - Linux

ADS can be installed on a Linux or UNIX machine after downloading the installation file from the Keysight EEsof EDA Website, as illustrated.

Anchor
ObtLic
ObtLic

Obtain ADS License File

ADS requires a license to run. You can either apply for an Evaluation or a Purchased license. Once the license request is approved, a license file (with .lic extension) is sent as an email attachment. Save this file on your computer at $HPEESOF_DIR/Licensing/<license tools version>/linux_x86_64/bin, where, $HPEESOF_DIR is the installation path.

Anchor
supplatform
supplatform

Supported Platforms

For more details on Supported Platforms, refer to the Supported Platforms section.

Anchor
SysReqWnd
SysReqWnd

System Requirements

The following are Keysight recommended configurations:


RecommendedMinimum

RAM

32 GB RAM or higher

8 GB RAM or higher

Hard Disk Space

256 GB free disk space for the general operating system, ADS installation and design/simulation storage

8 GB free disk space for the ADS installation directory and 100 GB for design/simulation storage

Processor

64-bit, multi-core CPU

64-bit CPU

Screen Resolution

1920x1080 display resolution with true color (at least 32bit color)


1024x768 display resolution with true color (at least 32bit color)

Model Development dependency for model development

gcc 10.2

gcc 10.2
Licensing System RequirementLinux Standard Base (LSB)Linux Standard Base (LSB)

Anchor
adsDldPg
adsDldPg

Download ADS Installer

Click http://www.keysight.com/find/eesof-ads-latest-downloads to download. Create a new directory, for example, ads_setup, and save the downloaded ADS installation file in this directory.

Anchor
windowsgeneralinstallation
windowsgeneralinstallation

Install ADS

To install ADS, follow these steps.

  1. Untar the installation file using the following command: tar –xvf ads201X_XXX_linux_x86_64.tar
  2. Start the installation program using the following command:
    ./SETUP.SH

Anchor
ADSLicSetup
ADSLicSetup

ADS License Setup

Both node-locked and floating licenses require

Sqlglossary
_wordlicense server
to get installed and started. For a node-locked license, license server and the client machine are the same machine (that is, your local machine). For a floating license, these can be separate machines.

Anchor
nodelocked
nodelocked

Node-locked License

To setup a counted license, follow the 3-step process:

Lp_note

In case of a USB dongle, attach the dongle to the USB port and install the dongle drivers before you start License Server Managers ( lmgrd and agileesofd ).

Anchor
step1
step1

Step 1: Start License Server Managers ( lmgrd and agileesofd )

Start the license server managers ( lmgrd and agileesofd ) on the machine to which the license is tied as follows:

  1. Change the directory to the $HPEESOF_DIR/Licensing/<license tools version>/linux_x86_64/bin
  2. Run the following command to start lmgrd :
    ./lmgrd -c <license file path> -l <license log file path>
    where,
    • <license file path> specifies one or more full path-names to the license file(s).
    • <license log file path> is the full path-name to the debug log file.

Anchor
automateflexstart
automateflexstart

Anchor
step2
step2

Step 2: Automate FlexNet License Server Startup

To automate the License Server managers’ startup upon system reboot, see Automate FlexNet License Server Startup in Licensing (For Administrators).

Anchor
SetEnvVar
SetEnvVar

Step 3: Set Product Environment Variable

To use a node-locked license on your machine, set the ADS_LICENSE_FILE environment variable to point to the machine running the license server managers ( lmgrd and agileesofd ). For more information on product environment variables, see License Environment Variables in Licensing (for Administrators).

To set the environment variable ADS_LICENSE_FILE in a shell, type the following commands:

csh, tcsh

setenv ADS_LICENSE_FILE $HOME/Keysight/Licenses/license.lic

ksh, bash

export ADS_LICENSE_FILE=$HOME/Keysight/Licenses/license.lic

Floating License

Setting up floating license on Linux is a two-step process where both server-side setup and client-side setup are needed.
Step 1: Server-side setup
Repeat the following steps for each license server you have.
For server-side license setup, follow the steps 1 and 2 described in Node-locked License section.

Step 2: Client-side setup
Once the license is configured successfully for all the license servers, configure each client computer to point to the network license server. License Setup Wizard offers the easiest method to get this done. Alternatively, you can perform this step manually by setting up product environment variables. For details, refer to step 3 of Node-locked License Setup section.

Anchor
launchads
launchads

Launch ADS

Before starting ADS, perform the following steps:

  1. Set the HPEESOF_DIR environment variable to point to the installation directory of ADS.
    To set the environment variable HPEESOF_DIR in a shell, type the following commands:
    csh, tcsh
    setenv HPEESOF_DIR <INSTALL_DIR>
    ksh, bash
    export HPEESOF_DIR=<INSTALL_DIR>
  2. Set the path:
    setenv PATH $HPEESOF_DIR/bin:$PATH
  3. Launch ADS
    ads

Add label
labels OS--Platforms

Please help us improve
Please help us improve
Was this topic helpful? Yes No