Creating a patch for Solaris?

Hi -
My company has an application that we ship as a Solaris package - ie, it's installed with Solaris's pkgadd command. I'm trying to write a patch for that app and would like to package the patch in a format usable by Solaris' patchadd command. Anyone know if there is documentation available on how to do this?
Thanks,
mike

Hi Mike,
The section on "Patching Packages" in Chapter 6 of the "Application Package Developer's Guide" would be helpful.
Below is the link to the section for the Solaris 10 doc:
http://docs.sun.com/app/docs/doc/817-0406/6mg76sth4?l=en&a=view
Hope this is going to be useful for you.
Have fun.
Regards
S.T.

Similar Messages

  • Last kernel patch for Solaris 10 x86 screwed up my kernel

    Hi,
    The last kernel patch for Solaris 10 x86 (sorry I can�t remember the patch id, but the revision is 30), available from Sun Update Manager screwed up my system.
    The system is still booting but in maintenance mode: smf can't start because of repository corrupted. Given instructions to restore the repository does not work because / filesystem is mounted read-only...
    As I am not a solaris expert, I will reinstall it from CD. I hope I won't loose the filesystem.
    I was used to blindly trust Sun solaris patches, that was a mistake.
    Laurent.

    i dont know why but still i do get default log in into the single mode
    after startup
    Requesting maintenance mode
    (See /lib/svc/share/README for aditional information. )
    Root password for system maintenance (control-d to bypass):i did removed the patch installed before so now
    SunOS jorgito 5.10 Generic_118844-26 i86pc i386 i86pcand finaly i do have milestone like this
    bash-3.00$ svcprop restarter | grep mile
    options/milestone astring svc:/milestone/multi-user:default
    dont know what to do else, also tried to synchronize boot-archive from solaris failsafe ...

  • Smpatch and Recommended Patches for Solaris 10

    Hi,
    Is there any way to make smpatch only retrieve recommended patches for Solaris 10 ?
    I've seen several forum posts saying to use
    smpatch set patchpro.patchset=recommended
    but other posters indicate that this only works for Solaris 9 (additionally, it doesn't seem to work at all currently:
    Failure: Cannot connect to retrieve recommended.zip: Not Found )
    As far as I'm aware, Sun's patching policy is to apply the Recommended patches, as well as any that address specific issues you are having. This seems to contrast with the behaviour of smpatch which grabs all patches..

    Hi.
    Depending on your hardware, you can use the following in place of 'current' in patchpro.patchset to get recommended patches:
    sunu45 = Sun Ultra45/Ultra25 Recommended
    sftxk = Sun Fire T1000/T2000 Recommended
    sfv2x5 = Sun Fire V215/245 Recommended
    sfv445 = Sun Fire V445 Recommended
    Mod.

  • [Answered] List of patches for Solaris 10 SPARC 64 bit!

    Hi All,
    Installation document for 10g Release 2 (10.2) for Solaris Operating System (SPARC 64-Bit) does not mention anything about patches required on Solaris 10 (there is a list for Solaris 8 and 9).
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15690/pre_install.htm#sthref110
    Can I safely assume that the installation of Solaris 10 contains all the required patches in this case?
    Thanks,
    Edited by: Satish Kandi on Nov 19, 2008 10:21 AM

    Hi Satish,
    I did not have access to ORACLE metalink so could not able check the doc which you reffered. But Checked the ORACLE installation doc, I suppose that is the required patches for 8 and 9 which you have to make sure of on Solaris 10.
    Other wise wait and see for other inputs too.
    Hemanth might reply back some thing.
    - Pavan Kumar N

  • Latest patches  for solaris 10 - sparc & x86

    Hi,
    Pls any to help me.
    How can i know the latest patches is released by sun microsystem (solaris 10 - sparc & x86) ?
    Thanks in Advance

    Start here:
    http://sunsolve.sun.com/show.do?target=patches/patch-access
    and here:
    http://sunsolve.sun.com/show.do?target=patchpage
    You may need to sign up for a free SunSolve account.
    You can download README files that show all the latest patches for latest versions, view individual patch information, etc. You need a subscription to download the full patch clusters, but you can download individual patches for free if they are security/bug fixes.

  • Creating Disk Image for Solaris 8 Admin Pack

    Hi,
    When I download the zip files "Software CD Image" for Solaris 8 Admin Pack / Solstice AdminSuite 3.0 and "Documentation CD Image", I get a zip file containing the contents of an installation disk (ie files and directories) rather than ISO files for creating a disk.
    lf I then burn these to a CD (in either UDF or 9660 format) and try to install, it fails for various reasons, not least of which is the fact that the top level installation file does not have X permission. I know that I could copy these files to the Sun, change permission and run from there, but for various reasons I also need to be able to install from CD.
    Does anyone know either how to create a CD with the correct format / file permissions / etc, or alternatively where the correct ISO's can be retrieved?
    Thanks in advance.

    Partition before installing, then try it. Alternatively, use something like Carbon Copy Cloner or SuperDuper! to put a bootable backup/clone onto the partition. That gives you something that you can immediately verify. A disk image requires restoring before you can be assured that it's viable. I've beta-tested Panther through Snow Leopard and have never made a disk image, only clones. Finally, creating the disk image takes much more time to create than does the clone. Just my 2¢. BTW, the image is useless unless you can successfully restore it. I have no idea why it's not working for you.

  • Patches for Solaris 9 with incompatible Packages

    I have a Sun Sparc machine with Solaris 9 on it as oracle server. We added two patches (112233-11: SunOS 5.9:Kernel Patch and 111722-04: SunOS 5.9:MathLibrary(libm)patch). When I prepared the server for Oracle installation, I checked patch with command: $/usr/sbin/patchadd -p | grep <patch_number>. Then UNIX told me that these two patches have incompatible packages. 112233 got 12 incompatible packages and 111722 got 3 incompatible patches. My question is: does this incompatible packages affect Solaris 9 operation on the Sparc machine? How serious will it be? Thanks.

    The syntax of ldapclient changed in Solaris 9 (at least by 9 12/03). You now specify it like this:
    # ldapclient -v init -a profileName=cn=myProfile,ou=profile,dc=example,dc=comIf you're using Proxy Authentication add the following:
    -a proxyDN=cn=proxyagent,ou=profile,dc=example,dc=com -a proxyPassword=ClearTextPWYou should have been able to create a profile (storing it in the DIT) when you ran idsconfig. If you took the default name of "default" (cn=default,ou=profile,dc=example,dc=com) you might not even have to specify the profile name to ldapclient.
    To generate a new profile and store it in the DIT use:
    $ ldapclient -vgenprofile -a profileName=cn=myProfile,ou=profile,dc=example,dc=com -a defaultSearchBase=dc=example,dc=com ...With your various attributes for your profile as specified in ldapclient(1M).
    As for pam, you have to decide which you're going to use: pam_unix or pam_ldap. Note that the Solaris pam_ldap is very different from the PADL pam_ldap used under Linux and elsewhere (this makes it easy to find apparently conflicting advice).

  • Sun cluster patch for solaris 10 x86

    I have Solaris 10 6/06 installed on x4100 box with 2 node clustering using Sun Cluster 3.1 8/05. I just want to know is there any latest patches available for the OS to prevent cluster related bugs. what are they? My kernel patch is 118855-19.
    any inputs needed. let me know.

    Well, I would run S10 updatemanager and get the latest patches that way.
    Tim
    ---

  • 10.2.0.3 Patch for solaris SPARC

    Hi All,
    We have 10.2.0.1 database running on Solaris Sparc.We are planning to upgrade to 10.2.0.3 directly instead of upgrading to 10.2.0.2
    Do we have the patch 10.2.0.3 ready to dowload from the metalink..
    If so please give me the patch number..
    Thanks In Advance for the reply ASAP

    Have not seen any fixed dates regarding the release of the 10.2.0.3 patchset. Searching Metalink showed some forum answers that suggest sometime in December 2006.

  • Recommended patches for solaris 10

    I cant find the latest solaris 10 Recommended patches. I spending too much time looking for it.. without success
    does any one can send me the link were to get it.. Thank-you

    Hello,
    Latest recommended patches are available through Oracle Support. If you have a valid account/support contract, you can login to http://support.oracle.com goto the "Patches" tab, and perform the following search:
    Product: Solaris Operating System
    Release: Solaris 10 Operating System
    Description CONTAINS recommended
    Remember to check the "Exclude superseded patches" to exclude the old ones.
    HTH,
    Marco

  • TO ORACLE SUPPORT PEOPLE : Download 8.1.6.3 patch for Solaris and Windows NT

    i'm unable to find the link to download the patch to upgrade from 8.1.6.0 to 8.1.6.3 for both NT and Solaris.
    Please send me the link.
    I found this link with the oracle patch Matrix. Not sure whether the contents are the latest.
    http://otn.oracle.com/deploy/security/pdf/patch_avail.html
    Please treat this as urgent.
    Thanks,

    If you go to http://metalink.oracle.com, patches & updates is one of the options in the navigation bar.
    Justin

  • 11gR2 Pre-requisite patch for Solaris

    Hi,
    I am refering to
    Requirements for Installing Oracle 11gR2 RDBMS on Solaris 10 SPARC [ID 964976.1]
    So that i can upgrade my database from 10g to 11g for R12 application.
    But i have one question.
    The patch 124861-15 is a must for Oracle applications right???
    As this patch delivers related files for XDK.
    If yes, how can i download and install 124861-15
    Thanks

    Hi Again;
    Requirements for Installing Oracle 11gR2 RDBMS on Solaris 10 SPARC [ID 964976.1]
    But i have one question.
    The patch 124861-15 is a must for Oracle applications right???What # /usr/sbin/patchadd -p | grep 124861-15 return?
    >
    If yes, how can i download and install 124861-15Please see:
    11gR2 installation on Solaris failed with prereuisite 124861-15
    11gR2 installation on Solaris failed with prereuisite 124861-15
    Regard
    Helios

  • How to create ISO images for Solaris 10 U6 (10/08) SPARC CD 1 and DVD

    The format of the bootable DVD and CD 1 of Solaris 10 U6 sparc has changed from previous Solaris 10 update's sparc media, it now seems to be more like the x86 format, can anyone provide the new/specific mkisofs command to use to recreate (modified version) a sparc bootable ISO image file of these from their "unloaded" directory paths, I'm guessing the mkisofs command is going to be similiar what's used for recreating Solaris 10 x86 DVD and CD1.

    Alan,
    Thanks for info, when I try this mkisofs command to recreate the Sol 10 U6 CD 1 ISO image I end up 16 KB short of the original downloaded ISO size of Sol 10 U6 CD 1, the generated ISO image when burn to CD doesn't boot, I tried using both mkisofs version that comes with Sol 10 U6 & version *2.01.01a53*, here's the test I did:
    mount Sol 10 U6 CD 1 as /mnt (CD 1 burned from downloaded ISO from Sun that is *512904 KB* in size)
    mkisofs -G /mnt/boot/hsfs.bootblock -B ... -l -ldots -R -N -D -V SOL_10_1008_SPARC -o test.iso /mnt
    Genereated ISO image file test.iso is *512888 KB* in size and doesn't boot when burned to CD with error messages:
    Can't read disk label.
    Can't open disk label package
    ERROR: boot-read fail
    Any ideas?
    --Scott                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • DST patch for Solaris 8

    can't install the new patch 109809-06
    the system replies that the patch already exists.
    verifying the installed patch is 109809-01
    my guess is that they both are the same although the revision is different.
    what can we do for DST on March 11
    this will affect the calendar and the cronjobs running
    I need work around very quickly
    Sue

    Then you're asking in the wrong place, Sue.

  • What is the correct Patch for Oracle 11gR1 to be at Oracle 11.1.0.7 Solaris

    What is the difference between the following types of patches for Solaris 10.0.9 64 bit? to be at 11.1.0.7 on Solaris 64bit OS version 10/9 ?
    * RDBMS Server
    * Oracle Database Family

    Can't make it easy, for you shall then forget that easily.
    To start with, you may try to understand the difference between
    1) a patch and a patchset.
    2) different flavours of patch - one-off, CPU, PSU
    then the answer for your question shall be as clear as water (not the one from the oil sands tailing :) )
    Good luck.
    Cheers.

