Managed Object - VsanClusterMgmtInternalSystem(vim.cluster.VsanClusterMgmtInternalSystem)

See also
ClusterComputeResource, HostSystem, Task
Since
vSphere API 5.5


Managed Object Description

This system provides interfaces to remediate inconsistency of vSAN configurations at both cluster and host level. It can be accessed through MOID vsan-cluster-mgmt-internal-system at vCenter side.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
VsanRemediateVsanCluster, VsanRemediateVsanHost

VsanRemediateVsanCluster(remediateVsanCluster)

Remediate a cluster, to ensure vSAN cluster state matches vpxd cluster state, and also guarantee vSAN state of all member hosts is updated if required.

Combined Privileges Required (on vSphere ManagedEntity):
Privileges Required on
Host.Inventory.EditCluster ClusterComputeResource
* The RootFolder entity in above table refers to the vCenter server itself in the vCenter UI
* The ClusterComputeResource entity in above table refers to the cluster which is being operated on

* The Required Privileges section below is not used, please ignore.
Required Privileges
System.Read

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VsanClusterMgmtInternalSystem used to make the method call.
clusterManagedObjectReference
to a ClusterComputeResource

The target vim.ClusterComputeResource to remediate.

Return Value

Type Description
ManagedObjectReference
to a Task
vim.Task

Faults

Type Description
NotFound
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition



VsanRemediateVsanHost(remediateVsanHost)

Remediate a single standalone host. Will ensure the vSAN state of the host is updated if required. If the host was removed from a cluster, the cluster needs to remediate in order for the vSAN cluster to correctly reflect that the host is no longer part of the cluster.

Combined Privileges Required (on vSphere ManagedEntity):
Privileges Required on
Host.Config.Storage ClusterComputeResource
* The RootFolder entity in above table refers to the vCenter server itself in the vCenter UI
* The ClusterComputeResource entity in above table refers to the cluster which is being operated on

* The Required Privileges section below is not used, please ignore.
Required Privileges
System.Read

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VsanClusterMgmtInternalSystem used to make the method call.
hostManagedObjectReference
to a HostSystem

The target vim.HostSystem to remediate.

Return Value

Type Description
ManagedObjectReference
to a Task
vim.Task

Faults

Type Description
NotFound
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition