zhmcGetImageActivationProfileProperties function1
zhmcGetImageActivationProfileProperties (hmcname, imageActivationProfile)
Obtains the properties for the Image Activation Profile. The available properties are summarized in the following table:
name | The profile's name. |
description | The profile's description. |
ipl_address | The load address. |
ipl_parameter | The load parameters |
initial_processing_weight | The initial processing weight for the general purpose processors. |
initial_processing_weight_capped | true if the general purpose initial processor weight is capped, false if not. |
minimum_processing_weight | The minimum weight for the general general purpose processors. |
maximum_processing_weight | The maximum weight for the general general purpose processors. |
current_processing_weight | The current weight for the general general purpose processors. |
current_processing_weight_capped | Indicates that the current general purpose processor weight is a limit or a target. |
workload_manager_enabled | Indicates that the z/OS Workload Manager is allowed to change processing weight properties. |
defined_capacity | The defined capacity in MSUs |
ipl_type | The IPL type, 'ipltype-standard', 'ipltype-scsi' or 'ipltype-scsidump' |
disk_partition_id | The disk partition number used for SCSI load and dump. |
logical_unit_number | The logical unit number for the profile. |
boot_record_lba | The boot record logical block address. |
os_specific_load_parameters | Operating system specific load parameters. |
initial_aap_processing_weight | The initial processing weight for the Application Assist (zAAP) Processors. |
initial_aap_processing_weight_capped | true if the the Application Assist Processor initial processor weight is capped, false if not. |
minimum_aap_processing_weight | The minimum weight for the zAAP processors. |
maximum_aap_processing_weight | The maximum weight for the zAAP processors. |
current_aap_processing_weight | The current weight for the zAAP processors. |
current_aap_processing_weight_capped | Indicates that the current zAAP processor weight is a limit or a target. |
initial_ifl_processing_weight | The initial processing weight for the Integrated Facility for Linux (IFL) processors. |
initial_ifl_processing_weight_capped | true if the the IFL initial processor weight is capped, false if not. |
minimum_ifl_processing_weight | The minimum weight for the IFL processors. |
maximum_ifl_processing_weight | The maximum weight for the IFL processors. |
current_ifl_processing_weight | The current weight for the IFL processors. |
current_ifl_processing_weight_capped | Indicates that the current IFL processor weight is a limit or a target. |
initial_ziip_processing_weight | The initial processing weight for the Integrated Information Processors (zIIP). |
initial_ziip_processing_weight_capped | true if the the zIIP initial processor weight is capped, false if not. |
minimum_ziip_processing_weight | The minimum weight for the zIIP processors. |
maximum_ziip_processing_weight | The maximum weight for the zIIP processors. |
current_ziip_processing_weight | The current weight for the zIIP processors. |
current_ziip_processing_weight_capped | Indicates that the current zIIP processor weight is a limit or a target. |
load_at_activation | Specifies if the LPAR should automatically be loaded after activation. |
central_storage | The value of central storage, in MB. |
reserved_central_storage | The value of reserved central storage, in MB. |
expanded_storage | The value of expanded storage, in MB. |
reserved_expanded_storage | The value of reserved expanded storage, in MB. |
processor_usage | Specifies how processors are allocated, 'dedicated' or 'shared' |
number_dedicated_general_purpose_processors | Number of dedicated general purpose processors. |
number_reserved_dedicated_general_purpose_processors | Number of reserved dedicated general purpose processors. |
number_dedicated_aap_processors | Number of dedicated zAAP processors. |
number_reserved_dedicated_aap_processors | Number of reserved dedicated zAAP processors. |
number_dedicated_ifl_processors | Number of dedicated IFL processors. |
number_reserved_dedicated_ifl_processors | Number of reserved dedicated IFL processors. |
number_dedicated_icf_processors | Number of dedicated ICF processors. |
number_reserved_dedicated_icf_processors | Number of reserved dedicated ICF processors. |
number_dedicated_ziip_processors | Number of dedicated zIIP processors. |
number_reserved_dedicated_ziip_processors | Number of reserved dedicated zIIP processors. |
number_shared_general_purpose_processors | Number of shared general purpose processors. |
number_reserved_shared_general_purpose_processors | Number of reserved shared general purpose processors. |
number_shared_aap_processors | Number of shared zAAP processors. |
number_reserved_shared_aap_processors | Number of reserved shared zAAP processors. |
number_shared_ifl_processors | Number of shared IFL processors. |
number_reserved_shared_ifl_processors | Number of reserved shared IFL processors. |
number_shared_icf_processors | Number of shared ICF processors. |
number_reserved_shared_icf_processors | Number of reserved shared ICF processors. |
number_shared_ziip_processors | Number of shared zIIP processors. |
number_reserved_shared_ziip_processors | Number of reserved shared zIIP processors. |
basic_cpu_counter_authorization_control | Enables the CPU counter facility. |
problem_state_cpu_counter_authorization_control | Enables the problem state counter facility. |
crypto_activity_cpucounter_authorization_control | Enables the crypto activity CPU counter facility. |
coprocessor_cpucounter_authorization_control | Enables the extended CPU counter facility. |
extended_cpu_counterauthorization_control | Enables the coprocessor group CPU counter facility. |
basic_cpu_samplingauthorization_control | Enables the CPU sampling facility. |
permit_aes_key_import_functions | Allows AES key import. |
permit_des_key_import_functions | Allows DES key import. |
liccc_validation_enabled | Enables LICCC enforcement. |
global_performance_data_authorization_control | Enables processing unit activity data viewing on other LPARS. |
io_configuration_authorization_control | Enables reading and writing of IOCDS. |
cross_partitionauthority_authorization_control | Allows cross partition LPAR control. |
logical_partition_isolation_control | Specifies that reconfigurable channel paths are reserved. |
clock_type | Specifies that the clock is 'standard' or 'lpar'. |
time_offset_days | The number of days to offset the LPARs clock from the external time source. |
time_offset_hours | The number of hours to offset the LPARs clock from the external time source. |
time_offset_minutes | The number of minutes to offset the LPARs clock from the external time source. |
time_offset_increase_decrease | Specifies whether to increase or decrease the LPARs time form the external time source. |
Parameters:
hmcname | The HMC session name. |
imageActivationProfile | The profile for which the properties are desired. See . |
Returns:
returnvaluedescription