1.)Boot with the Solaris CD
ok> boot cdrom –s
2.)create a new filesystem
# newfs /dev/rdsk/c0t0d0s0
3.)IP enable
# /etc/rc2.d/S69inet start
# /etc/rc2.d/S71rpc start
# ifconfig hme0 <ip> up
4.)Mount the Filesystem to an empty mount Point
# mount /dev/dsk/c0t0d0s0 /a
# cd /a
5.)move position of Tape of Target Node.
130.73.48.123 # mt –f /dev/rmt/0 rewind
130.73.48.123 # mt –f /dev/rmt/0n fsf 4
6.)Restore the root file system from Backup from Remote Tape
# ufsrestore rvf 130.73.48.123:/dev/rmt/0n
7.)Remove the restoresymtable
# rm restoresymtable
8.)Install bootblk on the boot disk.
# cd /usr/platform/'uname –m'/lib/fs/ufs
# installboot bootblk /dev/rdsk/c0t0d0s0
9.)Umount the new file system.
# cd /
# umount /a
10.)check the file system.
# fsck /dev/rdsk/c0t0d0s0