- Print
- DarkLight
Introduction
The type 89 record provides information about product usage on a particular MVS™ system. The usage reporting program analyzes the data collected in the type 89 record. For more information see z/OS MVS Product Management. The record is generated on a scheduled interval (1 hour maximum).
Subtype 2 — State Data
Contains, for the scheduled interval, summary state data for all products across the system that have registered to indicate that they are running. These products issue the MVS Register service to indicate that they are running. MVS uses information a product supplies to determine if the product is enabled and to maintain a list of active products.
The installation controls the scheduling of the type 89 record by checking the INTERVAL value specified for the SMF address space. Because SMF is a started task, this is the INTERVAL value for SUBSYS=STC in the SMFPRMxx member. If the INTERVAL value is less than or equal to one hour, then that value is used as the reporting interval for type 89 records. If that value is greater than one hour, or if no INTERVAL value is specified, then one hour is used as the reporting interval for type 89 recording.
There are two sets of interval START and STOP times in the record:
Usage data interval START/STOP.
Reporting interval START/STOP.
The usage data interval represents the hourly buckets that the usage reporting program records product usage in. This interval is synchronized to the top of the hour.
The reporting interval represents the increment when the type 89 records are generated and is also synchronized to the top of the hour. For example, if you specified an interval value of 30 minutes, type 89 records would be generated at 9:00, 9:30, 10:00... If you are collecting usage data at the task level, you may want to synchronize interval processing to the top of the hour in your SMFPRMxx member because task level data collection is scheduled by interval processing.
SMF type 89 records are generated on the interval as requested; if no products are registered, then a type 89 record is generated with a product count of 0.
Product intersection time data sections are generated when a product registers at the ADDRSP level, and then invokes a product that registers at the TASK level. When no product intersections occur, the product intersection count in SMF89CNN is zero.
Product intersection time data sections are generated when a product registers at the ADDRSP level, and then invokes a product that registers at the TASK level.
When no product intersections occur, the product intersection count in SMF89CNN is zero.
Fields
Stored in swStateData
SMF Field | DB Column name | Description |
---|---|---|
recordType | Value is always SW2P | |
startTime | ||
endTime | ||
sid | ||
SMF89PNM | recordName | Record product name |
SMF89RVN | recordVersion | Record version number |
SMF89OSL | mvsLevel | MVS™ system level (For example, SP4.3.0) |
SMF89PFL | flag | True if SMF field equal to 1 |
SMF89_CoreMode_CP | totCpCpus | The number of CPUs that are active on a CP core |
SMF89_CoreMode_zAAP | totZpCpus | The number of CPUs that are active on a zAAP core |
SMF89_CoreMode_zIIP | totSeCpus | The number of CPUs that are active on a zIIP core |
SMF89SYN | sysName | MVS™ system name (SYSNAME from IEASYSxx) |
SMF89CMN | modelNum | CPU model number |
SMF89CVN | cpuVersion | CPU version number |
SMF89SER | cpuSerial | CPU serial number |
SMF89LP3 | lparId | LPAR ID |
SMF89RPP | processingPower | CPU relative processing power indicator |
SMF89SPN | sysplex | Sysplex name (from the SYSPLEX parameter in the COUPLExx parmlib member) |
SMF89CPT | cpcType | CPC type number (blanks if data is not available) |
SMF89CPM | cpcModel | CPC model number (blanks if data is not available) |
SMF89CPS | cpcSequence | CPC sequence number (blanks if data is not available) |
SMF89CPC | cpuCapability | CPU capability |
SMF89CCC | cpuConfig | Configured CPU count |
SMF89SCC | cpuStandby | Standby CPU count |
SMF89T2ProdOwner | prodOwner | Product owner or vendor name (from the prodowner parameter on the Register service or the OWNER field on the PROD statement in IFAPRDxx) |
SMF89T2ProdName | prodName | Product name (from the prodname parameter on the Register service or the NAME field on the PROD statement in IFAPRDxx) |
SMF89T2FeatureName | prodFeatureName | Feature name (from the featurename parameter on the Register service or the FEATURENAME field on the PROD statement in IFAPRDxx) |
SMF89T2ProdVers | prodVersion | Product version (from the prodvers parameter on the Register service or the VERSION field on the PROD statement in IFAPRDxx) |
SMF89T2ProdRel | prodRelease | Product release (from the prodrel parameter on the Register service or the RELEASE field on the PROD statement in IFAPRDxx) |
SMF89T2ProdMod | prodModLevel | Product modification level (from the prodmod parameter on the Register service or the MOD field on the PROD statement in IFAPRDxx) |
SMF89T2ProdID | prodId | Product identifier (from the prodID parameter on the Register service or the ID field on the PROD statement in IFAPRDxx) |
SMF89T2Flags | prodFlags | State entry flags, bit meaning :
|
actionId |