- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: DCPS install fails
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 07:36 PM
03-14-2006 07:36 PM
DCPS install fails
Tried to install DCPS 2.5 but I get just this:
$ set def dqa0:[dcpsaxp025.kit]
$ prod install dcps
The following product has been selected:
HP AXPVMS DCPS V2.5 Layered Product
Do you want to continue? [YES]
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.
HP AXPVMS DCPS V2.5: HP DECprint Supervisor for OpenVMS
© Copyright 2005 Hewlett-Packard Development Company, L.P.
Examining system environment ...
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
\NODES\
%DCPS-F-USERABORT, operation terminated by user request
%PCSI-E-S_OPFAIL, operation failed
%PCSIUI-E-ABORT, operation terminated due to an unrecoverable error condition
$
The installation guide doesn't tell anything on NODES...
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:51 PM
03-14-2006 07:51 PM
Re: DCPS install fails
is this a cluster? DCPS tries to detect all nodes booting from the current systemdisk and creates a DCL symbol NODES="~node1~node2...~".
It uses SYSMAN for this, perhaps you have problems running SYSMAN, try it interactivly:
$ MCR SYSMAN
SET ENV /CLUSTER
DO SHO LOG SYS$SYSDEVICE
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:57 PM
03-14-2006 07:57 PM
Re: DCPS install fails
if you want to debug this yourself, try using the /TRACE qualifier to get more information.
Next step is PROD EXTRACT PDF DCPS
Look at *DCPS*.PCSI$DESCRIPTION for the .COM files in the kit. You can extract them with PRODUCT EXTRACT FILE DCPS/SELECT=filename
and have a look at where the symbol NODES is used.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:17 PM
03-14-2006 08:17 PM
Re: DCPS install fails
a routine named dcps$pcsi_configure is called with a EXECUTE PRECONFIGURE statement from the description file.
Willem, to check for yourself just copy the kit to reference format using:
$ PROD COPY DCPS/FORM=REFE/DEST=[.XXX]
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:19 PM
03-14-2006 08:19 PM
Re: DCPS install fails
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:40 PM
03-14-2006 09:40 PM
Re: DCPS install fails
It's designed to be a cluster, but at the moment it's just one box.
â â â â â â â â â â â â â â â â â â â â â â â â â ¬â â â â â â â â â â
â SYSTEMS â MEMBERS â
â â â â â â â â â â ¬â â â â â â â â â â â â â â â ¼â â â â â â â â â â ¤
â NODE â SOFTWARE â STATUS â
â â â â â â â â â â ¼â â â â â â â â â â â â â â â ¼â â â â â â â â â â ¤
â DIANA â VMS V8.2 â MEMBER â
â â â â â â â â â â ´â â â â â â â â â â â â â â â ´â â â â â â â â â â
$ mcr sysman
SYSMAN> set env/cluster
%SYSMAN-I-ENV, current command environment:
Clusterwide on local cluster
Username SYSTEM will be used on nonlocal nodes
SYSMAN> do sho log sys$sysdevice
%SYSMAN-I-OUTPUT, command execution on node DIANA
"SYS$SYSDEVICE" = "$116$DKA100:" (LNM$SYSTEM_TABLE)
SYSMAN>
Volker:
Copied all (PCSI and TXT files) off CD to a directory - on the system disk.
Believe it or not: trying to install from there with /TRACE went perfect...(and the only things done were copy and /TRACE option.
Willem
OpenVMS Developer & System Manager
- 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: DCPS install fails
$ if f$getsyi ("cluster_member")
$ then cluster = "Y"
$ gosub examine_cluster_nodes
$ else cluster = "N"
$ number_of_nodes = 1
$ nodes = "~" + f$edit (f$getsyi ("scsnode"), "trim") + "~"
(beware of line wraps)
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 03:50 AM
03-15-2006 03:50 AM
Re: DCPS install fails
$ WRITE SYS$OUTPUT F$GETSYI ("CLUSTER_MEMBER")
on your system? (I'm guessing it's TRUE.)
In that case, the installation procedure runs SYSMAN to determine the system disk on each node, as previously mentioned. SYS$ERROR goes to the null device for that command, so it would be interesting to issue the SYSMAN commands manually to see what happens.
And you said after you copied the kit from CD to disk the installation worked? Did you just copy the PCSI file or did you do a PRODUCT COPY ?
Paul
Paul Anderson
OpenVMS Engineering
Hewlett-Packard Company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 08:10 AM
03-15-2006 08:10 AM
Re: DCPS install fails
OpenVMS Developer & System Manager