Maybe you are looking for

  • JLable components not being displayed in the panel of the applet

    I am having the problem with the display of the JLabel components in the Panel component of the Applet. The JLabel components do not appear in the Panel of the applet unless i minimize or maximize the applet.

  • Install Windows 8.1 in other HDD

    Hi guys. I have an iMac Late 2013 --> i7 / 16Gb / 3Tb FusionDrive / GeForce GTX 780. first, erase FuisionDrive because I want to control what thing move to SSD or HDD I don´t want OSX decide for me. Delete CoreStorage and install new OSX by USB Maver

  • Batched Some Videos To m2v... Where are they?

    Ok, this is a strange one for me.  Well, I guess so or I wouldn't be posting.  So I batched about 85 videos using Compressor 3.5.3 in four different batches and sent them to four different folders on the same external drive.  They all report "Success

  • Lync response group stops after a while with receiving incomming calls

    Hi Folks,  We have a strange issue with the response groups of Lync.  It seems that the response group randomly stops working, what means that the users can't receive their call trough the response groups.  Only the response group call(s) don't work,

  • Java 5 - Mobile Application Image Display

    I have just found the world of Java, having used VB for a while. How do I get a mobile application to display an image on the splash screen, I have created the screen and added an image but cannot get the system to pick the file to display?