<?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: Package preparation with compression flags in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385161#M861883</link>
    <description>compress_file=true can be used for swpackage also.</description>
    <pubDate>Thu, 23 Sep 2004 08:50:59 GMT</pubDate>
    <dc:creator>Prabu_3</dc:creator>
    <dc:date>2004-09-23T08:50:59Z</dc:date>
    <item>
      <title>Package preparation with compression flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385157#M861879</link>
      <description>I am using swpackage command to prepare a depot package. I want to compress the files when it is packaged. I tried using "-x compress_files=true" but it gave the following error message as :&lt;BR /&gt;&lt;BR /&gt;ERROR:   The option "compress_files=TRUE" cannot be specified with:&lt;BR /&gt;                 uncompress_files = TRUE     or&lt;BR /&gt;                 reinstall_files  = FALSE    or&lt;BR /&gt;                 package_in_place = TRUE     or&lt;BR /&gt;                 target_type      = tape&lt;BR /&gt;&lt;BR /&gt;Then I passed "-x reinstall_files=true". Now it didn't give any error message but it didn't compress the binaries and libraries.&lt;BR /&gt;&lt;BR /&gt;How do I compress the files in a depot package?.</description>
      <pubDate>Thu, 23 Sep 2004 06:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385157#M861879</guid>
      <dc:creator>Prabu_3</dc:creator>
      <dc:date>2004-09-23T06:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Package preparation with compression flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385158#M861880</link>
      <description>which hp-ux version you tried there?!? uname -a&lt;BR /&gt;&lt;BR /&gt;how did you try to create package there? Did you try any other options related with.&lt;BR /&gt;&lt;BR /&gt;-x reinstall_files=true means,&lt;BR /&gt; it will not check system weather source file is available or not there. It is not related to compression there.&lt;BR /&gt;&lt;BR /&gt;swpackage -s &lt;PACKAGE&gt; -x compress_files=true @ /tmp/test.depot&lt;BR /&gt;&lt;BR /&gt;what is it saying?&lt;BR /&gt;&lt;/PACKAGE&gt;</description>
      <pubDate>Thu, 23 Sep 2004 08:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385158#M861880</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-23T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Package preparation with compression flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385159#M861881</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the option -x compress_files=true may be used with swcopy only. My solution is:&lt;BR /&gt;&lt;BR /&gt;step 1&lt;BR /&gt;swcopy -s source_depot -x compress_files=true \* @ compressed_depot&lt;BR /&gt;&lt;BR /&gt;step 2&lt;BR /&gt;swpackage -s compressed_depot ...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Zygmunt&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Sep 2004 08:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385159#M861881</guid>
      <dc:creator>Zygmunt Krawczyk</dc:creator>
      <dc:date>2004-09-23T08:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Package preparation with compression flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385160#M861882</link>
      <description>it is HP-UX B.11.11 (PA-RISC)&lt;BR /&gt;on 9000/800 server.</description>
      <pubDate>Thu, 23 Sep 2004 08:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385160#M861882</guid>
      <dc:creator>Prabu_3</dc:creator>
      <dc:date>2004-09-23T08:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Package preparation with compression flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385161#M861883</link>
      <description>compress_file=true can be used for swpackage also.</description>
      <pubDate>Thu, 23 Sep 2004 08:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385161#M861883</guid>
      <dc:creator>Prabu_3</dc:creator>
      <dc:date>2004-09-23T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Package preparation with compression flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385162#M861884</link>
      <description>We can use compress_files=true with swpackage there. We can not use  uncompress_files onlyy there. It is for swcopy there.&lt;BR /&gt;&lt;BR /&gt;I am sure you have used some more options with   compress_files there. what did u try it?&lt;BR /&gt;&lt;BR /&gt;It is good to keep track problem right there.</description>
      <pubDate>Thu, 23 Sep 2004 08:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385162#M861884</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-23T08:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Package preparation with compression flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385163#M861885</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for swpackage you can't use compress_files=true together with target_type=tape&lt;BR /&gt;&lt;BR /&gt;So my solution mentioned earlier is right.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Zygmunt&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Sep 2004 09:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385163#M861885</guid>
      <dc:creator>Zygmunt Krawczyk</dc:creator>
      <dc:date>2004-09-23T09:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Package preparation with compression flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385164#M861886</link>
      <description>I am able to compress the files using gzip with the following command:&lt;BR /&gt;&lt;BR /&gt;swpackage -x follow_symlink=true -x compression_type=gzip -x compress_cmd=/usr/contrib/bin/gzip -x compress_files=true -x write_remote_files=true -x package_in_place=false -x target_type=directory -x compress_index=false -s TEST.psf @ /var/tmp/TST&lt;BR /&gt;&lt;BR /&gt;I am trying to use bzip2 command for compression by using the following flag:&lt;BR /&gt;&lt;BR /&gt;-x compression_type=bzip2 -x compress_cmd=/usr/contrib/bin/bzip2&lt;BR /&gt;-x uncompress_cmd=/usr/contrib/bin/bzip2&lt;BR /&gt;&lt;BR /&gt;But package preparation succeeds. But when I try to install it fails and using the swjob command, I could that it is trying to access /usr/contrib/bin/gunzip command. I don't know why it is looking for this binary?.</description>
      <pubDate>Fri, 12 Nov 2004 11:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385164#M861886</guid>
      <dc:creator>Prabu_3</dc:creator>
      <dc:date>2004-11-12T11:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Package preparation with compression flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385165#M861887</link>
      <description>You can set up variables in /var/adm/sw/defaults file.&lt;BR /&gt;&lt;BR /&gt;Read the file /usr/lib/sw/sys.defaults&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Zygmunt&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Nov 2004 12:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-preparation-with-compression-flags/m-p/3385165#M861887</guid>
      <dc:creator>Zygmunt Krawczyk</dc:creator>
      <dc:date>2004-11-12T12:15:53Z</dc:date>
    </item>
  </channel>
</rss>

