473,385 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

DB2WSUE License grief. (Permanent license is said the have expiredafter upgrade to FP8.2.6)

Hi hi everyone.

We have upgraded our DB2 LUW 8.2.1 which was directly installed from our
DB2 CD's to DB2 LUW 8.2.6 (FP13). (system: HP DL385 (AMD64), single
socket, dual core. 8GB memory. SLES 10. NetApp FAS250 storage array).

This went quite well, but it rendered our permanent (legal) DB2 license
invalid, and I can see of no way to get our environment up and running
with FP13 installed.

Is there someone who is familiar with the problem and someone who knows
of any solutions?

Additional info comming up:
First, our DB2WSUE.LIC has been deemed valid by IBM support.
**** db2licm -l on 8.2.6:

Product Name = "DB2 Connect Enterprise Edition"
Product Identifier = "DB2CONEE"
Version Information = "8.2"
Expiry Date = "Expired"
Concurrent Connect User Policy = "Disabled"
Registered Connect User Policy = "Disabled"
Enforcement Policy = "Soft Stop"
Annotation = ""
Other information = ""

Product Name = "DB2 Personal Edition"
Product Identifier = "DB2PE"
Version Information = "8.2"
Expiry Date = "Expired"
Annotation = ""
Other information = ""

Product Name = "DB2 Connect Personal Edition"
Product Identifier = "DB2CONPE"
Version Information = "8.2"
Expiry Date = "Expired"
Annotation = ""
Other information = ""

Product Name = "DB2 Enterprise Server Edition"
Product Identifier = "DB2ESE"
Version Information = "8.2"
Expiry Date = "Expired"
Registered Connect User Policy = "Disabled"
Number Of Entitled Connect Users = "5"
Enforcement Policy = "Soft Stop"
Number of processors = "1"
Number of licensed processors = "1"
Database partitioning feature = "Not entitled"
Annotation = ""
Other information = ""

Product Name = "DB2 Workgroup Server
Unlimited Edition"
Product Identifier = "DB2WSUE"
Version Information = "8.2"
Expiry Date = "Permanent"

Number of processors = "1"
Number of licensed processors = "1"
Annotation = ""
Other information = ""

Product Name = "DB2 Query Patroller"
Product Identifier = "DB2QPSVR"
Version Information = "8.2"
Expiry Date = "Expired"
Number of processors = "1"
Number of licensed processors = "1"
Annotation = ""
Other information = ""

Product Name = "IBM DB2 Cube Views"
Product Identifier = "DB2CUBE"
Version Information = "8.2"
Expiry Date = "Expired"
Number of processors = "1"
Number of licensed processors = "1"
Annotation = ""
Other information = ""

Product Name = "DB2 Universal Database
Express Edition"
Product Identifier = "DB2EXP"
Version Information = "8.2"
Expiry Date = "Expired"
Registered User Policy = "Disabled"
Enforcement Policy = "Soft Stop"
Number of processors = "1"
Number of licensed processors = "2"
Annotation = ""
Other information = ""

****** The returned error
db2inst@elmo:~db2start
01/03/2007 15:14:49 0 0 SQL8000N DB2START processing failed; a
valid product license was not found.
SQL1032N No start database manager command was issued. SQLSTATE=57019
****** The entry returned by db2diag
2007-01-03-15.14.49.957996+060 E10679G742 LEVEL: Error
PID : 6954 TID : 4095866544 PROC : db2star2
INSTANCE: db2inst NODE : 000
FUNCTION: DB2 UDB, oper system services, licRequestAccess, probe:2
MESSAGE : ADM12008C The product "DB2 Enterprise Server Edition" does
not have
a valid license key installed and the evaluation period has
expired.
Functions specific to this product are not enabled. If you have
licensed this product, please ensure the license key is properly
installed. You can install the license via using License
Center or
db2licm command line utility. The license file can be
obtained from
your licensed product CD.


Now... the above is kinda weird...
Why do I see a complaint about a missing license on "DB2 Enterprise
Server Edition?"

Correct me if I'm wrong.. But DB2 FP13 for linux, there's only one
version for all product versions, is there not? The license determines
the way the package behaves? This is what I've been told from IBM support.

And another question (to perhaps trace it back to IBM administration);
Does DB2 check it's license against a server at IBM? a 'phone home'?
I heard rumours about this being in DB2-9.

Any help is highly appreciated.
-R-
Jan 3 '07 #1
4 7043
Jurgen Haan wrote:
Hi hi everyone.

We have upgraded our DB2 LUW 8.2.1 which was directly installed from our
DB2 CD's to DB2 LUW 8.2.6 (FP13). (system: HP DL385 (AMD64), single
socket, dual core. 8GB memory. SLES 10. NetApp FAS250 storage array).

This went quite well, but it rendered our permanent (legal) DB2 license
invalid, and I can see of no way to get our environment up and running
with FP13 installed.
....
Additional info comming up:
First, our DB2WSUE.LIC has been deemed valid by IBM support.
You appear to have valid DB2 WSUE license. You appear to have installed (perhaps
more than 90 days ago) DB2 ESE - whose license expired.

Perhaps if you uninstall DB2 ESE and install DB2 WSUE - you will be back to normal?

