<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Finding the kernel version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012536#M128909</link>
    <description>The patch names (PHKL, etc) do indeed categorize the patches but this was an arbitrary decision made about 15 years ago and was not meant to truly categorize a patch. For instance, is a driver part of the kernel? Then many network patches probably belong to the kernel. And susbsystems may be independent of the kernel (like CDE and Xwindows) but DCE is a subsystem that critically depends on networking and kernel services.&lt;BR /&gt;&lt;BR /&gt;So the answer is not simple at all for HP-UX.</description>
    <pubDate>Tue, 01 Jul 2003 20:21:44 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2003-07-01T20:21:44Z</dc:date>
    <item>
      <title>Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012520#M128893</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;How do I find the Kernel Version on 11.11?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sonison James</description>
      <pubDate>Tue, 01 Jul 2003 17:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012520#M128893</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-07-01T17:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012521#M128894</link>
      <description>If you are trying to find what kernel patches are in the current you are running you can just use the command: what /stand/vmunix. If you want to know whether you are running 32-bit or 64-bit then you can use the command:&lt;BR /&gt;getconf KERNEL_BITS and it will return either 32 or 64.</description>
      <pubDate>Tue, 01 Jul 2003 17:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012521#M128894</guid>
      <dc:creator>William Wong_2</dc:creator>
      <dc:date>2003-07-01T17:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012522#M128895</link>
      <description>If you are trying to find what kernel patches are in the current you are running you can just use the command: what /stand/vmunix. If you want to know whether you are running 32-bit or 64-bit then you can use the command:&lt;BR /&gt;getconf KERNEL_BITS and it will return either 32 or 64.</description>
      <pubDate>Tue, 01 Jul 2003 17:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012522#M128895</guid>
      <dc:creator>William Wong_2</dc:creator>
      <dc:date>2003-07-01T17:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012523#M128896</link>
      <description>Try "what /stand/vmunix"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012523#M128896</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-01T17:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012524#M128897</link>
      <description>I enjoyed Pete's command a lot.&lt;BR /&gt;&lt;BR /&gt;The answer in my opinion is there is no kernel versioning number system in HP-UX.  Perhaps you are looking for something akin to Linux which has a nice easy to understand numbering system.&lt;BR /&gt;&lt;BR /&gt;There is the kernel that ships with the OS and then what we sysadmins have to do to it.  We have to patch it, we have to tune it, and what you end up with is quite unique, defying any numbering system.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 01 Jul 2003 17:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012524#M128897</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-01T17:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012525#M128898</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I wanted the kernel version, not installed patches. If this is present in the output from "what /stand/vmunix", could you please tell me how to interpret it.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sonison James</description>
      <pubDate>Tue, 01 Jul 2003 18:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012525#M128898</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-07-01T18:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012526#M128899</link>
      <description>The basic kernel version is found with uname -r but after that, only swlist will give you an idea of what is installed and patched. There are patch bundles such as HWE and QPK which can be seen with:&lt;BR /&gt;&lt;BR /&gt;swlist -l bundle&lt;BR /&gt;&lt;BR /&gt;but any individual patch can change the kernel and thus make the bundle revision somewhat out of date. If the kernel is always patched with the SupportPlus patch bundles, then the HWE and QPK revisions are representative of the kernel's version.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jul 2003 18:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012526#M128899</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-07-01T18:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012527#M128900</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You know from the uname that it's 11.11&lt;BR /&gt;as for the version you can only know the patch&lt;BR /&gt;level (pathces version for kernel)&lt;BR /&gt;what /stand/vmunix&lt;BR /&gt;shows the all patches that is with kernel.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Tue, 01 Jul 2003 18:11:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012527#M128900</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-01T18:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012528#M128901</link>
      <description>The kernel version is 11.11.  If you require further info on what changes have been made to this base kernel version, the command "what /stand/vmunix" will tell you all the patches that have made changes to the kernel.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jul 2003 18:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012528#M128901</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-01T18:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012529#M128902</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thanks Steven and Bill for the information. I think that for now I'll do with uname -r.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sonison James</description>
      <pubDate>Tue, 01 Jul 2003 18:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012529#M128902</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-07-01T18:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012530#M128903</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Is the information returned by swlist -l bundle the same as the "Service Pack" equivalent for HP-UX?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sonison James</description>
      <pubDate>Tue, 01 Jul 2003 18:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012530#M128903</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-07-01T18:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012531#M128904</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;Yes, you could liken the "bundle" to a "service pack".  However, please reread Bill Hassell's comments above.  Too, it is quite usual to install a SupportPlus bundles, such as the Qualtity Pack (QPK) for 11.0 and *exclude* selected patches because of last minute warning issued against them.  The 'swlist -l bundle' still shows the description for the bundle as originally created by HP despite that fact that it is now only a subset.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 01 Jul 2003 18:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012531#M128904</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-01T18:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012532#M128905</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;Yes, you could liken the "bundle" to a "service pack".  However, please reread Bill Hassell's comments above.  Too, it is quite usual to install a SupportPlus bundles, such as the Qualtity Pack (QPK) for 11.0 and *exclude* selected patches because of last minute warning issued against them.  The 'swlist -l bundle' still shows the description for the bundle as originally created by HP despite that fact that it is now only a subset.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 01 Jul 2003 18:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012532#M128905</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-01T18:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012533#M128906</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;Yes, you could liken the "bundle" to a "service pack".  However, please reread Bill Hassell's comments above.  Too, it is quite usual to install a SupportPlus bundles, such as the Qualtity Pack (QPK) for 11.0 and *exclude* selected patches because of last minute warning issued against them.  The 'swlist -l bundle' still shows the description for the bundle as originally created by HP despite that fact that it is now only a subset.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 01 Jul 2003 18:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012533#M128906</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-01T18:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012534#M128907</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to determine the OS patches programmatically, however, swlist shows all patches. Is there some way to figure out which of these are OS specific patches?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sonison James&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jul 2003 18:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012534#M128907</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-07-01T18:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012535#M128908</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Patches can be categorized as follows:&lt;BR /&gt;&lt;BR /&gt;"PHKL" = Kernel fileset patches&lt;BR /&gt;"PHNE" = Network fileset patches&lt;BR /&gt;"PHCO" = Command fileset patches&lt;BR /&gt;"PHSS" = SubSystem fileset patches&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 01 Jul 2003 19:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012535#M128908</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-01T19:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012536#M128909</link>
      <description>The patch names (PHKL, etc) do indeed categorize the patches but this was an arbitrary decision made about 15 years ago and was not meant to truly categorize a patch. For instance, is a driver part of the kernel? Then many network patches probably belong to the kernel. And susbsystems may be independent of the kernel (like CDE and Xwindows) but DCE is a subsystem that critically depends on networking and kernel services.&lt;BR /&gt;&lt;BR /&gt;So the answer is not simple at all for HP-UX.</description>
      <pubDate>Tue, 01 Jul 2003 20:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-kernel-version/m-p/3012536#M128909</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-07-01T20:21:44Z</dc:date>
    </item>
  </channel>
</rss>

