The Software Asset Management application supports Oracle hard-partitioning licensing rules for IBM AIX LPAR and Solaris Zone.

When you hard partition a server, the server is divided into smaller systems that run independently from each other. Each system contains its own processors, network resources, operating system, memory, and more. For more information on Oracle licensing and hard partitioning, refer to Oracle Partitioning Policy.

IBM LPAR

A logical partition (LPAR) is a defined subset of processor hardware that supports the operating system. An LPAR contains resources, such as processors, memory, and input or output devices, that operate as an independent system. You can have multiple LPARs within each mainframe hardware system.

Discovering the LPARs and LPAR resources within your IBM LPAR infrastructure requires ServiceNow Discovery patterns for the IBM Hardware Management Console (HMC), which is the hardware appliance that enables you to manage and configure your LPARs. To access these discovery patterns, you must request and install the Discovery and Service Mapping Patterns application from the ServiceNow Store. For more information on how to configure a discovery on your LPARs, see IBM Virtualization and Hardware Management Console discovery.

Note: The lparstat command pulls a report of LPAR-related information and usage. For more information, see the IBM Knowledge Center.
When you run a discovery, your discovered LPAR data is populated and stored in the following Configuration Management Database (CMDB) tables on your ServiceNow instance:
  • cmdb_ci_ibm_frame
  • cmdb_ci_aix_server
  • cmdb_ci_lpar_instance
  • cmdb_ci_lpar_resource
  • cmdb_rel_ci
  • cmdb_sam_sw_install
To populate and store this data, you must request and install the CMDB CI Class Models application from the ServiceNow Store. This application adds or updates CMDB classes for the IBM HMC. For more information on IBM HMC CMDB classes, see IBM Hardware Management Console (HMC) extension classes.
After your discovered LPAR data is populated in the appropriate CMDB tables, you can use the samp_frame_to_lpar_resource database view to join the tables together and consolidate all LPAR data into a single view. Based on this database view and the Oracle Database and WebLogic Server licensing rules for IBM LPAR, you can identify and determine the license compliance of all Oracle database and WebLogic server installations across your IBM LPAR infrastructure.
Table 1. Oracle Database and WebLogic Server licensing rules for IBM LPAR
Processor pool Description Licensing rule
Dedicated Processors are assigned to only one dedicated LPAR, which is an LPAR that is built on dedicated CPU resources. You must license the dedicated processors on which you install or run an Oracle database or WebLogic server.

To determine the number of rights that are required for a dedicated LPAR, multiply the total number of processor cores that are running an Oracle database or WebLogic server on the LPAR by a core processor licensing factor, as specified on the Oracle Processor Core Factor Table.

Shared Processors are shared across micro-partitions, which are LPARs that are built on shared CPU resources. You must license the shared processors on which you install or run an Oracle database or WebLogic server.
You can determine the number of rights that are required across your micro-partitions based on the LPAR type:
  • Capped LPAR: A capped LPAR is a logical partition that is assigned a maximum entitled capacity, which is the number of CPU resources that the LPAR is entitled to receive. Capped LPARs cannot use more processor power than the assigned entitled capacity.

    To determine the number of rights that are required across your capped micro-partitions, multiply the sum of all assigned entitled capacities by a core processor licensing factor, as specified on the Oracle Processor Core Factor Table.

  • Uncapped LPAR: An uncapped LPAR is a logical partition that can use more processor power than the assigned entitled capacity. Processor power usage is limited by the number of virtual processors that are assigned to the LPAR or by the maximum number of physical processor cores that are available to the shared processor pool.
    To determine the number of rights that are required across your uncapped micro-partitions, add the sum of all assigned virtual processors with the sum of all assigned entitled capacities.
    • If the resulting value is lower than the number of physical processor cores that are available to the shared processor pool, multiply the value by a core processor licensing factor, as specified on the Oracle Processor Core Factor Table.
    • If the resulting value is greater than the number of physical processor cores that are available to the shared processor pool, multiply the number of physical processor cores by a core processor licensing factor, as specified on the Oracle Processor Core Factor Table.

For more information on database views, see Creating database views for reporting.

Solaris zones

You can set up a global zone on a Solaris server and hard partition it with multiple local zones. You can then run an Oracle database or WebLogic server on one or more local zones. To license your Oracle database or WebLogic server installations, rights should be allocated to the physical host that runs the entire Solaris zone configuration. For the Per Processor license metric, rights must cover the cores for all local zones up to the maximum capacity of the physical host. For the Named User Plus license metric, rights must cover the clients that access the database or WebLogic server on the local zones. For information about Solaris zone discovery, see Solaris discovery.