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 > UDB and licensed processor

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-04-04, 10:34
dollar489 dollar489 is offline
Registered User
 
Join Date: Sep 2002
Posts: 456
UDB and licensed processor

What happens when the no. of processors on the server exceed the "No. of Licensed processor",does database manager still uses the extra processors beyond the limit defined?

dollar
Reply With Quote
  #2 (permalink)  
Old 03-04-04, 11:18
quigleyd quigleyd is offline
Registered User
 
Join Date: Nov 2002
Location: Delaware
Posts: 186
Re: UDB and licensed processor

V7 it does, you'll just keep getting message in your diag.log, On V8 we havn't run into that yet, but it looks like it would, we get the mesages all the time, and it hasn't hurt anything yet
__________________
David Quigley
Reply With Quote
  #3 (permalink)  
Old 03-04-04, 11:57
Tank Tank is offline
Registered User
 
Join Date: Feb 2004
Location: Copenhagen
Posts: 220
I am using v.8.1.4 on AIX 5.1

The Applícation runs on all processors
even if they're not licensed, but it continuosly
writes error messages to the db2diag.log,
I also have a suspicion that it logs differently

If you have the original installation CD,
just find the .lic file and run the db2licm
command with the -a flag, then read the
password and run it again with the -n option
to set the number of processors.

Tank
Reply With Quote
  #4 (permalink)  
Old 03-04-04, 12:11
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
db2licm -l

if you see 'Soft Stop' as the Enforcement policy, then you will be able to use all processors ...
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #5 (permalink)  
Old 03-04-04, 12:12
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
BTW, db2licm -n requires root I belive

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #6 (permalink)  
Old 03-05-04, 04:21
Tank Tank is offline
Registered User
 
Join Date: Feb 2004
Location: Copenhagen
Posts: 220
I think licm -n only needs instance ownership

Tank
Reply With Quote
  #7 (permalink)  
Old 03-05-04, 04:32
nitingm nitingm is offline
Registered User
 
Join Date: Jul 2003
Location: Austin, TX, USA
Posts: 278
Update Licm

Hi,

You can go ahead and update the number of processors using the LICM command and then after the instance is restarted db2 will go ahead and use the processors.

Regards

Nitin.
__________________
HTH

Nitin

Ask the experienced rather than the learned
Reply With Quote
  #8 (permalink)  
Old 03-07-04, 16:14
famudba famudba is offline
Registered User
 
Join Date: Jan 2004
Location: Tallahassee, FL, USA
Posts: 96
C:\Documents and Settings\db2admin>db2licm -l
Product Name = "DB2 Enterprise Server Edition"
Product Password = "DB2ESE"
Version Information = "8.1"
Expiry Date = "Permanent"
Registered Connect User Policy = "Disabled"
Number Of Entitled Users = "5"
Enforcement Policy = "Soft Stop"
Number of processors = "1"
Number of licensed processors = "1"
Annotation = ""
Other information = ""

db2licm [-a filename]
[-e HARD | SOFT]
[-p prod-password
REGISTERED | CONCURRENT]
[-r prod-password]
[-u prod-password num-users]
[-n prod-password num-processors]
[-l]
[-v]
[-?]

The command options are:


-a Adds a license for a product. Specify a file name containing
valid license information. This can be obtained from your
licensed product CD or contact your IBM representative or
authorized dealer.

-n Updates the number of entitled processors. Specify the
number of processors that you are entitled to use this product
with.

-e Updates the enforcement policy on the system. Valid values
are: HARD and SOFT. HARD specifies that unlicensed requests will
not be allowed. SOFT specifies that unlicensed requests will be
logged but not restricted.

-l Lists all the products with available license information.

-p Updates the license policy type to use on the system. The
keywords CONCURRENT, REGISTERED, or CONCURRENT REGISTERED can be
specified.

-r Removes the license for a product. After the license is
removed, the product functions in "Try & Buy" mode. To get the
password for a specific product, invoke the command with the -l
option.

-u Updates the number of user entitlements that have been
purchased. Specify the password of the product for which the
entitlements were purchased and the number of users.

-v Displays version information.

-? Displays help information. When this option is specified,
all other options are ignored, and only the help information is
displayed.

User Response:

Enter the command again using the valid parameters.


Lekharaju Ennam
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