<?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 swinstall - Cannot open /var/depots/verify.... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715090#M61625</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Let me prefix this by saying that I'm very new at installing patches.  &lt;BR /&gt;&lt;BR /&gt;I picked up the March recommended patch bundle(XSW11I...), untar'd it, and put it in a temporary directory(/usr/patches).&lt;BR /&gt;&lt;BR /&gt;Then I did a:&lt;BR /&gt;swinstall -x autoreboot=true -x patch_match_target=true -s /usr/patches&lt;BR /&gt;&lt;BR /&gt;During the installation, Some errors caught my eye - they were all very similar and looked something like:&lt;BR /&gt; &lt;BR /&gt;ERROR:   Cannot open source file&lt;BR /&gt;         "/var/depots/verify/PHCO_23333/LVM-RUN/sbin/lvchange" to copy&lt;BR /&gt;         it.  No such file or directory (2).&lt;BR /&gt;&lt;BR /&gt;All refered to the /var/depots/verify directory (which doesn't exist on my machine).  I've reread the guide, searched around and still haven't found anything about this directory anywhere.  This can't be that difficult - does anybody know what I'm missing?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 01 May 2002 17:17:21 GMT</pubDate>
    <dc:creator>Darin England</dc:creator>
    <dc:date>2002-05-01T17:17:21Z</dc:date>
    <item>
      <title>swinstall - Cannot open /var/depots/verify....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715090#M61625</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Let me prefix this by saying that I'm very new at installing patches.  &lt;BR /&gt;&lt;BR /&gt;I picked up the March recommended patch bundle(XSW11I...), untar'd it, and put it in a temporary directory(/usr/patches).&lt;BR /&gt;&lt;BR /&gt;Then I did a:&lt;BR /&gt;swinstall -x autoreboot=true -x patch_match_target=true -s /usr/patches&lt;BR /&gt;&lt;BR /&gt;During the installation, Some errors caught my eye - they were all very similar and looked something like:&lt;BR /&gt; &lt;BR /&gt;ERROR:   Cannot open source file&lt;BR /&gt;         "/var/depots/verify/PHCO_23333/LVM-RUN/sbin/lvchange" to copy&lt;BR /&gt;         it.  No such file or directory (2).&lt;BR /&gt;&lt;BR /&gt;All refered to the /var/depots/verify directory (which doesn't exist on my machine).  I've reread the guide, searched around and still haven't found anything about this directory anywhere.  This can't be that difficult - does anybody know what I'm missing?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 01 May 2002 17:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715090#M61625</guid>
      <dc:creator>Darin England</dc:creator>
      <dc:date>2002-05-01T17:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall - Cannot open /var/depots/verify....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715091#M61626</link>
      <description>swreg -l depot /usr/patches &lt;BR /&gt;&lt;BR /&gt;Then try the install&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 May 2002 17:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715091#M61626</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-05-01T17:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall - Cannot open /var/depots/verify....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715092#M61627</link>
      <description>Hi Darin,&lt;BR /&gt;&lt;BR /&gt; You say "untar'd" it - did you mean unshar'd it?&lt;BR /&gt;&lt;BR /&gt;The correct command should have been&lt;BR /&gt;&lt;BR /&gt;sh filename&lt;BR /&gt;&lt;BR /&gt;Then you should be able to swinstall them.&lt;BR /&gt;&lt;BR /&gt;BTW it never hurts to register (swreg) the depot so that other systems can access it.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 01 May 2002 17:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715092#M61627</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-01T17:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall - Cannot open /var/depots/verify....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715093#M61628</link>
      <description>Hi Darin,&lt;BR /&gt;It looks like you have not registered a depot at /usr/patches.&lt;BR /&gt;&lt;BR /&gt;You need to register it&lt;BR /&gt;swreg -l depot /usr/patches.&lt;BR /&gt;&lt;BR /&gt;Otherwise have to give complete patch including the patch to be installed.&lt;BR /&gt;&lt;BR /&gt;e.g PHSS_23045&lt;BR /&gt;&lt;BR /&gt;swinstall ..../usr/patches/PHSS_23045.depot&lt;BR /&gt;&lt;BR /&gt;That will do .&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Wed, 01 May 2002 17:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715093#M61628</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-05-01T17:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall - Cannot open /var/depots/verify....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715094#M61629</link>
      <description>Also, If you untared the depot you may need to &lt;BR /&gt;&lt;BR /&gt;touch /usr/patches/catalog/swlock&lt;BR /&gt;&lt;BR /&gt;for it to work.</description>
      <pubDate>Wed, 01 May 2002 17:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715094#M61629</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-05-01T17:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall - Cannot open /var/depots/verify....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715095#M61630</link>
      <description>Hi (again) Darin,&lt;BR /&gt;&lt;BR /&gt;Did you pick up the 11i Quality Pack bundle - March 2002?&lt;BR /&gt;&lt;BR /&gt;If so AFAIK it does not require any untar or unshar at all - you just run swinstall straight against it.&lt;BR /&gt;&lt;BR /&gt;Run &lt;BR /&gt;&lt;BR /&gt;swlist -d @ /path/to/dir/bundle_name.depot&lt;BR /&gt;&lt;BR /&gt;if that gives the proper bundle description - just run swinstall against it w/the same -x options you spelled out earlier.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 01 May 2002 17:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715095#M61630</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-01T17:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall - Cannot open /var/depots/verify....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715096#M61631</link>
      <description>You need to register the depot :-&lt;BR /&gt;&lt;BR /&gt;swreg -l depot /usr/patches &lt;BR /&gt;&lt;BR /&gt;Now try the install.&lt;BR /&gt;&lt;BR /&gt;Also swinstall can install packages from tar files. This may apply to patches. If this still doesn't work run the install against the tar file.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 01 May 2002 18:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715096#M61631</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-05-01T18:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall - Cannot open /var/depots/verify....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715097#M61632</link>
      <description>You're missing something after&lt;BR /&gt;&lt;BR /&gt;swinstall -x autoreboot=true -x patch_match_target=true -s /usr/patches &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/usr/patches in the directory. There should be a patch bundle in the directoty. Add this to -s&lt;BR /&gt;&lt;BR /&gt;ie -s /usr/patches/BUNDLENAME&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 01 May 2002 18:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-cannot-open-var-depots-verify/m-p/2715097#M61632</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-05-01T18:31:36Z</dc:date>
    </item>
  </channel>
</rss>

