Skip Navigation Links | |
Exit Print View | |
Oracle Solaris 11.1 Administration: SAN Configuration and Multipathing Oracle Solaris 11.1 Information Library |
1. Solaris I/0 Multipathing Overview
2. Fibre Channel Multipathing Configuration Overview
3. Configuring Solaris I/O Multipathing Features
4. Administering Multipathing Devices
5. Configuring Fabric-Connected Devices
6. Configuring Solaris iSCSI Initiators
7. Configuring Virtual Fibre Channel Ports
10. Configuring IPFC SAN Devices
11. Booting the Oracle Solaris OS From Fibre Channel Devices on x86 Based Systems
12. Persistent Binding for Tape Devices
A. Manual Configuration for Fabric-Connected Devices
You can configure NPIV for non-virtualized environments by using the fcadm command.
The fcinfo and fcadm status commands are available to determine the status of NPIV ports, regardless of whether the ports are created from fcadm. The commands also report the relationship between the physical port and the virtual ports hosted on that port.
Other Fibre Channel commands, such as luxadm and cfgadm, report NPIV information, although no distinction is made between virtual and physical ports.
Before You Begin
Each virtual port must have a port and node name. The port name must be unique on the SAN. You can assign names manually or use the built-in random WWN generator. If you attempt to register duplicate names, most switches will report an error status on the newly registered WWN, and the switch will not register the new WWN.
For more information on acceptable name formats, refer to the T11 standard: Fibre Channel Framing and Signaling (FC-FS 2).
If you try to create an NPIV port on an HBA that does not support NPIV, an error will occur. If you try to create an NPIV port on an HBA that supports NPIV but it is attached to a switch which does not support NPIV, the port will be created with an offline status. The status will be reported in the fcinfo(1M) output.
# fcadm create-npiv-port -p Virtual_Port_WWN -n Virtual_Node_WWN PhysicalPort_port_WWN
Without the -p and -n options, a random WWN will be assigned for the virtual port and virtual node, respectively.
Example 7-1 Creating an NPIV Port
The following example creates an NPIV port on a physical HBA port with a WWN of 210000e08b170f1c, a virtual port WWN set to 2000000000000001, and a virtual node WWN set to 2100000000000001.
# fcadm create-npiv-port -p 2000000000000001 -n 2100000000000001 210000e08b170f1c
Before You Begin
You can use the fcinfo hba-port command to display the current WWN values for the NPIV ports.
# fcadm delete-npiv-port -p Virtual_Port_WWN -n Virtual_Node_WWN PhysicalPort_port_WWN
Example 7-2 Deleting an NPIV Port
The following example deletes an NPIV port on a physical HBA port with a WWN of 210000e08b170f1c.
# fcadm delete-npiv-port -p 2000000000000001 -n 2100000000000001 210000e08b170f1c
# fcinfo hba-port
The NPIV port list shows the lists of currently configured NPIV ports.
Example 7-3 Displaying Status on NPIV Ports
The following example shows that HBA port 210000e08b84f7eb has one virtual port.
# fcinfo hba-port HBA Port WWN: 210000e08b84f7eb Port Mode: Initiator Port ID: 10100 OS Device Name: /dev/cfg/c7 Manufacturer: QLogic Corp. Model: 375-3294-01 Firmware Version: 04.04.00 FCode/BIOS Version: BIOS: 1.4; fcode: 1.11; EFI: 1.0; Serial Number: 0402F00-0549112895 Driver Name: qlc Driver Version: 20080430-0.00 Type: N-port State: online Supported Speeds: 1Gb 2Gb 4Gb Current Speed: 4Gb Node WWN: 200000e08b84f7eb Max NPIV Ports: 63 NPIV port list: Virtual Port1: Node WWN: 1110000000000000 Port WWN: 1210000000000000