We noticed following postpatch error while installing patch 137137-09 on 
systems with STMS enabled (MPxIO) and fiber channels systems disks:

....
Patch 137137-09 has been successfully installed.
See /var/run/.patchSafeMode/root/var/sadm/patch/137137-09/log for details
Executing postpatch script...
Detected SVM root.
Installing bootblk on /dev/rdsk//dev/dsk/c6t20000014C35012F5d0s0
/dev/rdsk//dev/dsk/c6t20000014C35012F5d0s0: Not a character device
Installing bootblk on /dev/rdsk//dev/dsk/c6t20000004CF6F4E64d0s0
/dev/rdsk//dev/dsk/c6t20000004CF6F4E64d0s0: Not a character device
....

Due to a bug in the postpatch script, the UFS boot blocks could not be 
installed.
The solution is -while in single-user- create the boot blocks manually before 
rebooting. 
In this case:

# /usr/sbin/installboot /platform/`uname -m`/lib/fs/ufs/bootblk 
/dev/rdsk/c6t20000014C35012F5d0s0
# /usr/sbin/installboot /platform/`uname -m`/lib/fs/ufs/bootblk 
/dev/rdsk/c6t20000004CF6F4E64d0s0

In your case, you will have to follow a boot recovery procedure like the one at 
http://sunsolve.sun.com/search/document.do?assetkey=1-62-206110-1

Hope this helps.

Dominique
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to