Top
ServerView Resource Orchestrator Cloud Edition V3.3.0 Design Guide
FUJITSU Software

D.3.6 When Using EMC Symmetrix DMX Storage or EMC Symmetrix VMAX Storage

This section explains how to configure EMC Symmetrix DMX storage and EMC Symmetrix VMAX storage.


Configuration of EMC Symmetrix DMX Storage or EMC Symmetrix VMAX Storage

Resource Orchestrator manages only EMC Symmetrix DMX registered on Solutions Enabler. Register the target EMC Symmetrix DMX on Solutions Enabler.

For details on how to register Solutions Enabler, refer to the Solutions Enabler manual.

There are the following advisory notes:

Information

When creation of Physical L-Servers or addition of disk to physical L-Servers is performed, Masking View etc. are created for EMC Symmetrix DMX Storage or EMC Symmetrix VMAX Storage.
The amount and name formats of the Masking View etc. are as follows.


For EMC Symmetrix VMAX Storage

However, please refer to "For EMC Symmetrix DMX Storage" in the following cases.

  • When adding a disk to a physical L-Server that uses ENC Symmetrix VMAX storage, and was created before the T007664LP-05 [Linux Manager] or T007676WP-07 [Windows Manager] patch was applied

  • When the physical L-Server uses storage other than the following

    • EMC Symmetrix VMAX (Enginuity 5874 or later)


Numbers of Items Created for EMC Symmetrix VMAX Storage

Item

Creation Unit

Masking View

Each L-Server

Initiator group

Each L-Server

Storage group

Each L-Server

Port group

combination of the ports of storage units


Name Format of Items Created for EMC Symmetrix VMAX Storage

Item

Name Format

Masking View

L-Server name (From the 1st character to the 52nd character) + Hyphen("-") + Part of HBA WWPN of Managed Server

Initiator group

L-Server name (From the 1st character to the 52nd character) + Hyphen("-") + Part of HBA WWPN of Managed Server + "_IG"

Storage group

L-Server name (From the 1st character to the 52nd character) + Hyphen("-") + Part of HBA WWPN of Managed Server + "_SG"

Port group

Director port name and port number(1) + "_" + Director port name and port number(2) +"_PG"

Example

L-Server name: Sample

HBA WWPN of Managed Server: 21:00:00:24:ff:2b:0e:5c, 22:00:00:24:ff:2b:0e:5c

Director port name and port number: 07GPort0, 07HPort0

Number of device connected with L-Server: 001A

Item

Name

Masking View

Sample-002B0E5C

Initiator group

Sample-002B0E5C_IG

Storage group

Sample-002B0E5C_SG

Port group

07GPort0_07HPort0_PG


For EMC Symmetrix DMX Storage
Numbers of Items Created for EMC Symmetrix DMX Storage

Item

Creation Unit

Masking View

The following amount is created.

Number of ports of storage units that the L-Server uses * Number of devices connected with the L-Server

Initiator group

One for the HBA of each managed server

Storage group

One for each device

Port group

The following amount is created.

Number of ports of storage units that the L-Server uses * Number of devices connected with the L-Server


Name Format of Items Created for EMC Symmetrix DMX Storage

Item

Name Format

Masking View

HBA WWPN of Managed Server + Director port name and port number + Number of device

Initiator group

HBA WWPN of Managed Server

Storage group

Number of device connected with L-Server

Port group

HBA WWPN of Managed Server + Director port name and port number + Number of device

Example

L-Server name: Sample

HBA WWPN of Managed Server: 21:00:00:24:ff:2b:0e:5c, 22:00:00:24:ff:2b:0e:5c

Director port name and port number: 07GPort0, 07HPort0

Number of device connected with L-Server: 001A

Item

Name

Masking View

21000024FF2B0E5C07G0001A
22000024FF2B0E5C07H0001A

Initiator group

21000024FF2B0E5C
22000024FF2B0E5C

Storage group

001A

Port group

21000024FF2B0E5C07G0001A
22000024FF2B0E5C07H0001A


When connecting EMC Symmetrix DMX storage or EMC Symmetrix VMAX Storage to fibre channel switches

In Resource Orchestrator, when connecting EMC Symmetrix DMX storage or EMC Symmetrix VMAX storage, Fibre Channel switches are not configured.

It is necessary to configure one-to-one WWPN zoning for Fibre Channel switches in advance.

It is necessary to define zoning combining the fibre channel switch combining the HBA Port WWPN value based on the WWN provided by the I/O Virtualization Option and the DIRECTOR port WWPN value in the EMC Symmetrix DMX storage or EMC Symmetrix VMAX storage used in Resource Orchestrator. For details on the configuration method, refer to the manual of the fibre channel switch.


Fibre Channel Switch Zoning Settings

Set zoning combining the WWPN value of HBA Port1 and the WWPN value of the first Director port defined in the storage_portset.rcxprop definition file, and combining the WWPN value of HBA Port2 and the WWPN value of the second Director port defined in portset.

Examples of command execution for an ETERNUS SN200 are as follows:

Example

Conditions

  • WWN value provided by the I/O Virtualization Option

    "20:00:00:17:42:51:00:0x"

  • WWPN value of HBA Port1

    "9:00:00 PM:17:42:51:00:0x"

  • WWPN value of HBA Port2

    "10:00:00 PM:17:42:51:00:0x"

  • WWPN value of the DIRECTOR portset defined first

    "50:0a:09:81:88:bc:43:dc"

  • WWPN value of the DIRECTOR portset defined first

    "50:0a:09:82:88:bc:43:dc"

zoneCreate "emc_a_0","50:0a:09:81:88:bc:43:dc;21:00:00:17:42:51:00:00" <RETURN>
zoneCreate "emc_b_0","50:0a:09:82:88:bc:43:dc;22:00:00:17:42:51:00:00" <RETURN>
...
zoneCreate "emc_a_f","50:0a:09:81:88:bc:43:dc;21:01:00:17:42:50:00:0f" <RETURN>
zoneCreate "emc_b_f","50:0a:09:82:88:bc:43:dc;22:01:00:17:42:50:00:0f" <RETURN>
cfgCreate "ror_cfg","emc_a_0;emc_b_0; ... ;emc_a_f;emc_b_f" <RETURN>
cfgEnable "ror_cfg" <RETURN>
cfgSave <RETURN>