This little tip was passed on to me by a friendly IBM hardware engineer many years ago.

When entering a capacity on demand (CoD) code into a Power system, you can tell how many processors and how much memory will be activated, just by looking at the code youve given by IBM.

For example, the following codes, when entered for the appropriate Power system, will enable 4 processors (POD) and 64GB of memory (MOD). I can also tell* that once the VET code is entered, this system will be licensed for PowerVM Enterprise Edition (2C28).

System Type: 9117 Serial Number: 06-B719P

Type

Activation Code

Posted Date (MM/DD/YYYY)

VET

F2FB60ERC4FF3DB50CA1F00002C28004177

04/30/2010

POD

FA94E589F2067F0C54680000000400419B

04/30/2010

MOD

B154E7097C231A85821200000064004102

04/30/2010

Activation type definitions

POD:

CUoD Processor Activation Code

MOD:

CUoD Memory Activation Code

TCOD:

On/Off CoD Enablement Code

TMOD:

On/Off CoD Memory Enablement Code

VET:

Virtualization Technology Code


(PowerVM, Enterprise Enablement, WWPN, Active Memory Expansion)

STDP:

Standard Trial CoD Processor Activation Code

STDM:

Standard Trial CoD Memory Activation Code

STME:

Standard Trial Active Memory Expansion Code

EXCP:

Exception Trial CoD Processor Activation Code

EXCM:

Exception Trial CoD Memory Activation Code

USTA:

Utility CoD Enablement Code

USTO:

Utility CoD Termination Code

URPT:

Utility CoD Reporting Code

PAID:

Utility CoD PrePaid Code

0000 = Reset to base defaults (No PowerVM)
1xxx = Express
2c00 =
Standard
2c20 = Enterprise

*Refer to the following link for more information on How to tell which PowerVM Editions feature was ordered: https://www-304.ibm.com/support/docview.wss?uid=isg3T1010860

You can obtain your CoD codes from the following website: http://www-912.ibm.com/pod/pod

======

UPDATE 12/9/2011: Script from Chris-R that collects CoD information for a system from the IBM CoD Website. Thanks Chris-R, nice job!

Done!

$ ./activations.pl 9117 10 06ebp
02 processors activated on 05/23/2011
024 GB memory activated on 05/23/2011
02 processors activated on 03/11/2011
016 GB memory activated on 03/11/2011
055 GB memory activated on 03/02/2011
06 processors activated on 02/22/2011
096 GB memory activated on 02/22/2011
01 processors activated on 01/12/2011
016 GB memory activated on 01/12/2011
06 processors activated on 03/17/2010
072 GB memory activated on 03/17/2010
19 processors activated on 03/16/2010
228 GB memory activated on 03/16/2010
================
TOTAL CPU=36 RAM=519168MB (507GB)

UPDATED April 2020!: Chris has kindly provided an updated version of the script. It is available here:

http://gibsonnet.net/blog/cgaix/resource/activations.pl