Setting up the Environment
Add the following lines to your .profile file:
##############################################
# Added to enable Tornado Development Software
WIND_BASE=/home/cs551rt/tornado
WIND_HOST_TYPE=sun4-solaris2
WIND_REGISTRY=rt-lab1
WIND_LMHOST=@rt-lab1
PATH=$PATH:$WIND_BASE/host/$WIND_HOST_TYPE/bin
export WIND_BASE WIND_HOST_TYPE WIND_REGISTRY WIND_LMHOST PATH
##############################################
Also you must allow access to the realtime computers from your machine,
so enter
xhost rt-target1
from the command shell.
MAIN PAGE
Author: Jim Gunderson
Last updated: Aug 31, 1998