How is Host Mapping Reconciled in TrueSight Capacity Optimization?

New host reconciliation method implemented in code level 128.

Related Topics

Introduction

When a volume was mapped to several servers, the servers used to be grouped, reconciled, and displayed as a single host in the Hosts to Volumes, Hosts to Pools, Hosts to Systems or Hosts views. To offer greater clarity, these views have been reviewed in code level 129 and now expose the Hosts Group:

Sentry Software Storage Capacity Views

The Hosts Group shows discovered interconnection between hosts and one or several volumes which share the same mapping information.

In this article, we will provide an example to explain the different reconciliation steps followed to obtain the Hosts Group.

Example

In this example, we have four volumes (V1, V2, V3, and V4) which are mapped to several hosts (A, B, C, D, E and F):

Hosts Mapping

For such a configuration, the Volumes Mapping Table view displays this information:

Volumes Mapping Table

To obtain the Hosts Groups, up to three volumes will be considered for the host reconciliation. For our example, we will start the reconciliation on volume V1.

Reconciling Hosts Mapped to the First Volume (V1)

Since V1 is mapped to the hosts A and B, the first host group will be A,B.

Reconciling hosts mapped to the first volume (V1)

Reconciling Hosts Mapped to V1 Through One Volume (V2)

Now we check whether other volumes are attached to the hosts A or B.

Reconciling hosts mapped to V1 through one volume (V2)

Since V2 is mapped to the host B, we reconcile the hosts C and E to the host group A,B. We then have the Hosts group A,B,C,E

Reconciling Hosts Mapped to V1 Through Two Volumes (V3 and V4)

Now we check whether other volumes are attached to the hosts C or E.

Since:

  • V3 is mapped to the hosts D and C, which is also mapped to V2, we reconcile the host D with the Hosts group A,B,C,E
  • V4 is mapped to the hosts F and E, which is also mapped to V2, we reconcile the host F with the Hosts group A,B,C,E

Reconciling hosts mapped to V1 through two volumes (V3 and V4)

We obtain the Hosts group A,B,C,D,E,F.