Sun Update Connection - Automated Baseline Management Service 1.0 User's Guide

ProcedureHow to Upgrade the TLP Server Software

This procedure describes how to upgrade to the latest version of the TLP server software. In this procedure, the current working directory is the TLP installation directory, /opt/SUNWtlp.

Before You Begin

Before you begin the installation, ensure that you have the following:

Steps
  1. Log in as superuser to the system where you will install the TLP server software.

  2. Extract the archive SUNWtlp-2.3.tar.gz to the /tmp directory.


    # gzcat SUNWtlp-2.3.tar.gz | tar xvf -
    
  3. Check the README file in /opt/SUNWtlp/README for the latest updates.

  4. Install the TLP software package.


    # pkgadd -a tlp.policy -d SUNWtlp-2.3 
    

    By default, the TLP software is installed in the /opt/SUNWtlp directory. See How to Add Software Packages (pkgadd) in System Administration Guide: Basic Administration for information on how to modify the installation directory.

  5. Log in to the server as tlp-user.

    The remaining steps are performed as the tlp-user.

  6. Save the old tlp.cfg file.


    $ cd /opt/SUNWtlp/conf
    $ mv tlp.cfg tlp.cfg.bak
    
  7. Copy the default 2.3 tlp.cfg file to /opt/SUNWtlp/conf/tlp.cfg.


    $ cp default/tlp.cfg
    
  8. Modify the tlp.cfg file for your site's setup.

    See How to Modify the TLP Configuration Filefor task-related information.

Next Steps

After you complete the TLP server software upgrade and configure the tlp.cfg file, you will need to perform the following tasks: