<?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: HPUX kernel version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793576#M941237</link>
    <description>A bare bones version of what you are asking&lt;BR /&gt;for would seem to be:&lt;BR /&gt;&lt;BR /&gt;#include &lt;SYS&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;        struct utsname u;&lt;BR /&gt;        uname(&amp;amp;u);&lt;BR /&gt;        printf("%s\n", u.release);&lt;BR /&gt;        exit(0);&lt;BR /&gt;}&lt;BR /&gt;&lt;/SYS&gt;</description>
    <pubDate>Sun, 01 Sep 2002 09:14:22 GMT</pubDate>
    <dc:creator>doug hosking</dc:creator>
    <dc:date>2002-09-01T09:14:22Z</dc:date>
    <item>
      <title>HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793566#M941227</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Is that possible to get kernel version of HPUX machine at runtime by using C/C++ code or API? If yes, how could we do it? Thanks.&lt;BR /&gt;&lt;BR /&gt;-ck</description>
      <pubDate>Mon, 26 Aug 2002 00:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793566#M941227</guid>
      <dc:creator>yck</dc:creator>
      <dc:date>2002-08-26T00:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793567#M941228</link>
      <description>man sysconf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 26 Aug 2002 01:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793567#M941228</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-26T01:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793568#M941229</link>
      <description>and man getconf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 26 Aug 2002 01:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793568#M941229</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-26T01:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793569#M941230</link>
      <description>There are 2 system calls that can be of use: uname() and sysconf. Man 2 sysconf and man 2 uname for details. You should be warned that you may be writing non-portable code.</description>
      <pubDate>Mon, 26 Aug 2002 01:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793569#M941230</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-26T01:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793570#M941231</link>
      <description>Clay, you can if/def it, right?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 26 Aug 2002 01:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793570#M941231</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-26T01:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793571#M941232</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Actually I'm trying to refer to sysconf, getconf but there is no parameter to let me get kernel version of a local HPUX machine. Do I miss out somethings?&lt;BR /&gt;&lt;BR /&gt;- ck</description>
      <pubDate>Mon, 26 Aug 2002 02:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793571#M941232</guid>
      <dc:creator>yck</dc:creator>
      <dc:date>2002-08-26T02:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793572#M941233</link>
      <description>How about using the &lt;BR /&gt;&lt;BR /&gt;uname -r&lt;BR /&gt;&lt;BR /&gt;THanks</description>
      <pubDate>Mon, 26 Aug 2002 02:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793572#M941233</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-26T02:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793573#M941234</link>
      <description>That is operating system version... Not kernel version.&lt;BR /&gt;&lt;BR /&gt;-ck</description>
      <pubDate>Mon, 26 Aug 2002 03:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793573#M941234</guid>
      <dc:creator>yck</dc:creator>
      <dc:date>2002-08-26T03:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793574#M941235</link>
      <description>Hi CK,&lt;BR /&gt;&lt;BR /&gt;# what /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;This gives lots of kernel related information.&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 26 Aug 2002 03:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793574#M941235</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-26T03:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793575#M941236</link>
      <description>However, I need to retrieve the kernel version of HPUX machine by using C/++ API.. &lt;BR /&gt;Could it be possible to do it?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;-ck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Aug 2002 04:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793575#M941236</guid>
      <dc:creator>yck</dc:creator>
      <dc:date>2002-08-26T04:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793576#M941237</link>
      <description>A bare bones version of what you are asking&lt;BR /&gt;for would seem to be:&lt;BR /&gt;&lt;BR /&gt;#include &lt;SYS&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;        struct utsname u;&lt;BR /&gt;        uname(&amp;amp;u);&lt;BR /&gt;        printf("%s\n", u.release);&lt;BR /&gt;        exit(0);&lt;BR /&gt;}&lt;BR /&gt;&lt;/SYS&gt;</description>
      <pubDate>Sun, 01 Sep 2002 09:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793576#M941237</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2002-09-01T09:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX kernel version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793577#M941238</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Sample of uname()&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://web.mit.edu/afs/dev/source/src-8.1/third/sysinfo/getosver.c" target="_blank"&gt;http://web.mit.edu/afs/dev/source/src-8.1/third/sysinfo/getosver.c&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;man pages:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.informatik.uni-frankfurt.de/doc/man/hpux/uname.2.html" target="_blank"&gt;http://www.informatik.uni-frankfurt.de/doc/man/hpux/uname.2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sun, 01 Sep 2002 11:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-kernel-version/m-p/2793577#M941238</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-09-01T11:40:19Z</dc:date>
    </item>
  </channel>
</rss>

