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

Using datastore clusters


Since we have configured the different types of datastores, let's configure the datastore cluster. We can use following cmdlets to manage different aspects of a datastore cluster:

  • Get-DatastoreCluster

  • New-DatastoreCluster

  • Remove-DatastoreCluster

  • Set-DatastoreCluster

Let's start by checking whether we already have a datastore cluster configured or not:

PS C:\> Get-DatastoreCluster
PS C:\>

We can see that there is no DatastoreCluster configured in the environment. So let's first create DatastoreCluster. As you can see in the following screenshot, we have created a datastore cluster named iSCSI-Cluster in Datacenter:

We can again check whether a datastore is present in the environment or not. As you can see in the following screenshot, a DatastoreCluster has been created:

But as you can see from the preceding example, no datastore has been added to the cluster and the storage DRS automation level has not been set. So let's check how we can set those parameters...

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