Or - you can experiment with creating a new instance - of type WSUE - and try to
start it.
Jan M. Nelken
Jan 3 '07 #2
You appear to have valid DB2 WSUE license. You appear to have installed
(perhaps more than 90 days ago) DB2 ESE - whose license expired.

Perhaps if you uninstall DB2 ESE and install DB2 WSUE - you will be back
to normal?

Or - you can experiment with creating a new instance - of type WSUE -
and try to start it.
Ty for your reply.

That's the odd thing, I have never installed db2 ESE.
And the 8.2.1 version I start with, if I execute a db2licm -l I get this
output.

db2inst@enterprise:~db2licm -l
Product Name = "DB2 Workgroup Server
Unlimited Edition"
Product Identifier = "DB2WSUE"
Version Information = "8.2"
Expiry Date = "Permanent"
Number of processors = "1"
Number of licensed processors = "1"
Annotation = ""
Other information = ""

It's not until I install the fixpak, that those other expired things
show up.

I checked the installation steps, but I haven't seen anything that
should configure the fixpak for use with a specific product.

I also got a download link from IBM support with the fixpak I *should*
use... But it gives me the same grief.

I've dropped the instance several times (including deleting the db2inst
directory and the /var/db2 directory), and to no success.. The same
error after the instance has been created.

Hmmm... experimenting with the instance types...

I did that...

db2icrt -u db2fenc -w 64 -s wse db2inst

This is what I got back:

db2inst@elmo:~db2start
SQL8008N The product "DB2 Connect Enterprise Edition" does not have a
valid
license key installed and the evaluation period has expired. Functions
specific to this product are not enabled.
SQL8008N The product "DB2 Personal Edition" does not have a valid
license key
installed and the evaluation period has expired. Functions specific to
this
product are not enabled.
SQL8008N The product "DB2 Enterprise Server Edition" does not have a valid
license key installed and the evaluation period has expired. Functions
specific to this product are not enabled.
SQL8008N The product "DB2 Universal Database Express Edition" does not
have a
valid license key installed and the evaluation period has expired.
Functions
specific to this product are not enabled.
SQL1063N DB2START processing was successful.

Although I see a lot of messages on licenses, the bottom one is the one
that makes me happy :)

And look at this:

db2inst@elmo:~db2 connect to test

Database Connection Information

Database server = DB2/LINUXX8664 8.2.6
SQL authorization ID = DB2INST
Local database alias = TEST
Nice...

Is there perhaps any way I can get rid of those expired things?
They are not removable with db2licm -r <name>

Btw.
Ty. for the great tip.
Jan 3 '07 #3
Jurgen Haan wrote:
It's not until I install the fixpak, that those other expired things
show up.

I checked the installation steps, but I haven't seen anything that
should configure the fixpak for use with a specific product.

I also got a download link from IBM support with the fixpak I *should*
use... But it gives me the same grief.
....
>
Is there perhaps any way I can get rid of those expired things?
They are not removable with db2licm -r <name>

Btw.
Ty. for the great tip.
I presume you used this link:

http://www-306.ibm.com/software/data...md2664bit.html
You may want to open PMR if this is urgent to cleanup - I may be able to play
with V8 later this week.

Jan M. Nelken
Jan 3 '07 #4
I presume you used this link:

http://www-306.ibm.com/software/data...md2664bit.html
Indeed... that's the link.

On executing installfixpak -y, it seems it's installing *all* products.
(the fixpack being a fixpack for all db2 versions).

So we're getting closer to the source of the problem, but still not
quite sure what's causing it.

-R-
Jan 3 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Amalfy Vargas | last post by:
Just looking through my CD's noticed that my license key it's gone. The software is at the moment installed completly in my machine. Is there any way to retrieve that key? I tryed using the 90 day...
5
by: banyanhost | last post by:
Hello: I have a question regarding my copy of DB2 Enterprise Edition 7.1 My business acquires used software fairly often. And we came across a copy of DB2 Enterprise Edition 7.1 and i want to...
8
by: Larry__Weiss | last post by:
What kind of licensing is needed to be able to use the Microsoft Access product and distribute the applications? In other words, what version of Microsoft Access does a developer need to buy in...
2
by: Juuso Hukkanen | last post by:
Language is quite good, if you don't learn the language syntax in 30 minutes complain and flame. t3d(TM) in a nutshell: -Languages main documentation is two pages (presented on the last two...
4
by: P1ayboy | last post by:
I need advice on how to best to protect software with licenses. We are developing a windows application that people can purchase and download off the net, but the software needs to be protected...
1
by: rdemyan via AccessMonster.com | last post by:
I'm trying to implement a licensing scheme. There are three types of licenses: Trial - good for 30 to 60 days Interim - good for 1 year Fully Paid - no expiration Everything is working fine...
1
by: Rinie | last post by:
Hi, I have downloaded db2 version 9 through passport advantage. The db2ese.lic file was included but I have my doubts if this is okay. Db2licm output differs a lot from version 8. My "db2licm...
0
by: dunleav1 | last post by:
I have a working 8.2 installation on a Windows machine. I'm trying to install 9.1 license on a successfully installed 9.1 installation on the same machine. Note: My license is a IBM PartnerWorld...
22
by: Ken Foskey | last post by:
On Thu, 14 Aug 2008 10:09:01 -0700, raylopez99 wrote: The facts of the case above are that the person took a whole application and distributed it after some minor modifications, ie they did not...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.