Solaris 10 Kernel Patch Versions
Solaris 11 is public available and the IPS package management is setting new standards in Solaris administration and version management. Everyone who develops software for this platform will want to make sure that the application users are using the optimal Solaris 11 infrastructure. The Oracle binary guarantee warrants that an application will work on any Solaris 11 release no matter which minor revision the kernel has. It's however a reasonable idea to ask a user to be at same minimum patch level you qualified your application on. Which Solaris OS am I working on? There are a number of ways to distinguish Solaris 10 systems from OpenSolaris or Solaris 11 Express systems. One way is to parse the file /etc/release: root@solaris:~# more /etc/release Oracle Solaris 11 11/11 X86 Copyright (c) 1983, 2011, Oracle and/or its affiliates.
All rights reserved. Assembled 18 October 2011 It states that this is a Solaris 11 system being released 11/11. It means it got released in November 2011 by Oracle.
This is the final Solaris 11. Download Adobe Pdf Ppd For Quark. The version to build professional, long lasting software against. Another option is the uname command: root@solaris:~# uname -r 5.11 It'll let you know that you're working on a SunOS 5.11 platform.
This is Solaris 11, or may be Solaris 11 Express, or may be Open Solaris. It's not very concise. The option -v makes things even more confusing: sschneid@solaris:~$ uname -v 11.0 You will know that you are on Solaris 11. Being on Solaris 11 is a kind of cool. Mitchell On Demand Estimator 5.7 Install Instructions more.
Oracle Solaris 10 1/13 Oracle Solaris 10 1/13 is the latest update to Oracle Solaris 10. It delivers support for next generation enterprise systems, including Oracle. What is the correct way to identify which version of. Product version. E.g., Solaris 10 update 9 will. 10 is actually Solaris 2.10, kernel version 5.
Solaris 10 Kernel PatchID Sequence By Gerry Haskins-Oracle on Apr 16, 2008. The 128548-02 patch allows earlier versions of the Solaris 8 Container product, called. Oracle Solaris 10 1/13 Oracle Solaris 10 1/13 is the latest update to Oracle Solaris 10. It delivers support for next generation enterprise systems, including Oracle.
Oracle improves this product over time and there will be most likely update releases and patch bundles (SRU) as we know them from Solaris 10. The above commands will allow only to figure out if this is a Solaris 11 and you can learn when it has been released.
This date is likely to correlate with the update releases. Which Solaris Patch Level am I working on? Solaris 11 isn't using anymore System V packages it uses the new IPS. IPS doesn't distinguish between packages and patches for packages.
It deals with packages and their revisions only. Patches happen to be packages with higher minor version numbers. Oracle is now pursuing a uniform approach. IPS allows to check the concise version number of a package with the command pkg info.
This allows to check the fine grained patch revision for any given package. The individual package granularity will be an overkill for most applications. Most applications will be happy to find a minimum Oracle patch level for the entire system. A check of the kernel package is all it takes. Most other packages of the OS will depend on the kernel revision. Oracle has a concept of making update revisions freely available through the OTN license. Patch bundles in between update release are available for customers as Support Repository Updates (SRU).