Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Cadence license manager

Status
Not open for further replies.

lafethus

Newbie level 1
Joined
Jun 8, 2005
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,289
cadence license manager 5280

I'm trying to run Cadence IC5033 on a new linux server using licenses stored in a Unix workstation. The workstation is connected through the internal network. Currently I'm running IC 5033 on the Unix workstation, but I'm going to run simulation jobs on the linux server due to speed issue.
If I run IC 5033 on the linux server using licenses in the Unix workstation, how do I set up the environment on the linux server?

And is there anyone who knows how to setup NFS between Unix and Linux systems?
 

For the license issue, you have to set the LM_LICENSE_FILE environment variable to point at the UNIX workstation, like this (if you have C shell):

setenv LM_LICENSE_FILE port@licenseserver

or use (if you have bash)

export LM_LICENSE_FILE=port@licenseserver

where licenseserver is the host name of the unix workstation and port is 5280 or 5281 I think by default.

About NFS I think you should try a linux site :), like https://www.tldp.org or read the man files. Also I'm not clear, do you want to export directories from the linux or the unix machine? From what I remember the user should have the same ID number on both the unix and linux machine.

Good luck!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top