# Copyright 2001-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #pragma ident "@(#)scsi_vhci.conf 1.903/06/16SMI" # name="scsi_vhci" class="root"; # # mpxio global enable/disable switch: setting mpxio-disable="no" will activate # I/O multipathing; setting mpxio-disable="yes" disables this feature (do # not remove this property). # mpxio-disable="yes";-àno 这里要改成no # # Load balancing global configuration: setting load-balance="none" will cause # all I/O to a given device (which supports multipath I/O) to occur via one # path. Setting load-balance="round-robin" will cause each path to the device # to be used in turn. # load-balance="round-robin";确定是这个参数 # # Force load driver to support hotplug activity (do not remove this property). # ddi-forceattach=1; # # Automatic failback configuration # possible values are auto-failback="enable" or auto-failback="disable" auto-failback="disable"; # # For enabling MPxIO support for 3rd party symmetric device need an # entry similar to following in this file. Just replace the "SUN SENA" # part with the Vendor ID/Product ID for the device, exactly as reported by # Inquiry cmd. # device-type-scsi-options-list =”Dlink DLKATX“, "symmetric-option"; # "SUN SENA", "symmetric-option";这里是有格式的,名字长度有要求,不足后面补空格 #The vendor ID (v_id) must be eight characters long. You must specify all eight characters. Trailing characters are blanks or spaces. Tabs or the tab character are not allowed. The product ID (prod_id) can be up to 16 characters long. Trailing characters are blanks or spaces. Tabs or the tab character are not allowed. symmetric-option = 0x1000000; |