Main Support:       Knowledge Center
Documentation:   MBP English Doc   >  Previous Supported Releases   >  MBP 2016.01   >  MBP 201601 Quick Install and License Setup   >  MBP 201601 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.


Quick Install-Linux

MBP can be installed on a Linux machine after downloading the installation file from the Keysight EEsof EDA website, as illustrated.

                       

Obtain MBP License File

MBP 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/2013.01/linux_x86[32|64]/bin_, where, $HPEESOF_DIR is the product installation path.

Supported Platforms

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

System Requirements

The following are Keysight recommended configurations:

RAM

Minimum 2 GB RAM recommended

Hard Disk Space

Minimum 1GB for a complete installation

CPU

Minimum Single-core

Dispaly

1024x768 or higher

Download MBP Installer

Click http://www.keysight.com/find/eesof-mbp-latest-downloads to download MBP.

Install MBP

To install MBP, follow the steps below:

  1. From a terminal (command prompt), move the mbpxxx.xx_xxx_xxxxxxx_linux_x86.tar file you downloaded from the Keysight EEsof EDA MBP download page (http://www.keysight.com/find/eesof-mbp-latest-downloads) to the directory you want to install MBP in. For example, mv mbpxxx.xx_xxx_xxxxxxx_linux_x86.tar /home/username/apps/
  2. Un-tar the installation file using the following command:
    tar -xvf mbpxxx.xx_xxx_xxxxxxx_linux_x86.tar
  3. Start the installation process using the following command:
    ./SETUP.SH
  4. Once the installation finishes, add the installation directory to your PATH environment variable for your login.
    If you are using bash shell, add the following to the end of your ~/.bash_profile or ~/.bashrc file:
    export PATH=$PATH:/home/username/apps/keysight/MBP_2016_01/bin
    If you are using C shell, add the following to the end of your ~/.tcshrc or ~/.cshrc file:
    set PATH=($PATH /home/username/apps/keysight/MBP_2016_01/bin)
  5. Once you have added the MBP installation directory to your PATH, open a new terminal or logout and login again to activate the changes you made to your login's profile.

MBP License Setup

Both node-locked and floating licenses require license 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.

Keysight EEsof products no longer run on the Solaris platform; however, we still support Solaris as the license server system.

Node-locked License

To set up a node-locked license, follow the 2-step process:

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

  1. Change the directory to the $HPEESOF_DIR/Licensing/2013.01/linux_x86[32|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.

Example
./lmgrd -c /home/userlogin/FlexNet_Version_x.x.x.x/flexnet_x.x.xlinux_x86_64/license.lic -l /home/_userlogin/FlexNet_Version_x._x.x.x/flexnet_x.x.x_linux_x86_64/server_log.txt

Step 2: Set Product Environment Variable

To use a node-locked license on your machine, set the MBP_LICENSE_FILE environment variable to point to the machine running the license server managers.

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

csh

setenv MBP_LICENSE_FILE port@host.domain to your ~/.tcshrc or ~/.cshrc file.

bash

export MBP_LICENSE_FILE=port@host.domain your ~/.bash_profile or ~/.bashrc file.

Floating License

Setting up floating license on Linux is a 3-step process where both server-side setup and client-side setup are needed.

Step 1: Server-side setup

  1. Install Keysight EEsof EDA Licensing Software
    Download and install Keysight EEsof Licensing Tools for Linux.
  2. Start License Server Managers (lmgrd and agileesofd)
    Follow the step 1 as 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. You can perform this step manually by setting up product environment variables. For details, refer to step 2 of Node-locked License Setup section.

Launch MBP

After installing MBP, add the installation path to PATH environment variable.

Example

In bash,

  1. Add set PATH=$PATH:/home/userlogin/keysight/MBP_2016_01/bin :/home/userlogin/keysight/MBP_2016_01 in bash_profile file.
  2. Run mbp in terminal to start MBP.

If you do not add the path to environment, you can use full path to launch MBP, for example, /home/userlogin/keysight/MBP2016_01/bin/mbp and /home/userlogin/keysight/MBP_2016_01/mbp.

Keysight

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