Information

This site will undergo a brief period of maintenance on Friday, 18 December at 12:30 AM Central/12:00 PM IST. During a 30 minute window, site availability may be intermittent.

zhmcUpdateCpcProperties


zhmcUpdateCpcProperties (hmcname, newCpcProps)

Updates the CPC object properties.

Parameters:

hmcname

The HMC session name.

newCpcProps

An object containing the new properties.

Returns:

true if the operation succeeded, false otherwise.

Example:

hmc = "HMC1"

cpcs = zhmcGetCpcs(hmc)


do i = 0 to cpcs.size() - 1

   if cpcs[i].name == "BBL1" then

       props = zhmcGetCpcProperties(hmc, cpcs[i])

       props.description = "Branchburg Processor 1"

       zhmcUpdateCpcProperties(hmc, props)

   endif

end

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Console Management, BMC AMI Ops Console Automation, and BMC AMI Ops SecureHMC 4.1