AIX

AIX

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

 View Only
Expand all | Collapse all

rsct.* 4.7 updates

  • 1.  rsct.* 4.7 updates

    Posted Mon February 11, 2008 08:50 AM

    Originally posted by: grukrz1


    Since IBM changed fixcentral, I don't see a possibility do download fixes for a specific version of a software.

    eg. I need to download fixes for RSCT 4.7.x.x and don't know how to. I don't want to upgrade to the latest one 4.8.x.x - I want to stay on 4.7.

    Can anyone give me a hint how to achieve this? The system is not connected to the internet and I have no possibility to use suma.


  • 2.  Re: rsct.* 4.7 updates

    Posted Mon February 11, 2008 09:07 AM

    Originally posted by: tony.evans


    As far as I know, it's no longer possible. You can download fixes based on specified PTF's or full Technology Levels / Service packs. However, you can (sadly) no longer download specific fileset updates.

    It's a grave loss IMO.

    I'd be pleased if someone can demonstrate if it was still possible.


  • 3.  Re: rsct.* 4.7 updates

    Posted Mon February 11, 2008 12:49 PM

    Originally posted by: gcorneau


    Thankfully you can still use SUMA to download individual fixes:

    suma -x -a Action=Download -a RqType=Fileset -a RqName=rsct.basic.rte -a RqLevel=2.4.7.5 -a DLTarget=/install/RSCT

    FYI, if you are updating the AIX TL/ML/SP, you might have to upgrade the RSCT version to 2.4.8 (i.e. AIX 5.3 TL7)
    <hr />
    Glen Corneau
    IBM System p Advanced Technical Support


  • 4.  Re: rsct.* 4.7 updates

    Posted Thu February 14, 2008 06:32 AM

    Originally posted by: grukrz1


    does suma support authenticated proxy? I don;t see it on "suma -c" outpu but maybe there is a workaround for it...?

    1. suma -c
    FIXSERVER_PROTOCOL=http
    DOWNLOAD_PROTOCOL=ftp
    DL_TIMEOUT_SEC=180
    DL_RETRY=1
    MAX_CONCURRENT_DOWNLOADS=5
    HTTP_PROXY=
    HTTPS_PROXY=
    FTP_PROXY=
    SCREEN_VERBOSE=LVL_INFO
    NOTIFY_VERBOSE=LVL_INFO
    LOGFILE_VERBOSE=LVL_VERBOSE
    MAXLOGSIZE_MB=1
    REMOVE_CONFLICTING_UPDATES=yes
    REMOVE_DUP_BASE_LEVELS=yes
    REMOVE_SUPERSEDE=yes
    TMPDIR=/var/suma/tmp
    FIXSERVER_URL=www14.software.ibm.com/webapp/set2/fixget


  • 5.  Re: rsct.* 4.7 updates

    Posted Thu February 14, 2008 06:50 AM

    Originally posted by: tony.evans


    If you check man suma, you'll see you can provide username and password to the HTTP_ FTP_ and HTTPS_ proxy options.

    It's not that secure, since your credentials will be visible to anyone, but it's possible.


  • 6.  Re: rsct.* 4.7 updates

    Posted Thu February 14, 2008 07:09 AM

    Originally posted by: grukrz1


    Could you please tell me what is wrong in below suma task?

    1. oslevel -rl 5300-07
    Fileset Actual Level Recommended ML
    <hr />
    devices.msg.en_US.common.IBM.sni.ntbl 1.2.0.0 1.2.0.1
    1. suma -x -a Action=Download -a RqType=Fileset -a RqName=devices.msg.en_US.common.IBM.sni.ntbl -a RqLevel=1.2.0.1 -a DLTarget=/tmp/missing
    The download list contains one or more fixes known to cause a regression:
    U809929

    Download FAILED: OpenGL.OpenGL_X.adt.include.5.3.0.60.bff
    Download FAILED: Java14.source.1.4.2.150.bff
    Download FAILED: Java14.sdk.1.4.2.150.bff
    Download FAILED: ICU4C.rte.5.3.0.60.bff
    Download FAILED: ICU4C.rte.5.3.0.0.bff
    Download FAILED: PEX_PHIGS.dev.pci.14101c02.5.3.0.60.bff
    Download FAILED: OpenGL.OpenGL_X.tools.debugger.5.3.0.60.bff
    Download FAILED: OpenGL.OpenGL_X.rte.soft.5.3.0.61.bff
    Download FAILED: PEX_PHIGS.dev.pci.14101b02.5.3.0.60.bff
    Download FAILED: OpenGL.OpenGL_X.rte.base.5.3.0.61.bff
    Download FAILED: PEX_PHIGS.dev.pci.14103c00.5.3.0.60.bff
    Download FAILED: PEX_PHIGS.dev.pci.14108e00.5.3.0.60.bff
    Download FAILED: PEX_PHIGS.dev.pci.14106e01.5.3.0.60.bff
    cut
    cut


  • 7.  Re: rsct.* 4.7 updates

    Posted Thu February 14, 2008 07:14 AM

    Originally posted by: grukrz1


    re-rent for better view:

    # oslevel -rl 5300-07
    Fileset Actual Level Recommended ML
    <hr />
    devices.msg.en_US.common.IBM.sni.ntbl 1.2.0.0 1.2.0.1
    #

    # suma -x -a Action=Download -a RqType=Fileset -a RqName=devices.msg.en_US.common.IBM.sni.ntbl -a RqLevel=1.2.0.1 -a DLTarget=/tmp/missing
    The download list contains one or more fixes known to cause a regression:
    U809929

    Download FAILED: OpenGL.OpenGL_X.adt.include.5.3.0.60.bff
    Download FAILED: Java14.source.1.4.2.150.bff
    Download FAILED: Java14.sdk.1.4.2.150.bff
    Download FAILED: ICU4C.rte.5.3.0.60.bff
    Download FAILED: ICU4C.rte.5.3.0.0.bff
    cut (about 95lines)---


  • 8.  Re: rsct.* 4.7 updates

    Posted Thu February 14, 2008 07:40 AM

    Originally posted by: tony.evans


    Your host has no internet connection, or your proxy config is wrong.

    Try turning on more detailed messages.

    suma -c -a SCREEN_VERBOSE=LVL_VERBOSE


  • 9.  Re: rsct.* 4.7 updates

    Posted Thu February 14, 2008 06:54 AM

    Originally posted by: grukrz1


    ok, I found it.


  • 10.  Re: rsct.* 4.7 updates

    Posted Mon February 11, 2008 05:12 PM

    Originally posted by: Julie_Craft


    Fix Central will also be updated very soon to allow search and download of rsct fileset updates.
    This was a hole in the initial change to only download groups (TLs or SPs) because rsct updates
    are not shipped with service packs.

    Julie


  • 11.  Re: rsct.* 4.7 updates

    Posted Tue February 12, 2008 05:28 AM

    Originally posted by: grukrz1


    I have modified an URL I found for HACMP updates - replaced "latest hacmp" with rsct in the URL and got some results:

    http://www-912.ibm.com/eserver/support/fixes/fixcentral/psearch?release=53&searchtype=apar&searchstring=rsct&performaction=search
    I hope the search/compare option will back soon on fixcentral as it was before.


  • 12.  Re: rsct.* 4.7 updates

    Posted Wed June 18, 2008 03:39 PM

    Originally posted by: SystemAdmin


    Anyone have problems downloading a SINGLE fileset using suma? I'm using the following syntax to no avail :

    suma -x -a Action=Download -a RqType=Fileset -a RqName=printers.canlbp-A404PS.rte -a RqLevel=5.3.0.40 -a PreCoreqs=n -a Ifreqs=n -a ResolvePE=Never -a DLTarget=/usr/sys/inst.images/missing -a FilterSysFile=/tmp/lslpp_filter.txt

    This downloads a bunch of additional filesets I don't need.