<?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: how to create a patch for multiple filesets in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642882#M809095</link>
    <description>Check this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90789/ch05s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90789/ch05s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You have to set is_patch      true to denote it as patch.&lt;BR /&gt;&lt;BR /&gt;It is having a real example.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Oct 2005 01:47:20 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-10-06T01:47:20Z</dc:date>
    <item>
      <title>how to create a patch for multiple filesets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642877#M809087</link>
      <description>Hi,&lt;BR /&gt;   Please help me to create a patch for a product ,in which psf file conatins multiple filesets,send me the psf file format also .</description>
      <pubDate>Wed, 05 Oct 2005 23:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642877#M809087</guid>
      <dc:creator>sajjan</dc:creator>
      <dc:date>2005-10-05T23:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a patch for multiple filesets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642878#M809089</link>
      <description>Have a look at this link, it should help you &lt;BR /&gt;&lt;A href="http://docs.hp.com/en/SD/cookbook.html" target="_blank"&gt;http://docs.hp.com/en/SD/cookbook.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Â» Creating a Software Depot&lt;BR /&gt;Â» Copying into a Software Sepot Using swcopy&lt;BR /&gt;Â» Packaging Software Products Using swpackage&lt;BR /&gt;Â» The Product specification File (PSF)&lt;BR /&gt;Â» Useful Command-line Options&lt;BR /&gt;Â» Creating Depot Files or Tapes&lt;BR /&gt;Â» swlist Tricks&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 05 Oct 2005 23:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642878#M809089</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-05T23:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a patch for multiple filesets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642879#M809091</link>
      <description>For creating PSF files, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90754/ch10s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90754/ch10s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[Software DistributorAdministration Guidefor HP-UX 11i &amp;gt;  Chapter 10. Creating Software Packages  &lt;BR /&gt;Creating a Product Specification File (PSF) ]&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 05 Oct 2005 23:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642879#M809091</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-05T23:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a patch for multiple filesets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642880#M809092</link>
      <description>Use format as,&lt;BR /&gt;&lt;BR /&gt;product&lt;BR /&gt;&lt;BR /&gt;tag="product name"&lt;BR /&gt;architecture="&amp;lt;&amp;gt;"&lt;BR /&gt;machine_type    *&lt;BR /&gt;os_name         HP-UX&lt;BR /&gt;os_release      "B.11.*"&lt;BR /&gt;os_version      "*"&lt;BR /&gt;directory &lt;DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;# fileset 1&lt;BR /&gt;fileset&lt;BR /&gt;tag&lt;BR /&gt;revision&lt;BR /&gt;architecture&lt;BR /&gt;machine_type    *&lt;BR /&gt;os_name         HP-UX&lt;BR /&gt;os_release      "B.11.*"&lt;BR /&gt;os_version      "*"&lt;BR /&gt;directory destination = source location&lt;BR /&gt;file -m &lt;PERMISSION&gt; -o &lt;USR&gt; -g &lt;GRP&gt; destination source&lt;BR /&gt;file_permissions -m &lt;PERMISSION&gt; -o &lt;USR&gt; -g &lt;GRP&gt; &lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;# fileset 2&lt;BR /&gt;fileset&lt;BR /&gt;tag&lt;BR /&gt;revision&lt;BR /&gt;architecture&lt;BR /&gt;machine_type    *&lt;BR /&gt;os_name         HP-UX&lt;BR /&gt;os_release      "B.11.*"&lt;BR /&gt;os_version      "*"&lt;BR /&gt;directory destination = source location&lt;BR /&gt;file -m &lt;PERMISSION&gt; -o &lt;USR&gt; -g &lt;GRP&gt; destination source&lt;BR /&gt;file_permissions -m &lt;PERMISSION&gt; -o &lt;USR&gt; -g &lt;GRP&gt; &lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;Use format like that. &lt;BR /&gt;&lt;BR /&gt;hth.&lt;/GRP&gt;&lt;/USR&gt;&lt;/PERMISSION&gt;&lt;/GRP&gt;&lt;/USR&gt;&lt;/PERMISSION&gt;&lt;/GRP&gt;&lt;/USR&gt;&lt;/PERMISSION&gt;&lt;/GRP&gt;&lt;/USR&gt;&lt;/PERMISSION&gt;&lt;/DIRECTORY&gt;</description>
      <pubDate>Thu, 06 Oct 2005 00:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642880#M809092</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-06T00:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a patch for multiple filesets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642881#M809094</link>
      <description>Hi muthu,&lt;BR /&gt;    Here where i can specify as patch.Please help.&lt;BR /&gt;&lt;BR /&gt;Sajjan&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2005 01:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642881#M809094</guid>
      <dc:creator>sajjan</dc:creator>
      <dc:date>2005-10-06T01:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a patch for multiple filesets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642882#M809095</link>
      <description>Check this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90789/ch05s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90789/ch05s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You have to set is_patch      true to denote it as patch.&lt;BR /&gt;&lt;BR /&gt;It is having a real example.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2005 01:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642882#M809095</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-06T01:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a patch for multiple filesets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642883#M809097</link>
      <description>Hi,&lt;BR /&gt;   I created the psf file with multiple filesets.For me around 9 filesets are there in a single psf.I created the patch and installed ,but now it is not taking backup of all the 9 filesets(in /var/adm/sw/save/&lt;PATCHID&gt; ) .It is taking backup of 5th one only.Is there any suggessions for this.plz help.&lt;BR /&gt;&lt;BR /&gt;here is the format for my psf&lt;BR /&gt;vendor&lt;BR /&gt;end&lt;BR /&gt;product&lt;BR /&gt;is_patch true&lt;BR /&gt;&lt;BR /&gt;fileset1&lt;BR /&gt;is_patch true&lt;BR /&gt;ancestor &lt;BR /&gt;end &lt;BR /&gt;&lt;BR /&gt;fileset2&lt;BR /&gt;is_patch true&lt;BR /&gt;ancestor &lt;BR /&gt;end &lt;BR /&gt;fileset3&lt;BR /&gt;is_patch true&lt;BR /&gt;ancestor &lt;BR /&gt;end &lt;BR /&gt;fileset4&lt;BR /&gt;is_patch true&lt;BR /&gt;ancestor &lt;BR /&gt;end &lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;fileset9&lt;BR /&gt;is_patch true&lt;BR /&gt;ancestor &lt;BR /&gt;end &lt;BR /&gt;&lt;BR /&gt;end&lt;/PATCHID&gt;</description>
      <pubDate>Thu, 06 Oct 2005 02:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-patch-for-multiple-filesets/m-p/3642883#M809097</guid>
      <dc:creator>sajjan</dc:creator>
      <dc:date>2005-10-06T02:17:13Z</dc:date>
    </item>
  </channel>
</rss>

