<?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 install multiple patch in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017284#M299593</link>
    <description>Nejad,&lt;BR /&gt;&lt;BR /&gt;if you have the following :&lt;BR /&gt;&lt;BR /&gt;#ls -l perl-5.8.8-hppa-11.11.depot &lt;BR /&gt;perl-5.8.8-hppa-11.11.depot not found&lt;BR /&gt;&lt;BR /&gt;You should find out what the name is of the file you try to install.&lt;BR /&gt;Doing the ls like that will only give you exact matches so if the file is still called perl-5.8.8-hppa-11.11.depot.gz you will not see it.&lt;BR /&gt;My advise would be to do a ls -l perl* to see all filenames starting with perl.&lt;BR /&gt;If you still see perl-5.8.8-hppa-11.11.depot.gz do a file command on it to see what kind of file it is.&lt;BR /&gt;Something else which you might need to check is if you uploaded with ascii or bin mode if you used ftp ( ftp from a dos box in windows uses ascii unless you tell it to use bin).&lt;BR /&gt;For these kind of files you should be using bin mode.</description>
    <pubDate>Tue, 12 Jun 2007 09:41:38 GMT</pubDate>
    <dc:creator>Marcel Burggraeve</dc:creator>
    <dc:date>2007-06-12T09:41:38Z</dc:date>
    <item>
      <title>How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017242#M299551</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;how to install this patch "perl-5.8.8-hppa-11.11.depot.tgz" to this /tmp directory by using swinstall.&lt;BR /&gt;and i need to reboot the server&lt;BR /&gt; " -x autoreboot=true"&lt;BR /&gt;&lt;BR /&gt;Plz with details.&lt;BR /&gt;thanks and best regards&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jun 2007 07:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017242#M299551</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-06-11T07:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017243#M299552</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;First, in generel I unzip/untar the patch.&lt;BR /&gt;&lt;BR /&gt;swinstall -x autoreboot=true -s /tmp/perl-5.8.8-hppa-11.11.depot \*&lt;BR /&gt;&lt;BR /&gt;This depot is not going to autoreboot anything though. Best to just manually boot after the installation or use a script including the line above.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 Jun 2007 07:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017243#M299552</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-11T07:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017244#M299553</link>
      <description>Basically there are two ways to install multiple patches.&lt;BR /&gt;&lt;BR /&gt;First, to do so with only one re-boot, use swcopy to place them all into the same depot, then use swinstall.  I do it interactively  and select all the patches and click install.&lt;BR /&gt;&lt;BR /&gt;Second, you can use a simple for loop like this:&lt;BR /&gt;&lt;BR /&gt;for i PH*.depot&lt;BR /&gt;do&lt;BR /&gt;swinstall -x autoreboot-true -x patch_match_target=true&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 11 Jun 2007 07:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017244#M299553</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-06-11T07:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017245#M299554</link>
      <description>Hi steven&lt;BR /&gt;the error message is appeared "could not contact host 'perl-5.8.8-hppa-11.11.depot\*' make sure the hostname is correct and absolute pathname is specified (beginning with / ) "&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 11 Jun 2007 07:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017245#M299554</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-06-11T07:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017246#M299555</link>
      <description>Make sure your host name resolution is correct.  You might want to run /sbin/set_parms hostname to ensure it's configured properly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 11 Jun 2007 07:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017246#M299555</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-06-11T07:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017247#M299556</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;most probably, the path specified is not correct.&lt;BR /&gt;&lt;BR /&gt;can you retry using the absolute path?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 11 Jun 2007 08:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017247#M299556</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-06-11T08:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017248#M299557</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;you missed a space here:&lt;BR /&gt;NOT: 'perl-5.8.8-hppa-11.11.depot\*'&lt;BR /&gt;BUT: 'perl-5.8.8-hppa-11.11.depot   \*'&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Mon, 11 Jun 2007 11:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017248#M299557</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-06-11T11:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017249#M299558</link>
      <description>GOOD MORNING&lt;BR /&gt;Hi peter&lt;BR /&gt;&lt;BR /&gt;the same problem and the same message&lt;BR /&gt;&lt;BR /&gt;this the message ----&amp;gt;&lt;BR /&gt;&lt;BR /&gt;" # swinstall -s perl-5.8.8-hppa-11.11.depot \*&lt;BR /&gt;&lt;BR /&gt;======= 06/12/07 15:10:02 WAT  BEGIN swinstall SESSION&lt;BR /&gt;(non-interactive) (jobid=ruxapp02-0081)&lt;BR /&gt;&lt;BR /&gt;* Session started for user "root@ruxapp02".&lt;BR /&gt;         &lt;BR /&gt;* Beginning Selection&lt;BR /&gt;* Target connection succeeded for "ruxapp02:/".&lt;BR /&gt;ERROR:   Could not contact host "perl-5.8.8-hppa-11.11.depot".Make sure the hostname is correct and an absolute pathname is&lt;BR /&gt;specified (beginning with "/").&lt;BR /&gt;* Source connection failed for "perl-5.8.8-hppa-11.11.depot:/var/spool/sw".&lt;BR /&gt;WARNING: More information may be found in the daemon logfile on this target (default location is perl-5.8.8-hppa-11.11.depot:/var/adm/sw/swagentd.log).&lt;BR /&gt;* Selection had errors.&lt;BR /&gt;&lt;BR /&gt;=======  06/12/07 15:10:03 WAT  END swinstall SESSION (non-interactive)(jobid=ruxapp02-0081) "&lt;BR /&gt;&lt;BR /&gt;and i am using the absolute path and useless&lt;BR /&gt;&lt;BR /&gt;i need the solve this problem in fast time&lt;BR /&gt;&lt;BR /&gt;thanks and best regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jun 2007 00:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017249#M299558</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-06-12T00:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017250#M299559</link>
      <description>Hi Nejad,&lt;BR /&gt;&lt;BR /&gt;Exact syntax is : &lt;BR /&gt;&lt;BR /&gt;swinstall -s /path/to/perl-5.8.8-hppa-11.11.depot \*&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 12 Jun 2007 00:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017250#M299559</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-06-12T00:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017251#M299560</link>
      <description>HI Lvan&lt;BR /&gt;&lt;BR /&gt;th same problem &lt;BR /&gt;&lt;BR /&gt;" ERROR:   There is currently no depot software on host "ruxapp02" at location "/tmp/perl-5.8.8-hppa-11.11.depot". Make sure that an&lt;BR /&gt;absolute pathname is specified for location (beginning with "/").&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 12 Jun 2007 01:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017251#M299560</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-06-12T01:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017252#M299561</link>
      <description>Did you actually unpack the file or do you still have the tgz file ?&lt;BR /&gt;&lt;BR /&gt;gunzip perl-5.8.8-hppa-11.11.depot.tgz&lt;BR /&gt;tar xvf perl-5.8.8-hppa-11.11.depot.tar&lt;BR /&gt;&lt;BR /&gt;After this you can use the swinstall command.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jun 2007 02:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017252#M299561</guid>
      <dc:creator>Marcel Burggraeve</dc:creator>
      <dc:date>2007-06-12T02:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017253#M299562</link>
      <description>HI mecel&lt;BR /&gt;&lt;BR /&gt;i am unpack the file before first my message in this forum.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Note: what the mean of&lt;BR /&gt;" ERROR:   There is currently no depot software on host "ruxapp02" at location "/tmp/perl-5.8.8-hppa11.11.depot".&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 12 Jun 2007 02:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017253#M299562</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-06-12T02:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017254#M299563</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what was the working directory, when you did unpack the *.tgz file? It should have been /tmp .&lt;BR /&gt;Please send us the output of&lt;BR /&gt;gunzip &lt;PERL-5.8.8-HPPA-11.11.DEPOT.TGZ&gt;&lt;/PERL-5.8.8-HPPA-11.11.DEPOT.TGZ&gt;&lt;BR /&gt;to see the directory name after the unpacking of the tgz-file.&lt;BR /&gt;&lt;BR /&gt;The message means exactly what it says - I suspect, that the directory&lt;BR /&gt;/tmp/perl-5.8.8-hppa11.11.depot&lt;BR /&gt;doesn't exist. Try&lt;BR /&gt;ls -l /tmp/perl-5.8.8-hppa11.11.depot&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Tue, 12 Jun 2007 02:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017254#M299563</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-06-12T02:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017255#M299564</link>
      <description>Basically it says it can't see the software.&lt;BR /&gt;That's why I wondered if it still was packed and had a different name or something like that.&lt;BR /&gt;Is that depot file actually located in /tmp ?&lt;BR /&gt;Is your server running HPUX 11.11 ( 11i V1 ) ?&lt;BR /&gt;Have you tried to just do&lt;BR /&gt;swinstall -s /&lt;PATHTODEPOTFILE&gt;/perl-5.8.8-hppa-11.11.depot&lt;BR /&gt;( so without the \* at the end of the command )&lt;BR /&gt;Might be some obvious questions but you have to start somewhere.&lt;/PATHTODEPOTFILE&gt;</description>
      <pubDate>Tue, 12 Jun 2007 02:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017255#M299564</guid>
      <dc:creator>Marcel Burggraeve</dc:creator>
      <dc:date>2007-06-12T02:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017256#M299565</link>
      <description>HI Peter&lt;BR /&gt;&lt;BR /&gt;" gunzip and gzip -d " to this file only not work i don't know this the output&lt;BR /&gt;" # gunzip &lt;PERL-5.8.8-HPPA-11.11.DEPOT.TGZ&gt;&lt;/PERL-5.8.8-HPPA-11.11.DEPOT.TGZ&gt;&lt;BR /&gt;gunzip: stdin: not in gzip format&lt;BR /&gt;Tar: blocksize = 0; broken pipe? "&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 12 Jun 2007 02:42:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017256#M299565</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-06-12T02:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017257#M299566</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;possibly the unzip has already been performed -  check via&lt;BR /&gt;file perl-5.8.8-hppa-11.11.depot.tgz&lt;BR /&gt;&lt;BR /&gt;If this is the case, try the tar command directly:&lt;BR /&gt;tar tvf perl-5.8.8-hppa-11.11.depot.tgz | sed 2q&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Tue, 12 Jun 2007 03:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017257#M299566</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-06-12T03:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017258#M299567</link>
      <description>HI&lt;BR /&gt;this is the output "&lt;BR /&gt;# tar tvf perl-5.8.8-hppa-11.11.depot.tar | sed 2q&lt;BR /&gt;rw-r--r--   0/3   1186 Sep 19 19:05 2006 catalog/INDEX&lt;BR /&gt;rw-r--r--   0/3    193 Sep 19 19:05 2006 catalog/dfiles/INDEX "&lt;BR /&gt;&lt;BR /&gt;in addition to &lt;BR /&gt;"&lt;BR /&gt;wd_action.dbg&lt;BR /&gt;dtdbcache_10.8.33.43:0&lt;BR /&gt;catalog&lt;BR /&gt;perl "&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 12 Jun 2007 03:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017258#M299567</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-06-12T03:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017259#M299568</link>
      <description>&amp;gt;# tar tvf perl-5.8.8-hppa-11.11.depot.tar&lt;BR /&gt;rw-r--r-- 0/3 1186 Sep 19 19:05 2006 catalog/INDEX&lt;BR /&gt;&lt;BR /&gt;Unless this is a tar of a directory depot, you should NOT untar this.  Just tell swinstall to install directly:&lt;BR /&gt;# swinstall -s $PWD/perl-5.8.8-hppa-11.11.depot.tar \*</description>
      <pubDate>Tue, 12 Jun 2007 03:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017259#M299568</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-12T03:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017260#M299569</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;there is some improvement&lt;BR /&gt;&lt;BR /&gt;but still some error -----&amp;gt;&lt;BR /&gt;&lt;BR /&gt;see in  Attachment &lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017260#M299569</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-06-12T04:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to install multiple patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017261#M299570</link>
      <description>&amp;gt;see in Attachment &lt;BR /&gt;&lt;BR /&gt;This is not a text file.  I need something that can be seen on HP-UX.  Try good old cut&amp;amp;paste.</description>
      <pubDate>Tue, 12 Jun 2007 04:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-multiple-patch/m-p/4017261#M299570</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-12T04:31:44Z</dc:date>
    </item>
  </channel>
</rss>

