** Web

OS Restore Procedure (tar format)

1. Insert the Solaris 10 Software DVD, and boot the DVD with the single-user mode option.
ok boot cdrom -s
2. Create the new file system structure.
# newfs /dev/rdsk/c0t0d0s0
3. Mount the file system to the mount point /a and change to that directory.
# mount /dev/dsk/c0t0d0s0 /a
# cd /a
4. Restore dump file on Dataprotector to dummy server (PRODUCTION system) for using this server to restore dump file via NFS service
5. Setup interface server to connect dummy server and verify connection
# ifconfig bge0 IP address netmask broadcast up
# ping dummy server
6. Mount the NFS file system from dummy server that located dump file for recovery system
# mount dummy server:/dump file location /a/b
7. Restore the / (root) file system from NFS service.
# cd /a
# ufsrestore rf /a/b/root.dmp .
8. Remove the restoresymtable file.
# rm restoresymtable
9. Install the bootblk in Sectors 1 through 15 of the boot disk. To do this, change to the directory that contains the bootblk, and enter the installboot command.
# cd /usr/platform/`uname -m`/lib/fs/ufs
# installboot bootblk /dev/rdsk/c0t0d0s0
10. Unmount the new file system.
# cd /
# umount /a
11. Use the fsck command to check the restored file system.
# fsck –y /dev/rdsk/c0t0d0s0
12. Perform a full backup of the file system.
# ufsdump 0uf /dev/rmt/0 /dev/rdsk/c0t0d0s0
13. Reboot the system.
# init 6

0 comments:

Loading