zManager HMC functions
This topic describes the HMC functions.
HMC functions
This section describes the RDL2 functions available that provide access to query a Hardware Management Console (HMC) for its information (e.g. retrieve the set of CPCs and LPARs controlled by the HMC) and send commands to the HMC (e.g. activate or load and LPAR). HMCs provide two different methods for communication: SNMP and Web Services. The HMC session is configured to use either the WebServices API or the SNMP API in the main HMC session configuration page. The RDL2 functions use this configuration item to decide which method to use.
The Web Services API was first introduced with the IBM zEnterprise Unified Resource Manager (zManager) is documented in the IBM document System z Hardware Management Console Web Services API SC27-2617-00 and requires version 2.11.1 or higher on both the HMC and all Support Elements.
Returns the status of the job. | |
Returns the set of console properties. | |
Returns an array of CPCs managed by the HMC. | |
Returns the properties for a single CPC | |
Updates properties for a CPC. | |
Returns the energy management data for a node within an Ensemble. | |
Obtains the properties for the group profile. | |
Updates the group profile properties. | |
Returns an array of LPARs defined for a CPC. | |
Returns the properties for a single LPAR. | |
Updates properties for an LPAR. | |
Issues an Activate Logical Partition command. | |
Issues a Deactivate Logical Partition command. | |
Issues Reset Normal command. | |
Issues a Reset Clear command. | |
Issues a Load Logical Partition command. | |
Issues a PSW Restart command. | |
Issues a Start Logical Partition command. | |
Issues a Stop Logical Partition command. | |
Returns an array of Reset Activation Profiles. | |
Returns the properties for a single Reset Activation Profile. | |
Updates the properties for a Reset Activation Profile. | |
Returns an array of Image Activation Profiles. | |
Returns the properties for a single Image Activation Profile. | |
Updates the properties for a Image Activation Profile. | |
Returns an array of Load Activation Profiles. | |
Returns the properties for a single Load Activation Profile. | |
Updates the properties for a Load Activation Profile. | |
Returns an array of Ensembles. | |
Returns the properties for an Ensemble. | |
Returns an array of nodes for an Ensemble. | |
Returns the properties for an Ensemble Node. | |
Returns an array of Virtualization Hosts. | |
Returns the properties for a Virtualization Host. | |
Returns an array of Virtual Servers for a Virtualization Host. | |
Activates a Virtual Server. | |
Deactivates a Virtual Server. | |
Returns an array of Storage Resources for an Ensemble. | |
Returns the properties for a Storage Resource. | |
Returns an array of Storage Resources for a Virtualization Host | |
Returns the properties for a Storage Resource. | |
Returns an array of Storage Resource Groups for a Virtualization Host | |
Returns the properties for a Storage Resource Group. | |
Updates the Load Activation Profile properties. | |
Returns an RDL2 object containing the HMC console properties. | |
Obtains the detailed properties for a CPC. | |
Obtains the properties for the Image Activation profile. | |
Returns the job status of a previously invoked operation or the message object from a job completion notification. | |
Returns an array of Load Activation Profile objects. | |
Obtains the properties associated with a virtualization host. | |
Updates the Image Activation Profile properties. |