Signed Patches Administration Guide for PatchPro 2.2

How to Install and Configure the Patch Management Tool in Interactive Mode

Use the setup command to install and configure the patch management tool on your system in interactive mode.

If you want to install the patch management tool in a hands-off manner, such as a custom JumpStartTM installation, see How to Install the Patch Management Tool in Non-Interactive Mode.

  1. Become superuser.

  2. Change to the directory in which you downloaded the tar file.


    # cd /export/download/patchpro
    
  3. Run the setup command to install and configure the tool.

    For example, install and configure the Solaris 9 (SPARC Platform Edition) version of the patch management tool:


    # cd pproSunOSsparc5.9jre2.2
    # ./setup
    
  4. Specify the mechanism your system uses to connect to the Internet to retrieve Sun patches.

    The patch management tool requires that your system be connected to the Internet, either directly or indirectly through a web proxy.

    • If your system is connected directly to the Internet, type 1.

      • If your system runs Solaris 2.6, Solaris 7, or Solaris 8 software, go to Step 6.

      • If your system runs Solaris 9 software, go to Step 5.

    • If your system is connected to the Internet through a web proxy, type 2.

    1. Specify the host name or IP address of the web proxy.

    2. Specify the port number of the web proxy.

    3. Specify whether the web proxy requires authentication.

      • If the web proxy does not require authentication, type n.

        • If your system runs Solaris 2.6, Solaris 7, or Solaris 8 software, go to Step 6.

        • If your system runs Solaris 9 software, go to Step 5.

      • If the web proxy requires authentication, type y.

    4. Specify the name of a user for the web proxy.

    5. Specify the password of the user for the web proxy.

  5. Solaris 9 only – Indicate whether to automatically restart the Solaris WBEM services after you install the patch management tool.

    Restarting the Solaris WBEM services on an active system can cause unexpected problems, so ensure that your system is in a quiet state before restarting these services.

    • If you can restart the services now, type y.

      The services are automatically restarted after the patch management tool is installed.

    • If you cannot restart the services now, type n.

      After you install the patch management tool, bring your system to a quiet state, then manually restart the services.


      # /etc/init.d/init.wbem stop
      # /etc/init.d/init.wbem start
      
  6. Verify that the data you specified is correct.

    The setup program shows the configuration information that you supplied.

    • If the configuration data is correct, type y.

    • If the configuration data is incorrect and you want to change some of the values, type n.

    The patch management tool is installed.

  7. Add patch management tool directories to your path.

    • For Bourne shell or Korn shell:


      # PATH=/usr/sadm/bin:/opt/SUNWppro/bin:${PATH}
      # export PATH
      
    • For C shell:


      machine_name# setenv PATH /usr/sadm/bin:/opt/SUNWppro/bin:${PATH}
      
  8. Add the patch man page directory to your man page path.

    • For Bourne shell or Korn shell:


      # MANPATH=/opt/SUNWppro/man:${MANPATH}
      # export MANPATH
      
    • For C shell:


      machine_name# setenv MANPATH /opt/SUNWppro/man:${MANPATH}