Book Image

Learning PowerCLI for VMware VSphere

By : Robert van den Nieuwendijk
Book Image

Learning PowerCLI for VMware VSphere

By: Robert van den Nieuwendijk

Overview of this book

Table of Contents (17 chapters)
Learning PowerCLI
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring Storage DRS


vSphere Storage Distributed Resource Scheduler (Storage DRS) is a vSphere feature first introduced in vSphere 5.0. It gives you the possibility to combine datastores in a Datastore Cluster. You can then manage the Datastore Cluster instead of the individual datastores. When you create a new virtual machine and put the disks on a Datastore Cluster, Storage DRS will place the disks on the optimal datastore based on utilized disk space and datastore performance. Storage DRS can also migrate disks to another datastore in the same Datastore Cluster when the utilized disk space or latency of a datastore becomes too high. You can also make Affinity Rules to separate disks and virtual machines over multiple datastores or keep them together on the same datastore. If you put a datastore in Datastore Maintenance Mode, Storage DRS will move all of the disks on this datastore to other datastores in the same Datastore Cluster.

The first thing that you have to do, if you want to...