<?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 version when installed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764452#M753718</link>
    <description>Thanks guy both answers are correct.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Jul 2002 06:31:47 GMT</pubDate>
    <dc:creator>Susanto Hartono</dc:creator>
    <dc:date>2002-07-16T06:31:47Z</dc:date>
    <item>
      <title>HPUX version when installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764449#M753715</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;does anybody know how to find out when the O/s system was installed in a HPUX machine &lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 16 Jul 2002 06:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764449#M753715</guid>
      <dc:creator>Susanto Hartono</dc:creator>
      <dc:date>2002-07-16T06:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX version when installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764450#M753716</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you've created an ignite tape (make_tape_recovery) you just run this command, it will give you this information in the first section, as well as some other useful information.&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/print_manifest |more&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;~Michael~</description>
      <pubDate>Tue, 16 Jul 2002 06:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764450#M753716</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-07-16T06:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX version when installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764451#M753717</link>
      <description>you can have a clue by looking at files in /stand. For Instance bootconf, lost+found, kernrel which are on my systems the date of installation. However I can imagine that a major patch will update these files.&lt;BR /&gt;&lt;BR /&gt;The links in / are on my system made on the installationdate (/bin -&amp;gt; /usr/bin, /lib -&amp;gt; /usr/lib). The same for the /usr filesystem.&lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;Donald</description>
      <pubDate>Tue, 16 Jul 2002 06:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764451#M753717</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2002-07-16T06:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX version when installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764452#M753718</link>
      <description>Thanks guy both answers are correct.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 06:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764452#M753718</guid>
      <dc:creator>Susanto Hartono</dc:creator>
      <dc:date>2002-07-16T06:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX version when installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764453#M753719</link>
      <description>Here's another way using swlist.&lt;BR /&gt;The operating system is made up of several filesets which any subset of these filesets can be updated by reinstalling, by patch or by installing related software products. This makes it difficult to look at one fileset to determine the installation date of the operating system. &lt;BR /&gt;&lt;BR /&gt;By looking at the output from this command, you can establish when the operating system was installed.  Look for the earliest date which is normally the date most often recorded:&lt;BR /&gt;# swlist -l fileset -a date &amp;gt;/tmp/check_date &lt;BR /&gt;&lt;BR /&gt;Compare this to the dates you might have gathered from other methods mentioned in this thread and you can confirm the date.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Cheryl Griffin</description>
      <pubDate>Tue, 16 Jul 2002 10:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764453#M753719</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2002-07-16T10:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX version when installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764454#M753720</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I use:&lt;BR /&gt;&lt;BR /&gt;# swlist -l fileset -a date|grep -i os-core&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 16 Jul 2002 10:10:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-version-when-installed/m-p/2764454#M753720</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-16T10:10:10Z</dc:date>
    </item>
  </channel>
</rss>

