              TeamConnection for UNIX, Version 3.0, Fixpak 1

                      Installation from tar files

                  Date last updated: October 30, 1998


A.  How to get the files for the fixpak in the Internet
-------------------------------------------------------

You can get the files for the fixpak for TeamConnection from the IBM Software 
FTP site in the Internet. You can use ftp or a web browser to get the code.  
The following instructions show the sequence of steps needed when using ftp.

   * Create a directory to store the files to be downloaded.
     For example: mkdir /vatcfixpak

   * Change to the directory mentioned in the previous step.

   * Invoke the ftp command: ftp ftp.software.ibm.com

   * Login as: anonymous

   * Enter your email address at the password prompt.
     For example: myuserid@internetmailserver

   * Change the directory to: ps/products/teamconnection/fixes

   * Change the directory to the desired platform (aix, hpux, or solaris):
     For example: cd aix

   * Change the fixpak directory 
     For example: cd fixpak301 

   * Specify to transfer the files in binary mode: binary

   * Download the following required files that contains the installation
     shell script and other important files: required.tar.Z 

   * Download the components that you want to install.  Note that the message
     catalogs are required for the family server, client *OR* build server:

	serverat.tar.Z ------------ family server for AIX tar format 
	clientat.tar.Z ------------ client for AIX tar format
	buildat.tar.Z ------------- build server for AIX tar format
	nlsen_USat.tar.Z ---------- en_US nls messages catalogs for AIX tar 
				    format

	serverai.tar -------------- family server for AIX installp format
	clientai.tar -------------- client for AIX installp format
	buildai.tar --------------- build server for AIX installp format
	nlsen_USai.tar.Z ---------- en_US nls messages catalogs for AIX 
				    installp format

	serverht.tar.Z ------------ family server for HP-UX tar format 
	clientht.tar.Z ------------ client for HP-UX tar format
	buildht.tar.Z ------------- build server for HP-UX tar format
	nlsen_USiso88591ht.tar.Z -- en_US.iso88591 nls messages catalogs for 
				    HP-UX tar format

	serverst.tar.Z ------------ family server for Solaris tar format 
	clientst.tar.Z ------------ client for Solaris tar format
	buildst.tar.Z ------------- build server for Solaris tar format
	nlsen_USst.tar.Z ---------- en_US nls messages catalogs for Solaris tar
				    format

   * Exit ftp:

        quit


B.  How to process the installation files and install the code
--------------------------------------------------------------

After you have downloaded the files from section A, then you need to do the 
following:

   * Uncompress all the files by using the UNIX utility "uncompress": 
     uncompress *.Z

   * After you have uncompressed the files, untar the files: tar -xvf *.tar

   * Proceed to read the late breaking news in the readme.txt file.  Ensure 
     that you read the warnings and prerequisites mentioned in the above files.

   * Ensure that you are logged in as "root", otherwise you will not be able to
     install the TeamConnection code.

   * Invoke the installation shell script and specify that you are using tar 
     files: ./tcinst.ksh 

   * Follow the instructions from the installation shell script.

   * Now you are ready to use the latest version of TeamConnection!



C.  Special notes
-----------------

   * You should not deinstall the v300 fullpak.  The fixpak should be installed
     over the existing fullpak.

   * To migrate data from a v300 database to v301 you will need to run
     the fhcirtup database update command.  See the readme.txt file for detail.

   * hpux customers note the LANG environment variable should be updated from
     value en_US to en_US.iso88591
