<?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 HP command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435564#M768341</link>
    <description>What command is used to know if a patch has been installed on a system or not. If I want to know that "phk_8693" has been installed on the machine. How I would verify that?</description>
    <pubDate>Tue, 08 Aug 2000 22:46:19 GMT</pubDate>
    <dc:creator>Saleem H. Kazmi</dc:creator>
    <dc:date>2000-08-08T22:46:19Z</dc:date>
    <item>
      <title>HP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435564#M768341</link>
      <description>What command is used to know if a patch has been installed on a system or not. If I want to know that "phk_8693" has been installed on the machine. How I would verify that?</description>
      <pubDate>Tue, 08 Aug 2000 22:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435564#M768341</guid>
      <dc:creator>Saleem H. Kazmi</dc:creator>
      <dc:date>2000-08-08T22:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: HP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435565#M768342</link>
      <description>use the swlist command - you can do a man on swlist;&lt;BR /&gt;&lt;BR /&gt;# swlist -v | grep -i PHKL_????&lt;BR /&gt;&lt;BR /&gt; or do a man on swverify</description>
      <pubDate>Tue, 08 Aug 2000 23:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435565#M768342</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-08T23:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435566#M768343</link>
      <description>you can use swlist command to list all the softwares installed on the system.&lt;BR /&gt;swlist -l fileset -a state would list all the file sets including the patches and their state. installed/configured. For a proper installation the state should be configured.&lt;BR /&gt;&lt;BR /&gt;you can grep the output to a patch which ever you need.&lt;BR /&gt;/usr/sbin/swlist -l fileset -a state |grep -i phkl_8693&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Aug 2000 23:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435566#M768343</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2000-08-08T23:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: HP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435567#M768344</link>
      <description>You can use the swlist command:&lt;BR /&gt;# swlist PHKL_8693</description>
      <pubDate>Wed, 09 Aug 2000 08:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435567#M768344</guid>
      <dc:creator>Christian Haug</dc:creator>
      <dc:date>2000-08-09T08:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: HP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435568#M768345</link>
      <description>My personal favorite is:&lt;BR /&gt;swlist -l fileset PHKL_86*&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 09 Aug 2000 11:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435568#M768345</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-08-09T11:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: HP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435569#M768346</link>
      <description>As previously stated, swlist -l product | grep PH... would tell you that the patch has been installed.&lt;BR /&gt;&lt;BR /&gt;Do swlist -l fileset -a state and look for configured in the last column. This will tell you that the patch has been properly configured after the installation.</description>
      <pubDate>Wed, 09 Aug 2000 12:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435569#M768346</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-09T12:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: HP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435570#M768347</link>
      <description>swlist PHKL_8693&lt;BR /&gt;or for state information&lt;BR /&gt;swlist -l fileset -a state PHSS_9397&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Aug 2000 14:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435570#M768347</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2000-08-11T14:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: HP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435571#M768348</link>
      <description>I have found that swverify seems to give a more exhaustive indications as to if a patch is insalled or not and how well....&lt;BR /&gt;&lt;BR /&gt;# swverify phkl_8693&lt;BR /&gt;&lt;BR /&gt;should do the trick&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Aug 2000 17:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-command/m-p/2435571#M768348</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-11T17:22:09Z</dc:date>
    </item>
  </channel>
</rss>

