10. Specify the mirror disk as the alternate boot path in nonvolatile memory:
# setboot –a 0/1/1/0.1.0
11. To add a line to /stand/bootconf for the new boot disk, use vi or another text editor as
follows:
# vi /stand/bootconf
l /dev/dsk/c2t1d0s2
where l denotes LVM.
12. Copy the HP service partition(skip this, if you do not have a service partition):
# dd if=/dev/rdsk/c1t0d1s3 of=/dev/rdsk/c2t1d0s3 bs=1024k &
Note : The previous example recommends running the dd command in the background (by
adding & at the end of the command) if you are not sure the dd command will hang when it does
the read. If the dd command is run in the foreground, Ctrl+C stops the read on the disk.
Comentarios a estos manuales