|
Work Around
|
The following allowed migration to the nv_sata driver.
Install nv_72 with disks not mirrored.
edit the script
http://onnv.sfbay/links/ws/onnv-gate/public/bin/upgrade-nvsata
changing it to the following
diff nv nv1
20c20
< DRIVER_ALIASES='"pci10de,37f" "pci10de,55" "pci10de,54"'
---
> DRIVER_ALIASES='"pci10de,266" "pci10de,267" "pci10de,37f" "pci10de,55" "pci10de,54"'
36c36
< PRTCONF=/etc/prtconf
---
> PRTCONF=/usr/sbin/prtconf
670c670
< check_add_drv -b ${ROOT} -i '"pci10de,37f" "pci10de,55" "pci10de,54"' -m '* 0644 root sys' nv_sata
---
> check_add_drv -b ${ROOT} -i '"pci10de,266" "pci10de,267" "pci10de,37f" "pci10de,55" "pci10de,54"' -m '* 0644 root sys' nv_sata
enoexec%
make sure your boot-path has no apostrophes (') to define the settings in /boot/solaris/bootenv.rc
run the script
make sure the /etc/driver_aliases contains the nv_sata entries
and reboot
|