Smpatch vs Sun Update Connection

What does Sun Update Connection offer that I
can't get by just using the 'smpatch' tool on Solaris?
Besides telling Sun all about my machine and its
configuration?
There are no screen shots or lists of specific concrete
features on the web site. It's all very abstract, and I
don't have time to download and install it just to figure out
what it is.
--chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

I shouldn't have said "are no screen shots etc" I should have
said "I can't find any...".
Also, I should have compared Update Connection with
"Sun Update Manager" GUI client. That's what I use
now to download and install patches.
Will the Update Connection client give me something different?
Or are these just two competing products from Sun that
do the same thing?
(By the way maybe this should be a FAQ)
--chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Welcome to the Sun Update Connection forum.

    Welcome to the Sun Update Connection forum. Sun Update Connection services lets you analyze and update your systems and stay up to date from anywhere-while providing easy access to patches and software updates. The Sun Update Connection, System Edition incorporates a number of exciting features. These features* include access to all Solaris 10 software updates (security fixes, device drivers, recommended updates and feature updates) through the following update mechanisms:
    � Sun[sm] Update Manager � A client-side application with a graphical user interface (GUI) and command-line interface (CLI) for locally managing updates on your system
    � Sun[sm] Update Connection - Sun-hosted Web application for remotely managing updates on one or more of your systems
    � Update Connection Proxy - A local caching proxy server which serves updates from Sun to the client systems that are inside your enterprise security domain. (requires use of Sun Update Manager.)
    � SunSolve Patch & Updates Portal - A venue for downloading patches and obtaining patch readme's
    For more information about these tools, please see the following documentation:
    - Sun Update Manager 1.0 Administration Guide
    - Sun Update Connection 1.0 Administration Guide
    - smpatch(1M) man page
    - patchsvr(1M) man page
    - Sun Update Connection, System Edition 1.0 Preview
    Release: Installation Guide and Release Notes
    * Please note that in the future, some features will require a valid Sun Service Plan. Please see the "Get Started" Page for more information.
    http://www.sun.com/updateconnection/getstarted
    You can also access a Frequently Asked Questions (FAQ) document from the Sun Update Connection services web application by clicking Help or directly at
    http://www.sun.com/service/sunupdate/faq.html
    And of course, you can post questions here on the Sun Update Connection forum and we will do our best to respond.
    Happy updating,
    Sun Update Connection Offering Team

    .

  • Sun Update Connection Certificate Update - Install by 23-Feb-2006

    Important Notice: Sun Update Connection has updated the certificates we use to secure our communication channels. To ensure continued service, you will need to apply a special software update before February 23, 2006.
    The specific patch IDs are:
    122231-01 (Solaris SPARC) - http://sunsolve.sun.com/search/document.do?assetkey=1-21-122231-01-1
    122232-01 (Solaris x86/x64) - http://sunsolve.sun.com/search/document.do?assetkey=1-21-122232-01-1
    After February 23 you can use the following command on your managed systems
    to install the appropriate patch to enable management at the Sun Update Connection
    application:
    smpatch update -i 122231-01 (for SPARC clients)
    smpatch update -i 122232-01 (for x86 clients)

    Solved it. Solution is to move all of the patches into /var/spool/pkg and run patchadd on each one in there (in the right order).

  • How Sun Update Connection Proxy really works

    Hi,
    Apolgies if this question is in the FAQ, but the FAQ link in the header text of this forum gives me a 404.
    I've been trawling the docs on Sun Update Connection Proxy and trying to understand how it works with regards caching. The docs are quite detailed in how to set it up, for example how to point to a proxy using http://<proxy-name>:3816 etc., and how to install patchsvr and how to start it.
    What seems to be missing from the manuals IMHO (and this all might become blatantly obvious once I've been using it a while) is any details on how the smpatch update process works end-to-end through a proxy, e.g. I know how to change the cache location using the patchsvr command but how and when is anything stored in that location? What are all the files and directories that reside under /var/sadm/spool, and how many of these relate to a proxy (LPS) server?
    Is smpatch supposed to clear out the .jar files in there or do I need to set up a job to do that regularly?
    Hope someone can point me in the right direction.

    Inside /var/sadm/spool there are several directories, I won't describe all of them, but for most purposes this should be enough:
    Client:
    /var/sadm/spool/cache/Database - stores patchsets (current2, etc)
    /var/sadm/spool/cache/xml - stores the MoTD files
    /var/sadm/spool/cache/entitlement - stores the entitlement file (note this is generated by the server on each request)
    /var/sadm/spool/cache/updatemanager/analysis.results - if you have the swupAuto cron job, this directory is used to hold analysis to speed up UM launch
    /var/sadm/spool/cache/ReadMe - holds the patch readme's (mostly for use with UM)
    /var/sadm/spool/cache/collection - holds a file containing information about available patchsets
    /var/sadm/spool/cache/category - holds a file describing the types of patches (currently Update Tools, Security, Recommended, and Generic)
    /var/sadm/spool/sunucLog - holds job_history.log
    Proxy:
    /var/sadm/spool/patchsvr - this holds all files required for analysis and patches with URL-encoded filenames, the files used to be stored in a more hierarchical directory structure, but this changed a few patch revisions ago.
    As for cleaning, in general it is safe to delete all files under /var/sadm/spool/cache/ as all of the patches are stored at /var/sadm/spool/ and most other files should be replaced on a regular basis automatically, however you may want to remove all of the patches too once you have completed your patching sessions - this is not done automatically. On the proxy you might not want to be so thorough - you would normally want to keep the patches (or at least keep the most recent ones - 180 days in this example):
    # cd /var/sadm/spool/patchsvr
    # ls | grep -v all_signed | xargs rm
    # find /var/sadm/spool/patchsvr/ -mtime +180 -exec rm {} \;Does this answer your questions, or do you need further explanation?

  • Smpatch and Sun Update Manager BROKEN - Solaris 10 Sparc

    Since the installation of patch 121118-12, smpatch and Sun Update Manager (SUM) 1.0.9 are completely broken for myself and many, many other Solaris 10 users. Numerous significant bugs are listed in the release notes for the client:
    http://www.sun.com/bigadmin/features/hub_articles/sc_update_rn.jsp
    smpatch analyze and download seems to work, but the system completely hangs on smpatch update, every time. During the hang, smpatch/SUM-related processes are duplicated. This is not mentioned in the release notes.
    Here is the results of "ps -ef | grep patch" when smpatch update hangs upon patch install:
    username 1365 1 0 18:39:38 ? 0:10 /usr/bin/java -jar /usr/lib/patch/swupna.jar
    root 2305 2275 0 18:48:05 ? 0:00 /usr/bin/java -Djava.library.path=/usr/lib/cc-ccr/lib com.sun.patchpro.cli.Patc
    root 2270 2261 0 18:45:34 ? 0:00 smpatch update -i 120222-18 -i 119115-28 -i 119090-24 -i 120099-08 -C patchpro.
    username 1061 1055 0 18:33:40 ? 2:34 /usr/bin/java -client -jar /usr/lib/patch/swupdate.jar
    root 1072 1061 0 18:33:57 ? 0:00 sh -c /usr/lib/patch/csm
    root 1073 1072 0 18:34:01 ? 0:00 /usr/lib/patch/csm
    root 2261 1073 0 18:45:33 ? 0:00 smpatch update -i 120222-18 -i 119115-28 -i 119090-24 -i 120099-08 -C patchpro.
    root 2275 2266 0 18:45:34 ? 1:20 /usr/bin/java -Djava.library.path=/usr/lib/cc-ccr/lib com.sun.patchpro.cli.Patc
    Note the duplicated smpatch and java processes. This is a networked, stand-alone system. Killing the secondary smpatch and java -Djava.lib... processes stops the hang, but always results in installation failure for at least one patch.
    Other than "killing hung processes and retry" as given in the release notes (bogus), what are good workarounds for the smpatch bug(s), which have severely impacted my system? When will Sun release a new SUM client? The current version is completely hosed.

    Thank you VERY much for your reply. I really appreciate your help.
    Yes, smpatch works fine without patch 121118-12 installed (121118-10 is now my current smpatch level).
    Here are the results of showrev -p:
    Patch: 118367-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118371-07 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 118373-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118872-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118918-22 Obsoletes: 116781-02, 121473-01, 121476-01, 121478-01, 121282-02, 121284-02, 121292-01, 121786-01, 119012-03, 123444-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWcar, SUNWcakr, SUNWhea, SUNWcslr, SUNWmdb, SUNWmdbr
    Patch: 119042-10 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsd, SUNWtnamr, SUNWkrbr, SUNWtnetr, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWgssc, SUNWpmr, SUNWnisr, SUNWzoner, SUNWmdr, SUNWbsr, SUNWatfsr, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWnfssr, SUNWntpr, SUNWpiclr, SUNWftpr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsshdr
    Patch: 119573-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119574-02 Obsoletes: 119267-01 Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119578-30 Obsoletes: 119330-01, 119331-01, 119559-01, 119576-01, 120635-02, 122396-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWckr, SUNWhea, SUNWfmd, SUNWarc
    Patch: 119824-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120044-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120050-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120062-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWloc
    Patch: 120128-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu6
    Patch: 120618-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120737-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120816-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWesu, SUNWxcu4
    Patch: 120830-05 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWtoo, SUNWxcu4, SUNWxcu6
    Patch: 120845-03 Obsoletes: 121905-01, 123354-03 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWhea
    Patch: 120988-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121002-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121012-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121132-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121215-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121288-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121296-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121406-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121901-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122032-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122183-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122412-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122513-02 Obsoletes: 122328-01 Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123015-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123017-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123194-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123319-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123322-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123326-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu4
    Patch: 123328-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu4, SUNWxcu6
    Patch: 123520-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu4
    Patch: 124325-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121453-02 Obsoletes: 120776-03, 121086-02, 119107-07 Requires: 119574-02, 119254-06 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv, SUNWcsmauth, SUNWppror, SUNWpprou, SUNWupdatemgrr, SUNWupdatemgru, SUNWswupcl, SUNWccccfg, SUNWccfwctrl, SUNWppro-plugin-sunos-base
    Patch: 118833-33 Obsoletes: 118822-30, 118348-01, 118868-01, 120996-02, 121298-01, 119712-04, 119852-03, 119943-01, 119984-03, 120052-03, 120196-02, 121000-05, 117170-01, 117461-08, 118370-04, 118375-07, 118852-07, 118874-02, 118911-01, 118913-02, 118927-02, 118996-04, 119216-02, 119218-02, 119374-13, 119444-03, 119557-09, 119568-02, 119569-02, 119572-01, 119596-03, 119681-08, 119687-02, 119689-08, 119715-10, 119828-05, 119939-01, 119941-03, 119992-02, 119994-01, 119996-01, 120009-01, 120030-03, 120034-01, 120054-02, 120083-01, 120251-02, 120254-03, 120258-02, 120300-01, 120362-02, 120627-01, 121237-01, 121266-01, 121268-01, 121276-03, 121280-01, 121301-02, 121777-01, 121784-01, 121788-02, 121790-01, 121792-01, 121794-02, 121796-01, 121798-01, 121800-01, 121802-01, 121804-01, 121806-01, 121808-01, 121810-01, 121812-01, 121814-01, 121816-01, 121818-01, 121820-01, 121822-01, 121824-01, 121826-01, 121832-01, 121834-01, 121836-01, 121838-01, 121840-01, 121842-01, 121844-01, 121846-01, 121848-01, 121850-01, 121852-01, 121854-01, 121894-01, 122079-01, 122081-01, 122176-01, 122235-01, 122237-02, 122241-01, 122242-01, 122243-01, 122294-01, 122296-01, 122298-01, 122302-01, 122304-01, 122306-01, 122314-01, 122316-01, 122318-01, 122320-01, 122322-01, 122324-01, 122334-01, 122336-01, 122338-01, 122339-01, 122342-01, 122344-01, 122346-01, 122348-01, 122350-01, 122644-01, 120661-04, 121694-01, 118346-05, 118812-03, 118857-01, 118920-02, 119562-01, 119571-01, 119587-01, 120467-05, 121782-01, 123950-02, 118915-01, 119560-02, 119561-03, 119333-01, 119582-04, 122333-01, 122364-01, 122366-01, 122368-01, 122370-01, 122372-01, 122374-01, 122378-01, 122380-01, 122382-01, 122384-01, 122386-01, 122392-01, 119850-22, 119982-05, 120036-07, 120253-03, 120664-01, 120844-01, 121236-02, 121693-03, 122027-08, 122215-01, 122253-01, 122388-01, 122406-01, 122523-03, 122539-06, 122650-02, 122750-01, 123302-01, 123320-01, 123352-05, 123524-01, 122394-01, 122519-01, 122652-04, 123336-01, 120198-05, 121302-01, 122195-03, 122648-02, 122856-03, 123066-01, 123304-02, 123442-02, 123522-01, 123914-02, 123952-01, 124282-01, 118548-01, 118550-04, 119719-01, 119205-03, 119207-02, 119564-01, 119215-02, 119334-02, 119566-01, 119831-01, 119682-02, 118859-01, 118992-03, 119858-02, 120197-01, 118850-03, 119589-03, 118551-03, 118835-04, 118846-02, 118923-04, 119075-14, 119577-01, 119683-02, 119832-02, 119945-02, 119951-01, 119949-02, 119983-01, 119990-01, 120017-02, 120302-01, 120304-05, 119947-02, 120066-01, 118553-04, 119591-03, 119979-01, 120537-05, 120013-02, 120471-02, 124206-02 Requires: 118918-13, 119254-14, 119578-15, 119578-24 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWesu, SUNWkrbr, SUNWkrbu, SUNWtoo, SUNWib, SUNWipoib, SUNWtavor, SUNWudapltu, SUNWudapltr, SUNWudfr, SUNWaudd, SUNWusb, SUNWusbs, SUNWuedg, SUNWugen, SUNWuksp, SUNWopenssl-libraries, SUNWwbsup, SUNWuprl, SUNWusbu, SUNWvolr, SUNWnfsckr, SUNWnfscr, SUNWnfscu, SUNWvolu, SUNWrcmdc, SUNWscpu, SUNWxcu4, SUNWxge, SUNWxcu6, SUNWsmapi, SUNWnisu, SUNWmdr, SUNWmdu, SUNWcpr, SUNWhea, SUNWpiclu, SUNWses, SUNWssad, SUNWcslr, SUNWnfssu, SUNWintgige, SUNWipfh, SUNWipfr, SUNWipfu, SUNWcpcu, SUNWmdb, SUNWmdbr, SUNW1394, SUNWbtool, SUNWarc, SUNWarcr, SUNWkey, SUNWatfsr, SUNWatfsu, SUNWaudh, SUNWbart, SUNWmddr, SUNWsacom, SUNWpcu, SUNWppm, SUNWpsu, SUNWdfbh, SUNWnfsskr, SUNWnfssr, SUNWdtrc, SUNWdtrp, SUNWopenssl-commands, SUNWscplp, SUNWpd, SUNWpdu, SUNWpl5v, SUNWftdur, SUNWqos, SUNWroute, SUNWrpcib, SUNWsbp2, SUNWscsa1394, SUNWsndmr, SUNWsndmu
    Patch: 119986-03 Obsoletes: Requires: 122176-01, 118833-12 Incompatibles: Packages: SUNWcsu
    Patch: 120986-08 Obsoletes: 121008-02, 121274-01, 121414-01, 123932-02 Requires: 118822-24, 118833-25, 119374-09 Incompatibles: Packages: SUNWcsu
    Patch: 122172-06 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsu, SUNWcsr
    Patch: 122174-03 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsu
    Patch: 122521-01 Obsoletes: 121856-01 Requires: 118833-04 Incompatibles: Packages: SUNWcsu
    Patch: 123334-04 Obsoletes: Requires: 118833-18 Incompatibles: Packages: SUNWcsu
    Patch: 122660-07 Obsoletes: 122658-04, 122662-05, 123418-02, 123420-02, 123422-03 Requires: 124204-01, 122640-02, 121133-02, 118833-33, 120900-04, 118731-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWzoneu
    Patch: 124997-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122032-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118833-36 Obsoletes: 118822-30, 118348-01, 118868-01, 120996-02, 121298-01, 119712-04, 119852-03, 119943-01, 119984-03, 120052-03, 120196-02, 121000-05, 117170-01, 117461-08, 118370-04, 118375-07, 118852-07, 118874-02, 118911-01, 118913-02, 118927-02, 118996-04, 119216-02, 119218-02, 119374-13, 119444-03, 119557-09, 119568-02, 119569-02, 119572-01, 119596-03, 119681-08, 119687-02, 119689-08, 119715-10, 119828-05, 119939-01, 119941-03, 119992-02, 119994-01, 119996-01, 120009-01, 120030-03, 120034-01, 120054-02, 120083-01, 120251-02, 120254-03, 120258-02, 120300-01, 120362-02, 120627-01, 121237-01, 121266-01, 121268-01, 121276-03, 121280-01, 121301-02, 121777-01, 121784-01, 121788-02, 121790-01, 121792-01, 121794-02, 121796-01, 121798-01, 121800-01, 121802-01, 121804-01, 121806-01, 121808-01, 121810-01, 121812-01, 121814-01, 121816-01, 121818-01, 121820-01, 121822-01, 121824-01, 121826-01, 121832-01, 121834-01, 121836-01, 121838-01, 121840-01, 121842-01, 121844-01, 121846-01, 121848-01, 121850-01, 121852-01, 121854-01, 121894-01, 122079-01, 122081-01, 122176-01, 122235-01, 122237-02, 122241-01, 122242-01, 122243-01, 122294-01, 122296-01, 122298-01, 122302-01, 122304-01, 122306-01, 122314-01, 122316-01, 122318-01, 122320-01, 122322-01, 122324-01, 122334-01, 122336-01, 122338-01, 122339-01, 122342-01, 122344-01, 122346-01, 122348-01, 122350-01, 122644-01, 120661-04, 121694-01, 118346-05, 118812-03, 118857-01, 118920-02, 119562-01, 119571-01, 119587-01, 120467-05, 121782-01, 123950-02, 118915-01, 119560-02, 119561-03, 119333-01, 119582-04, 122333-01, 122364-01, 122366-01, 122368-01, 122370-01, 122372-01, 122374-01, 122378-01, 122380-01, 122382-01, 122384-01, 122386-01, 122392-01, 119850-22, 119982-05, 120036-07, 120253-03, 120664-01, 120844-01, 121236-02, 121693-03, 122027-08, 122215-01, 122253-01, 122388-01, 122406-01, 122523-03, 122539-06, 122650-02, 122750-01, 123302-01, 123320-01, 123352-05, 123524-01, 122394-01, 122519-01, 122652-04, 123336-01, 120198-05, 121302-01, 122195-03, 122648-02, 122856-03, 123066-01, 123304-02, 123442-02, 123522-01, 123914-02, 123952-01, 124282-01, 118548-01, 118550-04, 119719-01, 119205-03, 119207-02, 119564-01, 119215-02, 119334-02, 119566-01, 119831-01, 119682-02, 118859-01, 118992-03, 119858-02, 120197-01, 118850-03, 119589-03, 118551-03, 118835-04, 118846-02, 118923-04, 119075-14, 119577-01, 119683-02, 119832-02, 119945-02, 119951-01, 119949-02, 119983-01, 119990-01, 120017-02, 120302-01, 120304-05, 119947-02, 120066-01, 118553-04, 119591-03, 119979-01, 120537-05, 120013-02, 120471-02, 124206-02, 118870-02, 123348-04, 122410-01 Requires: 118918-13, 119254-14, 119042-09, 119578-30 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWesu, SUNWkrbr, SUNWkrbu, SUNWtoo, SUNWib, SUNWipoib, SUNWtavor, SUNWudapltu, SUNWudapltr, SUNWudfr, SUNWaudd, SUNWusb, SUNWusbs, SUNWuedg, SUNWugen, SUNWuksp, SUNWopenssl-libraries, SUNWwbsup, SUNWuprl, SUNWusbu, SUNWvolr, SUNWnfsckr, SUNWnfscr, SUNWnfscu, SUNWvolu, SUNWrcmdc, SUNWscpu, SUNWxcu4, SUNWxge, SUNWxcu6, SUNWsmapi, SUNWnisu, SUNWmdr, SUNWmdu, SUNWcpr, SUNWhea, SUNWpiclu, SUNWses, SUNWssad, SUNWcslr, SUNWnfssu, SUNWintgige, SUNWipfh, SUNWipfr, SUNWipfu, SUNWcpcu, SUNWmdb, SUNWmdbr, SUNW1394, SUNWbtool, SUNWarc, SUNWarcr, SUNWkey, SUNWatfsr, SUNWatfsu, SUNWaudh, SUNWbart, SUNWmddr, SUNWsacom, SUNWpcu, SUNWppm, SUNWpsu, SUNWdfbh, SUNWnfsskr, SUNWnfssr, SUNWdtrc, SUNWdtrp, SUNWopenssl-commands, SUNWscplp, SUNWpd, SUNWpdu, SUNWpl5v, SUNWftdur, SUNWqos, SUNWroute, SUNWrpcib, SUNWsbp2, SUNWscsa1394, SUNWsndmr, SUNWsndmu
    Patch: 124922-02 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcsu, SUNWcslr
    Patch: 118918-24 Obsoletes: 116781-02, 119012-03, 121282-02, 121284-02, 121292-01, 121473-01, 121476-01, 121478-01, 121786-01, 123444-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWcar, SUNWcakr, SUNWhea, SUNWcslr, SUNWmdb, SUNWmdbr
    Patch: 124244-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu4
    Patch: 122032-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118371-08 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 118371-09 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 120845-04 Obsoletes: 121905-01, 123354-03 Requires: 118833-25 Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWhea
    Patch: 124918-02 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcsu
    Patch: 124250-03 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcsu, SUNWckr, SUNWhea
    Patch: 125100-04 Obsoletes: 119998-02, 122513-02, 123441-05, 123916-05, 124916-03, 125018-02, 125028-02 Requires: 118833-36, 119042-09, 121901-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWcpr, SUNWhea, SUNWssad, SUNWcpcu, SUNWmdb, SUNWmdbr
    Patch: 122660-08 Obsoletes: 122658-04, 122662-05, 123418-02, 123420-02, 123422-03 Requires: 118731-01, 118833-33, 120900-04, 121133-02, 122640-02, 124204-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWzoneu
    Patch: 124922-03 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWckr, SUNWtoo, SUNWhea, SUNWcslr, SUNWbtool, SUNWarcr
    Patch: 125100-05 Obsoletes: 119998-02, 122513-02, 123441-05, 123916-05, 124916-03, 125018-02, 125028-02 Requires: 118833-36, 119042-09, 119578-30, 121901-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWcpr, SUNWhea, SUNWssad, SUNWcpcu, SUNWmdb, SUNWmdbr
    Patch: 118371-10 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 120845-05 Obsoletes: 121905-01, 123354-03 Requires: 118833-25 Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWhea
    Patch: 121901-02 Obsoletes: Requires: 119042-09 Incompatibles: Packages: SUNWcsu
    Patch: 125100-06 Obsoletes: 119998-02, 122328-01, 122513-02, 123441-05, 123916-05, 124916-03, 125018-02, 125028-02 Requires: 118833-36, 119042-09, 119578-30, 120629-06, 121901-01, 124327-04 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWcpr, SUNWhea, SUNWssad, SUNWcpcu, SUNWmdb, SUNWmdbr
    Patch: 123334-05 Obsoletes: Requires: 118833-18 Incompatibles: Packages: SUNWcsu
    Patch: 120050-06 Obsoletes: 124208-01 Requires: 118833-25 Incompatibles: Packages: SUNWcsu, SUNWhea
    Patch: 125100-07 Obsoletes: 119998-02, 122328-01, 122513-02, 123441-05, 123916-05, 124916-03, 125018-02, 125028-02 Requires: 118833-36, 119042-09, 119578-30, 120629-06, 121901-01, 124327-04 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWcpr, SUNWhea, SUNWssad, SUNWcpcu, SUNWmdb, SUNWmdbr
    Patch: 122660-09 Obsoletes: 122658-04, 122662-05, 123418-02, 123420-02, 123422-03 Requires: 118731-01, 118833-33, 120900-04, 121133-02, 122640-02, 124204-01 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWzoneu
    Patch: 125100-08 Obsoletes: 119336-01, 119586-02, 119998-02, 122328-01, 122513-02, 123441-05, 123916-05, 124916-03, 125018-02, 125028-02, 125792-01 Requires: 118833-36, 119042-09, 119578-30, 120629-06, 121901-01, 124327-04 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcar, SUNWcakr, SUNWcsd, SUNWib, SUNWtavor, SUNWudapltu, SUNWudapltr, SUNWcpr, SUNWhea, SUNWssad, SUNWcpcu, SUNWmdb, SUNWmdbr, SUNWdtrp
    Patch: 121288-03 Obsoletes: 123017-01 Requires: 118833-36 Incompatibles: Packages: SUNWcsu, SUNWhea, SUNWcslr, SUNWarcr
    Patch: 119593-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 119685-09 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWmdb
    Patch: 120900-04 Obsoletes: 121266-01 Requires: Incompatibles: Packages: SUNWcsr, SUNWzoneu, SUNWdtrc
    Patch: 120990-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121004-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121133-02 Obsoletes: 121333-03 Requires: 120900-04 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 121561-04 Obsoletes: Requires: 119042-02 Incompatibles: Packages: SUNWcsr
    Patch: 122637-01 Obsoletes: Requires: 120900-04 Incompatibles: Packages: SUNWcsr
    Patch: 123910-01 Obsoletes: 123954-01 Requires: Incompatibles: Packages: SUNWcsr
    Patch: 123911-01 Obsoletes: 123356-02 Requires: Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWhea, SUNWcslr
    Patch: 123916-03 Obsoletes: 123441-05 Requires: Incompatibles: Packages: SUNWcsr, SUNWcar, SUNWcakr, SUNWcsd
    Patch: 121474-01 Obsoletes: Requires: 118822-29 Incompatibles: Packages: SUNWcsr
    Patch: 122640-05 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsr, SUNWzfskr, SUNWzfsr, SUNWzfsu
    Patch: 123912-02 Obsoletes: 123424-02 Requires: 118833-25 Incompatibles: Packages: SUNWcsr, SUNWesu
    Patch: 122646-01 Obsoletes: Requires: 122662-01, 121133-01 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 119077-10 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib
    Patch: 119079-13 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcsd, SUNWtnamr, SUNWkrbr, SUNWtnetr, SUNWtavor, SUNWusb, SUNWuedg, SUNWugen, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWgssc, SUNWpmr, SUNWnisr, SUNWzoner, SUNWmdr, SUNWbsr, SUNWus, SUNWintgige, SUNWllcr, SUNWatfsr, SUNWsacom, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWnfssr, SUNWntpr, SUNWpiclr, SUNWftpr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsndmu, SUNWsshdr
    Patch: 121061-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121778-12 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib, SUNWaudd, SUNWusb, SUNWugen, SUNWvolr, SUNWvolu, SUNWzoneu, SUNWses, SUNWssad, SUNWintgige, SUNWfmd, SUNWpd
    Patch: 121780-11 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib, SUNWusb, SUNWvolr, SUNWssad, SUNWsndmr
    Patch: 123258-11 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib, SUNWusb, SUNWssad, SUNWintgige, SUNWsacom, SUNWsndmr
    Patch: 123259-12 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcar, SUNWcsd, SUNWtnamr, SUNWkrbr, SUNWtnetr, SUNWib, SUNWtavor, SUNWaudd, SUNWusb, SUNWuedg, SUNWugen, SUNWuksp, SUNWuprl, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWvolu, SUNWgssc, SUNWpmr, SUNWxge, SUNWnisr, SUNWzoner, SUNWmdr, SUNWpoolr, SUNWzoneu, SUNWses, SUNWssad, SUNWbsr, SUNWus, SUNWintgige, SUNWfmd, SUNWllcr, SUNWatfsr, SUNWauda, SUNWsacom, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWnfssr, SUNWntpr, SUNWpd, SUNWpiclr, SUNWftpr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsndmu, SUNWsshdr
    Patch: 123910-03 Obsoletes: 123954-01 Requires: 119042-09, 121901-01 Incompatibles: Packages: SUNWcsr
    Patch: 120473-03 Obsoletes: 123356-02, 123911-01 Requires: 118833-36 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWhea, SUNWcslr
    Patch: 120473-05 Obsoletes: 117463-05, 118890-03, 119985-02, 121278-01, 121294-01, 122535-01, 123330-01, 123350-01, 123356-02, 123911-01, 124204-04 Requires: 118833-36, 122640-05, 123839-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWkvm, SUNWtecla, SUNWpl5u, SUNWperl584core, SUNWperl584usr, SUNWopenssl-libraries, SUNWvolu, SUNWaudit, SUNWscpu, SUNWzfskr, SUNWzfsr, SUNWsmapi, SUNWzfsu, SUNWhea, SUNWcslr, SUNWdmgtu, SUNWfmd, SUNWarc, SUNWarcr, SUNWdtrc, SUNWsndmu, SUNWsra
    Patch: 120473-06 Obsoletes: 117463-05, 118890-03, 119985-02, 121278-01, 121294-01, 122535-01, 123330-01, 123350-01, 123356-02, 123911-01, 124204-04 Requires: 118833-36, 122640-05, 123839-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWkvm, SUNWtecla, SUNWpl5u, SUNWperl584core, SUNWperl584usr, SUNWopenssl-libraries, SUNWvolu, SUNWaudit, SUNWscpu, SUNWzfskr, SUNWzfsr, SUNWsmapi, SUNWzfsu, SUNWhea, SUNWcslr, SUNWdmgtu, SUNWfmd, SUNWarc, SUNWarcr, SUNWdtrc, SUNWsndmu, SUNWsra
    Patch: 120629-06 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWpoolr, SUNWpool
    Patch: 124327-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 120629-08 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcsr, SUNWpoolr, SUNWpool
    Patch: 120473-08 Obsoletes: 117463-05, 118890-03, 119985-02, 121278-01, 121294-01, 122535-01, 123330-01, 123350-01, 123356-02, 123911-01, 124204-04 Requires: 118833-36, 122640-05, 123839-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWkvm, SUNWtecla, SUNWpl5u, SUNWperl584core, SUNWperl584usr, SUNWopenssl-libraries, SUNWvolu, SUNWaudit, SUNWscpu, SUNWzfskr, SUNWzfsr, SUNWsmapi, SUNWzfsu, SUNWhea, SUNWcslr, SUNWdmgtu, SUNWfmd, SUNWarc, SUNWarcr, SUNWdtrc, SUNWsndmu, SUNWsra
    Patch: 120473-09 Obsoletes: 117463-05, 118890-03, 119985-02, 120469-07, 121278-01, 121294-01, 122535-01, 123330-01, 123350-01, 123356-02, 123911-01, 124204-04 Requires: 118833-36, 122640-05, 123839-01 Incompatibles: Packages: SUNWcsr, SUNWcsl, SUNWkvm, SUNWtecla, SUNWpl5u, SUNWperl584core, SUNWperl584usr, SUNWkrbu, SUNWopenssl-libraries, SUNWvolu, SUNWaudit, SUNWscpu, SUNWzfskr, SUNWzfsr, SUNWsmapi, SUNWzfsu, SUNWhea, SUNWcslr, SUNWdmgtu, SUNWfmd, SUNWarc, SUNWarcr, SUNWdtrc, SUNWsndmu, SUNWsra
    Patch: 117463-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 118564-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWcslr
    Patch: 120889-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWapct
    Patch: 120984-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 121130-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 121921-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWcslr
    Patch: 122408-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 123330-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 123362-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 123915-01 Obsoletes: 123712-01 Requires: Incompatibles: Packages: SUNWcsl, SUNWkvm
    Patch: 118870-02 Obsoletes: 123348-04 Requires: 118833-25 Incompatibles: Packages: SUNWcsl, SUNWnisu
    Patch: 122754-01 Obsoletes: Requires: 118833-09 Incompatibles: Packages: SUNWcsl, SUNWpl5u, SUNWperl584core, SUNWhea
    Patch: 117463-05 Obsoletes: 123330-01 Requires: 118833-36 Incompatibles: Packages: SUNWcsl, SUNWcslr, SUNWarc
    Patch: 125465-01 Obsoletes: Requires: 118918-24 Incompatibles: Packages: SUNWcsl
    Patch: 125465-02 Obsoletes: Requires: 118918-24 Incompatibles: Packages: SUNWcsl, SUNWckr, SUNWcakr
    Patch: 118842-01 Obsoletes: Requires: Incompatibles: Packages: SUNWckr
    Patch: 120048-03 Obsoletes: Requires: Incompatibles: Packages: SUNWckr, SUNWhea, SUNWfss
    Patch: 120311-02 Obsoletes: Requires: Incompatibles: Packages: SUNWckr, SUNWusb
    Patch: 123249-02 Obsoletes: Requires: Incompatibles: Packages: SUNWckr
    Patch: 123271-01 Obsoletes: Requires: Incompatibles: Packages: SUNWckr, SUNWhea
    Patch: 121337-01 Obsoletes: Requires: 118822-23 Incompatibles: Packages: SUNWckr
    Patch: 119998-02 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWckr, SUNWhea, SUNWmdb, SUNWmdbr
    Patch: 123836-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWckr
    Patch: 125020-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWckr
    Patch: 125116-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWckr
    Patch: 124258-05 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWckr, SUNWnfsckr
    Patch: 119070-04 Obsoletes: Requires: Incompatibles: Packages: SUNWkvm, SUNWhea
    Patch: 121557-01 Obsoletes: Requires: Incompatibles: Packages: SUNWkvm, SUNWpiclu
    Patch: 121558-01 Obsoletes: Requires: Incompatibles: Packages: SUNWkvm
    Patch: 121559-01 Obsoletes: Requires: Incompatibles: Packages: SUNWkvm
    Patch: 122515-01 Obsoletes: 122390-01 Requires: Incompatibles: Packages: SUNWkvm
    Patch: 119981-09 Obsoletes: Requires: 118822-23 Incompatibles: Packages: SUNWkvm, SUNWcar, SUNWcakr, SUNWhea, SUNWpiclu
    Patch: 125042-02 Obsoletes: 119981-09, 124990-01 Requires: 118822-23, 118833-36 Incompatibles: Packages: SUNWkvm, SUNWcar, SUNWcakr, SUNWhea, SUNWpiclu
    Patch: 121556-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcar, SUNWcakr
    Patch: 122255-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcar
    Patch: 122517-03 Obsoletes: 122356-01 Requires: 118833-04 Incompatibles: Packages: SUNWcar, SUNWcakr, SUNWhea
    Patch: 118557-07 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 118814-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 119570-01 Obsoletes: 119217-02 Requires: Incompatibles: Packages: SUNWcakr
    Patch: 120056-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 120195-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 120815-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 123301-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 122525-03 Obsoletes: 122358-01 Requires: 118833-04 Incompatibles: Packages: SUNWcakr, SUNWhea
    Patch: 118557-08 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 125424-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcakr
    Patch: 125319-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcakr
    Patch: 124999-01 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcakr
    Patch: 121229-02 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcakr, SUNWopenssl-libraries, SUNWopenssl-include
    Patch: 125319-02 Obsoletes: Requires: 118833-36 Incompatibles: Packages: SUNWcakr
    Patch: 118929-05 Obsoletes: Requires: 118822-15 Incompatibles: Packages: SUNWcsd
    Patch: 119985-02 Obsoletes: Requires: Incompatibles: Packages: SUNWpl5u, SUNWperl584core, SUNWperl584usr
    Patch: 123332-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtftp
    Patch: 119213-10 Obsoletes: Requires: Incompatibles: Packages: SUNWpr, SUNWtls, SUNWprd, SUNWtlsd, SUNWtlsu, SUNWjss
    Patch: 119213-11 Obsoletes: Requires: Incompatibles: Packages: SUNWpr, SUNWtls, SUNWprd, SUNWtlsd, SUNWtlsu, SUNWjss
    Patch: 119213-12 Obsoletes: Requires: Incompatibles: Packages: SUNWpr, SUNWtls, SUNWprd, SUNWtlsd, SUNWtlsu, SUNWjss
    Patch: 124393-02 Obsoletes: 123507-05 Requires: 119042-09, 121901-01, 122539-04 Incompatibles: Packages: SUNWdtdmr, SUNWdtbas, SUNWtltkm, SUNWdtdte, SUNWdtdmn, SUNWdtdst, SUNWdtma, SUNWdtlog
    Patch: 124141-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdmr, SUNWdtlog
    Patch: 124393-03 Obsoletes: 123507-05 Requires: 119042-09, 121901-01, 122539-04 Incompatibles: Packages: SUNWdtdmr, SUNWdtbas, SUNWtltkm, SUNWdtdte, SUNWdtdmn, SUNWdtdst, SUNWdtma, SUNWdtlog
    Patch: 124393-04 Obsoletes: 123507-05 Requires: 119042-09, 121901-01, 122539-04 Incompatibles: Packages: SUNWdtdmr, SUNWdtbas, SUNWtltkm, SUNWdtdte, SUNWdtdmn, SUNWdtdst, SUNWdtma, SUNWdtlog
    Patch: 119955-03 Obsoletes: Requires: Incompatibles: Packages: SUNWtltk
    Patch: 122064-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtltk
    Patch: 122239-01 Obsoletes: Requires: Incompatibles: Packages: SUNWperl584usr
    Patch: 118815-04 Obsoletes: 122034-01 Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
    Patch: 118824-01 Obsoletes: Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
    Patch: 118959-03 Obsoletes: Requires: Incompatibles: Packages: SUNWesu
    Patch: 118815-05 Obsoletes: 122034-01 Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
    Patch: 119963-07 Obsoletes: Requires: Incompatibles: Packages: SUNWlibC
    Patch: 119963-08 Obsoletes: Requires: Incompatibles: Packages: SUNWlibC
    Patch: 120753-02 Obsoletes: Requires: Incompatibles: Packages: SUNWlibmsr, SUNWlibm
    Patch: 120753-03 Obsoletes: Requires: Incompatibles: Packages: SUNWlibmsr, SUNWlibm
    Patch: 120753-05 Obsoletes: Requires: Incompatibles: Packages: SUNWlibmsr, SUNWlibm
    Patch: 120272-12 Obsoletes: Requires: 119042-09, 121901-01, 122539-05 Incompatibles: Packages: SUNWbzip, SUNWsmagt, SUNWsmcmd, SUNWsmmgr
    Patch: 119059-20 Obsoletes: 121868-04 Requires: Incompatibles: Packages: SUNWxwfnt, SUNWxwplt, SUNWxwopt, SUNWxwacx, SUNWxwman, SUNWxwinc, SUNWxwfs, SUNWxwsrv, SUNWxwxst
    Patch: 119059-21 Obsoletes: 121868-04 Requires: Incompatibles: Packages: SUNWxwfnt, SUNWxwplt, SUNWxwopt, SUNWxwacx, SUNWxwman, SUNWxwinc, SUNWxwfs, SUNWxwsrv, SUNWxwxst
    Patch: 119059-25 Obsoletes: 121868-04 Requires: Incompatibles: Packages: SUNWxwfnt, SUNWxwplt, SUNWxwopt, SUNWxwacx, SUNWxwman, SUNWxwinc, SUNWxwfs, SUNWxwpmn, SUNWxwsrv, SUNWxwxst
    Patch: 123611-02 Obsoletes: Requires: Incompatibles: Packages: SUNWxwrtl, SUNWxwplt, SUNWxwinc
    Patch: 125725-02 Obsoletes: Requires: Incompatibles: Packages: SUNWxwrtl, SUNWxwplt, SUNWxwinc, SUNWxwpmn
    Patch: 119063-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwplt
    Patch: 119280-08 Obsoletes: Requires: Incompatibles: Packages: SUNWmfrun, SUNWdtbas
    Patch: 119280-10 Obsoletes: Requires: 123611-01, 124206-02 Incompatibles: Packages: SUNWmfrun, SUNWdtbas
    Patch: 119280-11 Obsoletes: Requires: 123611-01, 124206-02 Incompatibles: Packages: SUNWmfrun, SUNWdtbas
    Patch: 121870-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwopt
    Patch

  • Managing patches with Sun Update Connection

    I have just started using updatemanager to download and install my patches and found some issues I would like to discuss.
    First, the patch that updates the software to version 1.0.3 (121119-03) was not available on updatemanager itself. I found it on the sunsolve site by accident.
    Second, from the 20 patches available for me to install, 19 failed. The ones that needed reboot "succeeded" but upon shutdown they failed one by one. Even though the failure reasons were ok, like there is a newer patch revision already installed, I think updatemanager could handle all this dependency and versioning thing automatically, and suppress these patches from the list of available patches or at least show them with different status.
    Third, I am not sure how to use Sun Update Connection on a systematic basis for keeping my system up to date. Should I install all patches available or not? I don't want to lose time reading all patch descriptions to find out which patches are necessary or not. Is there a straightforward way?
    Am I missing something or is updatemanager really just falling short of my expectations?
    -- Douglas

    To repeat a comment I made in another thread, I agree with datique on this. UM should have a way to say "ignore this patch, I don't want it and never want to see it again". Of course, it needs to keep track of any dependencies there may be later on down the road. The example I gave in the other thread involved the GigaSwift update being needed on my Blade 100 at home.
    This isn't meant as a gripe, but a suggestion. I realize that UM is a new tool, and many things like this need to be (are?) hammered out with community feedback.
    Rainer

  • Sun Update Connection Server Maintenance Notice 2005.12.22

    Synopsis: Sun Update Connection Service Maintenance
    Start Time: Thur 12 Dec 2005 8:00PM EST (20:00 GMT -5)
    End Time: Thur 12 Dec 2005 10:00PM EST (22:00 GMT -5)
    NOTICE AND END USER INSTRUCTIONS
    The Sun Update Connection will undergo a routine maintenance Thursday, 12/22. Customers connected to the the service during the maintenance may experience a disconnect. and will have to login again.
    CONTACTS
    If you have additional questions, please send an email to [email protected]

    Hi
    I am getting following error about every 15 mins since Jan 07, 2006 evening.
    Jan 7 21:50:41 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 22:11:40 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 22:31:36 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 22:50:29 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 23:11:24 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 23:31:38 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 23:50:41 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 8 00:11:57 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    I ran /opt/SUNWsrspx/bin/srspxrun -p and got SUCCESSFUL PING. I also ran this /opt/SUNWsrspx/bin/srspxstat and found nothing unusual.
    Any suggestion on how to fix it?
    Thanks

  • Sun Update Connection

    I have several hundred Solaris 10 boxes (with a current Sun support contract) on an internal (i.e. isolated from the Internet) network. I would like to set up a Sun Update Connection proxy for Solaris patches only. Is it possible to download (and periodically update) the files needed for the proxy server (patches, database, etc.) using a web browser by hand? Moving the proxy server between the Internet and the internal network is not possible.

    Thanks. The "Enterprise edition Sun Connection" is the same as "Sun Connection-Customer Satellite", correct? If so, am I also correct that, although the Solaris 10 Update Channel is included with my support contract, the Satellite software needs to be purchased separately?

  • Sun Update Connection install fails on Patch 119574-02

    Just finished installing Solaris 10 (3/05) on my brand new Sun Blade 1500. I then downloaded the latest version of Sun Update Connection, but the installer fails as follows:
    # ./installUpdateConnection
    Adding patch 119574-02
    Validating patches...
    Loading patches installed on the system...
    Done!
    Loading patches requested to install.
    Done!
    Checking patches that you specified for installation.
    Done!
    Approved patches will be installed in this order:
    119574-02
    Checking installed patches...
    Verifying sufficient filesystem capacity (dry run method)...
    Patch 119574-02 failed to install due to a failure produced by pkgadd.
    See /var/sadm/patch/119574-02/log for details
    Patchadd is terminating.The above log file reads as follow:
    # cat /var/sadm/patch/119574-02/log
    This appears to be an attempt to install the same architecture and
    version of a package which is already installed.  This installation
    will attempt to overwrite this package.
    /export/home/richard.cross/updateConnection/patches/119574-02/SUNWcsu/install/checkinstall: /export/home/richard.cross/updateConnection/patches/119574-02/SUNWcsu/install/checkinstall: cannot open
    pkgadd: ERROR: checkinstall script did not complete successfully
    Dryrun complete.
    No changes were made to the system.Where have I gone wrong? I haven't done anything to my system between installing Solaris 10 and downloading SUC, so why is it complaining about an existing patch?

    Solved it. Solution is to move all of the patches into /var/spool/pkg and run patchadd on each one in there (in the right order).

  • Sun Update Connection Client 1.0.8 now available

    The Sun Update Connection System client, version 1.0.8 is now available as
    software update 121118-08 (SPARC) or 121119-08 (x86). Version 1.0.8
    is the biggest update we have produced since the initial release of the Sun Update
    Connection and includes the following enhancements:
    o Sun Update Manager has a brand new user interface which includes a new
    look and icons, numerous usability improvements such as better progress
    reporting and the ability to print/save installed and available patch lists and
    patch README files.
    o Support for Solaris Live Upgrade so patches can be added to an inactive
    alternate boot environment.
    o The Solaris 10 SMF configuration framework is now used to trigger the
    installation of patches with special handling requirements (single user mode
    or restart-after required) which will improve compatibility and reliability.
    o The version 1.0.8 client uses a new Sun-hosted patch server that outsources
    content delivery to Akamai. This enables us to provide superior download
    performance to our customers worldwide.
    For a complete list of the defects corrected in this release please
    refer to the patch README file for this patch. Note also that this
    update includes fixes that were delivered in prior releases of the
    Sun Update Connection client software patch. By installing this update
    you may be getting fixes that were previously available but not present
    on your system.
    Sun Update Connection Hosted application has been refreshed to include
    numerous user interface adjustments and fixes that have been suggested by a
    customer focus group usability study. Although there are no new features,
    the usability of the product is substantially improved.
    Thank You,
    Sun Update Connection Team

    On the SunStudio Patches - I dont believe that this will be fully fixed since part of the problem is the patches themselves. I however do not have access to a SunStudio installed test system at present so I'd be interested to hear feedback from someone who has tried installing these through the SunUC 1.0.8 toolset
    Fonts - I believe that greater flexibility will be coming in future releases. Work on the Update Manager gui is still ongoing
    Patch server - Yes the SunUC proxy will use the new servers providing it has been upgarded to 1.0.8
    Sun4u patch - This is an issue with the patch metadata being incorrect and not the toolset.

  • Need to download Sun Update Connection - Enterprise

    Where would I download the Sun Update Connection - Enterprise 1.x .tgz file?

    You can download it using this https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=SunUCE-OTH-G-F@CDS-CDS_SMI ]
    In case you do not already have a license you will need to contact Sales. See http://www.sun.com/service/sunconnection/get.jsp for more information.

  • Sun Update Connection Service Maintenance - 9th September, 2006

    Sun Update Connection Maintenance Outage
    Date : 9th September 2006
    Start Time: 0700 EST, 1200 BST
    End Time : 0730 EST, 1230 BST
    Description of maintenance / outage:
    The Sun Update Connection will undergo a routine maintenance Saturday 9th September 2006 from 0700 EST to 0730 EST. The Sun Update Connection service will be unavailable during this maintenance.
    When the maintenance is complete, a notice will be posted on the Sun Update Connection announcement and FAQ forum at :
    http://forum.sun.com/jive/forum.jspa?forumID=335
    Thank You,
    Sun Update Connection Team

    Hi
    I am getting following error about every 15 mins since Jan 07, 2006 evening.
    Jan 7 21:50:41 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 22:11:40 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 22:31:36 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 22:50:29 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 23:11:24 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 23:31:38 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 7 23:50:41 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    Jan 8 00:11:57 jp-script SRS Proxy[3822]: [ID 728115 daemon.error] File upload failure: exceeded maximum retry count
    I ran /opt/SUNWsrspx/bin/srspxrun -p and got SUCCESSFUL PING. I also ran this /opt/SUNWsrspx/bin/srspxstat and found nothing unusual.
    Any suggestion on how to fix it?
    Thanks

  • Problems with sun update connection server ?

    recently I've been having problems with accessing the update connection web server.
    Can't get in with Firefox sometimes - get blank pages, or 401 error pages.
    Then today with IE, hitting the help page on the top right, I get:
    Sun ONE Application Server - HTTP Status 500 Error
    The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    Type: Exception Report
    Message: Internal Server Error
    Exception
    java.lang.RuntimeException: The icon attribute of an Icon component was set to MASTHEAD_MINI_IMAGE. The Theme does not contain an image of that name.
         at com.sun.web.ui.theme.Theme.getIcon(Theme.java:534)
         at com.sun.web.ui.renderer.SucPopupMastheadRenderer.renderEnd(SucPopupMastheadRenderer.java:114)
         at com.sun.web.ui.renderer.AbstractRenderer.encodeEnd(AbstractRenderer.java:235)
         at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:720)
         at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:623)
    ...

    The URL is correct and it works for us no problem. I don't believe anyone else has reported this problem so I guess it must be working for everyone else as well.
    Can you detail exactly what error you get, and what browser type/version you are using.
    Can you also see if you can access this URL: https://srsnetconnect3.sun.com

  • Sun Update Connection Proxy

    Hello all!
    I have a local Patchserver, configured like this:
    patchsrv setup -l
    Patch source URL: https://getupdates.sun.com/solaris/
    Cache Location: /var/sadm/spool/patchsvr
    Web proxy host name: ip-address-of-proxy
    Web proxy port number: port-of-proxy
    And a Patchmanager refering to it:
    smpatch get
    patchpro.backout.directory - ""
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source http://ip-address-of-patchserver:3816/solaris/ https://updateserver.sun.com/solaris/
    patchpro.patchset - patchdb
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user - ""
    patchpro.sun.passwd **** ****
    patchpro.sun.user - ""
    smpatch analyze produces the following:
    Cannot connect to retrieve detectors: Server returned HTTP response code: 500 for URL: http://ip-address-of-patchserver:3816/solaris/
    can anybody help me?
    Thanx in advance

    The problem is that whilst what Barry Greenberg originally published would have worked at the time (after the reader had gone to the trouble of correcting a few errors), the feature itself was broken shortly afterwards by a newer revision of the patch. As of this time the tools to develop custom baselines have not been and will not be created in the current form of Sun UC software.
    The feature to create custom is available in the Sun Connection (formerly Sun UCE, or Aduva) and may be a feature of smpatch/updatemanager in the future, but we are not in a position to be able to tell you as we at this time do not know.
    We have actually been campaigning to have this document removed or updated since the beginning of the year, originally due to the errors, but later as a result of major changes that completely broke the previously 'undocumented' feature. The page was meant to have been removed late yesterday in a maintenance push on the BigAdmin site, but as you are aware this has not happened.
    Please disregard the document.

  • Sun Update Connection Linux Support

    Hello,
    Can anyone tell me if the Sun Connection Satellite server has support for Redhat 5 ? And SuSE 10.2 ?
    We were wondering about this because we are testing some update products for our Linux/Solaris datacenter.
    Thanks for the info..

    I would assume that you are talking about the Enterprise release of Red Hat and not the original version 5.
    This information is avaliable at: http://www.sun.com/service/sunconnection/knowledge.jsp
    In both cases there is a channel available for these Operating Systems, and the server can also reside on either of these systems:
    http://www.sun.com/service/sunconnection/specs.jsp

