PDF 文書ファイルをダウンロードする (1203 KB)
Chapter 7 Configuring FCoE PortsThis chapter provides the steps used to configure FCoE ports hosted on normal Ethernet interfaces. This chapter does not apply to hardware FCoE ports on Converged Network Adapters (CNA). The following topics are discussed: What is FCoE?FCoE is a new T11 standard that transports encapsulated Fibre Channel frames over Enhanced Ethernet. FCoE is designed to enable network convergence and cost-effective SAN expansion in data centers. Limitations of FCoEThe Solaris FCoE initiator is a pure software implementation that is designed to work with normal Ethernet controllers. However, you must comply with the following limitations of Solaris FCoE implementations:
FCoE is not supported on all hardware. FCoE works with Ethernet controllers that support 802.3x PAUSE and jumbo frames, and have a GLDv3 driver. Configuring FCoE PortsThe fcadm(1M) command is available to configure FCoE ports. The fcinfo(1M) and fcadm(1M) status commands are available to determine the status of FCoE ports. The commands also report the relationship between the Ethernet interface and the FCoE port hosted on that interface. Other Fibre Channel commands, such as luxadm(1M) and cfgadm(1M), report FCoE information, although there is no distinction made between FCoE and native FC ports.
|
# fcadm create-fcoe-port -p Port_WWN -n Node_WWN Ethernet_Interface |
If the selected Ethernet interface does not support Multiple Unicast Address, you are prompted to explicitly enable promiscuous mode on that interface.
# fcadm create-fcoe-port -f Ethernet_Interface |
The following example creates an FCoE port on Ethernet interface nxge0 with port WWN and node WWN generated automatically.
# fcadm create-fcoe-port nxge0 |
You can use the fcadm list-fcoe-ports command to display the Ethernet interfaces hosting the FCoE ports.
The following example deletes an FCoE port on Ethernet interface nxge0.
# fcadm delete-fcoe-port nxge0 |
Become superuser.
Report the status on the currently configured FCoE ports.
# fcinfo hba-port -e |
This command retrieves a list of FC specific information for all FCoE ports in the system.
# fcadm list-fcoe-ports |
This command retrieves a list of FCoE specific information for all FCoE ports in the system.
The following example reports FC and FCoE specific information for all FCoE ports.
# fcinfo hba-port -e HBA Port WWN: 200000144fc1f5c8 Port Mode: Initiator Port ID: 9a0042 OS Device Name: /dev/cfg/c6 Manufacturer: Sun Microsystems, Inc. Model: FCoE Virtual FC HBA Firmware Version: N/A FCode/BIOS Version: N/A Serial Number: N/A Driver Name: SunFC FCoEI v20090422-1.00 Driver Version: v20090422-1.00 Type: N-port State: online Supported Speeds: 1Gb 10Gb Current Speed: 10 Gb Node WWN: 100000144fc1f5c8 |
# fcadm list-fcoe-ports HBA Port WWN: 200000144fc1f5c8 Port Type: Initiator MAC Name: nxge0 MTU Size: 9194 Primary MAC Address: 00144fc1f5c8 Current MAC Address: 0efc009a0042 Promiscuous Mode: Off |