If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > problems wih DB2 licensing

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-21-06, 07:38
nelapsi nelapsi is offline
Registered User
 
Join Date: Dec 2004
Posts: 43
problems wih DB2 licensing

I have installed DB2CPE 8.1 on linux
( IBM_db2msen81, IBM_db2cliv81, IBM_db2repl81, IBM_db2cucs81, IBM_db2rte81 and IBM_db2conn81 RPMs)
Also, I have create instance and catalog one node and DB on it
but when I try to connect to this DB I get
Code:
SQL8002 DRDA ... a valid product license... SQLSTATE=42968
output of `db2licm -l` is empty
then I run db2licm -a /.../db2conpe.lic it writes that license was added but output of `db2licm -l` still empty
that's wrong?
PS I try to connect to DB2 v7.?.? on s390
PPS I get db2conpe.lic from IBM DB2 CPE CD
PPPS I have 4 processors in my /proc/cpuinfo
Reply With Quote
  #2 (permalink)  
Old 03-21-06, 20:05
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
In order to connect to DB2 for z/OS or DB2 iSeries from a DB2 LUW client, you need a license for DB2 Connect. The only exception is if you have DB2 ESE Server installed, which comes with a 5 user license for DB2 Connect.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 03-22-06, 04:17
nelapsi nelapsi is offline
Registered User
 
Join Date: Dec 2004
Posts: 43
Hmm..
I have also tried db2ese.lic with same result..
Reply With Quote
  #4 (permalink)  
Old 03-22-06, 04:53
przytula przytula is offline
Registered User
 
Join Date: Nov 2004
Posts: 374
lic

after the install (in root) try
db2licm -a xxxxx.lic <-- pointing to the lic file
then try db2updt instancename
this should help
__________________
Best Regards, Guy Przytula
DB2/ORA/SQL Services
DB2 DBA & Advanced DBA Certified
DB2 Dprop Certified
http://users.skynet.be/przytula/dbss.html
Reply With Quote
  #5 (permalink)  
Old 03-22-06, 07:58
nelapsi nelapsi is offline
Registered User
 
Join Date: Dec 2004
Posts: 43
Code:
[asuuis@asuuis db2_last]$ find /opt/IBM/db2/V8.1/ -name '*db2updt*'
[asuuis@asuuis db2_last]$
where can I get this file?
Reply With Quote
  #6 (permalink)  
Old 03-22-06, 08:23
nelapsi nelapsi is offline
Registered User
 
Join Date: Dec 2004
Posts: 43
It's ok - it called db2iupdt
Thnx
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On