1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# Sun Fibre Channel Port driver configuration 26# 27# 28 29name="fp" class="fibre-channel" port=0; 30name="fp" class="fibre-channel" port=1; 31 32# 33# Automatic configuration of the fabric is turned on by default 34# and thus allows all devices discovered in the SAN zone to be 35# enumerated in the Solaris devinfo tree automatically. 36# 37# The manual_configuration_only property may be used to 38# disable the default behavior and force the manual configuration of 39# the devices in the SAN. Setting manual_configuration_only=1 40# will disable the automatic configuration of devices. 41# NOTE: Use of this property is not recommended. If used, the 42# fabric devices accessed at boot time need to get manually configured 43# before the next reboot. Otherwise, fabric devices that are needed at 44# boot time may not get configured and may cause boot problems. 45# To manually configure fabric devices, refer to cfgadm_fp(1M). 46# manual_configuration_only=1; 47# 48 49# 50# To generate the binding-set specific 'compatible' forms used to address 51# legacy issues the 'scsi-binding-set' property must be defined. (do not remove) 52# 53scsi-binding-set="fcp"; 54 55# 56# List of ULP modules for loading during port driver attach time 57# 58load-ulp-list="1","fcp"; 59 60# 61# I/O multipathing feature (MPxIO) can be enabled or disabled using 62# mpxio-disable property. Setting mpxio-disable="no" will activate 63# I/O multipathing; setting mpxio-disable="yes" disables the feature. 64# 65# Global mpxio-disable property: 66# 67# To globally enable MPxIO on all fp ports set: 68# mpxio-disable="no"; 69# 70# To globally disable MPxIO on all fp ports set: 71# mpxio-disable="yes"; 72# 73# Per port mpxio-disable property: 74# 75# You can also enable or disable MPxIO on a per port basis. 76# Per port settings override the global setting for the specified ports. 77# To disable MPxIO on port 0 whose parent is /pci@8,600000/SUNW,qlc@4 set: 78# name="fp" parent="/pci@8,600000/SUNW,qlc@4" port=0 mpxio-disable="yes"; 79# 80# NOTE: If you just want to enable or disable MPxIO on all fp ports, it is 81# better to use stmsboot(1M) as it also updates /etc/vfstab. 82# 83mpxio-disable="yes"; 84# 85# You can describe a list of target port WWNs and LUN numbers which will 86# not be configured. LUN numbers will be interpreted as decimal. White 87# spaces and ',' can be used in the list of LUN numbers. 88# 89# pwwn-lun-blacklist= 90# "target-port-wwn,lun-list" 91# 92# To prevent LUNs 1 and 2 from being configured for target 93# port 510000f010fd92a1 and target port 510000e012079df1, set: 94# 95# pwwn-lun-blacklist= 96# "510000f010fd92a1,1,2", 97# "510000e012079df1,1,2"; 98