-Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds - VMS next up previous
Next: FHELP Up: HOST Environments Previous: 2.2.1.2 OPTIONAL: Manual Setup

VMS

To use the Host version of FTOOLS, a VMS command file has been provided to set up all of the logical definitions that a user will need. Check with your system administrator to see if a version of this command file is already available with your system's specific information. It is preferred to place a common copy of this file in a place for all users to access. If not, and assuming that the FTOOLS were installed as described in the Installation Guide to FTOOLS, copy the command file to your local directory.

0.2cm

1.0cm $copy [ftools.ftools.scripts.vms]init_ftools.com *.*

0.2cm

Next, edit this file to change the specification of the location of FTOOLS package and PERL, if available. The command file checks whether the user is on a VAX or an ALPHA, and whether a release or development versions is requested. The appropriate version of FTOOLS is then selected. Change the location(s) of the flavor of FTOOLS installed on your system as indicated in the file. Note that you must use the true disk name in this command. Specifying a concealed logical in a concealed logical has unpredictable results in VMS. Also be sure to include the trailing . in the directory specification. The file can now be run using:

0.2cm

1.0cm $@init_ftools

0.2cm

This file must be executed before the user can run the FTOOLS, so it is recommended that the command be added to the user's login.com. In addition to setting up all of the logical values needed, the file will create a directory, [youraccount.ftools.pfiles] to hold the users parameter files. A command is also defined to ``fix'' the attributes of FITS files which are incorrectly set by FTP, VMSTAR and UNCOMPRESS. FFFILE (Fix Fits FILE) will change the record length of the FITS file so that it can be read more efficiently.

0.2cm

If you prefer to set all of the necessary logicals by hand, the following commands will need to be issued before running FTOOLS:

0.2 cm

Define ftools to be a logical disk:

0.2cm

1.0cm $assign/trans=conceal casper$dka100:[ftools.ftools.] ftools

0.2cm

Define all of the FTOOLS to be foreign commands:

0.2cm

1.0cm $@ftools:[script.vms]learn ftools:[bin_host]

0.2cm

Define logicals needed for plotting routines:

0.2cm

1.0cm $assign ftools:[host]libpgplot.exe libpgplot

0.2cm

1.0cm $assign ftools:[host]grfont.dat PGPLOT_FONT

0.2cm

Tell the ftools about the location of your local copy of the parameter files, and the location of the default parameter files:

0.2cm

1.0cm $assign "mydisk:[myaccount.parfiledir];ftools:[bin_host]" pfiles

0.2cm

And finally, indicate that you would like the FTOOLS to remember the previous values you entered for parameters:

0.2cm

1.0cm $assign 1 pfclobber

0.2cm

If you are using the perl scripts, you should first tell VMS where to find perl as described in the VMS perl installation documents (whoever installed perl on your system should have done this in a way that will work for you). To test that perl is working from your account type:

0.2cm

1.0cm $perl -e "print 'Hello World';"

0.2cm

Assuming this works, you must define all of the perl scripts to be foreign commands:

0.2cm

1.0cm $@ftools:[scripts.vms]knowperl ftools:[bin_perl]

0.2cm

You will also need to tell the perl scripts where to find the FTOOLS perl library routines. Prepend /ftools/bin_perl (the UNIX style pathnames are required) to any existing PERLLIB logical environment variable. If PERLLIB does not exist, set it equal to the /ftools/bin_perl. If you have a PERL5LIB variable already set, use that instead as it overrides the PERLLIB variable.

0.2cm

1.0cm $define PERLLIB= "/ftools/bin_perl:" + whatever PERLLIB was before

0.2cm

if you already have a PERLLIB variable, or

0.2cm

1.0cm $define PERLLIB "/ftools/bin_perl"

0.2cm

if you don't, or

0.2cm

1.0cm $define PERL5LIB= "/ftools/bin_perl:" + whatever PERL5LIB was before

0.2cm if you have a PERL5LIB variable set.

0.2cm Once this procedure has been completed, the user can go to any directory with read and write privileges and use the Host Version of the FTOOLS tasks. See Appendix A for a list of FTOOLS tasks in this release.


next up previous
Next: FHELP Up: HOST Environments Previous: 2.2.1.2 OPTIONAL: Manual Setup

Umit Kiziloglu
Sun Dec 1 14:15:14 EET 1996