Operating System - OpenVMS
1832489 Members
4219 Online
110043 Solutions
New Discussion

"product remove" from a dead disk

 
SOLVED
Go to solution
Jansen_8
Regular Advisor

"product remove" from a dead disk

I installed one layered product (GNV to be precise) at another disk than the system disk using the /destination switch on the product command. Unfortunatly this disk died and I had to run the cluster with one disk less. I got GNV running by just copying everything form backup to another disk and adjust the logicals. So far so good.
Today I tried to install the new version of GNV, but failed, since Product cannot remove the old version from the dead disk. What do I have to do to trick PRODUCT?

Jouk
4 REPLIES 4
labadie_1
Honored Contributor
Solution

Re: "product remove" from a dead disk

Hello

Here is a paste from a post on comp.os.vms, from Mr Hammond

When a product is installed, the PCSI utility stores the associated
logical volume name of the destination device in the product database,
not the actual device name. Since the destination volume is no longer
mounted, PCSI cannot use this logical name to find the device on which
your product was orignally installed. The logical volume name is used
so that the user can move files to another physical device with the
same or different label. However, PCSI must be told what happened so
that it can update the product database.

First, let's define "logical device name". This is the string that is
returned from:

$ WRITE SYS$OUTPUT F$GETDVI("","logvolnam")

This logical name is created by the MOUNT utilty when the volume is
mounted and a logical name of the form DISK$
Jansen_8
Regular Advisor

Re: "product remove" from a dead disk

Thanks

I just defined the "disk logical" and it worked

Jouk
Jansen_8
Regular Advisor

Re: "product remove" from a dead disk

solved
labadie_1
Honored Contributor

Re: "product remove" from a dead disk

Fine.

I think PRODUCT should be modified to handle simply/transparently this kind of situation we have all experienced (dead disk or disk replaced by another one, a bigger one, a RAID 1/ RAID 5/ RAID 6...).

May be we should log a SPR on Hp User advocacy ? If we are enough to sign, HP may consider it.