Maybe you are looking for

  • Can't turn dma on [solved]

    Hi, I'm creating a new ext3 partition on a new disk, but I can't turn DMA on, I get the following error: [14:43][root@mouse256:~]$ hdparm -d1 /dev/hda2 /dev/hda2: setting using_dma to 1 (on) HDIO_SET_DMA failed: Invalid argument using_dma = 0 (off) I

  • Use Automator to filter out every third file?

    I have 4,500 images and I'd like to pull every third image and put them in a separate folder. The files are numbered, so I'd like to get 0003, 0006, 0009, ...etc. Any ideas? They are bracketed exposures for an HDR time lapse, so they have exposure bi

  • Cursor as an IN Parameter

    Hello, I want to know if is possible to have (and the way to do it) a Cursor as an IN parameter. For example to have a cursor for insert some of its fields in a table. I have tried using a REF CURSOR in a package but it only works for returning a cur

  • HP System Recovery DVD Unable to Complete Recovery

    Hello I am having trouble using the System Recovery DVDs on my HP Pavilion dm4-1065dx. My computer got a virus and I uninstalled Windows 7 and reinstalled it using a new copy I bought.  Currently my computer can run Windows 7 but it does not have any

  • IPhoto 9 won't save changes to file

    After i'm done editing a photo and click the done button, everything is fine if I view the photos inside iPhoto, BUT if I got to the actual location on my HDD where the file is being held, none of the changes have been applied. How can I force iPhoto