AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  suma

    Posted 03/21/06 10:41 PM

    Originally posted by: SystemAdmin


    I am getting the following error when I attempt to search for Critical Updates with suma on AIX 5.3. If the proxy server is asking for user/password then where do I supply this.

    suma -x -a Action=Preview -a RqType=Critical
    Can't locate object method "authenticate" via package "LWP::Authen::Ntlm" at /usr/opt/perl5/lib/site_perl/5.8.2/LWP/UserAgent.pm line 545.

    I have setup the proxy server in suma.
    FIXSERVER_PROTOCOL=http
    DOWNLOAD_PROTOCOL=http
    DL_TIMEOUT_SEC=180
    DL_RETRY=1
    MAX_CONCURRENT_DOWNLOADS=5
    HTTP_PROXY=http://prxysrv1:80
    HTTPS_PROXY=
    FTP_PROXY=http://prxysrv1:80

    Any help would be great.

    Regards,

    Andrew...
    #AIX-Forum


  • 2.  Re: suma

    Posted 04/12/06 12:16 PM

    Originally posted by: SystemAdmin


    If your proxy requires authentication just use the standard URL fomrat of:-

    http://<username>:<password>@<proxyserver>:<port>

    G.
    #AIX-Forum