This section of the manual will explain what configuration files are used and what they can contain:
This is the main config file, it is a standard text file and contains:
# Main Premvet script to set startup variables VETSYS=/v/vetdata # Where are the main data files located SOURCE=/u/source # Where the Programs live # VETTEST=/dev/tty0100 # Location of vet test machine # WebServer="" # Where is the Web ServerThe options in this file are:
WebServer="", if you are using an
enterprise version of OSR5 but have not yet configured it use
WebServer="localhost".
/etc/rc2.d/S88bdsThis is a program that is run every time the system is brought into multiuser mode. Its purpose is to:
/etc/default/bds_init
This file is used to set any global variables for use within the Vet
Software. It is 'sourced' from /etc/profile so will
always be loaded. Currently, it contains one line:
O_TTY=`tty` ; export O_TTYWhich is used to handle logins on Stallion Virtual Screens.
/usr/local/bin/vet.
If the user wants to run
multiple copies of the software there are two ways of doing so:
vet -d /u/play. Command
line options are covered in the section Command Line Options
e.g. You have a play copy of the files for training purposes, you
would make a link between /usr/local/bin/vet
and
/usr/local/bin/play
e.g. ln -s /usr/local/bin/vet /usr/local/bin/play
then create
the file /etc/default/play with the line VETSYS=/u/where-ever.
If you are using the system with two live sets of data BOTH with a
generic login (e.g. vet and play) - you may need to use the
command switch vet -E to ensure that users using the
2nd generic account are asked for a vet system password.
| Top | Classic | New-Style | Chapters | Sections | Index | Search |