02.03.2014 Views

Tornado

Tornado

Tornado

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Tornado</strong> 2.0<br />

User’s Guide<br />

The following example is for an HP9000 host in a network whose <strong>Tornado</strong> registry<br />

is on host venus:<br />

WIND_BASE=/usr/wind; export WIND_BASE<br />

WIND_HOST_TYPE=parisc-hpux10; export WIND_HOST_TYPE<br />

WIND_REGISTRY=venus; export WIND_REGISTRY<br />

PATH=$WIND_BASE/host/parisc-hpux10/bin:$PATH; export PATH<br />

SHLIB_PATH=$WIND_BASE/host/parisc-hpux10/bin:$SHLIB_PATH; export SHLIB_PATH<br />

2.3.2 Environment Variable<br />

Solaris 2 Hosts<br />

HP-UX Hosts<br />

If your development host runs Solaris 2, you must also modify the value of<br />

LD_LIBRARY_PATH to include the shared libraries in /usr/dt/lib, /usr/openwin/lib,<br />

and $WIND_BASE/host/sun4-solaris2/lib.<br />

If you use the C shell, include a line like the following in your .cshrc:<br />

setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/dt/lib:/usr/openwin/lib<br />

If you use the Bourne shell (or a compatible shell), include lines like the following<br />

in your .profile:<br />

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/dt/lib:/usr/openwin/lib<br />

export LD_LIBRARY_PATH<br />

If your development host runs HP-UX, you must also modify the value of<br />

SHLIB_PATH to include $WIND_BASE/host/parisc-hpux10/lib.<br />

2.3.3 Environment Variables for Convenience<br />

Certain other environment variables, though they are not required for <strong>Tornado</strong>,<br />

can make the tools fit in better with your site or with your habits. The following<br />

environment variables are in this category:<br />

EDITOR<br />

When you request an activity in a <strong>Tornado</strong> tool that involves editing text files,<br />

the <strong>Tornado</strong> tools refer to this variable to determine what program to run. The<br />

default is vi, if EDITOR is not defined.<br />

22

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!