- 论坛徽章:
- 0
|
bash-3.00# luxadm display /dev/rdsk/c3t201590B11C245F71d120s2 DEVICE PROPERTIES for disk: /dev/rdsk/c3t201590B11C245F71d120s2 Vendor: DELL roduct ID: MD36xxf Revision: 0784 Serial Num: 2BE0068 Unformatted capacity: 51200.000 MBytes Write Cache: Enabled Read Cache: Enabled Minimum prefetch: 0x1 Maximum prefetch: 0x0 Device Type: Disk device ath(s): /dev/rdsk/c3t201590B11C245F71d120s2 /devices/ssm@0,0/pci@18,700000/SUNW,qlc@2/fp@0,0/ssd@w201590b11c245f71,78:c,raw LUN path port WWN: 201590b11c245f71 Host controller port WWN: 210000e08b8980a8 ath status: O.K. /dev/rdsk/c3t201490B11C245F71d120s2 /devices/ssm@0,0/pci@18,700000/SUNW,qlc@2/fp@0,0/ssd@w201490b11c245f71,78:c,raw LUN path port WWN: 201490b11c245f71 Host controller port WWN: 210000e08b8980a8 ath status: O.K.
bash-3.00# more /kernel/drv/scsi_vhci.conf
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#pragma ident "@(#)scsi_vhci.conf 1.9 04/08/26 SMI"
#
name="scsi_vhci" class="root";
#
# 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";
#
# Automatic failback configuration
# possible values are auto-failback="enable" or auto-failback="disable"
auto-failback="enable";
#
# 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 =
"DELL MD36xxf", "symmetric-option";
symmetric-option = 0x1000000;
@znnnz
按照你以上所说的我操作了一下,执行stmsboot -u 重启后还是老样子显示双倍状态,没有任何变化,我的磁盘阵列是dell3620f,服务器是sun的2900和890,你看一下/kernel/drv/scsi_vhci.conf 我配的对吗?
|
|