HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: PCSI question
Operating System - OpenVMS
1832472
Members
2670
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 06:58 AM
07-27-2006 06:58 AM
How do I get the .PCSI file from a .PCSI$COMPRESSED file?
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
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
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 05:29 PM
07-27-2006 05:29 PM
Re: PCSI question
Malleka,
you could convert a compressed PCSI kit to an uncompressed kit with:
$ PRODUCT COPY product-name /SOURCE=device:[dir] -
/DESTINATION=device:[dir] /FORMAT=SEQUENTIAL
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.
Compressed PCSI kits are supported are supported since OpenVMS Alpha V7.3-2 and (through PCSI patches) in V7.3 or higher.
Volker.
you could convert a compressed PCSI kit to an uncompressed kit with:
$ PRODUCT COPY product-name /SOURCE=device:[dir] -
/DESTINATION=device:[dir] /FORMAT=SEQUENTIAL
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.
Compressed PCSI kits are supported are supported since OpenVMS Alpha V7.3-2 and (through PCSI patches) in V7.3 or higher.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 08:40 PM
07-28-2006 08:40 PM
Re: PCSI question
Malleka,
Google found this. the PCSI lead developer, Jim Krycka explained about .PCSI and .PCSI$COMPRESSED....
PCSI support for compressed kits was implemented for OpenVMS 7.3-2 and
backported to V7.2-2 through V7.3-1 via PCSI remedial kits for OpenVMS.
Use PRODUCT SHOW UTILITY to see the PCSI internal version number. A
version of V7.3-300 or greater will have the compression functionality.
Using V7.3-300 or later you can compress any existing sequential (.PCSI)
kit and install it. It does not matter what version of PCSI created
the sequential kit. Compressed kits are decompressed on-the-fly during
installation, so you do not need to explicitly decompress a compressed
kit using PRODUCT COPY before installing it. If you should have both
.PCSI and .PCSI$COMPRESSED versions of the same kit in the same source
directory, PCSI will use the compressed version by default as input.
Your suggestion to include examples of command line syntax required to
convert a sequential kit into a compressed kit and vice versa is good.
I've put this request on my list for future documentation and on-line
help.
If you take a .PCSI kit, compress it, then decompress it back to its
.PCSI form, the before and after .PCSI kits are functionally identical.
If you use the same version of the PCSI utility to perform these
operations, the two files should be identical (e.g., as reported by
$DIFFERENCES). However, it you start with a sequential kit created by
a version of PCSI that is different from the one used to compress and
decompress it, then there will be a slight difference in the kits
because the PCSI utility writes its internal version number in the kit.
This is strickly cosmetic. Actually, I'm thinking about changing this
behavior to preserve the version of PCSI that originally created the
kit which is more interesting than the version that converted it.
The reason /LOG produces different output on compression than
decompression (i.e, the PCSI-I-PKGFIL informationals) is that PRODUCT
COPY actually piggybacks on the packaging code (from PRODUCT PACKAGE)
for most conversions. The exception is the compression operation
which was newly written for V7.3-2 to bypass the packaging phase and
just do the compression of the .PCSI file. However, when using
PRODUCT COPY to convert a .PCSI$COMPRESSED file back to a .PCSI file,
the old "package" logic is still used.
Google found this. the PCSI lead developer, Jim Krycka explained about .PCSI and .PCSI$COMPRESSED....
PCSI support for compressed kits was implemented for OpenVMS 7.3-2 and
backported to V7.2-2 through V7.3-1 via PCSI remedial kits for OpenVMS.
Use PRODUCT SHOW UTILITY to see the PCSI internal version number. A
version of V7.3-300 or greater will have the compression functionality.
Using V7.3-300 or later you can compress any existing sequential (.PCSI)
kit and install it. It does not matter what version of PCSI created
the sequential kit. Compressed kits are decompressed on-the-fly during
installation, so you do not need to explicitly decompress a compressed
kit using PRODUCT COPY before installing it. If you should have both
.PCSI and .PCSI$COMPRESSED versions of the same kit in the same source
directory, PCSI will use the compressed version by default as input.
Your suggestion to include examples of command line syntax required to
convert a sequential kit into a compressed kit and vice versa is good.
I've put this request on my list for future documentation and on-line
help.
If you take a .PCSI kit, compress it, then decompress it back to its
.PCSI form, the before and after .PCSI kits are functionally identical.
If you use the same version of the PCSI utility to perform these
operations, the two files should be identical (e.g., as reported by
$DIFFERENCES). However, it you start with a sequential kit created by
a version of PCSI that is different from the one used to compress and
decompress it, then there will be a slight difference in the kits
because the PCSI utility writes its internal version number in the kit.
This is strickly cosmetic. Actually, I'm thinking about changing this
behavior to preserve the version of PCSI that originally created the
kit which is more interesting than the version that converted it.
The reason /LOG produces different output on compression than
decompression (i.e, the PCSI-I-PKGFIL informationals) is that PRODUCT
COPY actually piggybacks on the packaging code (from PRODUCT PACKAGE)
for most conversions. The exception is the compression operation
which was newly written for V7.3-2 to bypass the packaging phase and
just do the compression of the .PCSI file. However, when using
PRODUCT COPY to convert a .PCSI$COMPRESSED file back to a .PCSI file,
the old "package" logic is still used.
Regards
Archie
Archie
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP