<?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: PCSI question in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/pcsi-question/m-p/3832348#M77955</link>
    <description>Malleka,&lt;BR /&gt;&lt;BR /&gt;Google found this. the PCSI lead developer, Jim Krycka explained about .PCSI and .PCSI$COMPRESSED....&lt;BR /&gt;&lt;BR /&gt;    PCSI support for compressed kits was implemented for OpenVMS 7.3-2 and &lt;BR /&gt;    backported to V7.2-2 through V7.3-1 via PCSI remedial kits for OpenVMS. &lt;BR /&gt;    Use PRODUCT SHOW UTILITY to see the PCSI internal version number.  A &lt;BR /&gt;    version of V7.3-300 or greater will have the compression functionality. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Using V7.3-300 or later you can compress any existing sequential (.PCSI) &lt;BR /&gt;    kit and install it.  It does not matter what version of PCSI created &lt;BR /&gt;    the sequential kit.  Compressed kits are decompressed on-the-fly during &lt;BR /&gt;    installation, so you do not need to explicitly decompress a compressed &lt;BR /&gt;    kit using PRODUCT COPY before installing it.  If you should have both &lt;BR /&gt;    .PCSI and .PCSI$COMPRESSED versions of the same kit in the same source &lt;BR /&gt;    directory, PCSI will use the compressed version by default as input. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Your suggestion to include examples of command line syntax required to &lt;BR /&gt;    convert a sequential kit into a compressed kit and vice versa is good. &lt;BR /&gt;    I've put this request on my list for future documentation and on-line &lt;BR /&gt;    help. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    If you take a .PCSI kit, compress it, then decompress it back to its &lt;BR /&gt;    .PCSI form, the before and after .PCSI kits are functionally identical. &lt;BR /&gt;    If you use the same version of the PCSI utility to perform these &lt;BR /&gt;    operations, the two files should be identical (e.g., as reported by &lt;BR /&gt;    $DIFFERENCES).  However, it you start with a sequential kit created by &lt;BR /&gt;    a version of PCSI that is different from the one used to compress and &lt;BR /&gt;    decompress it, then there will be a slight difference in the kits &lt;BR /&gt;    because the PCSI utility writes its internal version number in the kit. &lt;BR /&gt;    This is strickly cosmetic.  Actually, I'm thinking about changing this &lt;BR /&gt;    behavior to preserve the version of PCSI that originally created the &lt;BR /&gt;    kit which is more interesting than the version that converted it. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    The reason /LOG produces different output on compression than &lt;BR /&gt;    decompression (i.e, the PCSI-I-PKGFIL informationals) is that PRODUCT &lt;BR /&gt;    COPY actually piggybacks on the packaging code (from PRODUCT PACKAGE) &lt;BR /&gt;    for most conversions.  The exception is the compression operation &lt;BR /&gt;    which was newly written for V7.3-2 to bypass the packaging phase and &lt;BR /&gt;    just do the compression of the .PCSI file.  However, when using &lt;BR /&gt;    PRODUCT COPY to convert a .PCSI$COMPRESSED file back to a .PCSI file, &lt;BR /&gt;    the old "package" logic is still used. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 29 Jul 2006 03:40:10 GMT</pubDate>
    <dc:creator>Arch_Muthiah</dc:creator>
    <dc:date>2006-07-29T03:40:10Z</dc:date>
    <item>
      <title>PCSI question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pcsi-question/m-p/3832345#M77952</link>
      <description>How do I get the .PCSI file from a .PCSI$COMPRESSED file?&lt;BR /&gt;I am trying to install DECnet phase IV on a new Itanium box, from the CD. All I have in the kit directory on the DVD is the compressed file HP-I64VMS-DECNET_PHASE_IV-V0802--1.PCSI$COMPRESSED</description>
      <pubDate>Thu, 27 Jul 2006 13:58:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pcsi-question/m-p/3832345#M77952</guid>
      <dc:creator>Malleka Ramachandran</dc:creator>
      <dc:date>2006-07-27T13:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: PCSI question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pcsi-question/m-p/3832346#M77953</link>
      <description>There is no need to convert the PCSI$COMPRESSED file to PCSI.  PRODUCT INSTALL can handle both types.</description>
      <pubDate>Thu, 27 Jul 2006 14:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pcsi-question/m-p/3832346#M77953</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2006-07-27T14:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: PCSI question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pcsi-question/m-p/3832347#M77954</link>
      <description>Malleka,&lt;BR /&gt;&lt;BR /&gt;you could convert a compressed PCSI kit to an uncompressed kit with:&lt;BR /&gt;&lt;BR /&gt;$ PRODUCT COPY product-name /SOURCE=device:[dir] -&lt;BR /&gt;/DESTINATION=device:[dir] /FORMAT=SEQUENTIAL&lt;BR /&gt;&lt;BR /&gt;See the OpenVMS Alpha V7.3-2 Release Notes. This would only be necesary, if you need to install that kit on a system, whose PCSI Utility does not (yet) support compressed PCSI kits.&lt;BR /&gt;&lt;BR /&gt;Compressed PCSI kits are supported are supported since OpenVMS Alpha V7.3-2 and (through PCSI patches) in V7.3 or higher. &lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 28 Jul 2006 00:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pcsi-question/m-p/3832347#M77954</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-07-28T00:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: PCSI question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pcsi-question/m-p/3832348#M77955</link>
      <description>Malleka,&lt;BR /&gt;&lt;BR /&gt;Google found this. the PCSI lead developer, Jim Krycka explained about .PCSI and .PCSI$COMPRESSED....&lt;BR /&gt;&lt;BR /&gt;    PCSI support for compressed kits was implemented for OpenVMS 7.3-2 and &lt;BR /&gt;    backported to V7.2-2 through V7.3-1 via PCSI remedial kits for OpenVMS. &lt;BR /&gt;    Use PRODUCT SHOW UTILITY to see the PCSI internal version number.  A &lt;BR /&gt;    version of V7.3-300 or greater will have the compression functionality. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Using V7.3-300 or later you can compress any existing sequential (.PCSI) &lt;BR /&gt;    kit and install it.  It does not matter what version of PCSI created &lt;BR /&gt;    the sequential kit.  Compressed kits are decompressed on-the-fly during &lt;BR /&gt;    installation, so you do not need to explicitly decompress a compressed &lt;BR /&gt;    kit using PRODUCT COPY before installing it.  If you should have both &lt;BR /&gt;    .PCSI and .PCSI$COMPRESSED versions of the same kit in the same source &lt;BR /&gt;    directory, PCSI will use the compressed version by default as input. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Your suggestion to include examples of command line syntax required to &lt;BR /&gt;    convert a sequential kit into a compressed kit and vice versa is good. &lt;BR /&gt;    I've put this request on my list for future documentation and on-line &lt;BR /&gt;    help. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    If you take a .PCSI kit, compress it, then decompress it back to its &lt;BR /&gt;    .PCSI form, the before and after .PCSI kits are functionally identical. &lt;BR /&gt;    If you use the same version of the PCSI utility to perform these &lt;BR /&gt;    operations, the two files should be identical (e.g., as reported by &lt;BR /&gt;    $DIFFERENCES).  However, it you start with a sequential kit created by &lt;BR /&gt;    a version of PCSI that is different from the one used to compress and &lt;BR /&gt;    decompress it, then there will be a slight difference in the kits &lt;BR /&gt;    because the PCSI utility writes its internal version number in the kit. &lt;BR /&gt;    This is strickly cosmetic.  Actually, I'm thinking about changing this &lt;BR /&gt;    behavior to preserve the version of PCSI that originally created the &lt;BR /&gt;    kit which is more interesting than the version that converted it. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    The reason /LOG produces different output on compression than &lt;BR /&gt;    decompression (i.e, the PCSI-I-PKGFIL informationals) is that PRODUCT &lt;BR /&gt;    COPY actually piggybacks on the packaging code (from PRODUCT PACKAGE) &lt;BR /&gt;    for most conversions.  The exception is the compression operation &lt;BR /&gt;    which was newly written for V7.3-2 to bypass the packaging phase and &lt;BR /&gt;    just do the compression of the .PCSI file.  However, when using &lt;BR /&gt;    PRODUCT COPY to convert a .PCSI$COMPRESSED file back to a .PCSI file, &lt;BR /&gt;    the old "package" logic is still used. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jul 2006 03:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pcsi-question/m-p/3832348#M77955</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2006-07-29T03:40:10Z</dc:date>
    </item>
  </channel>
</rss>

