I assume here that you already have the below information as backup data.
Here are the steps to perfom.
- A listing of the partition table for the original root disk before you brought the disk under Volume control (ZFS, VXVM).
- Backup of complete root disk using any command like (UFSDUMP, cpio, etc)
- A new boot disk installed to replace the original failed boot disk if the original boot disk was physically damaged.
Here are the steps to perfom.
- boot cdrom -s
- Create the partitions which should be identical to the slice specifications of replaced disks (VTOC).
- mkfs -F ufs /dev/rdsk/c0t0d0s0 (create the filesystem)
- Mount/dev/dsk/c0t0d0s0 on a suitable mount point such as /a or /mnt (mount /dev/dsk/c0t0d0s0 /a)
- restore the backed up data (use ufsrestore if used ufsdump).
- then install the boot block using installboot command.
No comments:
Post a Comment