10. Specify the mirror disk as the alternate boot path in nonvolatile memory as follows:
# setboot -a 0/1/1/0.0x1.0x0
11. Add a line to /stand/bootconf for the new boot disk using vi or another text editor as follows:
# vi /stand/bootconf
l /dev/disk/disk9
Where the literal “l” (lower case L) represents LVM.
该文件最终内容:
# cat /stand/bootconf
l /dev/disk/disk10
l /dev/disk/disk9
至此,镜像启动盘操作全部完成。