Sun Update Connection - Enterprise 1.0 Quick Start Guide: Getting Started

Installing the Agent, Console, or CLI

In this procedure, you copy the installation files that were prepared when you ran ezinstaller and then use the installation scripts to install the following:

ProcedureTo Install the Agent, Console, or CLI

Before You Begin

You must have successfully installed the system dependency server. The software has prepared the installation files that you use in this task. You must use the files prepared during the latest installation. Agents and consoles that were installed earlier have noncompliant encryption keys.

  1. Log in as superuser.

  2. On the system where you placed the original tar file, change to the directory that contains the files. Then change to the UCE-1.0.1-number directory.


    #cd UCE-1.0.3-185
    

    The following files are in this directory:

    • agent-date.tar.gz

    • console-date.tar.gz

    • cli-date.tar.gz


    Note –

    In the tar.gz file, date indicates the month and day that the software was installed.


    Perform the following steps for each system where you want to install the files.

  3. On the system where you intend to install the files, copy one of the previous tar files.

  4. Expand the file.


    # gunzip agent-date.tar.gz
    # tar xPfzv agent-date.tar
    

    The file is expanded and creates one of the following subdirectories, depending on the tar file that you selected.

    • agent-date

    • console-date

    • cli-date


    Note –

    The date indicates the month and day that the software was installed.


  5. Change to the newly created subdirectory and the directory to which you want to install, as in the following example.


    #cd agent-date
    # cd uce_console
    
  6. Start the installer.


    #./Install
    

    The installation screen is displayed.

  7. Select the installation.

    The installation begins and a progress bar is displayed.

    When the installation is completed, a screen is displayed that indicates the installation is successful.

    The context describes the illustration.
  8. To exit the installation program, press Enter.

    The installer program exits. The component that you installed is in the appropriate directories.

    • Agent is installed in: /opt/local/uce/agent-date.

    • The console is installed in: /usr/local/uce/console-date. Console configuration files that are specific to each user when a user first logs into the console are installed in ~/.uce_console/.

    • The CLI is installed in: /usr/local/uce/cli-date. The CLI configuration files that are specific to each user are installed in ~/.uce_cli/.

  9. The agent starts automatically. To start the console, type the following command on the console system:

    # uce_console

  10. Use predefined jobs to check your systems for dependencies and withdrawn patches and update the system, as needed.

    • Check Systems – Checks for missing or conflicting dependent components, according to the rules of the Knowledge Base of the selected distribution.

    • Check Withdrawn Patches (Solaris only) – Checks installed patches against the Knowledge Base of the selected Solaris distribution, to see if Sun has withdrawn the patch.

    Depending on the policy that you select, you can deploy, or simulate deployment, of predefined profiles in jobs. For information about defining a policy, see Policies for Predefined Profiles in Sun Update Connection – Enterprise 1.0 User’s Guide

    For information about using predefined profiles, see Predefined Profiles in Jobs in Sun Update Connection – Enterprise 1.0 User’s Guide

See Also