Reader small image

You're reading from  Mastering PowerCLI

Product typeBook
Published inOct 2015
Reading LevelIntermediate
PublisherPackt
ISBN-139781785286858
Edition1st Edition
Languages
Right arrow
Author (1)
Sajal Debnath
Sajal Debnath
author image
Sajal Debnath

Sajal Debnath is a highly certified Cloud computing technocrat with more than 12 years of experience in virtualized data center design, Cloud computing, and BC/DR solutions. He is an EMCISA, VCAP-DCD/DCA, VCAP-CID/CIA, RHCE 4/5/6, RHCVA, Openstack, and ITIL certified person. He is presently associated with VMware Software India Pvt. Ltd. as a senior system engineer. Previously, he worked with France Telecom, Hewlett Packard, and many more in multiple roles. He is involved in prestigious Indian government projects, such as National Cloud, Digital Locker, and so on.
Read more about Sajal Debnath

Right arrow

Configuring Distributed Power Management


Next, we will configure Distributed Power Management using the vSphere API and PowerCLI. To achieve this, we will use the ReconfigureComputeResource_Task method, which is defined under the All Methods section in VMware vSphere API documentation.

On further inspection, we can see that this method takes two inputs. First, a set of configuration changes to apply to the compute resource in the form of ComputeResourceConfigSpec specification. If we check ComputeResourceConfigSpec, further we can see that we can extend its use to the ClusterConfigSpecEx data object that has the properties that can configure the services listed here:

  • High Availability (HA)

  • Distributed Resource Scheduling (DRS)

  • Distributed Power Management (DPM)

  • VSAN

We can see that we can use the following properties:

  • dasConfig

  • dasVmConfigSpec

  • dpmConfig

  • dpmHostConfigSpec

  • drsConfig

  • drsVmConfigSpec

  • groupSpec

  • rulesSpec

  • vsanConfig

  • vsanHostConfigSpec

The property that we need to use and...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Mastering PowerCLI
Published in: Oct 2015Publisher: PacktISBN-13: 9781785286858

Author (1)

author image
Sajal Debnath

Sajal Debnath is a highly certified Cloud computing technocrat with more than 12 years of experience in virtualized data center design, Cloud computing, and BC/DR solutions. He is an EMCISA, VCAP-DCD/DCA, VCAP-CID/CIA, RHCE 4/5/6, RHCVA, Openstack, and ITIL certified person. He is presently associated with VMware Software India Pvt. Ltd. as a senior system engineer. Previously, he worked with France Telecom, Hewlett Packard, and many more in multiple roles. He is involved in prestigious Indian government projects, such as National Cloud, Digital Locker, and so on.
Read more about Sajal Debnath