<?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: patch verifiaction in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872215#M398951</link>
    <description>Hi Lawrenzo,&lt;BR /&gt;&lt;BR /&gt;Bundles and depots can be confusing. For ex., simply running 'swcopy' over multiple patches to put them together in a depot does not make them a depot. Though you can be able to install them in one shot, they will be installed as individual patches/products not part of a bundle.&lt;BR /&gt;&lt;BR /&gt;In order for you to make them bundled (after you swcopied them), you will need to use 'make_bundles' command that comes with ignite. In that case, you can list the bundle by simply using&lt;BR /&gt;&lt;BR /&gt;swlist patch_2004&lt;BR /&gt;&lt;BR /&gt;Otherwise, you will have to list each patch.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 24 Nov 2004 11:53:15 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-11-24T11:53:15Z</dc:date>
    <item>
      <title>patch verifiaction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872212#M398948</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a patch depot which we use to update all servers each year: ie patch_2004 is the current bundle.&lt;BR /&gt;&lt;BR /&gt;How can I tell if patch_2004 bundle has been installed on a server?&lt;BR /&gt;&lt;BR /&gt;TY</description>
      <pubDate>Wed, 24 Nov 2004 11:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872212#M398948</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2004-11-24T11:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: patch verifiaction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872213#M398949</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; #swlist -R should list all the softwares and patches installed in the system.&lt;BR /&gt;&lt;BR /&gt; #swlist -d &lt;DEPOT name=""&gt; will list the patches in the bundle.&lt;BR /&gt;&lt;BR /&gt; I think you must be looking for&lt;BR /&gt;&lt;BR /&gt; #swlist -R |grep -i &lt;PATCH name=""&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul&lt;/PATCH&gt;&lt;/DEPOT&gt;</description>
      <pubDate>Wed, 24 Nov 2004 11:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872213#M398949</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2004-11-24T11:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: patch verifiaction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872214#M398950</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;do&lt;BR /&gt;&lt;BR /&gt;swlist -l bundle&lt;BR /&gt;&lt;BR /&gt;You can grep for the bundle you are interseted in. If you find it, it is installed, else it is not.&lt;BR /&gt;&lt;BR /&gt;in this case,&lt;BR /&gt;&lt;BR /&gt;swlist -l bunle |grep -i patch&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2004 11:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872214#M398950</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-11-24T11:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: patch verifiaction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872215#M398951</link>
      <description>Hi Lawrenzo,&lt;BR /&gt;&lt;BR /&gt;Bundles and depots can be confusing. For ex., simply running 'swcopy' over multiple patches to put them together in a depot does not make them a depot. Though you can be able to install them in one shot, they will be installed as individual patches/products not part of a bundle.&lt;BR /&gt;&lt;BR /&gt;In order for you to make them bundled (after you swcopied them), you will need to use 'make_bundles' command that comes with ignite. In that case, you can list the bundle by simply using&lt;BR /&gt;&lt;BR /&gt;swlist patch_2004&lt;BR /&gt;&lt;BR /&gt;Otherwise, you will have to list each patch.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 24 Nov 2004 11:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872215#M398951</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-24T11:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: patch verifiaction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872216#M398952</link>
      <description>Thanks all,&lt;BR /&gt;&lt;BR /&gt;the solution is that I will list a patch form the 2004 bundle and search for this patch on the target server.&lt;BR /&gt;&lt;BR /&gt;we have depot's and bundles on a master server and use this to push out all patches to other servers&lt;BR /&gt;&lt;BR /&gt;THT&lt;BR /&gt;&lt;BR /&gt;Law</description>
      <pubDate>Wed, 24 Nov 2004 12:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-verifiaction/m-p/4872216#M398952</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2004-11-24T12:38:14Z</dc:date>
    </item>
  </channel>
</rss>

