<?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: Patching dependancies - the chase in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786425#M78552</link>
    <description>&lt;BR /&gt;You should use the CUSTOM PATCH MANAGER, which will eliminate this issue! Just follow the instructions.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Fri, 16 Aug 2002 20:58:30 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-08-16T20:58:30Z</dc:date>
    <item>
      <title>Patching dependancies - the chase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786417#M78544</link>
      <description>Ok, I'm finding out that I need a whole series of patches for a network card.  I download them, untar them, run the "sh" against them.  Great, I'm excited.  Then I run the swcopy command and it works ....for the first few.&lt;BR /&gt;&lt;BR /&gt;Then I begin getting errors about dependancies but I know when I went to the site to download the patches that the dependancies were included. &lt;BR /&gt;&lt;BR /&gt;I've got over 20 patches here.  &lt;BR /&gt;&lt;BR /&gt;1) Is there a "global" swcopy for XXX.depot patch files?&lt;BR /&gt;2) If I did in fact download the the dependancies (and I did - I checked) then why do I still get errors like the following?&lt;BR /&gt;&lt;BR /&gt;         "usimagen:/downloads/hppatches/netpatchdepot".&lt;BR /&gt;NOTE:    The software "PHKL_24729" was successfully marked, but it&lt;BR /&gt;         depends on the following software items which could not be&lt;BR /&gt;         found in the source. However, these items may already be in&lt;BR /&gt;         the target. This will be checked during the Analysis Phase:&lt;BR /&gt;         PHKL_18543.CORE2-KRN,fr=*,fa=HP-UX_B.11.00_32,v=HP&lt;BR /&gt;         PHKL_18543.CORE2-KRN,fr=*,fa=HP-UX_B.11.00_64,v=HP&lt;BR /&gt;       * Source:                 /downloads/hppatches/PHKL_24729.depot&lt;BR /&gt;       * Targets:&lt;BR /&gt;         usimagen:/downloads/hppatches/netpatchdepot&lt;BR /&gt;       * Software selections:&lt;BR /&gt;             PHKL_24729.CORE2-KRN,r=1.0,a=HP-UX_B.11.00_32/64,v=HP,fr=1.0,fa=HP-&lt;BR /&gt;UX_B.11.00_32&lt;BR /&gt;             PHKL_24729.CORE2-KRN,r=1.0,a=HP-UX_B.11.00_32/64,v=HP,fr=1.0,fa=HP-&lt;BR /&gt;UX_B.11.00_64&lt;BR /&gt;       * Selection succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Beginning Analysis&lt;BR /&gt;       * Session selections have been saved in the file&lt;BR /&gt;         "/.sw/sessions/swcopy.last".&lt;BR /&gt;ERROR:   "usimagen:/downloads/hppatches/netpatchdepot":  The software&lt;BR /&gt;         dependencies for 2 products or filesets cannot be resolved.&lt;BR /&gt;       * The analysis phase failed for&lt;BR /&gt;         "usimagen:/downloads/hppatches/netpatchdepot".&lt;BR /&gt;       * Analysis had errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE:    More information may be found in the agent logfile (location&lt;BR /&gt;         is usimagen:/downloads/hppatches/netpatchdepot/swagent.log).&lt;BR /&gt;&lt;BR /&gt;=======  08/14/02 17:36:05 CDT  END swcopy SESSION (non-interactive)&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 21:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786417#M78544</guid>
      <dc:creator>JHL_1</dc:creator>
      <dc:date>2002-08-14T21:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Patching dependancies - the chase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786418#M78545</link>
      <description>If you use the swcopy GUI you can change the options not to enforce dependencies.  Of course you can do that with the command line but I don't remember the option and don't have a UX machine at home.  If you find the option with man swcopy, then you can do the 'global' thing with a small script that can do:&lt;BR /&gt;for PATCH in `ls *.depot`&lt;BR /&gt;do&lt;BR /&gt;PATCH_NAME="`echo $PATCH | awk -F'.' '{print $1}'`"&lt;BR /&gt;swcopy -s ...DIR_PATH../$PATCH $PATCH_NAME @ .../DEPOT_PATH  OPTION_TO_IGNORE_DEPENDENCIES&lt;BR /&gt;done</description>
      <pubDate>Wed, 14 Aug 2002 21:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786418#M78545</guid>
      <dc:creator>George Petrides_1</dc:creator>
      <dc:date>2002-08-14T21:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Patching dependancies - the chase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786419#M78546</link>
      <description>The option to swcopy you need is '-x enforce_dependencies=false'.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Thu, 15 Aug 2002 06:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786419#M78546</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-08-15T06:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Patching dependancies - the chase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786420#M78547</link>
      <description>Make sure you create an ignite backup before loading any patch, particularly when the system requires either a reboot/kernel changes.&lt;BR /&gt;&lt;BR /&gt;Here is an example.&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn</description>
      <pubDate>Thu, 15 Aug 2002 06:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786420#M78547</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-15T06:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Patching dependancies - the chase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786421#M78548</link>
      <description>So the question that you are asking is?:&lt;BR /&gt;While running a swcopy, I get an error regarding dependencies. How do I fix?&lt;BR /&gt;&lt;BR /&gt;Well as it is asking about PHKL_18543, you must ensure this IS on your system.&lt;BR /&gt;However, to do the copy, just mark the enforce_dependencies to be equal to false.&lt;BR /&gt;&lt;BR /&gt;When you come to do the swinstall, ensure the enforce_dependencies is set to true, and the patch should then check for PHKL_18543 , find it and install ok.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But as said previously, ensure you have a good backup before proceeding. "A stitch in time saves nine" as the old proverb goes</description>
      <pubDate>Thu, 15 Aug 2002 07:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786421#M78548</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-08-15T07:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Patching dependancies - the chase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786422#M78549</link>
      <description>Hi JHL,&lt;BR /&gt;&lt;BR /&gt;I have expereinced the exact same problem as yourself before. I think it was actually with the same patch (PHKL_18543).&lt;BR /&gt;&lt;BR /&gt;I use swcopy as follows, for example:&lt;BR /&gt;&lt;BR /&gt;swcopy ???s /tmp/Patches/PHKL_XXXX.depot  -x enforce_dependencies=false \* @ /var/spool/patchdepot&lt;BR /&gt;&lt;BR /&gt;swcopy command does not check which patches are already installed on the server when checking for resolved patch dependencies. It checks which other patches are in the depot for dependencies. If your patch dependencies are already installed on the system (and therefore not required in the depot), set the enforce_dependencies parameter to false.&lt;BR /&gt;&lt;BR /&gt;Hope this is of help,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Gordon&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Aug 2002 08:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786422#M78549</guid>
      <dc:creator>Gordon Brown_4</dc:creator>
      <dc:date>2002-08-15T08:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Patching dependancies - the chase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786423#M78550</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;As already noted, you can add the option '-x enforce_dependencies=false' to your 'swcopy' to allow the patch collection to be bundled even if all patch dependencies are not met.&lt;BR /&gt;&lt;BR /&gt;You may elect to 'swcopy' patches that you already have installed merely to affect a successful 'swcopy' and subsequently allow 'swinstall' to skip them if they are already installed.&lt;BR /&gt;&lt;BR /&gt;The choice is yours, given that you *do* enforce dependencies during the 'swinstall' session.  In that case, any dependencies satisfied by their presence as installed and configured entities on the server yield as successful installation.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;The new ITRC patch interface greatly improves dependency collection.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Aug 2002 12:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786423#M78550</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-15T12:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Patching dependancies - the chase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786424#M78551</link>
      <description>JHL,&lt;BR /&gt;&lt;BR /&gt;You likely already have PHKL_18543 installed on the system on which you plan to apply these patches.  However, under some circumstances, you may find that you need to reapply this patch.  This is because PHKL_18543 (aka "the LITS patch) affects many filesets that comprise core portions of the operating system, as well as optional software filesets.&lt;BR /&gt;&lt;BR /&gt;If this is the only patch about which you are receiving complaints (very possible), I would go ahead and download this patch and add it to the depot.&lt;BR /&gt;&lt;BR /&gt;The important thing to do is to make sure that when you run swinstall, you DO NOT alter the default options of reinstall=false or reinstall files=false.  If you set either of these =true, you stand a very good chance of rendering your system unbootable (particularly if your root filesystem is configured to use VxFS, but still possible otherwise).&lt;BR /&gt;&lt;BR /&gt;As long as the reinstall options are left at the default setting of false, this patch is safe to reapply (and may be necessary to reapply).  This is because it's possible to have installed some optional system software that should be patched by the LITS patch, after this patch was applied.  In this case, those filesets would be unpatched, since they weren't available to be patched when the LITS patch was first installed.  (That got kind of wordy, but it's a confusing situation for many!)&lt;BR /&gt;&lt;BR /&gt;I hope this helps!&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 16 Aug 2002 17:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786424#M78551</guid>
      <dc:creator>Dave Unverhau_1</dc:creator>
      <dc:date>2002-08-16T17:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Patching dependancies - the chase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786425#M78552</link>
      <description>&lt;BR /&gt;You should use the CUSTOM PATCH MANAGER, which will eliminate this issue! Just follow the instructions.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 16 Aug 2002 20:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786425#M78552</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-16T20:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Patching dependancies - the chase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786426#M78553</link>
      <description>Great topic:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Great help in finding them:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 16 Aug 2002 23:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patching-dependancies-the-chase/m-p/2786426#M78553</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-16T23:35:30Z</dc:date>
    </item>
  </channel>
</rss>

