<?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: gunzip. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765654#M785510</link>
    <description>Note that your tar listing includes the very file you are seeking, create_depot_hp-ux_11. In this case,&lt;BR /&gt;mkdir /var/tmp/patches&lt;BR /&gt;cd /var/tmp/patches&lt;BR /&gt;tar xvf /tmp/j1.tar&lt;BR /&gt;sh ./create_depot_hp-ux_11&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Apr 2006 14:21:38 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-04-04T14:21:38Z</dc:date>
    <item>
      <title>gunzip.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765649#M785505</link>
      <description>Hi people, okay so i downloaded some java patches. Their extension was .tgz. I gunzipped them and now they have become .tar.&lt;BR /&gt;Now, how do i go about installing them. &lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 04 Apr 2006 13:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765649#M785505</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-04-04T13:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765650#M785506</link>
      <description>This is the output when i do tar -tvf on them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# tar -tvf /tmp/j1.tar&lt;BR /&gt;rw-r-----  50/100     92 Apr  4 14:43 2006 patch_manifest&lt;BR /&gt;rw-r--r--  50/100   1831 Feb 23 22:09 2006 README_hp-ux&lt;BR /&gt;rwxr-xr-x  50/100   5768 Apr  4 14:43 2006 create_depot_hp-ux_11&lt;BR /&gt;rw-r--r--  50/100 14490424 Oct 11 05:41 2005 PHSS_33033&lt;BR /&gt;# tar -tvf /tmp/j2.tar&lt;BR /&gt;rw-r-----  50/100     89 Apr  4 14:33 2006 patch_manifest&lt;BR /&gt;rw-r--r--  50/100   1831 Feb 23 22:09 2006 README_hp-ux&lt;BR /&gt;rwxr-xr-x  50/100   5768 Apr  4 14:33 2006 create_depot_hp-ux_11&lt;BR /&gt;rw-r--r--  50/100  82694 May 28 01:31 2005 PHKL_32927&lt;BR /&gt;# tar -tvf /tmp/j3.tar&lt;BR /&gt;rw-r-----  50/100    408 Apr  4 14:35 2006 patch_manifest&lt;BR /&gt;rw-r--r--  50/100   1831 Feb 23 22:10 2006 README_hp-ux&lt;BR /&gt;rwxr-xr-x  50/100   5768 Apr  4 14:35 2006 create_depot_hp-ux_11&lt;BR /&gt;rw-r--r--  50/100 125517 Apr  1 01:45 2004 PHKL_30398&lt;BR /&gt;rw-r--r--  50/100 145910 Jun 28 02:56 2005 PHKL_33367&lt;BR /&gt;rw-r--r--  50/100 348317 Mar  1 22:31 2006 PHKL_34024&lt;BR /&gt;rw-r--r--  50/100 253988 Jul 17 23:17 2002 PHCO_24777&lt;BR /&gt;rw-r--r--  50/100 268648 Nov 12 00:35 2002 PHCO_27120&lt;BR /&gt;rw-r--r--  50/100 5428996 Mar  7 21:58 2006 PHNE_33498</description>
      <pubDate>Tue, 04 Apr 2006 13:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765650#M785506</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-04-04T13:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765651#M785507</link>
      <description>Typically, it's nothing more than tar xvf mypatches.tar (substituting the actual name for "mypatches") and that will create a mypatches directory just below the CWD. You then cd to mypatches and there will almost always be a file "README" that gives the installation instructions.</description>
      <pubDate>Tue, 04 Apr 2006 13:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765651#M785507</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-04-04T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765652#M785508</link>
      <description>It was a gzip'ped tarball file.&lt;BR /&gt;Create the tarball then gzip it. &lt;BR /&gt;&lt;BR /&gt;To get it out, ungzip&lt;BR /&gt;tar -xvf&lt;BR /&gt;&lt;BR /&gt;These steps can be combined in a single line command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2006 14:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765652#M785508</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-04-04T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765653#M785509</link>
      <description>Can anyone kindly, translate the creating a depot instructions in english for me. Thanks.&lt;BR /&gt;Where do i get the create depot script from!!!&lt;BR /&gt;Creating a depot&lt;BR /&gt;----------------&lt;BR /&gt;&lt;BR /&gt;2. Run the create_depot script as user "root".  create_depot_hp-ux_11&lt;BR /&gt;   must run on a 11.X system.  The create_depot_hp-ux script unpacks the&lt;BR /&gt;   patches, and uses swcopy to create the /tmp/patches/depot directory.&lt;BR /&gt;&lt;BR /&gt;3. After the depot is created, remove the individual patches, .text, and&lt;BR /&gt;   .depot files.&lt;BR /&gt;&lt;BR /&gt;4. If you are creating more than one depot, rename the&lt;BR /&gt;   /tmp/patches/depot directory, and remove /tmp/patches/depot.psf.</description>
      <pubDate>Tue, 04 Apr 2006 14:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765653#M785509</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-04-04T14:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765654#M785510</link>
      <description>Note that your tar listing includes the very file you are seeking, create_depot_hp-ux_11. In this case,&lt;BR /&gt;mkdir /var/tmp/patches&lt;BR /&gt;cd /var/tmp/patches&lt;BR /&gt;tar xvf /tmp/j1.tar&lt;BR /&gt;sh ./create_depot_hp-ux_11&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2006 14:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765654#M785510</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-04-04T14:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765655#M785511</link>
      <description>I am getting an error, at the end of making the depot!!!&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;# mkdir /var/tmp/patches&lt;BR /&gt;# cd /var/tmp/patches&lt;BR /&gt;# tar xvf /tmp/j1.tar&lt;BR /&gt;x patch_manifest, 92 bytes, 1 tape blocks&lt;BR /&gt;x README_hp-ux, 1831 bytes, 4 tape blocks&lt;BR /&gt;x create_depot_hp-ux_11, 5768 bytes, 12 tape blocks&lt;BR /&gt;x PHSS_33033, 14490424 bytes, 28302 tape blocks&lt;BR /&gt;# sh ./create_depot_hp-ux_11&lt;BR /&gt;DEPOT: /var/tmp/patches/depot&lt;BR /&gt;BUNDLE: BUNDLE&lt;BR /&gt;TITLE: Patch Bundle&lt;BR /&gt;UNSHAR: y&lt;BR /&gt;PSF: depot.psf&lt;BR /&gt;Expanding patch shar files...&lt;BR /&gt;x - PHSS_33033.text&lt;BR /&gt;x - PHSS_33033.depot [non-ascii]&lt;BR /&gt;list of SD installable patches =  PHSS_33033&lt;BR /&gt;Copying PHSS_33033 into depot /var/tmp/patches/depot&lt;BR /&gt;&lt;BR /&gt;=======  04/04/06 15:35:48 EDT  BEGIN swcopy SESSION (non-interactive)&lt;BR /&gt;         (jobid=newFIN-0022)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@newFIN".&lt;BR /&gt;&lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;ERROR:   "newFIN:/var/tmp/patches/depot":  You do not have the required&lt;BR /&gt;         permissions to select this target.  Check permissions using&lt;BR /&gt;         the "swacl" command or see your system administrator for&lt;BR /&gt;         assistance.  Or, to manage applications designed and packaged&lt;BR /&gt;         for nonprivileged mode, see the "run_as_superuser" option in&lt;BR /&gt;         the "sd" man page.&lt;BR /&gt;       * Target connection failed for "newFIN:/var/tmp/patches/depot".&lt;BR /&gt;ERROR:   More information may be found in the daemon logfile on this&lt;BR /&gt;         target (default location is newFIN:/var/adm/sw/swagentd.log).&lt;BR /&gt;       * Selection had errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  04/04/06 15:35:48 EDT  END swcopy SESSION (non-interactive)&lt;BR /&gt;         (jobid=newFIN-0022)&lt;BR /&gt;&lt;BR /&gt;ERROR: Could not swcopy PHSS_33033 into depot.&lt;BR /&gt;Bundling patches in depot&lt;BR /&gt;&lt;BR /&gt;=======  04/04/06 15:35:48 EDT  BEGIN swpackage SESSION&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@newFIN".&lt;BR /&gt;&lt;BR /&gt;       * Source:        newFIN:depot.psf&lt;BR /&gt;       * Target:        newFIN:/var/tmp/patches/depot&lt;BR /&gt;       * Software selections:&lt;BR /&gt;             *&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Beginning Selection Phase.&lt;BR /&gt;       * Reading the Product Specification File (PSF) "depot.psf".&lt;BR /&gt;       * Reading the bundle "BUNDLE" at line 13.&lt;BR /&gt;&lt;BR /&gt;NOTE:    Creating new target depot "/var/tmp/patches/depot".&lt;BR /&gt;       * Selection Phase succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Beginning Analysis Phase.&lt;BR /&gt;       * Analysis Phase succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Beginning Package Phase.&lt;BR /&gt;&lt;BR /&gt;       * Packaging the bundle&lt;BR /&gt;         "BUNDLE,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP".&lt;BR /&gt;       * Package Phase succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE:    You must register the new depot "/var/tmp/patches/depot" to&lt;BR /&gt;         make it generally available as a source for swinstall and&lt;BR /&gt;         swcopy tasks.  To register it, execute the command&lt;BR /&gt;&lt;BR /&gt;                swreg -l depot /var/tmp/patches/depot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  04/04/06 15:35:49 EDT  END swpackage SESSION&lt;BR /&gt;&lt;BR /&gt;Verifying the depot.&lt;BR /&gt;&lt;BR /&gt;=======  04/04/06 15:35:49 EDT  BEGIN swverify SESSION&lt;BR /&gt;         (non-interactive) (jobid=newFIN-0023)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@newFIN".&lt;BR /&gt;&lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for&lt;BR /&gt;         "newFIN:/var/tmp/patches/depot".&lt;BR /&gt;       * Software selections:&lt;BR /&gt;             BUNDLE,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP&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/swverify.last".&lt;BR /&gt;       * "newFIN:/var/tmp/patches/depot":  There will be no attempt to&lt;BR /&gt;         mount filesystems that appear in the filesystem table.&lt;BR /&gt;       * Verification succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE:    More information may be found in the agent logfile using the&lt;BR /&gt;         command "swjob -a log newFIN-0023 @&lt;BR /&gt;         newFIN:/var/tmp/patches/depot".&lt;BR /&gt;&lt;BR /&gt;=======  04/04/06 15:35:49 EDT  END swverify SESSION (non-interactive)&lt;BR /&gt;         (jobid=newFIN-0023)&lt;BR /&gt;&lt;BR /&gt;ERROR: Errors were found while building depot.</description>
      <pubDate>Tue, 04 Apr 2006 14:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765655#M785511</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-04-04T14:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765656#M785512</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you have to run the script as 'root'.&lt;BR /&gt;As another user you don't have the permissions!&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2006 03:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765656#M785512</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2006-04-05T03:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: gunzip.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765657#M785513</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;additionally to other information in this thread, you can also unzip/untar in a single command. &lt;BR /&gt;&lt;BR /&gt;- list contents of archive:&lt;BR /&gt;gunzip -cd file.tgz | tar -tvf - &lt;BR /&gt;&lt;BR /&gt;- extract contents of archive:&lt;BR /&gt;gunzip -cd file.tgz | tar -xvf - &lt;BR /&gt;&lt;BR /&gt;antonio.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2006 03:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gunzip/m-p/3765657#M785513</guid>
      <dc:creator>Antonio Cardoso_1</dc:creator>
      <dc:date>2006-04-05T03:41:19Z</dc:date>
    </item>
  </channel>
</rss>

