Sun Update Connection System 1.0.8 Administration Guide

Examples: Initially Configuring Your Sun Update Connection Proxy

Each of these examples verify that the Sun Update Connection Proxy software is installed on the system.

ProcedureHow to View Configuration Settings for Your Sun Update Connection Proxy (Command Line)

You can check the configuration settings of your Sun Update Connection Proxy to help diagnose problems or to understand your server’s update-related settings.

The information includes the following:

  1. Log in to the Sun Update Connection Proxy as superuser.

  2. List the configuration settings for your proxy.


    # patchsvr setup -l
    Patch source URL: https://getupdates1.sun.com
    Cache location: /var/sadm/spool/patchsvr
    Web proxy host name: mars
    Web proxy port number: 8080

ProcedureHow to Change Configuration Settings for Your Sun Update Connection Proxy (Command Line)

If you want to change the configuration settings of your Sun Update Connection Proxy , you must first stop the proxy. After you change the settings by using the patchsvr setup command, you must restart the proxy.

For information about the configuration settings that you can change, see the patchsvr(1M) man page.

  1. As superuser, log in to the system that you plan to use as your Sun Update Connection Proxy .

  2. Stop the proxy.


    # patchsvr stop
    
  3. Change one or more configuration settings, one per command line.

    For example, specify a network proxy, network-proxy-name, and a port, port.


    # patchsvr setup -x network-proxy-name:port
    
  4. Start the proxy.


    # patchsvr start