Introduction to VLSI Design

HowTo: run remote programs

One of the most important features of UN*X is the ability to run commands on remote machines. This task involves three steps, the examples assume that you are sitting in front of a machine called "local" and wish to run programs on a machine called "remote".

  1. Allowing the remote machine to connect to your local machine:

    	local:> xhost +remote
    

  2. Connecting to the remote machine : there are a number of methods for this task, two of which are listed:

  3. Redirecting the display (csh and derivatives)

    	remote:> setenv DISPLAY local:0
    

    Please note that this command will be executed on machine "remote".

After these steps, you can run any program on machine "remote", you'll view the output on machine "local" as if you were running the program locally.

Unix Commands
Course web-site

a production of


VLSI CAD Laboratory


Analog/Digital Microelectronics Group

Cadence is a trademark of Cadence Design Systems, Inc., 555 River Oaks Parkway, San Jose, CA 95134.
Please read this DISCLAIMER

KGF 10/31/1998