Thomas wrote:
> # db2_install
>
> Specify one or more of the following keywords, \nseparated by spaces, to
install
> DB2 products.\n
> No license packages available on CD
>
> DB2.RCAE - Run-Time Client
> Enter "help" to redisplay product names, enter "quit" to exit.
> ***********************************************************
> DB2.RCAE
> Installing ./db2cliv71-7.1.0-55.s390.rpm ...
> file /usr/IBMdb2/V7.1/Readme/en_US/Release.Notes from install of
> db2cliv71-7.1.0-55 conflicts with file from package db2cliv71-7.1.0-40
> ....and so on.
>
> Do I have to deinstall the GA level first? Where is the trick?
I noticed that the db2_install code does a 'rpm -ivh' and thus causes
problems with upgrades.
You can either run db2_deinstall from the old version, and then do a
db2_install, or
**UNTESTED**
update db2_install in line :248 and change 'rpm -ivh ${fullrpmname?}' into
'rpm -Uvh ${fullrpmname?}'
**END UNTESTED**
Ronald van der Laan