2. Installing OpenLane on Solaris

Installing Remotely Using X

You can install OpenLane from a remote host using the X Window System.

Procedure

1.On the local host, execute the following commands: xhost + remote_host_name

rlogin remote_host_name -lusername username must have root privilege.

2.On the remote host, execute the following command or commands:

If using the Bourne shell (sh):

DISPLAY=local_host_name:0.0 export DISPLAY

If using the Korn shell (ksh):

export DISPLAY=local_host_name:0.0

If using the C shell (csh):

setenv DISPLAY local_host_name:0.0

3.On the remote host, change the directory to the path where setup.sh resides: cd /tmp

4.Run setup.sh:

./setup.sh

Installing the Permanent License Key

Procedure

1.Change the directory to /opt/pdn/OpenLane: cd /opt/pdn/OpenLane

2.Enter the command to install the permanent key:

OLCmd key permanent_key

Where permanent_key is the key e-mailed or faxed to you by Paradyne. For example:

OLCmd key ALUKB-KAC9Y-H987N-CX5GK

2-8

January 2002

7800-A2-GB32-00

Page 18
Image 18
Paradyne SLM 5.5 manual Installing Remotely Using, Installing the Permanent License Key, Export DISPLAY=localhostname0.0