<?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: Command to use to display applied patches in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241137#M173676</link>
    <description>Dear John Carr,&lt;BR /&gt;&lt;BR /&gt;Thanks for clarifying that for me.  It's greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;Ginny</description>
    <pubDate>Wed, 07 Apr 2004 07:57:07 GMT</pubDate>
    <dc:creator>Ginny Merlino</dc:creator>
    <dc:date>2004-04-07T07:57:07Z</dc:date>
    <item>
      <title>Command to use to display applied patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241128#M173667</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We recently purchased two used L2000 machines.&lt;BR /&gt;We received them with HP 11.11 installed.  I would like to find out what patch level we are installed to.  Are there any commands that I could use to view this information?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Ginny Merlino&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Apr 2004 08:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241128#M173667</guid>
      <dc:creator>Ginny Merlino</dc:creator>
      <dc:date>2004-04-06T08:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Command to use to display applied patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241129#M173668</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;swlist will report what is installed on the box. If any patch bundles are installed you will see them.&lt;BR /&gt;&lt;BR /&gt;swlist -l fileset will report more details.&lt;BR /&gt;For other options see manpage.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 06 Apr 2004 08:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241129#M173668</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-04-06T08:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Command to use to display applied patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241130#M173669</link>
      <description>And if you want to know which patches touched a specific file:&lt;BR /&gt;&lt;BR /&gt; swlist -l file | grep &lt;FILE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FILE&gt;</description>
      <pubDate>Tue, 06 Apr 2004 08:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241130#M173669</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-04-06T08:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Command to use to display applied patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241131#M173670</link>
      <description>As the other guy has said the swlist option is your best tool. It has a lot of options like&lt;BR /&gt;&lt;BR /&gt;- swlist -l fileset -a state : It lists you the patches and its state&lt;BR /&gt;- swlist -l product : It lists you the products installed&lt;BR /&gt;- swlist -l bundle : It lists you the bundles (bunch of products ) installed</description>
      <pubDate>Tue, 06 Apr 2004 08:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241131#M173670</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2004-04-06T08:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Command to use to display applied patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241132#M173671</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;you can also run a patch assesment to see if the servers are patched to the HP recommended levels &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www5.itrc.hp.com/service/patch/assessSystemsPage.do?BC=patch.breadcrumb.main" target="_blank"&gt;http://www5.itrc.hp.com/service/patch/assessSystemsPage.do?BC=patch.breadcrumb.main&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Tue, 06 Apr 2004 08:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241132#M173671</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2004-04-06T08:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Command to use to display applied patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241133#M173672</link>
      <description>Thank you all for the information.&lt;BR /&gt;&lt;BR /&gt;John Carr,  You said there is a way to run a patch assessment.  How do I do that?&lt;BR /&gt;&lt;BR /&gt;Ginny</description>
      <pubDate>Tue, 06 Apr 2004 08:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241133#M173672</guid>
      <dc:creator>Ginny Merlino</dc:creator>
      <dc:date>2004-04-06T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Command to use to display applied patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241134#M173673</link>
      <description>Hi Ginny,&lt;BR /&gt;&lt;BR /&gt;Best way to list patches is:&lt;BR /&gt;&lt;BR /&gt;swlist -l patch &amp;gt; /tmp/patches.out&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 06 Apr 2004 10:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241134#M173673</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-04-06T10:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Command to use to display applied patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241135#M173674</link>
      <description>Hi Ginny,&lt;BR /&gt;&lt;BR /&gt;For the patch assesment tool in US try this link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/wrap.do?pageKey=patch.html.propatch" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/wrap.do?pageKey=patch.html.propatch&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 06 Apr 2004 10:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241135#M173674</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-04-06T10:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Command to use to display applied patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241136#M173675</link>
      <description>Ginny&lt;BR /&gt;&lt;BR /&gt;click on the provided thread it will take you to the hp upload patch site. here click on "upload new system information" this will take you to a 3 step process.&lt;BR /&gt;1 download to your server the scripts cpm_collect.sh step 2 run it as any user , this create a file about patches and system information the file will be called hostname.fs step three go back to the web page and upload the file. press the submit button and follow the options you will then get a list of recommended patches for your system. its all quite easy follow the directions on the web site.&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Wed, 07 Apr 2004 07:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241136#M173675</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2004-04-07T07:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Command to use to display applied patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241137#M173676</link>
      <description>Dear John Carr,&lt;BR /&gt;&lt;BR /&gt;Thanks for clarifying that for me.  It's greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;Ginny</description>
      <pubDate>Wed, 07 Apr 2004 07:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-use-to-display-applied-patches/m-p/3241137#M173676</guid>
      <dc:creator>Ginny Merlino</dc:creator>
      <dc:date>2004-04-07T07:57:07Z</dc:date>
    </item>
  </channel>
</rss>

