Installing opt_depot using setup.sh


This document is intended to help guide the systems administrator though the process of installing opt_depot using the setup shell script included with the opt_depot software package.


Types of Installation

The first thing to do is figure out what type of configuration you want for opt_depot, depending on the functions you would like it to perform. There are 3 types of installations:

  • Client-side Installation Only (no network access)
  • Client-side Installation with Network Access
  • Shared Network Installation
    1. Example: The opt_depot package is installed on the server, allowing all clients access to a shared copy of the program.

      Advantages: see client-side with network disadvantages. Only the server's copy of opt_depot must maintained, and any client systems using opt-depot will possess the same directory structure with respect to the depot, software base and log directories. However, each client may still have its own individual 'sites' file indicating the package archives for that particular client system.

      Disadvantages: see client-side with network advantages. Directory and filenames must be constant across all clients. For example, if the depot directory is specified as "/opt/depot", then all clients must use it as the designated depot directory.

      Configuration Issues: Sharing a copy of the opt_depot located on the server also entails sharing a common configuration file, meaning that all directory and filenames used by opt_depot must be constant across the client systems.

    Here at Applied Research Laboratories we prefer to use the shared network installation, since it's is less of a hassle to maintain the opt_depot scripts. Thus far we have had no problems stemming from the use of consist ant directory names across our clients, and in fact this type of installation seems to make managing opt_depot a simpler task all around.


    Running setup.sh

    Step One: Finding Perl

    Step Two: Entering the Software Base directory

    Step Three: Entering the Depot directory

    Step Four: Entering the Log directory

    Step Five: Creating a sites file

    Step Six: Choosing an installation directory

    All Done


    opt-depot@arlut.utexas.edu -- Last updated 19 May 1997