- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: VMS732_PCSI V2.0 installation problem
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
03-14-2006 09:43 PM
03-14-2006 09:43 PM
VMS732_PCSI V2.0 installation problem
A set command/tables=sys$library:dcltables
and a secondtime installation of this patch seams to work
So the original kit is not correct.
The following product has been selected:
DEC AXPVMS VMS732_PCSI V2.0 Patch (maintenance update)
Configuration phase starting ...
You will be asked to choose options, if any, for each selected product and for
any products that may be installed to satisfy software dependency requirements.
DEC AXPVMS VMS732_PCSI V2.0: OpenVMS V7.3-2 PCSI V2.0
Files will not be renamed
* This product does not have any configuration options.
Execution phase starting ...
The following product will be installed to destination:
DEC AXPVMS VMS732_PCSI V2.0 DISK$ALPSYS732:[VMS$COMMON.]
Portion done: 0%...10%...20%...70%...90%...100%
The following product has been installed (and a recovery data set created):
DEC AXPVMS VMS732_PCSI V2.0 Patch (maintenance update)
DEC AXPVMS VMS732_PCSI V2.0: OpenVMS V7.3-2 PCSI V2.0
VMS732_PCSI-V0200 Release notes available
Release notes for the VMS732_PCSI-V0200 kit are available
at SYS$COMMON:[000000.SYSHLP]
%CLI-F-SYNTAX, error parsing 'DEFAULT_KIT'
-CLI-E-ENTNF, specified entity not found in command tables
%TRACE-F-TRACEBACK, symbolic stack dump follows
image module routine line rel PC abs PC
0 000000007AFB0580 000000007AFB0580
0 000000007AFB0494 000000007AFB0494
0 000000007AFAF724 000000007AFAF724
0 FFFFFFFF800763F4 FFFFFFFF800763F4
0 FFFFFFFF800763F4 FFFFFFFF800763F4
PCSI$MAIN 0 0000000000051588 0000000000051588
PCSI$MAIN DCLQUALIFIER set_common_qualifiers
11550 0000000000000934 0000000000030934
PCSI$MAIN SPIU_COMMAND_VMS process_DCL
29963 000000000000C534 00000000000475E4
PCSI$MAIN SPIU_COMMAND_VMS main 32413 00000000000111E8 000000000004C298
PCSI$MAIN SPIU_COMMAND_VMS __main 0 000000000000009C 000000000003B14C
0 FFFFFFFF8026FED4 FFFFFFFF8026FED4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:51 PM
03-14-2006 09:51 PM
Re: VMS732_PCSI V2.0 installation problem
I will probably unpack the kit and check it out before it gets passed to the production team to deploy.
Looks like slack QA checking prior to release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 10:01 PM
03-14-2006 10:01 PM
Re: VMS732_PCSI V2.0 installation problem
this type of problem crops up from time to time, when images using new DCL qualifiers are shipped in an ECO kit and there is a missing DCL table update in the context of an installation (sub-)process.
A recent one was the /BLOCK_SIZE problem for COPY.
Log a call with HP.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 10:12 PM
03-14-2006 10:12 PM
Re: VMS732_PCSI V2.0 installation problem
The following snippet from the recent LMF update pcsi_postinstall.com shows what should happen....
$!
$! PCSI does not reinstall DCLTABLES after updating it (regression in
$! functionality fixed by next PCSI kit). Since this kit does not require a
$! reboot we need to install DCLTABLES here.
$!
$ INSTALL REPLACE SYS$LIBRARY:DCLTABLES.EXE/SHARE/OPEN/HEADER
$ SET COMMAND SYS$COMMON:[SYSUPD]LMF.CLD
$!
but this is totally missing in the PCSI V2 kit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 10:47 PM
03-14-2006 10:47 PM
Re: VMS732_PCSI V2.0 installation problem
this is more-or-less a 'cosmetic' problem, but you never know, what else should have been done during post-processing of the patch installation and did not happen due to the %CLI-F-SYNTAX error.
To make sure, everything is left in a consistent state, consider to just re-install the patch (after logout/login). This should work without an error (as the DCL table now has the new qualifier) and you'll be 100% sure, that your system has been correctly updated.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 10:52 PM
03-14-2006 10:52 PM
Re: VMS732_PCSI V2.0 installation problem
INSTALL REPLACE SYS$SHARE:DCLTABLES.EXE
then logging out/in should sort it out.
I think hp know about this but log a call to remind them.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 11:11 PM
03-14-2006 11:11 PM
Re: VMS732_PCSI V2.0 installation problem
The thread was posted to keep everybody informed; i had taken already the necessary steps to solve the problem; As stated in the beginning of my thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 11:12 PM
03-14-2006 11:12 PM
Re: VMS732_PCSI V2.0 installation problem
To get around this, after installing the kit you can enter an INSTALL REPLACE DCLTABLES command after the installation completes. Users will still need to enter a SET COMMAND SYS$COMMON:[SYSUPD]PCSI.CLD comand or log out and back in to use the new PCSI qualifiers. After ececuting the INSTALL REPLACE DCLTABLES command, you do not need to re-install the kit.
This problem only affects the V7.3-2 PCSI kit. The correction is already in V8.2 and later. A new VMS732_PCSI-V0300 kit should be released today that works around the issue by installing DCLTABLES in a post-installation procedure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 04:09 AM
03-15-2006 04:09 AM
Re: VMS732_PCSI V2.0 installation problem
http://www.openvms.org/stories.php?story=06/03/15/8371132
Purely Personal Opinion