Users Guide

Table Of Contents
52 Dell EMC PowerEdge MX SmartFabric Configuration and Troubleshooting Guide
A FC Alias is a human defined name that references a WWN. This allows users to refer to those devices by
the easy to remember alias instead of the long WWN. In this example, aliases for two MX740c compute sleds
and a Dell EMC Unity storage array is defined.
The WWNs for the servers are obtained via OME-M console.
MX9116n-A1
MX9116n-A2
configure terminal
fc alias mx740c-1p1
member wwn 20:01:00:0E:1E:09:A2:3A
fc alias mx740c-2p1
member wwn 20:01:00:0E:1E:09:B8:F6
fc alias SpA-0
member wwn 50:06:01:66:47:E0:1B:19
fc alias SpB-0
member wwn 50:06:01:6E:47:E0:1B:19
configure terminal
fc alias mx740c-1p2
member wwn 20:01:00:0E:1E:09:A2:3A
fc alias mx740c-2p2
member wwn 20:01:00:0E:1E:09:B8:F7
fc alias SpA-1
member wwn 50:06:01:67:47:E0:1B:19
fc alias SpB-1
member wwn 50:06:01:6F:47:E0:1B:19
Step 2: Create FC zones
Server and storage adapter WWPNs, or their aliases, are combined into zones to allow communication
between devices in the same zone. Dell EMC recommends single-initiator zoning. In other words, no more
than one server HBA port per zone. For high availability, each server HBA port should be zoned to at least
one port from SP A and one port from SP B. In this example, one zone is created for each server HBA port.
The zone contains the server port and the two storage processor ports connected to the same MX9116n FSE.
MX9116n-A1
MX9116n-A2
fc zone mx740c-1p1zone
member alias-name mx740c-1p1
member alias-name SpB-0
member alias-name SpA-0
fc zone mx740c-2p1zone
member alias-name mx740c-2p1
member alias-name SpB-0
member alias-name SpA-0
fc zone mx740c-1p2zone
member alias-name mx740c-1p2
member alias-name SpB-1
member alias-name SpA-1
fc zone mx740c-2p2zone
member alias-name mx740c-2p2
member alias-name SpB-1
member alias-name SpA-1
Step 3: Create a zoneset
A zone set is a collection of zones. A zone set named zoneset1 is created on each switch, and the zones are
added to it.
MX9116n-A1
MX9116n-A2
fc zoneset zoneset1
member mx740c-1p1zone
fc zoneset zoneset1
member mx740c-1p2zone