IRIX/IRAF Installation Guide

IRIX/IRAF Installation Guide

3. System Checkout

The basic IRAF system should be usable once the files have been restored to disk, the binaries have been configured or generated, and the install script has been run. To verify that the basic system comes up and runs successfully, login as iraf and startup the CL (IRAF command language) from the iraf account. You should be able to login as IRAF and type "cl" to start IRAF, using the login files which come with the distributed system.

The IRAF system account for IRIX/IRAF has been customized for IRAF system maintainence and should work on all systems. Some default window system startup files are provided, but the iraf account is configured mainly to run in an xgterm or xterm (shell-oriented) window. This account is intended for IRAF system management and as a working example showing how to use the various system components. Normal IRAF use should be done from a user account configured using the examples given with the IRAF system account.

% login iraf
% cl
To more thoroughly test the installation it is a good idea to set up a user account to run IRAF and test IRAF from this user account. To do this you login to a user account and run the mkiraf task to set up the IRAF login files. This will create or initialize the user's uparm (user parameter) directory, and create a new login.cl file. It may also be desirable to edit the user's .login file to modify the way the environment variable IRAFARCH is defined. This variable, required for software development but optional for merely using IRAF, must be set to the name of the desired machine architecture, e.g., 'irix' for all IRIX systems.
% mkiraf
Initialize uparm? (y|n): y
Terminal types: xgterm,xterm,gterm,vt640,vt100,etc."
Enter terminal type: xgterm
A new LOGIN.CL file has been created in the current directory.
You may wish to review and edit this file to change the defaults.
The cl command should now start up the CL, which will clear the screen and print out a startup message. The
standard test procedure should be run to verify the installation.