OpenSolaris

Printable Version Enter a New Search
Bug ID 6691090
Synopsis stmsboot -d failed to update /etc/vfstab with non-mpxio device paths
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:io-multipath
Keywords COMSTAR
Responsible Engineer James Mcpherson
Reported Against snv_87
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_99
Fixed In snv_99
Release Fixed solaris_nevada(snv_99) , solaris_10u7(s10u7_02) (Bug ID:2166006)
Related Bugs 6673281 , 6707555
Submit Date 18-April-2008
Last Update Date 24-September-2008
Description
snv_87 system with fabric boot device under mpxio, stmsboot -d failed to updated /etc/vfstab with non-mpxio device paths results with host rebooting into single user mode

see comments for details
From comments field:


snv_87 system with fabric Comstar(build dev_b) LU boot disk under mpxio, stmsboot -d failed to updated /etc/vfstab with non-mpxio device paths results with host rebooting into single user mode

less /usr/sbin/stmsboot:
<snip>
#ident  "@(#)stmsboot.sh        1.12    07/07/16 SMI"
<snip>

# more vfstab
#device         device          mount           FS      fsck    mount   mount
#to mount       to fsck         point           type    pass    at boot options
#
fd      -       /dev/fd fd      -       no      -
/proc   -       /proc   proc    -       no      -
# non-mpxio: /dev/dsk/c2t2101001B322EAB13d0s1   -       -       swap    -       no      -
/dev/dsk/c6t6000AE4098000000000048044F020001d0s1        -       -       swap    -       no      -
# non-mpxio: /dev/dsk/c2t2101001B322EAB13d0s0   /dev/rdsk/c2t2101001B322EAB13d0s0       /       ufs     1       no      -
/dev/dsk/c6t6000AE4098000000000048044F020001d0s0        /dev/rdsk/c6t6000AE4098000000000048044F020001d0s0       /       ufs     1       no      -
/devices        -       /devices        devfs   -       no      -
sharefs -       /etc/dfs/sharetab       sharefs -       no      -
ctfs    -       /system/contract        ctfs    -       no      -
objfs   -       /system/object  objfs   -       no      -
swap    -       /tmp    tmpfs   -       yes     -

host: SunFire T2000
Solaris snv_87
Comstar build dev_b
fc-hba: QLE-2562 8Gb dual-ported FC-HBA
fabric: 4Gb Brocade Silkworm 4100

fabric boot --> ok
stmsboot -e --> ok
simulated coredump --> ok
stmsboot -d --> failed, booted into single-user mode
Work Around
manually edit /etc/vfstab to use non-mpxio entries and reboot.
Comments
N/A