<?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 how to see the patch installed in the server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392072#M665462</link>
    <description>Hi all  can anyone say how to see the latest patch installed in the server&lt;BR /&gt; any command please..?</description>
    <pubDate>Wed, 01 Apr 2009 09:52:23 GMT</pubDate>
    <dc:creator>jeevanandham</dc:creator>
    <dc:date>2009-04-01T09:52:23Z</dc:date>
    <item>
      <title>how to see the patch installed in the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392072#M665462</link>
      <description>Hi all  can anyone say how to see the latest patch installed in the server&lt;BR /&gt; any command please..?</description>
      <pubDate>Wed, 01 Apr 2009 09:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392072#M665462</guid>
      <dc:creator>jeevanandham</dc:creator>
      <dc:date>2009-04-01T09:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to see the patch installed in the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392073#M665463</link>
      <description>Use swlist: &lt;BR /&gt;&lt;BR /&gt;swlist -l patch&lt;BR /&gt;&lt;BR /&gt;for the latest patch bundle:&lt;BR /&gt;swlist | grep -i QPK &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Wed, 01 Apr 2009 09:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392073#M665463</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-04-01T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to see the patch installed in the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392074#M665464</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#swlist -l bundle |grep -i patch&lt;BR /&gt;&lt;BR /&gt;will list the installed patch bundles</description>
      <pubDate>Wed, 01 Apr 2009 10:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392074#M665464</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-01T10:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to see the patch installed in the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392075#M665465</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If you know the required patch name then you can use below command.&lt;BR /&gt;&lt;BR /&gt;swlist patch | grep -i patch number&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Rock</description>
      <pubDate>Wed, 01 Apr 2009 10:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392075#M665465</guid>
      <dc:creator>ROCK_10</dc:creator>
      <dc:date>2009-04-01T10:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to see the patch installed in the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392076#M665466</link>
      <description>sorry i forgot to put -l option with swlist command</description>
      <pubDate>Wed, 01 Apr 2009 10:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392076#M665466</guid>
      <dc:creator>ROCK_10</dc:creator>
      <dc:date>2009-04-01T10:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to see the patch installed in the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392077#M665467</link>
      <description>Hello,&lt;BR /&gt;/usr/contrib/bin/show_patches&amp;gt;/tmp/patchs.txt</description>
      <pubDate>Thu, 02 Apr 2009 05:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392077#M665467</guid>
      <dc:creator>D.Blond</dc:creator>
      <dc:date>2009-04-02T05:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to see the patch installed in the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392078#M665468</link>
      <description>&lt;!--!*#--&gt;Nice tools:&lt;BR /&gt;&lt;BR /&gt; # show_patches -h&lt;BR /&gt;&lt;BR /&gt;Usage: show_patches [-a] [-s] [-l product|fileset]&lt;BR /&gt;&lt;BR /&gt;       -a : show information about active patches (default)&lt;BR /&gt;&lt;BR /&gt;       -s : show information about superseded patches&lt;BR /&gt;&lt;BR /&gt;       -l : display information for the patch at the&lt;BR /&gt;            product level (default) or fileset level&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# check_patches -h&lt;BR /&gt;&lt;BR /&gt;Usage: check_patches [-imopsv]&lt;BR /&gt;&lt;BR /&gt;      -i:  check for invalid patches&lt;BR /&gt;      -m:  check for missing filesets in active patches&lt;BR /&gt;      -o:  check checksum values for object modules&lt;BR /&gt;      -p:  check patch fileset patch_states&lt;BR /&gt;      -s:  check patch fileset states&lt;BR /&gt;      -v:  run swverify on all patch filesets&lt;BR /&gt;&lt;BR /&gt;      If no options are specified, all checks are performed.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2009 06:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392078#M665468</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-04-02T06:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to see the patch installed in the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392079#M665469</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;swlist -l patch&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 02 Apr 2009 06:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392079#M665469</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-04-02T06:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to see the patch installed in the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392080#M665470</link>
      <description>Hi Jeevanandham,&lt;BR /&gt;&lt;BR /&gt;You can check by taking nickel output&lt;BR /&gt;#cd /opt/contrib/bin&lt;BR /&gt;#./nickel&lt;BR /&gt;&lt;BR /&gt;Take nickel and check all installed softwrae and installed patches.&lt;BR /&gt;or&lt;BR /&gt;#swlist -l patch&lt;BR /&gt;&lt;BR /&gt;For details check man of swlist&lt;BR /&gt;#man swlist&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Sat, 04 Apr 2009 06:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-see-the-patch-installed-in-the-server/m-p/4392080#M665470</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-04-04T06:46:10Z</dc:date>
    </item>
  </channel>
</rss>

